I applied through university. The process took 1 day. I interviewed at Intel Corporation (Chengdu, Sichuan)
Interview
I applied for the summer intern job as a Product Analyst in Intel Corp. which is located in Chengdu, Sichuan province in China. I dropped my email and resume in March and got notice in April. The first round was a telephone interview. The HR ambushed and called me one day and asked me a few questions about my own experience. After that, she wanted me to share some knowledge I have about the company. I think the main purpose of the interview is just to make sure that I have no problem communicating with others in English.
Then one day later, I got the email telling me to participate in the second round of the interview process. It was a 1-1 interview and the interviewer was the department manager. He asked me to do a self-introduction and then introduced the job scope to me. He highlighted the importance of patience and necessity of self-learning skills. I think he tried to test me if I can really get into this kind of work. I stayed quite calm probably too calm that he cannot feel the enthusiasm in me. So I didn't get the offer finally.
Interview questions [1]
Question 1
If the job is not so challenging and maybe boring, what would you do?
The interview process was quick, clear, and well-organized. Communication was prompt, expectations were explained, and I received feedback very fast, even though I did not pass to the next stage.
Interview questions [1]
Question 1
There was a probability and logic question about computer cores, a coding question where I had to find the lowest sub-sum of a sequence, and another question related more to confusion matrices and identifying defective items.
I applied through an employee referral. The process took 1 day. I interviewed at Intel Corporation (Petah Tikva) in Jul 2025
Interview
Phone interview -> Technical interview (consists of 3 parts: programming, data analysis, logical riddle) -> manager interview. The technical part is considerably hard in terms of pure knowledge, but they focus on logical taught process.
Interview questions [1]
Question 1
1. Fictional company data analysis
2. Find max sub array in a given array comprises of integers (programming)
3. Riddle about finding the fastest horses out of 25 horses. In each race there is only 5 horses, and you can only know the positions at the end, not the times. The purpose is to find the least amount of races to do in order to find the 3 fastest horses
3 different interviews (each with a different interviewer) on microsoft teams:
1. Technical interview with a question in python
2. Questions related to ai concepts
3. Questions related to the business aspect
Interview questions [1]
Question 1
Technical python question:
You get cards as an input and you need to suffle the cards using only Rand[a,b] function (returns a random natural number in the range a to b).