Tip 1 : Don't let go of the micro doubts you get while solving a huge problem, those little things are the real solution builders.
Tip 2 : Reading a little on off topics or different tech stack is fine, but stick to the language or the stack you have chosen until you build strong foundation in it.
Tip 3 : Build projects based on your learning, it will not only add on to your resume but would also build confidence in your knowledge and presentation.
Tip 1 : Be short and crisp. Don't overload information. Have more to speak and only the headlines to show.
Tip 2 : Do not mention something in which you could be easily cornered. It brings bad impression on you.
The call was at 10 AM. The interviewer was on time and had his video turned on. The environment was highly professional, he had 13 years of experience. He was closely analyzing how confident I am while answering something or attempting the question. The purpose did not seem just to interview the candidate, but to also boost his confidence and enthusiasm as he is stepping into his career life. At the end of interview, he suggested me few things, asked me to work on few areas as I was young and had lot to grasp and learn.



If 'N' is 5 and 'K' is 3 and the array is 7, 2, 6, 1, 9
Sorting the array we get 1, 2, 6, 7, 9
Hence the 3rd smallest number is 6.



1. If 'X' is not found in the array, return 0.
2. The given array is sorted in non-decreasing order.
It was at 4:00 PM. The Interviewer was very fluent and crisp in his communication skills. He seemed very professional and without wasting much time he explained the context of the discussion and jumped into questions. He also gave his feedback at the end and he was very excited to talk to candidates. If anything to learn from him, was how to keep the conversation engaging and how to listen to others first before speaking.
Are you an organized person?
Can you describe your time management skills?
What’s your absenteeism record like?

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?