Tip 1 : solve previous years papers
Tip 1 : Mention personal projects on your resumes
Tip 2 : do not put address on your resume
MCQ + Coding
30 MCQS on
Probability
Sequence of numbers
Fraction
Technical mcqs



Basic HR questions like why should we hire you? What keeps you motivated?
Also 1 coding approach



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.

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?