I applied through an employee referral. The process took 2 weeks. I interviewed at Intel Corporation
Interview
After sending my resume, I was contacted by the group leader (a very nice guy) and after a 30 min personal interview we scheduled a technical interview in two days. The technical interview was held by the group leader and one of his team leaders. A few days after this interview I was contacted by the group's recruiter, which wanted to know my expectations and wanted to schedule a meeting for an official offer.
Interview questions [1]
Question 1
How can you find the sequence with the largest sum in an array of positive and negative integers?
I applied online. The process took 2 weeks. I interviewed at Intel Corporation (Haifa) in Dec 2019
Interview
A week after applying online I got a phone call for a phone interview. After a few days I got invited for frontal interview.
A week after the first interview I got invited for a second interview.
Interview questions [1]
Question 1
Write a function that receives a string and prints all its paradigms.
I applied through an employee referral. The process took 3 weeks. I interviewed at Intel Corporation (Haifa)
Interview
1 phone screening in which i was asked to tell about a project in my studies and a simple math riddle , + 2 technical onsite interview with standart cs question (sorting an array + using hashtable and histogram).
Interview questions [1]
Question 1
given an array of 0's ans 1's, sort the array such that all zeros show before all ones in one pass over the array? follow up: same question with 0,1,2