Tip 1 - Practice RS aggarwal book
Tip 2 - Ex- Do atleast1 projects
Tip 1 : Write only what is relevant
Tip 2 : Be confident on what you have written
During the day, 60 minutes, online



‘ARR1’ = [3 6 9 0 0]
‘ARR2’ = [4 10]
After merging the ‘ARR1’ and ‘ARR2’ in ‘ARR1’.
‘ARR1’ = [3 4 6 9 10]
Standard question, solved using 2 pointer approach
Online, during the day, interviewer was a senior person



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.
Using two pointers

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL clause is used to specify the conditions in a query?