Intersection of two linked lists
Development Engineer Interview Questions
37,105 development engineer interview questions shared by candidates
Using the online code editor, create a data structure that does the following: 1 - Has a max size of elements 2 - When attempting to add a new element, if the element will exceed the structure max size, remove the oldest accessed element to make room for the new element.
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)
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
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.
Find if a linked list has a cycle in it.
Viewing 511 - 520 interview questions