Two coding questions regarding algorithms and data structures
Engineering Internships Interview Questions
25,255 engineering internships interview questions shared by candidates
Did you take an Amazon certification course
Next greater element ii, tell me a situation you dealt with a challenge
When was the last time you faced a difficult customer? How did you deal with the customer demands?
Find if a string is a permutation of another string?
How would you detect a phone number (formatted "(xxx)-xxx-xxxx" )in a file that is consist of strings?
Basic java questions and write a method to test whether a given binary search tree is valid or not
Print a binary tree level by level
Write method(s) in a class that control the key behavior of the class. Linked Lists, String manipulation, 2-d Arrays.
Technical: How do you remove all zero subtrees from a bunary search tree? (Like nodes that are zero but have children that are non zero will not be removed but nodes that are zero and have children and down that are also zero, the whole subtree should be removed)
Viewing 711 - 720 interview questions