Full Stack Engineer Interview Questions

Full Stack Engineer Interview Questions

A full-stack engineer is a technical expert in web and software development. They can handle almost every aspect of development, from servers to systems engineering and databases. During an interview, you can expect both technical questions and questions to determine your interpersonal and communication skills.

Top Full Stack Engineer Interview Questions & How to Answer

Question 1

Question #1: Are you working on anything right now?

How to answer
How to answer: Since more coders are always working on something, the interviewer wants to get an idea of how involved you are in coding. Talk about any projects you are currently working on, whether it's for work or something you are doing on your own time.
Question 2

Question #2: How did you select the tools and technologies for your last project?

How to answer
How to answer: The interviewer wants to get an idea of your experience and how you go about working through a project. Explain the details about the process you followed, talk about why you selected the language you used, and mention what tools and technologies you selected. You can also talk about any problems you faced throughout the development and how you overcame them.
Question 3

Question #3: What are the latest trends in full-stack web development?

How to answer
How to answer: Make sure you are up to date on the latest trends in all kinds of web and software development before your interview. Mention a few of the latest developments you are familiar with and how they might apply to the job. You can also talk about how you learned about the new technology.

19,476 full stack engineer interview questions shared by candidates

Phone interview - technical question, you get information about start and end times of videos. Given a time segment (ie start and end), in which data structure would you arrange the information about the videos and how would you retrieve them according to the time segment you received Follow-up interviews - take the initial question and develop it at the level of building a distributed system, how would you do it, how would you divide the information between several smaller units and in what data structure was the information arranged in these units.
avatar

Junior Full Stack Developer

Interviewed at Videocites

3.9
Mar 22, 2023

Phone interview - technical question, you get information about start and end times of videos. Given a time segment (ie start and end), in which data structure would you arrange the information about the videos and how would you retrieve them according to the time segment you received Follow-up interviews - take the initial question and develop it at the level of building a distributed system, how would you do it, how would you divide the information between several smaller units and in what data structure was the information arranged in these units.

Consider the following database table design: CREATE TABLE `notifications` ( `id` INT NOT NULL AUTO_INCREMENT, `type` INT(8) NOT NULL, `notifiable_id` INT unsigned NOT NULL, `notifiable_type` VARCHAR(10) NOT NULL, `relation_id_1` INT unsigned, `relation_type_1` VARCHAR(10), `relation_id_2` INT unsigned, `relation_type_2` VARCHAR(10), `updated_at` TIMESTAMP NOT NULL, `created_at` TIMESTAMP NOT NULL, PRIMARY KEY (`id`) ); What is wrong with the above and how could it be improved?
avatar

Senior Full Stack Developer

Interviewed at Digimark Developers

3.8
May 27, 2022

Consider the following database table design: CREATE TABLE `notifications` ( `id` INT NOT NULL AUTO_INCREMENT, `type` INT(8) NOT NULL, `notifiable_id` INT unsigned NOT NULL, `notifiable_type` VARCHAR(10) NOT NULL, `relation_id_1` INT unsigned, `relation_type_1` VARCHAR(10), `relation_id_2` INT unsigned, `relation_type_2` VARCHAR(10), `updated_at` TIMESTAMP NOT NULL, `created_at` TIMESTAMP NOT NULL, PRIMARY KEY (`id`) ); What is wrong with the above and how could it be improved?

Viewing 1971 - 1980 interview questions

See Interview Questions for Similar Jobs

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