Are you interested in meeting with a hiring manager, and doing a whiteboard interview?
Full Stack Engineer Interview Questions
Full Stack Engineer Interview Questions
Un full-stack engineer est un expert technique en développement internet et logiciel. Il peut s’occuper de presque tous les aspects du développement, des serveurs à l’ingénierie des systèmes en passant par les bases de données. Lors d’un entretien d’embauche, il est probable que l’on vous pose des questions techniques et des questions visant à déterminer vos compétences en matière de relations interpersonnelles et de communication.
Questions d'entretien d'embauche fréquentes pour un full stack engineer (H/F) et comment y répondre
Question 1 : Travaillez-vous sur quelque chose en ce moment ?
Question 2 : Comment avez-vous choisi les outils et les technologies pour votre dernier projet ?
Question 3 : Quelles sont les dernières tendances en matière de développement internet full-stack ?
19,411 full stack engineer interview questions shared by candidates
Parse 2 sets of similar data with different formats
1. tell me about yourself. 2. how to reverse a string
What makes a query take a lot of time?
What is the difference between composition and inheritance? Which would you use and why?
Some puzzles which were not very difficult.
How to create deadlock in your code.
class A{ p s v test(){sout("A");} } class B extends A{ p s v test(){sout("B");} } class C{ main(){ A a2 = new B(); } } what is the o/p? what this example refers to? what happens when you try to override a static method from parent class?
Design a function for the game "Go". We should be able to tell if the game is won by either of the players? A game is done, if a player's coins are surrounded by opponents coins in all four directions (up, right, down and left). It need not be just one coin that could be surrounded, there could be 2 or more.
Transform this data set (nested objects and Arrays) to another format (a different set of nested objects and arrays).
Viewing 71 - 80 interview questions