How to implement several data structures
Software Development Engineer Interview Questions
32,867 software development engineer interview questions shared by candidates
medium leetcode problems. just make sure to cover the main concepts like DFS, BFS, BT, Graphs
problem on array of arrays
Standard data structures/algorithms questions, and questions about "Amazon Leadership Principles"
debug a sorting array function
rearrange the string so that no consecutive characters are the same.
All the regular behavioral questions were asked, for example, “How do you take criticism?” and “How do you identify the root cause of a problem?” They weren’t particularly tough, but each question had multiple follow-ups and could be quite grilling. The LeetCode questions were recently Amazon-tagged and were only minor variations of those.
Behavioural type of questions focusing on certain role or scenario
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++.
Design a class to rank the top k items in a store
Viewing 2781 - 2790 interview questions