Tip 1 : Practice Atleast 250 Questions
Tip 2 : Prepare atleast 2 good projects
Tip 3 : Communication skills should be good.
Tip 1 : Be honest with your resume.
Tip 2 : Resume should be crisp and short.
This was an approximately 2hr 15 minutes long test, with a fixed time for different sections, and the time couldn’t be carried over.


For the given ‘HAPPINESS[]’ = ‘[-1, 0, 3]’ and ‘A’ = 0 , ‘B’ = 2. Following are the ways to group people such that the overall happiness of the group is between ‘A’ and ‘B’:
[-1, 0, 3], the sum of all the happiness values of this group is 2.
[-1, 3], the sum of all the happiness values of this group is 2.
[0], the sum of all the happiness values of this group is 0.
[ ], the sum of all the happiness values of this empty group is 0.
So the number of ways is 4.


For the input string 'abcab', the first non-repeating character is ‘c’. As depicted the character ‘a’ repeats at index 3 and character ‘b’ repeats at index 4. Hence we return the character ‘c’ present at index 2.
It was of 1 hour. There were 2 interviewers. It was from 10:45 to 11:45 am in the morning. Interviewer was quiet friendly.
One asked about the technical things and other one asked about behavioral questions and projects mention in the resume.
What is interface and abstract class in java, give their example. Explain them with their implementation.
I explained both and wrote the pseudo code for both as well.
What is oops, building blocks of oops and its application.
Types of Joins in MySQL.
Tip 1 : Do practice for SQL queries
Tip 2 : DBMS is must, prepare it nicely.
Tip 3 : Be confident.
Explain your projects.

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