Tip 1 : Practice Aptitude questions
Tip 2 : Practice Coding questions and interview questions
Tip 3 : Do some projects and understand them properly
Tip 1 : Be clear about whatever you write
Tip 2 : You should have knowledge of all the coding tools/languages and the project you have mentioned in resume
This round included aptitude questions, Reasoning and basic English questions and 1coding question which was to print a pattern. You might face issues with compiler so try to run the code as early as possible to overcome any issues.
Numerical ability- 25 questions
Verbal ability- 25 questions
Reasoning ability- 30 questions
Programming logic -10 question
Coding- 1 question
An automobile company manufactures both a two wheeler (TW) and a four wheeler (FW). A company manager wants to make the production of both types of vehicle according to the given data below:
The task is to find how many two-wheelers as well as four-wheelers need to manufacture as per the given data.
Example :
Input :
Output :
Explanation:
130+70 = 200 vehicles
(70*4)+(130*2)= 540 wheels
Constraints :
In this round questions were asked on problem solving, on the technology you have mentioned in your resume, the projects you have done. Few questions were asked from college subjects like OS and 1-2 sample program logic was asked to written in paper.
After that 1 HR round was also there it was quick question like Introduce yourself, why do you want to join the company were asked.



There is only one space between the values of each column in a row.
For example, Pattern for ‘N’ = 5 will be.
1 2 3 4 5
11 12 13 14 15
21 22 23 24 25
16 17 18 19 20
6 7 8 9 10
First I understand how it should be designed, then I identified that 2 loops are needed one will move in increasing order, other in decreasing and then print * as per the requirement by making inner loop

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: