Tip 1: Prepare DS/Algo well.
Tip 2: Do practice of HLD and LLD questions.
Tip 3: Prepare your previous projects well.
Tip 1: The resume should be concise and should not include things you cannot explain.
Tip 2: Apply via referral.
I was given the test link, had to complete in 2 days.


Tip 1: It's a variation of the sliding window.



Infix expression: A + B * C - D
Postfix expression: A B + C D - *
1. Operators will only include the basic arithmetic operators like '*', '/', '+', and '-'.
2. The operand can contain multiple digits.
3. The operators and operands will have space as a separator between them.
4. There won’t be any brackets in the postfix expression.
The round was on the high-level design of the scalable system.
Design Instagram, users should be able to post images, view others' posts and comment on posts.
The system is expected to be highly scalable and of low latency.
Tip 1: Think out loud. tell the interviewer what you are thinking.
Tip 2: Ask the requirements clearly before starting the solution
Tip 3: Generally if you are going in wrong direction, the interviewer will give you hints. try to grab them.
Low-Level design
Had to give the complete low-level design of Book My Show including database, classes and API design.
Tip 1: Make sure you practice low-level design problems before appearing for the interview. It will help a lot.
Tip 2: Stay calm and do not try to do out-of-the-box things
Round with HR
HR discussed how my Interviews went. And then gave me feedback round-wise. And told that I was rejected as I could not meet the bar for low-level design. Hence I have to try again after 6 months
Tip 1: Be yourself. Don't lie.
Tip 2: Always go prepared in the interview especially you should be thorough about your resume.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?