Full Stack Software Developer Interview Questions

15,796 full stack software developer interview questions shared by candidates

F2F: 2 - Frontend (Two interviewers) Create a function to fetch and render an array of stocks (stock_id, stock_name, price). Follow up questions: - Automatically refresh data (your solution must be "user-friendly". ex. re-render every 3 seconds) - Create an additional list of "3 Favorite stocks" and link it to the bottom of the page. (use "div", use position: fixed; bottom: 0). On this step, they asked a lot about CSS Position (absolute, fixed, etc) - What if there are 10000+ stocks? Should we render them all? Should we re-fetch them all? (Answer: re-fetch/re-render only first N of stocks + re-fetch/re-render favorite stocks)
avatar

Full Stack Developer

Interviewed at Booking.com

4.1
Nov 20, 2020

F2F: 2 - Frontend (Two interviewers) Create a function to fetch and render an array of stocks (stock_id, stock_name, price). Follow up questions: - Automatically refresh data (your solution must be "user-friendly". ex. re-render every 3 seconds) - Create an additional list of "3 Favorite stocks" and link it to the bottom of the page. (use "div", use position: fixed; bottom: 0). On this step, they asked a lot about CSS Position (absolute, fixed, etc) - What if there are 10000+ stocks? Should we render them all? Should we re-fetch them all? (Answer: re-fetch/re-render only first N of stocks + re-fetch/re-render favorite stocks)

Introduce yourself. Interviewer and I had a back and forth so his questions regarding my experiences were pretty much answered then. For the coding challenge, given a list of numbers and a target number, find the two numbers in the list that would add up to the target.
avatar

Full Stack Developer

Interviewed at Engel & Völkers

3.9
Oct 2, 2024

Introduce yourself. Interviewer and I had a back and forth so his questions regarding my experiences were pretty much answered then. For the coding challenge, given a list of numbers and a target number, find the two numbers in the list that would add up to the target.

given a matrix that contains ones and zeros where zero represent land and one sea and you need to return the amount of lands there is in the matrix (look at it like a map) a single land can appear in several rows (like 'H', like 'L' shape and so on)
avatar

Full Stack Developer

Interviewed at Wix

4.1
Sep 15, 2025

given a matrix that contains ones and zeros where zero represent land and one sea and you need to return the amount of lands there is in the matrix (look at it like a map) a single land can appear in several rows (like 'H', like 'L' shape and so on)

Viewing 1001 - 1010 interview questions

Glassdoor has 15,796 interview questions and reports from Full stack software developer interviews. Prepare for your interview. Get hired. Love your job.