I applied through an employee referral. The process took 6 weeks. I interviewed at Intel Corporation (Haifa) in Jun 2012
Interview
2 on-site technical interviews, each had 2 interviewers.
The interview was mainly about solving technical programming problems.
Was asked to implement an LRU cache, calculate the greatest sum of sub-arrays, and write a function to translate roman numerals to decimal number.
the interviewers were very kind.
I got a response from HR a few days after each interview, and eventually it led to a more then decent job offer (which I accepted).
Interview questions [1]
Question 1
Given an integer array containing positive and negative numbers, how do you get the maximum sum of its sub-arrays? Continuous numbers form a sub-array of an array.
For example, if the input array is {1, -2, 3, 10, -4, 7, 2, -5}, the sub-array with the maximum sum is {3, 10, -4, 7, 2} whose sum 18.
Phone call interview about basics of Algorithm, Computer Architecture, Operating Systems. Mostly on bit manipulation, memory management, process scheduling, threads, mutex, semaphores, locking mechanisms, IOMMU, instruction pipeline, Direct Memory Access.
I interviewed at Intel Corporation (California, MD)
Interview
1. First an HR person called me and scheduled an interview
2. There were 4 persons on the interview panel and asked about the OOP
I got some question correct and some wrong. Did not got an offer
Interview questions [1]
Question 1
1. Several questions about classes and objects in C++.
2. Inheritance
I applied through a recruiter. The process took 1+ week. I interviewed at Intel Corporation (Bayan Lepas) in Aug 2025
Interview
Interview was scheduled 10 days after sending application. 3 interviewers, only one of them were local. Basic programming questions, only theory no coding involved, behavioral questions was asked. They have also asked to explain the experience doing projects related to those skills.
Interview questions [1]
Question 1
Behavioral questions like, what was the biggest challenge you have faced while working