Tip 1 : Resume of one page
Tip 2 : Have at least one project for discussion
Tip 3 : Try to answer as fast as possible with correct answers
Tip 1 : One-page Resume is good
Tip 2 : good projects on resume for discussion
This round consisted of 26 questions out of which 24 were questions on general aptitude and only 2 were on programming.
General aptitude was very easy I was able to solve each and every question.
The first programming question was easy as I knew that it was based on Kadane's Algorithm and second question was hard but after some time I was able to do that also



If arr = [3,2,3], and k = 1
then there are 4 subarrays with 1 odd elements:
[3], [3,2], [2,3] & [3].
It was an easy round,
1) What is class?
2) Difference between static IP and dynamic IP?
3) Is static public valid in java and why?
4) Difference between SQL and MySQL?
5) Difference between group by and order by?
6) Question on my project?
1) Tell me about yourself?
2) Tell me about your final year project and your role in that?
3) Why do we write public static void main in Java?
4) Is Private static void main valid. Give reasons?
5) Difference between private and protected?
6) Difference between local and global variables?
7) What is SDLC?
8) Explain steps involved in SDLC?
9) If I give you software like WhatsApp on what basis would you test that?
10) Why should we hire you?

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