Focus on data structures and algorithms part more. Tell the interviewer , starting from the brute force approach to the most optimal solution as this will give a good impression to the interviewer.
To be honest, the problem-solving ability is the only thing that most companies care about. So you can manipulate your resume according to that. Mention your competitive programming handles in your resume and also other coding ranks or achievements which you have achieved.
It was an online MCQ's + coding round consisting of 20 MCQ’s and 1 coding problem.
20 MCQ's were based on Java, C++, Linux, Operating systems, Database Management System.
Check whether there exists a loop in the linked list or not.
I used two pointer approach (fast and slow). Put slow to head and fast to next of head.Slow was moving one by one and fast was covering 2 nodes at a time and if both the pointers meet at some point then there is a loop in linked list.
The interview started at 8:30 pm in cc of Delhi Technological University itself and it was quite late. There was only a single interviewer and he asked me one coding question related to overflow of integers.
I had 2 integers which I had to multiply with each other and had to store the result in an integer only by handling the overflow condition.
It was quite late . There was only one interviewer and I was asked about my family , education and future plannings and few questions related joining locations and documents etc.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What does HTML stand for?