Open In App

Intel Interview Experience for Internship (On-Campus)

Last Updated : 05 Nov, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

We were shortlisted based on our CGPA and resume. (CGPA >= 8.5)

There were 3 rounds of interviews:

Tech Round 1:

Here, I was asked to introduce myself. Then I was asked 2 coding questions. One was 2-Sum and the other was Checked if the given linked list is a palindrome.

  • After the coding questions, I was asked about pointers and variables.
  • What are the different memory spaces in c/cpp?
  • Explain Dynamic memory allocation in c and cpp. (malloc, calloc, new, delete)
  • Explain a few git commands.
  • Explain OOPS concepts.
  • What is a static variable?
  • Few questions on guessing the output for the code given.
  • One situational question was also asked.

This ended the first round. I was able to clear this round.

Tech Round 2:

It starts with introducing yourself. After that, I was asked to explain any one project done by me in detail.
Various questions were asked on OOPS (guess the output, what does this code do, What is different between the 2 codes given)
Then, One coding question was asked – print level order traversal of a binary tree. I used the STL queue in this code, So I was asked to implement a queue.
Another coding question was to print numbers from 1 to 100 without using loops.
After this few questions were asked on the basics of cpp. (what is a static variable, static function, etc)
This ended the second round. I cleared this round.

HR Round:

  • Introduce yourself.
  • Where are you from? Why you did not do engineering in your hometown?
  • What are your hobbies?
  • What are your strengths and weaknesses?
  • How did you overcome your weaknesses?
  • Why is your score less in Engineering compared to 10th and 12th?
  • What do your parents do?
  • What are your plans in coming 4-5 years?
  • Why do you want to do a master’s after working for 3-4 years and not just after your bachelor’s?
  • Why masters only in India? Why not abroad?
  • Any questions?

This ended the interview.

Finally, 4 were selected, and I was one of them.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads