Tip 1: Go for CodeStudio medium problems.
Tip 2: Participate in coding competitions.
Tip 3: Go for web development.
Tip 1: Use LaTeX for resume creation.
Tip 2: Use the CodeStudio URL in your resume.
The timing was around 2 pm, conducted via Webex for the interview. The interviewer was very good.



Given a stream of numbers find the minimum number in the stream of numbers.
You can use the priority queue or min variable or the min stack to maintain the min value.




You can use a hashmap or two pointers for this.
The timing was around 4 pm. The interviewer was quite friendly and a good listener.



For the given string “what we think we become”
“what”,” think”, and “become” occurs 1 time, and “we” occurs 2 times in the given string.
you can use hashmap and count the frequency for each word.
The timing was around 2 pm. The environment was friendly, and the interviewer was good.
Design notification service push notification service.
Tip 1: Know all the building blocks of system design.
Tip 2: Learn REST API creation and database schema design.

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