Me postulé en línea. Acudí a una entrevista en Fashol.com (Dhaka) en jul 2024
Entrevista
For front end developer they preferred 2 years experience but if you have good skills than they will consider you give you some MCQ question in paper set some questions from general logic questions some algorithm and at last two or three coding problems related to DSA like complexity space complexity extra then they will move there will your specific Technology like if you work with react then questions and also JavaScript and interview result within 15 days
Preguntas de entrevista [1]
Pregunta 1
suppose you have an array of 1 2 3 4 5 6 7 8 if you rotate the array for times then output should be 1 2 3 4 and if you rotate the array 7 times then output should be 5 6 7 8 and make an algorithm to count the time complexity of big O(n)