Tip 1 : Focus on problem solving and quality questions, rather than number of questions
Tip 2 : Practice Mock interviews with your friends and work on explaining skills
Tip 3 : Prepare short notes for theory subjects
Tip 4 : All aspects of project must be carefully evaluated before mentioning in resume
Tip 1 : Simple and crispy
Tip 2 : Not entire description of project just a brief is fine
Online coding round was conducted in evening at 5:00 PM
Round was on Hacker rank, Strict proctoring was there and no tabs switching was allowed
A binary string is a string in which all characters are either ‘1’ or ‘0’.
This was an Video interview round
Interview was conducted around 11:30 AM
Platform : Cisco Webex
Interview was very friendly and always helped whenever i was stucked
It is guaranteed that 'K' will always be greater than two.
SQL query to find the Nth salary in the database
There are 1000 wine bottles. One of the bottles contains poisoned wine. A rat dies after one hour of drinking the poisoned wine. How many minimum rats are needed to figure out which bottle contains poison in hour.
This was the second interview round
It was conducted around 3:00 PM
Intrview was very senior and silent, he didnt said anything and directly jumped to questions
If it is impossible to finish all courses, return an empty array. If there are multiple answers, return any one.
Input:
3 2
1 2
2 3
There are three courses to take. To start with, First course 3 is taken. Then course 2 is taken for which course 3 must be completed.
At last course 1 is taken for which course 2 must be completed. So the correct course order is [3,2,1].
Asked me about OOP pillars and Basic functioning of Pointers
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?