Tip 1 : Learn currently used tech stack
Tip 2 : Practice DS and Algo
Tip 3 : Do 2 projects and upload them on github
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
To make an AI less repetitive in a long paragraph, you should increase: