4.5 yoe as a backend developer.
Position: SDE
Location: India
Date : July, 2021
4 Rounds.
Round 1: Hacker Rank Online (1Hr)
MCQ + 1 coding question (medium)
Round 2 : Technical (1Hr)
Core java and Multi threading
2 DS questions
- House Robber (medium)
- searching in a matrix sorted by row (medium)
Round 3 - Technical (1Hr)
Core Java and Spring
1 DS question
- remove consecutive char in string (easy)
Round 4 (50 min) - Technical + Managerial
System Design Problems
Removing duplicate lines from a 10 gb file with 2 gb memory
Basic Memory management and Garbage collection
Detecting performance issue in production
Project related
1 DS questions
Given input and output array return sequence of stack operations to do on input to produce output
intput - [2,3,4,5,6]
output = [3,4,5,2,6]
ans = [push-2, push-3, push-4, pop-4, push-5...]
Offer - https://leetcode.com/discuss/compensation/1332719/morgan-stanley-manager-sde2/1008053