Tip 1 : Confidence and Fluent
Tip 2 : Focus on your mentioned skills
Tip 3 : Go through the Interview questions via Glassdoor
Tip 1 : Be Precise and short
Tip 2 : Never lie on the resume they’ll know it.
32 Questions
30 questions will be pseudo-codes
2 questions will be pure coding out of which 1 question will be easy and other one will be moderate level



If there is no prime factor of a given integer, then print -1.
Tip 1 : Do practice on Sql queries
Tip 2 : Read about data structures



For the binary trees in the image below.

The left tree in the image is not a complete binary tree that’s why it is invalid and the right tree in the image is a valid complete binary tree which contains total 6 nodes.
Technical Round mainly focused on your skills and your previous work experience(if applicable).
If you’re a fresher then mainly focused on your last semester Major Project in college.
Write a SQL query to get the second highest salary out of a database.
- Applied the basic sql interjection
- Got the highest salary
- applied the order by function and descending
Team Building and Behavioural Round - Focused mainly on the behaviour and attitude of a person.
General discussion on Day to day problems and how you’ll face and solve it.
One wire is getting burnt in 60 mins. Calculate the time 45 mins ?
Tip 1 : Breakdown the problem into bits
Tip 2 : Calculate each bits one by one

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?