Tip 1 : consistency is the key
Tip 2 : don't loose hope
Tip 3 : learn from your mistakes
Tip 4 : strong hold over your skills mentioned in resume , it could be projects
Tip 1 : Have some db based projects on resume
Tip 2 : Don't put false things on it
Round 1(Online Test):
Basic Computer science related questions related to:
Java (OOPs Concepts)
C/C++ (Pointers)
Unix
Bash
SQL (Mainly JOINs and Normalizations)
Output questions
1 Coding Question(Reverse the given string)
Few basic questions were also from Verbal(Paragraph based), Quant & Reasoning.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
The whole technical round was based on your resume, so please refer to resume building provided by Coding Ninja
In my interview, they asked only two questions based on some puzzle and i need to code it out.



(x-2,y+1)
(x-2,y-1)
(x+1,y-2)
(x-1,y-2)

If there is a coin at (1,1), Bob wins the game as Alice can make no move to start the game.


1) If the theater is empty, i.e., if no one is in the theater, they sit in the first seat(seat number 0).
2) If there are multiple seats that maximize the distance from the closest person, they sit in the seat with the lowest number.
Face to Face round basically confidence check round it was
InFormal Introduction(Name, Father’s Name, Father’s occupation, etc)
Strengths and Weaknesses
About the biggest achievement of your life till now.
About plans for higher studies
Why you wnat to join this organization
Tip 1 : be confident

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?