Tip 1 : Focus on System design (HLD) extensively if you are applying to SSE
Tip 2 : Focus on Microservices patterns like rate limiting, distributed DB transactions ,circuit breaker etc
Tip 1 : Keep it short and simple
Tip 2 : Highlight your projects and skills



1.) First i applied sorting and then iterating over array and find first missing number.
2.) Interviewer asked for optimisation.
3.) I used Hashset to solve this then.
Design a multi level parking system(LLD)
Tip 1 : Keep focus on using design patterns.
Tip 2 : Keep OOPS principles in mind while designing classes
Tip 3 : Ask clarifying questions in initial phase of discussion
Design a Stock Broker system(HLD)
Tip 1 : Have a clear understanding of different databases, caching mechanisms and other design concepts.
Tip 2 : Ask clarifying questions whenever possible
Tip 3 : Keep your conversation two way.
It was a managerial round and focus was on my projects and microservice patterns
Tip 1 : Should have a deep understanding of current project
Tip 2 : Read concepts of microservice design.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?