Tip 1: Prepare all Topics from Coding Ninjas course of Competitive Programming.
Tip 2: Do Competitive Programming regularly.
Tip 1: Keep your resume up to date and mention 2-3 good-level projects that will give the interviewer a good impression.
Tip 2: Don't put false things on the resume.
First round was Cognitive and Technical assessment round, started at around 10:30 am. It consisted of 90 questions to be solved in 90 minutes. One coding question was also there. There were six sections : Numerical Ability, English Ability, Logical Reasoning, Pseudocode, Common applications and MS Office and Basics of Networking.
Now this was an elimination round and to pass this round we had to clear the sectional cutoff. So make sure to attempt all the sections. No negative marking so BINGO! Also it was a well proctored so avoid any unfair means.
Each pair should be sorted i.e the first value should be less than or equals to the second value.
Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.
My interview started at around 11 am and I was being interviewed by two interviewers. They both were very experienced (more than 10 years) and cheerful.
1. It's up to you to guide them into your stories, i.e., say those things that you want them to ask, and they will.
2. They just want to see how well you can present yourself.
3. If you mention some hobbies to them, make sure you mean it. For instance, I wrote reading, so they asked me about which kind of books I read, how many have I read, when was the last time I read a book, or why I read a particular book.
4. Read your resume before the interview, as you want to avoid saying something that will contradict your resume.
5. Just be yourself.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is 3 + 2 * 4 based on operator precedence?