Tip 1 : Syllabus is vast, please take targeted approach
Tip 2 : Atleast solve all medium difficulty questions on leetcode, go for hard only if time permits
Tip 3 : Development is a must have. Do good projects/internships on web development, NLP, machine learning etc
Tip 1: Know every word that you put on your resume. The interviewers know more than you. Avoid beating around the bush.
Tip 2: Have projects that align with the company. If not, atleast you should be able to tell how you'll apply the learnings at the company
Video conferencing environment



A character from an index of a string(str1) is put at the end of it, is defined as a single operation.
You cannot perform any operation on the string, str2.
Step 1: brute force. High Time and space complexity
Step 2: optimised brute force. Little better than before
Step 3 : dynamic programming approach. Interviewer was happy.
Focus was on development and OOPS
Design a calculator using OOPS and optimise it
Tip 1: Learn OOPS and understand its usage properly
Tip 2: Don't be afraid to ask interviewer for help
Tip 3: Always build your solution. Don't give best solution upfront
This round was taken by Manager himself and not HR
Managerial and HR questions were asked in this round
Tip 1: Be true and realistic
Tip 2: Align your answers with company goals
Tip 3: Have a good knowledge of what company does and its domain

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?