Tip 1 : Practice all the basics of algorithms and data structures
Tip 2 : Practice problem solving and try to do at least 1 project
Tip 1 : Keep your resume as true as possible
Tip 2 : Add project



1. Delete a character
2. Replace a character with another one
3. Insert a character
Strings don't contain spaces in between.
Step 1 : I first tried to explain how the problem can be solved
Step 2 : The interviewer tried to cross question me but I was able to answer all the questions
Step 3 : I gave the solution then the interviewer asked me to write a pseudo code for the same



3 2 2
5 6 6
9 5 11
In the given matrix, 3 → 5 → 6 and 3 → 5 → 9 form increasing paths of length 3 each.
Step 1 - Explained the way out
Step 2 - Answered the questions asked by the interviewer
How does a compiler works
How is scheduling done in OS
Tip 1 : Practice basics of OS thoroughly
Tip 2 : Go through MCQs given on platforms

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?