Tip 1 : Try solving Love Babbar 450 Prog questions on youtube
Tip 2 : Have a good resume and projects
Tip 3 : Do learn some extra technologies eg. ML/AI
Tip 1 : Do not lie at all
Tip 2 : Have some projects/internships listed
Basic Aptitude questions were asked like
-Speed distance and time
- Work and time
- Profit loss
- Probability
- Percentage



If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Basic HR questions were asked like:
Where do you see yourself after 5 years
Why do you want to switch from EXTC
Why should we hire you



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
What is the purpose of the return keyword?