Tip 1 : Good knowledge of your project.
Tip 2 : Good knowledge of aptitude, reasoning, puzzle.
Tip 1 : Have some projects.
Tip 2 : You should have good knowledge of what you have written in resume.
MCQ is based on aptitude, reasoning, SQL, C, and java questions.
The coding round has 2 DSA question one is very easy other is of medium level.
MCQs(Quantitative Aptitude-15 questions,Reasoning-15 questions, C, Java, SQL- around 15 to 20 questions)
Number of MCQs-45



Given string 'STR' : ‘Coding Ninjas’ there are 8 consonants i.e ‘C’,’d’,’n’,’g’,’N’,’n’,’j’,’s’, because these characters do not belong to set above mentioned set of vowels.
Step 1 : First convert the given string into lowercase for uniformity while counting vowels, consonants, and
whitespaces.
Step 2 : This can be done by using .toLowerCase() in Java.
Step 3 : After that traverse the entire modified string by applying the following conditions -
If any vowel then increment the vowel counter
Else if any consonant then increment the consonant counter
Else if any whitespace then increment the whitespace counter
This is a technical round with two panelist members. First, they introduced themselves after that they ask me to introduce myself after the introduction they ask me questions related to my hobbies they are trying to make the environment friendly. after that, they start asking questions related to oops like inheritance, polymorphism, classes, object, and their use in java.
after the asked question related to my projects. I have developed projects in android and web so they asked basics of both the project and their uses, and problems while working on projects.
What are classes and its use in java?
What are objects and its use in java?
What is polymorphism?
What is inheritance?
In the HR round, there is only one panelist who asked about myself, my qualification, why I want to join this organization, and my hobbies, and after that, he asked to show me my document online for verification.
Tell me about yourself.
Why do you want to join the company?
What are your hobbies?

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: