Tip 1: Be consistent.
Tip 2: Attempt weekly contests and challenges on different platforms.
Tip 3: Mock interviews are also helpful.
Tip 1: Your resume should include some good projects.
Tip 2: Add links to your coding platform profiles.
Try to attempt most of the questions.
For selection, solve all the coding problems.



It was a one-to-one interview round.



If there are any duplicates in the given array we will count only one of them in the consecutive sequence.
For the given 'ARR' [9,5,4,9,10,10,6].
Output = 3
The longest consecutive sequence is [4,5,6].
Can you solve this in O(N) time and O(N) space complexity?
Online HR round.
Tip 1: Be confident.
Tip 2: Say "no" frankly, if needed.
Tip 3: Ask questions about the company, culture, etc.

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