debug a sorting array function
Software Development Intern Interview Questions
2,989 software development intern interview questions shared by candidates
They asked me to solve a problem on finding the longest substring without repeating characters. I explained my approach using a sliding window technique, optimized it to O(n), and implemented it in C++.
How can you construct a balanced binary search tree when you're given a sorted array.
Tell me a time when you faced a challenge.
Questions i dint remember right now but finally they asked me to proove me as a good leader in any of my past life experience
Asked 2-3 standard behavioral questions
Outside of usual technical prep via leetcode questions and similar, there is a lot of emphasis on Amazon's leadership principles. The leadership principles are extremely important, and almost everything you do during your interview process is looked at through the lense of their leadership principles.
Find if an n by n tic tac toe game has a winner in constant time.
A question about finding the shortest path between two points on a graph. With no information about where the second point was located in relation to the first problem.
Given a string, I was asked to return all of the unique characters in the order of the original string.
Viewing 291 - 300 interview questions