Tip 1 - Practice Atleast 250 Questions
Tip 2 - Ex- Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
The first round was of online aptitude test conducted on AMCAT platform, there were four sections in this round
Verbal - 18 mins
Quantitative - 16 mins
Logical - 14 MCQ in 14 Mins
Coding - There where 45 minutes give to solve coding questions.
Essay - 20 Mins



You are given ‘X’ as 20 and ‘Y’ as 15. The greatest common divisor, which divides both 15 and 20, is 5. Hence the answer is 5.
You are given two numbers, ‘X’ and ‘Y’. Your task is to find the greatest common divisor of the given two numbers.
The Greatest Common Divisor of any two integers is the largest number that divides both integers.

1. A binary tree is a tree in which each node can have at most two children.
2. The given tree will be non-empty i.e the number of non-NULL nodes will always be greater than or equal to 1.
3. Multiple nodes in the tree can have the same values, all values in the tree will be positive.
You are given an arbitrary binary tree. A binary tree is called special if every node of this tree has either zero or two children. You have to determine if the given binary tree is special or not.
If the given binary tree is special, return True. Else, return False to the given function.
- Morning time
- It was good.
- No other significant activity
- Interviewer was good
Tell me about yourself.
What are your greatest strengths?
What isn’t on your resume?
If hired, when could you start?
Willing to relocate, Ready to join on a specific date, Signing bond, Work shift.
Tip 1 : Communication should be good
Tip 2 : I practice a lot so i was able to think meaningful answer
Tip 3 : If you don't have any problems with there policy they you just say Yes to all questions.

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?