Find the indices of all anagrams of a given word in a another word. For example: Find the indices of all the anagrams of AB in ABCDBACDAB (Answer: 0, 4, 8)
Engineer Software Interview Questions
419,835 engineer software interview questions shared by candidates
4 interviews. All 4 interviewers asked STAR based behavioral questions followed by a coding question. All 4 were pretty simple. No design questions asked.
General C++ debugging questions and normal coding questions
prepare data structures and algos
Tell me about a time you helped one of your colleague. How did it go?
Leetcode easy: Return k largest number.
Divide two numbers without using division operator and parenthesis matching.
They focus heavily on the leadership principle questions. For example: describe a time you made a mistake and how you handled it.
Given the function prototype for a function called secondLargest given a pointer to a list of integers, write down on a piece of paper how you would implement this function and read it back to me. Follow up questions included what is the complexity of your algorithm (O notation)? How would you extend it to do nthLargest element?
Find if a linked list has a cycle in it.
Viewing 3131 - 3140 interview questions