Tip 1 : Always clear your concept, you should know in and out and if your not sure of something just reply “ I don’t know it right now but I will give it a try”.
Tip 2 : Approach matters more than correct answers so be clear with it
Tip 3 : Confidence matters a lot
Tip 1 : Only mention what you know, and be true
Tip 2 : Highlight your key skills and your achievements
Find out the minimum number of races to be conducted in order to determine the fastest three.



int a =10;
int b =20;
b = b + a;
// now b is sum of both the numbers
a = b - a;
// b - a = (b + a) - a = b (a is swapped)
b = b - a;
// (b + a) - b = a (b is swapped)
Questions related to testing, Automation testing, manual testing, API testing.
Tell me about yourself.
Are you ready to relocate?
Rate yourself from 1 to 10.
What are your strengths and weaknesses?

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?