Talk about project you did
Fullstack Developer Interview Questions
2,848 fullstack developer interview questions shared by candidates
What is full-stack application development?
Le premier : Tu reçois un tableau de nombre en entrée et tu dois retourner l'élément manquant. Exemple : [1,2,3,5] -> 4 Mais pour [1,2,3,4] -> 5
How do you optimize database queries? How do you know your optimization works?
Given an array of numbers and a target sum, find two elements from the array with the target sum.
Introduce the architecture design about one of your projects.
sobre mi experiencia laboral y tecnológica
What were my primary set of skills
1. DSA question ( Given an array of 0s and 1s eg:[0,0,..,1,1,1,1] , find the index of first occurence of 1 - optimized it with binary search) , 2. Follow up question ( What if the array was infinite? and you could'nt access h and l? ans : Can Test the array in batches ) 3. Gave me JS code snippets and had to provide its output and explanation. 4. Questions based on projects and ReactJS ( How useEffect works, ), basic CSS questions.
Asked to write polyfill for Array reduce method and promise.all
Viewing 151 - 160 interview questions