Tip 1 : Be conceptually clear with recursion and backtracking
Tip 2 : Apply DP wherever possible
Tip 3 : Solve variety of problems in arrays and strings.
Tip 1 : Keep it short and crisp
Tip 2 : Mention technologies used in projects.
3 coding questions
2 medium 1 hard
1 dp questions and 2 from arrays and strings.



[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.
Dp approach



Two pointer approach
Interviewer was friendly and patient.
Asked basic questions from binary search sorting techniques and OOPS concepts.



Implement binary search and tell time complexity
Tip 1 : Be calm
Tip 2 : Ask for hints
Nothing too much jusk asked basic intro and background.
Tip 1 : Be honest
Tip 2 : Be confident

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?