Tip 1 : Master OOPS
Tip 2 : Get to a good level in DSA
Tip 3 : Consistency is most important factor.
Tip 1: Make it precise.
Tip 2: Don't use fancy templates.
It was a online subjective test which was scheduled on 15-sept-2022, i wss give 60 mins to complete it.
There were multiple questions of aptitude and reasoning of the basic to medium level.
The round started with general questions about me and about the things I mentioned in my resume and further they made me solve 2 coding questions.
Tip 1: creative approach
Tip 2: Basic of OOPS
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.
Tip 1: Learn DSA
Tip 2: Practice on some good platform such as CodingNinjas
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL keyword removes duplicate records from a result set?