Upload Button Icon Add office photos

Intel

Compare button icon Compare button icon Compare

Filter interviews by

Intel Technical Intern Interview Questions and Answers

Updated 18 Aug 2023

Intel Technical Intern Interview Experiences

1 interview found

Technical Intern Interview Questions & Answers

user image Shreya Nagappa

posted on 18 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Easy bitwise operation and pattern printing questions.

Round 3 - Technical 

(2 Questions)

  • Q1. Operating System questions were asked
  • Q2. Asked about my resume projects

Interview Preparation Tips

Topics to prepare for Intel Technical Intern interview:
  • OS
  • Oops
  • Coding
Interview preparation tips for other job seekers - Study basics array and bitwise concepts in detail.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. CMOS diagram of NAND gate
  • Ans. 

    CMOS diagram of NAND gate is a combination of NMOS and PMOS transistors.

    • CMOS NAND gate consists of a series connection of NMOS transistors and a parallel connection of PMOS transistors.

    • NMOS transistors are used for the pull-down network while PMOS transistors are used for the pull-up network.

    • When both inputs are high, the NMOS transistors conduct and the output is pulled low.

    • When either input is low, the corresponding ...

  • Answered by AI
  • Q2. DRC,LVS and PEX checks format
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

60 mins test which comprises of 2 sections, Technical and aptitude. Both sections have a time limit of 30 mins. The technical questions were easy to medium and i could finish it in time but i needed more time for finishing the aptitude, a total 40 questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

    • Completed internships at tech companies such as Google and Microsoft

  • Answered by AI
  • Q2. Find the voltage through the resistor
  • Ans. 

    To find the voltage through a resistor, use Ohm's Law: V = I * R

    • Use Ohm's Law: V = I * R, where V is the voltage, I is the current flowing through the resistor, and R is the resistance of the resistor

    • If the current flowing through the resistor is 2A and the resistance is 5 ohms, the voltage would be V = 2 * 5 = 10V

    • Make sure to use the correct units for current (Amps) and resistance (Ohms) to get the voltage in Volts

  • Answered by AI
  • Q3. The interviewer just kept on adding an extra resistor in parallel and in series to the resistor and asked me to find the voltage
  • Q4. He then asked a question on transient analysis ie 2 capacitors connected in series with a switch which closes at t>0 with the voltage across the 2 capacitors being 3 v and asked to find the total voltge
  • Q5. Explain the working of a capacitor and resistor and relation between resistance and length , area
  • Ans. 

    Capacitors store electrical energy while resistors limit the flow of current. Resistance is directly proportional to length and inversely proportional to area.

    • Capacitors store electrical energy by creating an electric field between two conductive plates separated by an insulating material

    • Resistors limit the flow of current in a circuit by dissipating energy in the form of heat

    • The resistance of a resistor is directly pr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Texas Instruments Intern interview:
  • AEC
  • Network analysis
  • Control System
Interview preparation tips for other job seekers - Study the complete basics of electronics also the questions completely depends on the interviewer. My panelist was just asking about circuit analysis and basics and nothing more not even about project or even about my resume. Other panelists were asking about AEC, NT , CS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about Bill of Materials
  • Ans. 

    Bill of Materials (BOM) is a comprehensive list of raw materials, components, and assemblies required to build a product.

    • BOM is used in manufacturing to ensure all necessary materials are available for production.

    • It includes details such as part numbers, quantities, and descriptions of each item.

    • BOM can be hierarchical, with sub-assemblies listed under main assemblies.

    • It helps in cost estimation, inventory management, ...

  • Answered by AI
  • Q2. Name a time you had conflict with a co worker and how did you resolve it
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. CGPA over 8 was the criteria
Round 2 - Aptitude Test 

Logical Reasoning, Verbal Reasoning , Quantitative Ability, Digital Electronics
DSP, C, Verilog, Digital Design

Round 3 - Technical 

(5 Questions)

  • Q1. Array addition of two numbers
  • Ans. 

    Add two numbers represented as arrays

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other

    • Return the result as a new array

  • Answered by AI
  • Q2. Access modifiers in java
  • Ans. 

    Access modifiers in Java control the visibility of classes, methods, and variables.

    • There are four types of access modifiers in Java: public, protected, default (no modifier), and private.

    • Public: accessible from any other class.

    • Protected: accessible within the same package or subclasses.

    • Default: accessible only within the same package.

    • Private: accessible only within the same class.

    • Example: public class MyClass {}

  • Answered by AI
  • Q3. Complete code of all projects
  • Ans. 

    It is not common practice to provide complete code of all projects in an interview setting.

    • It is not recommended to share complete code of all projects due to confidentiality and intellectual property concerns.

    • Instead, focus on discussing the technologies used, challenges faced, and solutions implemented in your projects.

    • Provide code snippets or high-level overviews of your projects to showcase your skills and experien

  • Answered by AI
  • Q4. Deep learning- Yolov5 architecture, details on kernel size, reason for choosing Yolov5, preprocessing techniques
  • Q5. BLE(Bluetooth Low Energy), Macros in C

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. General Questions from Projects on Resume?
  • Q2. Questions on Python and C?
  • Q3. Reasoning and Puzzle questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The General Aptitude Questions from the Sites are being asked

