Tip 1 : Answer confidently
Tip 2 : Prepare for some puzzles
Tip 3 : Explain projects perfectly
Tip 1 : Don't put things that you don't know on the resume.
Tip 2 : Be confident



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 : Sort the array
Tip 2 : Get the last 2nd element
A blind man is alone on a deserted island. He has two blue pills and two red pills. He must take exactly one red pill and one blue pill or he will die. How does he do it?
Tip 1 : Just know everything about your project.
Tip 2 : Don't put projects that you are not confident about.
Tip 1 : Stay confident
Tip 2 : Be honest

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?