Tip 1 : Practice coding qestions of all level. Easy 35%, Medium 45%, Hard 20%.
Tip 2 : Total practice at least 200 Questions
Tip 3 : System design from grokking or interview bit
Tip 4 : Special focus on trees, Recursion, DP, BST, BS
Tip 1 : Remove very small project added to just increase the length. Keep resume to max 2 page.
Tip 2 : Mention skills important for the job role.
Tip 3 : Use Grammarly to remove any grammatical errors.
Tip 4 : Write about your experience quantitatively.
Timing: In afternoon on weekend.
How was the environment? It was developer-friendly
Any other significant activity: It was in python. Could be given in any language.
How the interviewer was? (If it was there any interview): No interviewer



Input: 'arr' = [1,1,2,2,4,5,5]
Output: 4
Explanation:
Number 4 only appears once the array.
Exactly one number in the array 'arr' appears once.
Using binary search.



[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.
using binary search
Timing: In afternoon
How was the environment? It was good.
Any other significant activity: It was majorly on android
How the interviewer was? It was good and informative
Design a Whatsapp like a chat application.
Tip 1 : Read about normalization in database.
Tip 2 : Database schema design is very important.
Tip 3 : Read about different architecture like MVP/MVVM.
Timing: In the afternoon
How was the environment? It was good
Any other significant activity: It was on android
How the interviewer was? He was calm, friendly, and knowledgeable.
Create an Instagram like app.
Tip 1 : App architecture is very important. Read about MVVM vs MVP and MVVM
Tip 2 : Latest android tool kits like, Compose, jetpack component, RxJava, etc should be known.
Tip 3 : Write clean and scalable code in interview.
Timing: Morning 10 AM
How was the environment? It was good
Any other significant activity: It was VP round
How the interviewer was? He was really awesome. Didn't feel like an interview and more like a discussion.
What you will do? if your work depends on your colleague and he/she is not completing it.
Tip 1: Discuss with colleagues the issue he/she is facing.
Tip 2: Help in removing the blockers and resolving the issue.
Tip 3: Remember, mistakes are not of people but of process.

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?