Full Stack Software Developer Interview Questions

1,663 full stack software developer interview questions shared by candidates

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.
avatar

Senior Software Engineer - Full Stack

Interviewed at Agoda

3.9
Apr 21, 2022

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.

Best Time to Buy and Sell Stock Input: prices = [7,1,5,3,6,4] Output: 5 Explanation: Buy on day 2 (price = 1) and sell on day 5 (price = 6), profit = 6-1 = 5. Note that buying on day 2 and selling on day 1 is not allowed because you must buy before you sell.
avatar

Full Stack Software Engineer

Interviewed at Cimpress

4
Jan 8, 2025

Best Time to Buy and Sell Stock Input: prices = [7,1,5,3,6,4] Output: 5 Explanation: Buy on day 2 (price = 1) and sell on day 5 (price = 6), profit = 6-1 = 5. Note that buying on day 2 and selling on day 1 is not allowed because you must buy before you sell.

Using provided CSV file, develop a functional full-stack application with an interactive form to submit and update book reviews, generating live feeds for reviews. The application needs to be deployed and code must be readable and shared in a git repository.
avatar

Full Stack Software Engineer

Interviewed at Apple

4.1
Jan 6, 2022

Using provided CSV file, develop a functional full-stack application with an interactive form to submit and update book reviews, generating live feeds for reviews. The application needs to be deployed and code must be readable and shared in a git repository.

Viewing 191 - 200 interview questions

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