Intel Corporation interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Intel Corporation
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Algorithms - Dynamic Programming and LinkedList,C++ STL, DS, Software Principles and OOPS
Tip
Tip

Tip 1 : Know every anomaly in OOPS
Tip 2 : Be proficient in Dynamic Programming and Data Structures
Tip 3 : Also use memory saving methods to help better code

Application process
Where: Campus
Eligibility: above 8
Resume Tip
Resume tip

Tip 1: Be clear and concise
Tip 2: Add and always modify resume according to the company

Interview rounds

01
Round
Medium
Face to Face
Duration70 mins
Interview date15 Nov 2022
Coding problem1

1. OOPs Questions

Asked oops and threads

02
Round
Easy
Face to Face
Duration70 mins
Interview date15 Nov 2022
Coding problem2

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
QuikrMicrosoftSAP Labs

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Problem approach

Used how you solve a linkedlist

Try solving now

2. Least Common Ancestor

Moderate
25m average time
75% success
0/80
Asked in companies
SamsungAmazonCognizant

You are given an arbitrary binary tree with N nodes, whose nodes have their values in the range of integers. You are given two nodes x, y from the tree. You have to print the least common ancestor of these nodes.

Least common ancestor of two nodes x, y in a tree or directed acyclic graph is the lowest node that has both nodes x, y as its descendants.

For example look at the tree below, the LCA of node 1 and 5 is 3.

Note :

You have to return the deepest node which has both x, y as its descendants.
There may be cases where one of u or v is not present in the tree. In those cases, the reference provided to u or v will be NULL.
Try solving now
03
Round
Medium
HR Round
Duration60 mins
Interview date15 Jan 2023
Coding problem1

1. Basic HR Questions

How can you fit in our company

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you select an element by class name in CSS?

Choose another skill to practice
Similar interview experiences
SDE - 1
2 rounds | 4 problems
Interviewed by Intel Corporation
1721 views
1 comments
0 upvotes
Software Engineer
2 rounds | 3 problems
Interviewed by Intel Corporation
1216 views
0 comments
0 upvotes
SDE - 1
2 rounds | 4 problems
Interviewed by Intel Corporation
1118 views
0 comments
0 upvotes
SDE - Intern
2 rounds | 14 problems
Interviewed by Intel Corporation
937 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
14261 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
13665 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
9432 views
2 comments
0 upvotes