Round 2 - Coding Test 

Java concepts, Arraylists, and hashmaps were being asked to use in a solution.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Experience with Power BI
  • Ans. 

    I have experience using Power BI to create interactive visualizations and analyze data.

    • Created interactive dashboards to track key performance indicators

    • Used Power Query to clean and transform data for analysis

    • Utilized DAX formulas to calculate metrics and create custom measures

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

The questions consisted of aptitude and since iam from cs, cs core subjects.

Round 2 - Interview 

(2 Questions)

  • Q1. The interview was of 30 min. It started off with introducing ourselves and getting into projects. And core questions along with dsa .
  • Q2. What is threading, how many threads a process contains?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the core concepts of your subjects. OS questions regarding threading were asked for me. And a DSA question was asked the question being implement the paging table using data structures.

I was interviewed in Apr 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

It was conducted in evening from 6 to 8 pm
Online live proctorong was there for which android phone was also needed along with laptop
This was the first round so i attended interview in the next round.

  • Q1. 

    Team Formation Problem Statement

    You will be provided with an array/list 'ARR' consisting of 'N' positive integers representing runs scored by 'N' top players in their last innings. An integer 'X' is also...

  • Ans. Brute Force

    The basic idea of this approach is to iterate the whole ‘ARR’ from start and check for all the elements present after it. If the sum of the current pair is less than or equal to ‘X’ minus 30 then we will check if it is less than our temporary answer or not. If it is less then we will replace it with a temporary answer.
     

    Here is the algorithm:
     

    1. Declare a temporary array/list variable ‘ANS’ in which we...

  • Answered Anonymously
Round 2 - Face to Face 

Round duration - 3 hrs
Round difficulty - Medium

It started from 9'o clock in the morning
It was conducted on webex meetings app.
The interviewer was very professional.

Round 3 - HR 

Round duration - 90 minutes
Round difficulty - Hard

It was in the evening

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Lovely Professional University. I applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 7.5 CGPAInfineon Technologies interview preparation:Topics to prepare for the interview - Data Structures And Algorithm, Dynamic Programming, OOPS, Android App Development, HTML, CSS, JavaScriptTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practise at least 2 coding questions on daily basis
Tip 2 : After learning a particular topic try to implement it on some real world project
 

Application resume tips for other job seekers

Tip 1 : Mention the latest projects that you have done
Tip 2 : Be very clear and precise regarding your projects

Final outcome of the interviewRejected

Skills evaluated in this interview

Intel Interview FAQs

How many rounds are there in Intel Technical Intern interview?
Intel interview process usually has 3 rounds. The most common rounds in the Intel interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Intel Technical Intern interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Intel. The most common topics and skills that interviewers at Intel expect are Digital Design, Electronics, Internship, Scripting and VLSI.

Tell us how to improve this page.

Intel Technical Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 252 Interviews
Tata Electronics Interview Questions
4.0
 • 146 Interviews
Texas Instruments Interview Questions
4.1
 • 120 Interviews
Nvidia Interview Questions
3.7
 • 102 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Intel Technical Intern Salary
based on 12 salaries
₹3.4 L/yr - ₹6.4 L/yr
5% less than the average Technical Intern Salary in India
View more details

Intel Technical Intern Reviews and Ratings

based on 6 reviews

4.4/5

Rating in categories

4.4

Skill development

4.6

Work-life balance

4.9

Salary

3.6

Job security

4.7

Company culture

4.6

Promotions

4.5

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
337 salaries
unlock blur

₹12 L/yr - ₹45 L/yr

SOC Design Engineer
221 salaries
unlock blur

₹11.9 L/yr - ₹33.2 L/yr

System Validation Engineer
197 salaries
unlock blur

₹12 L/yr - ₹45.7 L/yr

Design Engineer
159 salaries
unlock blur

₹11.5 L/yr - ₹45.3 L/yr

Software Development Engineer
153 salaries
unlock blur

₹12 L/yr - ₹43 L/yr

Explore more salaries
Compare Intel with

Qualcomm

3.8
Compare

Nvidia

3.7
Compare

Microsoft Corporation

4.0
Compare

Advanced Micro Devices

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview