Tip 1 : Practice all interview questions. Solve previously asked questions
Tip 2 : Prepare for domain subjects like Object-Oriented Programming System, Database Management System, Computer network
Tip 3 : Have good resume
Tip 4 : Have good projects and internships
Tip 1 : Resume should be short and simple
Tip 2 : Keep resume of 1 or 2 page , not more than that.
Tip 3 : Any unwanted information on the resume leaves a bad impact
Tip 4 : Have good projects
This online coding and mcq test is been held on Amcat site, which is an online platform for test. This round is not much difficult.



Duplicate number is always present in the given array/list.


1. Choose any index i (0 <= i < n) and swap characters a[i] and b[i].
2. Choose any index i (0 <= i < n) and swap characters a[i] and a[n-i-1] .
3. Choose any index i (0 <= i < n) and swap characters b[i] and b[n-i-1] .
1. The number of changes you make after the preprocess move does not matter.
2. You cannot apply to preprocess moves to the String B or make any preprocess moves after the first change is made.



This round is face to face round. This round is bit easy. In this round they first check our domain, then after they just check our communication skills.
There are 2 cup with 5 lt and 6 lt of water respectively. The objective is to pour exactly 9 lt of water in a bucket. How can it be accomplished?
Tell me about yourself?
What do you consider to be your greatest strengths and weaknesses?
Why you wanna join our company?
Tip 1:
Tip 2:
Tip 3:

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?