Tip 1 : Practice Aptitude thoroughly (indiabix is a really good website)
Tip 2 : Make an attractive CV. Take samples from your seniors. Include an objective line which highlights the position you're seeking for in the company
Tip 3 : Practice Data structures from gfg or youtube in a language that you're most comfortable with. Basics are important.
Tip 4 : Learn to code basic data structures. Upto Linked list.
Tip 1 : Include objective line. Change this in your cv according to the company you're applying for
Tip 2 : Follow a formal simple easy to understand format. Don't get too crafty. Highlight strengths
Started at 11 am. The test comprised of 2 codes, and mcqs with questions on technical cs, verbal ability, mathematical reasoning (more emphasis on data structures).



If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.




This round consisted of only aptitude. 25 questions on data representation and 20 questions on verbal ability. It started at 4 pm on the same day as first round.
The platform was hackerearth. It was a technical interview+ hr.
The panel consisted of 2 people. One form tech another from hr. The tech person reviewed questions from first round. And gave questions on coding. HR round was taken just after the tech was over.






Input: NUM[] = {1,1,1,2,2,2}
Output: {1,2,1,2,1,2}
Note: {2,1,2,1,2,1} is also valid because there are no two adjacent which are the same.
Why should we hire you?
Are you a team player?

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