Tip 1 : Practice aptitude problems properly
Tip 2 : Have command over any one programming language
Tip 3 : Practice basic coding questions
Tip 1 : Add projects to resume
Tip 2 : Don't put anything extra in your resume
Online test consisted of aptitude questions and coding questions. In this, there was 52 aptitude question and two coding question. The total duration of the test was 1 hour 30 mins. My shift was in the afternoon at approx 1:00 pm.



1. Consider the container to be 2-dimensional for simplicity.
2. For any pair of sides ignore all the lines that lie inside that pair of sides.
3. You are not allowed to slant the container.

Consider 'ARR'= {1,8,6,2,5,4,8,3,7} then the vertical lines are represented by the above image. The blue section denotes the maximum water than a container can contain.
First analyse the question and then proceed in whichever programing language you feel more comfortable with



If N = 2 and prerequisite = [[1, 2]]. Then, there are a total of 2 courses you need to take. To take course 1 you need to finish course 2. So, it is possible to complete all courses.
This round was a HR round for me. In this I was asked basic HR questions.
1. Introduce yourself
2. What are your strengths
3. What are your weakness
5. Where do you see yourself after 5 years
6. How did you utilize your lockdown period

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?