Tip 1 : Practice all the questions available on internet for the coding round
Tip 2 : Practice aptitude questions
Tip 3 : Focus on what you have mentioned in your resume
Tip 1 : Your resume should reflect the skills that you want the interviewer to talk about
The first round was MCQ round were aptitude and logical reasoning questions were asked.
Then was a coding round which involved writing the code on a paper
probability, profit/ loss, distance time, speed, logical reasoning, english questions
The 2nd round was coding round, 3 problems were given, you have to solve atleast 1.5 problem with minimal complexity, O(n) preferrably to clear the round



a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
-
In this round, your solution is presented to the interviewer and he interviews you based on it. He cross questions you why did you solutionize your problem this way.
In this round, your solution is presented to the interviewer and he interviews you based on it. He cross questions you why did you solutionize your problem this way.
In this round, your solution is presented to the interviewer and he interviews you based on it. He cross questions you why did you solutionize your problem this way.
HR questions you based on your resume. Normal HR round with what is your vision for the next 5 years etc.
What is the company tagline
HR questions you based on your resume. Normal HR round with what is your vision for the next 5 years etc.
What is the company tagline
Tip 1 : Know basic of the company that you have applied for

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?