What are the 6 constraints of REST?
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,420 full stack engineer interview questions shared by candidates
Python and Django questions
General questions about myself and what are my plans for summer
nth number in fibonacci sequence.
Consider the following JavaScript code that is executed in a browser: function startAjaxQueue(){ for (var i = 0; i < 50; i++){ executeAjaxCallAsync(); } }; Assuming that executeAjaxCallAsync() uses a standard XmlHttpRequest asynchronously to retrieve data from server, how many concurrent HTTP requests would you expect to be created by this loop?
Find item k in a list of size n.
Recruiter asked me if I'm interested in their tech stack.
Développer quelques features de l'application Kapten
First, tell about yourself. Second, tell and explain about some architecture of a system you planned and devloped. Third, "Islands" problem - you have a board of NxM and some of the cells are "colored" (all of the cells are white and some of them are black). You sholud write an psuedo algorithm to find the count of all the islands in the board. Last, Write an program with a ui interface that invokes the challenge - you can choose the size of the board, push "random" and randomize a board with some white and black cells, push "solve" and get the count of the islands and color eac island in seperate color. bonus - by manual color the islands. Island is a colored cell and all of his neighbors and their neightbors (every cell has 8 neighbors. exclude the edges).
Writing SQL queries involving joint operation on two tables.
Viewing 181 - 190 interview questions