Full Stack Engineer Interview Questions

Full Stack Engineer Interview Questions

Ein Full Stack Engineer ist eine technische Fachkraft für Web- und Softwareentwicklung. Diese Person ist in der Lage, fast jeden Aspekt der Entwicklung abzudecken – von Servern über Systemtechnik bis hin zu Datenbanken. Bei einem Vorstellungsgespräch müssen Sie sowohl mit fachlichen Fragen als auch mit Fragen zu Ihren zwischenmenschlichen und kommunikativen Fähigkeiten rechnen.

Typische Bewerbungsfragen als Full Stack Engineer (m/w/d) und wie Sie diese beantworten

Question 1

Frage 1: Arbeiten Sie im Moment an einem Projekt?

How to answer
So beantworten Sie die Frage: Da immer mehr Programmierer immer mit einem Projekt befasst sind, möchte der Gesprächspartner eine Vorstellung davon bekommen, wie intensiv Sie sich mit dem Programmieren beschäftigen. Sprechen Sie über jegliche Projekte, an denen Sie derzeit arbeiten – sei es als Auftrag oder in Ihrer Freizeit.
Question 2

Frage 2: Wie haben Sie die Tools und Technologien für Ihr letztes Projekt ausgewählt?

How to answer
So beantworten Sie die Frage: Der Gesprächspartner möchte sich ein Bild von Ihrer Erfahrung und Ihrer Herangehensweise an ein Projekt machen. Führen Sie die Einzelheiten des von Ihnen angewandten Verfahrens aus, erläutern Sie, warum Sie die von Ihnen verwendete Programmiersprache gewählt haben, und erwähnen Sie auch, für welche Tools und Technologien Sie sich entschieden haben. Sie können auch über jegliche Probleme sprechen, mit denen Sie während der Entwicklung konfrontiert waren, und skizzieren, wie Sie diese bewältigt haben.
Question 3

Frage 3: Welches sind die aktuellsten Trends in der Full-Stack-Webentwicklung?

How to answer
So beantworten Sie die Frage: Sorgen Sie vor Ihrem Vorstellungsgespräch dafür, dass Sie über aktuelle Trends in allen Bereichen der Web- und Softwareentwicklung auf dem Laufenden sind. Nennen Sie einige der neuesten Entwicklungen, mit denen Sie vertraut sind, und erläutern Sie, wie sich diese auf Ihre Tätigkeit auswirken könnten. Sie können außerdem darüber sprechen, wie Sie von der neuen Technologie erfahren haben.

19,411 full stack engineer interview questions shared by candidates

Algorithm Question: Is the number range "saturated". I put the word saturated in quotes, because their definition is somewhat ambiguous, after prodding the interviewers, the number range can be fully saturated, over-saturated in certain ranges or under-saturated. Input is a list of arraylist of 2 integers (each pair represents a range) Input 1: [2,5 | 0,2 | 10,15 | 6,9] Output: Saturated (logically this is over saturated because number 2 occurs twice but not according to the interviewers, creating additional edge cases for your algorithm) Output for the above is, yes the range is "perfectly" saturated because it accounts for all numbers from 0-15. Trick: interviewers consider even though the number 2, which occurs twice to be ok and not over saturated. Input 2: [3,10 | 0,5 | 50,100] Output: "not saturated" ("over saturated", the overlap is more than one number) Note for above range, it is both over saturated and under saturated, but interviewers don't mention/care about this Input 3: [5,9 | 0,3] Output: not saturated
avatar

Software Engineer/Full Stack Engineer

Interviewed at Justworks

3.1
Jun 23, 2016

Algorithm Question: Is the number range "saturated". I put the word saturated in quotes, because their definition is somewhat ambiguous, after prodding the interviewers, the number range can be fully saturated, over-saturated in certain ranges or under-saturated. Input is a list of arraylist of 2 integers (each pair represents a range) Input 1: [2,5 | 0,2 | 10,15 | 6,9] Output: Saturated (logically this is over saturated because number 2 occurs twice but not according to the interviewers, creating additional edge cases for your algorithm) Output for the above is, yes the range is "perfectly" saturated because it accounts for all numbers from 0-15. Trick: interviewers consider even though the number 2, which occurs twice to be ok and not over saturated. Input 2: [3,10 | 0,5 | 50,100] Output: "not saturated" ("over saturated", the overlap is more than one number) Note for above range, it is both over saturated and under saturated, but interviewers don't mention/care about this Input 3: [5,9 | 0,3] Output: not saturated

1. given a binary tree, return the number of nodes that got value higher or equal to every node in the path from root to that node. 2. given array of integers, return the first and second lowest numbers. you got 2:20 hours to solve it.
avatar

Full Stack Web Developer

Interviewed at Vonage

3.7
Jan 28, 2016

1. given a binary tree, return the number of nodes that got value higher or equal to every node in the path from root to that node. 2. given array of integers, return the first and second lowest numbers. you got 2:20 hours to solve it.

recreating "lodash"-like functions: Implementing some(arr, func) to return TRUE if some elements in the array satisfy the function. Creating a neg(func)(value) function that takes a function and returns a negated version. Using both some() and neg() to implement every(arr, func).
avatar

Senior Full Stack Developer

Interviewed at Wix

4.1
Jan 22, 2025

recreating "lodash"-like functions: Implementing some(arr, func) to return TRUE if some elements in the array satisfy the function. Creating a neg(func)(value) function that takes a function and returns a negated version. Using both some() and neg() to implement every(arr, func).

shopping cart with products and coupons and calculate the net price after applying coupons on products. Coupons can be of different types with certain conditions. 1. N% off that is 10% off for all the individual 2.P% off on next item 3.D% off on Nth item of Type T. sequentially wants to apply all the coupons on the cart and get the Total amount.
avatar

Full Stack Engineer

Interviewed at Cimpress

4
Nov 8, 2021

shopping cart with products and coupons and calculate the net price after applying coupons on products. Coupons can be of different types with certain conditions. 1. N% off that is 10% off for all the individual 2.P% off on next item 3.D% off on Nth item of Type T. sequentially wants to apply all the coupons on the cart and get the Total amount.

Viewing 81 - 90 interview questions

See Interview Questions for Similar Jobs

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