Tip 1 : Be proficient in aptitude
Tip 2 : Good command in English
Tip 3 : Thorough knowledge of your Resume
Tip 1 : Know your resume in and out
Tip 2 : One-page resume is enough
It was similar to any Amcat exam. Had around 60 questions in aptitude(quantitative and logical ability) and 30 questions in verbal and at last 2 coding questions



1. Coordinates of the cells are given in 0-based indexing.
2. You can move in 4 directions (Up, Down, Left, Right) from a cell.
3. The length of the path is the number of 1s lying in the path.
4. The source cell is always filled with 1.
1 0 1
1 1 1
1 1 1
For the given binary matrix and source cell(0,0) and destination cell(0,2). Few valid paths consisting of only 1s are
X 0 X X 0 X
X X X X 1 X
1 1 1 X X X
The length of the shortest path is 5.
Used 2D vector



In the given linked list, there is a cycle, hence we return true.

I used the standard fast and slow pointer approach.
Basic HR round. Simple and non technical questions were asked in this round
Tip 1 : Be Confident
Tip 2 : Answer Logically
Tip 3 : Be patient

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: