Tip 1: Prepare thoroughly for input-output questions.
Tip 2: Prepare well with coding questions.
Tip 1: Keep an achievements section in your resume to highlight your key accomplishments.
Tip 2: Include two impactful projects that clearly demonstrate your skills and understanding.
The test was divided into sections.
To qualify, we had to clear the cutoff for each section as well as the overall cutoff, which was not disclosed.
The questions included bit manipulation, input-output problems, and SQL query outputs.
Just after the cognitive and technical MCQ round, this round was held in the same lab.



Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]
Output: 11
Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
Simple simulation of Kadane's algorithm.
I used hashing for this.
The round was held online with mic and camera on.
This was the communication round which had questions like
1. Repeat the sentence.
2. Speak on a topic for one minute.
3. Speak the correct sentence.
4. Form a sentence from jumbled words and speak.
The round was held online on a call via the IndiaCampus website.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which data structure is used to implement a DFS?