Tell me what you did when you had to deal with a very difficult person.
Engineer Ii Interview Questions
9,750 engineer ii interview questions shared by candidates
Phone interview 1: How would you test an instant messenger system? How would you sort a large array?
Write an algorithm to check if 2 rectangles are overlapping given their left and right edge coordinates
how to determine if a graph is bi-partitite.
Director round was a bit confusing as I was asked to track mineral water of a mineral water plant.
Scalability, extensibility, reusability. Builder pattern
advanced interview questions for mid to senior levels
HashMap Internal Implementation. Serialization. Questions from Spring Boot, Routing/Services in Angular 8, DevOps basic questions like CI/CD pipelines, version controlling, etc
a huge matrix with 1 and 0, block the block of 1. elements could be "connected" by left, right, up or down side; but no diagonal. my answer, scan one by one, after getting the first 1, use stack walking to all neighour 1 and change them into 0, count++ then the interview asked how to make it parallel, ...
1. Implement queue using an array, in circular fashion (if end is reached, add to start of array if free) 2. Circular traversal of 2x2 matrix 3. Max continuous increasing sequence in a given Binary Tree 4. Designing a graph API 5. Designing API throttling. 6. Designing a multi-game, multi-player service using a single threaded machine. 7. Sort a big file of integers using limited memory
Viewing 9461 - 9470 interview questions