advanced interview questions for mid to senior levels
Software Developer Ii Interview Questions
6,461 software developer ii interview questions shared by candidates
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
4 rounds of interview Ask the project experience(Most challenging project) Ask to design a online review system coding tests(around 30 minutes each round)
Don't remember too well but easy leetcode questions
Implement regex, it was using js.
5. How databases implement atomicity
Design a URL shortener? How will you monetize this ?
HackerRank Hard question. Solved it with dynamic programming.
Viewing 6331 - 6340 interview questions