Conte um pouco das suas experiências anteriores Quais as tecnologias você já utilizou Você se identifica mais com Frontend ou backend Soluções de escalabilidade para aplicação
Fullstack Developer Interview Questions
3,985 fullstack developer interview questions shared by candidates
"Tell me about the four 'join's in MySql" is probably a classic one.
Muitas perguntas repetidas do tipo encontre o próximo numero de uma sequencia
Given a list of integers to be consumed, write a method that can return the minimum value consumed so far. Then a removedLastConsumed method that removes the last consumed and an add method that can add to the consumed while still returning the correct minimum value.
From an array of numbers, take the biggest 4 and sum them in a Ruby method.
Code assessment Soft skills assessments (personality, leadership, English) Mostly multiple choices They are actually fun, though it takes some time to do everything.
Find 3rd largest element of an array?
Design a system that will ensure the security between the frontend and backend
The question was a hard leetcode question that had to be answered in 45 minutes
Le deuxième : Tu reçois deux paramètres un tableau et k. Tu dois renvoyer le nombre de suite dans le tableau dont la somme est égale à k. Genre [1,1,1] k=2 y a 2 suites possible. Mais [1,2,5,3,0,3] k=3 y a 6 suites possibles.
Viewing 421 - 430 interview questions