A medium leetcode question -topic: graph A medium OOD questions related to real user case deep dive
New Grad Software Engineer Interview Questions
2,866 new grad software engineer interview questions shared by candidates
For technical: Leetcode Questions: Text Justification(easier version), reverse parentheses, and merge k sorted list.
Case study: implement a part that's missing if you have missing parts what can be used instead of your solution (something more optimized in unity) etc.
Given an array of unique integers, return a pair of integers that sum up to a target sum
Given an array of numbers, return all possible combinations of numbers in the array that can add up to a target sum. (not moving window, can be pulled from anywhere in array like 1st and last element together for instance)
Tell me about a time you had to seek more information to create a solution.
How do you see yourself fitting into amazon
Can you tell me about a time when you saw teammates struggling and what did you do to help them.
Longest palindromic substring in a given string.
Maximum Units on Truck: Sort arrays of [items] and [number of items] to maximize number of items in a truck.[given truck's capacity] https://leetcode.com/problems/maximum-units-on-a-truck/ (similar question) Max Sub-grid: https://leetcode.com/discuss/interview-question/850974/hackerrank-online-assessment-roblox-new-grad-how-to-solve-this
Viewing 1801 - 1810 interview questions