Tip 1 : You should have deep knowledge about OOPS concept. And practice some coding questions which are based on OOPS concept.
Tip 2 : Go through the basic , like from your textbooks
Tip 3 : Study from sites like Greeks for geeks , javapoint etc
Tip 1:Mention your projects, skills, and achievement
Tip 2: You must know all the skills that you mentioned in your resume
MCQ questions
1. Quantitative Ability 25 questions 30 minutes
2. Logical Ability 35 questions 40 minutes
3. English Comprehension 20 questions 20 minutes
Reasoning questions
If a giraffe has two eyes, a monkey has two eyes, and an elephant has two eyes, how many eyes do we have?
Options
A. 3
B. 1
C. 4
D. 2
4 eyes.
Here in the question, it is asked how many Eyes We have so that means here the person who has asked the question is also including the person who is suppose to give the answer. In a clear understanding, the Conversation is happening between 2 people 1st who asked the question and 2nd to whom it has been asked, which means there are 4 eyes.
A number of cats got together and decided to kill between them 999919 rats. Every cat killed an equal number of rats. Each cat killed more rats than there were cats. How many rats do you think that each cat killed ?
A) 1009
B) 991
C) 2000
D) 1000
Given total number of rats = 999919
999919 = 1000000 - 81 = (10002 − 92) = (1000+9)(1000-9) = 1009 x 991.
Since there were more rats than there were cats, 991 cats killed 1009 rats each.
Interview took place around 11am.
They asked my introduction after that I was asked to explain my project .
Basic questions about DBMS , OOPS Concept and microprocessor
1) OOPS full form
2) Polymorphism (run time, compile time, function overloading)
3) constructor and deconstructor
4) difference between microprocessor and microcontroller
5) what is Iteration, Recursion.
6) Difference between RDBMS and DBMS
7) A dishonest milkman professes to sell his milk at cost price but he mixes it with water and thereby gains 25%.The percentage of water in the mixture is …….(he didn't give me options).
They asked me to write a program to count number of vowels in a string (You can write in any language)
Technical and HR round were combined , so after technical round , they asked me about my family background , my college experience , and can i work from any state
Interview experience was good



A dishonest milkman professes to sell his milk at cost price but he mixes it with water and thereby gains 25%. The percentage of water in the mixture is ………..
1. Declare and initialize an array.
2. The variable sum will be used to calculate the sum of the elements. Initialize it to 0.
3. Loop through the array and add each element of array to variable sum as sum = sum + arr[i].



Input: ‘N’= 25, ‘s’ =”Take u forward is Awesome”
Output: 10 11 4
1. Initialize the string using a character array.
2. Create a character pointer and initialize it with the first element in array of character (string).
3. Create a counter to count vowels.
4. Iterate the loop till character pointer find ‘\0’ null character, and as soon as null character encounter, stop the loop.
5. Check whether any vowel is present or not while iterating the pointer, if vowel found increment the count.
6. Print the count.

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: