J'ai postulé en ligne. J'ai passé un entretien chez Fashol.com (Dhâkâ) en juil. 2024
Entretien
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
Questions d'entretien [1]
Question 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)