Tip 1 : Make sure your basics are strong.
Tip 2 : Avoid answering random flunk answers for unknown questions. Directly tell that you don’t know tue answer.
Tip 1 : Have an alrounder resume
Tip 2 : do not put fake projects and internships.
Complete aptitude round.
Crossing the Bridge Puzzle
Basic coding questions



1. If ‘k’ is not present in the array, then the first and the last occurrence will be -1.
2. 'arr' may contain duplicate elements.
Input: 'arr' = [0,1,1,5] , 'k' = 1
Output: 1 2
Explanation:
If 'arr' = [0, 1, 1, 5] and 'k' = 1, then the first and last occurrence of 1 will be 1(0 - indexed) and 2.
HR round
About myself , life goals , approach towards problems
Tip 1 : be confident

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?