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

Question 1 : Travaillez-vous sur quelque chose en ce moment ?

How to answer
Comment répondre : Puisque les codeurs travaillent toujours sur quelque chose, la personne faisant passer l’entretien veut connaître votre degré d’implication dans le codage. Parlez des projets sur lesquels vous travaillez actuellement, que ce soit dans le cadre de votre travail ou de vos loisirs.
Question 2

Question 2 : Comment avez-vous choisi les outils et les technologies pour votre dernier projet ?

How to answer
Comment répondre : La personne faisant passer l’entretien veut en savoir plus sur votre expérience et la manière dont vous travaillez sur un projet. Expliquez en détail le processus que vous avez suivi, expliquez pourquoi vous avez choisi le langage que vous avez utilisé et mentionnez les outils et technologies que vous avez sélectionnés. Vous pouvez également parler des problèmes que vous avez rencontrés tout au long du développement et de la façon dont vous les avez surmontés.
Question 3

Question 3 : Quelles sont les dernières tendances en matière de développement internet full-stack ?

How to answer
Comment répondre : Assurez-vous d’être au courant des dernières tendances dans tous les types de développement internet et logiciel avant votre entretien d’embauche. Mentionnez quelques-uns des derniers développements que vous connaissez et expliquez comment ils peuvent s’appliquer au poste. Vous pouvez également parler de la façon dont vous avez appris à connaître ces nouvelles technologies.

19,420 full stack engineer interview questions shared by candidates

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?
avatar

Full Stack Web Developer

Interviewed at Data Cluster Systems

5
Jun 8, 2018

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?

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).
avatar

Full Stack Developer

Interviewed at Attenti

3.8
Apr 23, 2019

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).

Viewing 181 - 190 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 19,420 interview questions and reports from Full stack engineer interviews. Prepare for your interview. Get hired. Love your job.