I applied online. The process took 2 months. I interviewed at Intel Corporation (Chandler, AZ) in Oct 2021
Interview
First, I have an interview with the team manager, and after I pass the first interview, the technical interview comes to me. This interview takes 2 hours. The questions is mostly about the basic concepts of machine learning and deep learnings. Then I'm given the take home assignment which is coding questions. And the final interview is also the technical interview taking 1 hour.
Interview questions [1]
Question 1
Technical questions are mostly about the basic concept of machine learning and image processing such as PCA, Linear regression, SVM, K-Means clustering, morphology transformation.
I applied through university. I interviewed at Intel Corporation (Bengaluru) in Apr 2025
Interview
its good.....first they asked abt project , then some dsa concepts then some microcontrollers and all pipelining , C++ concepts
Then they asked tell me about yourself and alal the stuffsss
I applied through other source. The process took 4 weeks. I interviewed at Intel Corporation (Denver, CO)
Interview
I have joined Intel's Talent community and was invited to attend Atlanta's ATL Experience Hiring Event. There was a technical panel interview with five interviewers followed by in-person behavioral interview.
Interview questions [1]
Question 1
Describe projects are you working on? Specifically Predictive Maintenance project?
I applied through an employee referral. I interviewed at Intel Corporation (Haifa) in Apr 2024
Interview
3 technical Interviews: 40 mins each.
One interview being on design, another on working on an unfamiliar environment (GoLanguage) and the third being on pure leetCode style questions.
The interviews are done on Microsoft teams with screen share.
Interview questions [3]
Question 1
1: Most Important Quesion (do not fail):
Design a parking lot robot that parks different types of vehicles given that our parking lot is 5 floors, make sure that cars are parked near each other.
The idea is to literally design a UML.
Implement a python function the converts a binary string into its decimal representation.
Also I need to implement a function the converts a decimal int into its binary value.
These were trivial..
3. Find the max continuous sub array sum of an interference array.