What is the difference between ES6 and ES5.
Fullstack Developer Interview Questions
3,982 fullstack developer interview questions shared by candidates
Do you have questions for me?
Given a string s and two words w1 and w2 that are present in S. The task is to find the minimum distance between w1 and w2. Here, distance is the number of steps or words between the first and the second word. Input : s = “geeks for geeks contribute practice”, w1 = “geeks”, w2 = “practice” Output : 1 There is only one word between the closest occurrences of w1 and w2. Input : s = “the quick the brown quick brown the frog”, w1 = “quick”, w2 = “frog” Output : 2
How would you explain technical terms to non-technical staff or external stakeholders?
Qual foi a situação mais desafiadora enfrentada?
(Typescript question) What's a prototype?
Foram feitas perguntas sobre experiências anteriores, cursos, projetos e etc.
Tell us about past projects you've worked on
Quais são seus pontos fracos ?
- Calcule la distance en km entre deux points, étant données leurs coordonnées géographique (latitude, longitude)
Viewing 3841 - 3850 interview questions