Upload Button Icon Add office photos

Intel

Compare button icon Compare button icon Compare

Filter interviews by

Intel Senior Data Scientist Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Some basic c questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics system concepts thoroughly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. 1. Os vitualization is asked based on your resume
  • Q2. 2. C pointes 3. hasmap
  • Q3. 4. Questions based on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OS, C related questions from geeks for geeks
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

2 hours Hackerrank test, after qualifying that 2 technical rounds and 1 HR round

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Dynamic Programming Question to get the min path.
  • Q2. 2. Bit manipulation questions, like find missing number in an range.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic DS and Algo for software Engineers.
But for Electronics and Communication engineers the interview level is really tough.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is ladder logic programming language, and how is it utilized in the context of programmable logic controllers (PLC), specifically in relation to Start-Delta ladder logic?
  • Ans. 

    Ladder logic is a graphical programming language for PLCs, used for industrial automation, including Start-Delta motor control.

    • Ladder logic resembles electrical relay logic diagrams, making it intuitive for electricians.

    • It consists of rungs that represent control logic, with vertical rails representing power supply.

    • Start-Delta control is a method to reduce the starting current of large motors by initially connecting th...

  • Answered by AI
  • Q2. What are pneumatic valves, and how do they function within a pneumatic system? Please include a diagram.
  • Ans. 

    Pneumatic valves control airflow in pneumatic systems, regulating pressure and directing movement of actuators.

    • Pneumatic valves can be manually operated or automated.

    • Common types include solenoid valves, directional control valves, and pressure relief valves.

    • They are used in applications like robotics, manufacturing, and automation.

    • Example: A 5/2 valve directs air to extend or retract a cylinder.

  • Answered by AI
  • Q3. What are MTTR, MTBF, and OEE, and can you provide examples of each?
  • Ans. 

    MTTR, MTBF, and OEE are key metrics for measuring equipment performance and reliability in various industries.

    • MTTR (Mean Time to Repair): Average time taken to repair a failed component. Example: If a machine takes 2 hours to fix on average, MTTR is 2 hours.

    • MTBF (Mean Time Between Failures): Average time between failures of a system. Example: If a machine operates for 1000 hours before failing, MTBF is 1000 hours.

    • OEE (...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Group Discussion 

Case study about some machine learning project which i did in thr past.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain your recent projects from your resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Add a node to the head of linked list
  • Ans. 

    To add a node to the head of a linked list, create a new node, set its next pointer to the current head, and update the head pointer to the new node.

    • Create a new node with the desired data

    • Set the new node's next pointer to the current head of the linked list

    • Update the head pointer to point to the new node

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Move the 4 cubes from middle of the screen to left, right, bottom and top. Also, it should keep rotating and stop rotation once it reaches there.
  • Ans. 

    Move rotating cubes to different positions on screen and stop rotation once reached.

    • Create 4 animations to move each cube to left, right, bottom, and top of the screen

    • Add rotation animation to each cube

    • Stop rotation animation once cube reaches the desired position

  • Answered by AI
  • Q2. 2 logical questions where asked.
Round 2 - Technical 

(2 Questions)

  • Q1. How would I integrate/embed Unity application into Android.
  • Ans. 

    Integrating Unity application into Android involves exporting the Unity project as an Android project and then integrating it with Android Studio.

    • Export the Unity project as an Android project

    • Import the project into Android Studio

    • Modify the Android manifest file to include necessary permissions and settings

    • Integrate UnityPlayerActivity into the Android application

    • Build and run the Android application on a device or emu

  • Answered by AI
  • Q2. Interviewer checked my debugging skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Invert bits of a number
  • Ans. 

    Invert the bits of a given number

    • Use bitwise XOR operator (^) with 1 to flip each bit

    • Repeat the process for all bits in the number

    • Return the inverted number

  • Answered by AI
  • Q2. How do you support backward compatibility whiel designing a system
  • Ans. 

    Backward compatibility can be supported by using versioning, deprecation strategies, and maintaining clear communication with users.

    • Use versioning to clearly distinguish between different versions of the system

    • Implement deprecation strategies to phase out old features gradually

    • Maintain clear communication with users about upcoming changes and provide migration paths

    • Consider using compatibility layers or adapters to bri...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Pointer related questions.
  • Q2. Basic puzzles
Round 2 - Coding Test 

Some question on memory management and some puzzles.

Round 3 - Coding Test 

Problems related to pointer like in this scenario what should be the output etc.

I applied via Naukri.com and was interviewed in May 2020. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Angular and JavaScript basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Tell us how to improve this page.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 259 Interviews
Tata Electronics Interview Questions
4.0
 • 158 Interviews
Texas Instruments Interview Questions
4.0
 • 121 Interviews
Synopsys Interview Questions
3.9
 • 89 Interviews
Molex Interview Questions
3.8
 • 55 Interviews
Lam Research Interview Questions
3.7
 • 46 Interviews
View all
Software Engineer
351 salaries
unlock blur

₹11 L/yr - ₹42 L/yr

SOC Design Engineer
225 salaries
unlock blur

₹10.5 L/yr - ₹36 L/yr

System Validation Engineer
188 salaries
unlock blur

₹12 L/yr - ₹44.2 L/yr

Design Engineer
168 salaries
unlock blur

₹11.6 L/yr - ₹46 L/yr

Software Development Engineer
160 salaries
unlock blur

₹12.1 L/yr - ₹43 L/yr

Explore more salaries
Compare Intel with

Qualcomm

3.8
Compare

Nvidia

3.7
Compare

Microsoft Corporation

4.0
Compare

Tata Electronics

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