I applied online. I interviewed at Intel Corporation in Mar 2022
Interview
Initial phone interview:
Asked knowledge based technical questions. Essentially trivia and knowledge about the technologies on my resume.
Take Home Assignment:
Asked to code the card game War. 6-8 hours expected time investment is what they said.
Final Round:
5 rounds of interviews, 1-2 interviewers each session. A Leetcode round (one easy, one hard), two system design rounds, a general resume review round, and a behavioral round.
The interviewers were nice enough. I'm not sure if Intel pays enough to justify the take home assignment + Leetcode hard. The interview process for SWEs varies by team, but this was for the LTD Frame Automation team.
I heard back two days later that I wasn't selected.
An external API is called to get the exchange rate between currencies. Design/code to reduce the calls to the external API while maintaining near real time information.
Asked me 3 questions, took 3 hours, each hour had different question. the first one was the worse, then it was easier as the interview progressed, need to know data structure well
I applied online. The process took 5 weeks. I interviewed at Intel Corporation (Paris) in Jan 2022
Interview
two technical interviews
Problem Solving Skills. We want to understand how you've tackled difficult problems in the past.
Results Orientation. This is one of Intel's core values. We focus on setting challenging and competitive goals and executing flawlessly toward those goals. Tell us how you've demonstrated this in past projects.
Interview questions [1]
Question 1
Write the most efficient algorithm to find if a number is prime or not.
At Bit level, how will you find if a number is a power of 2 or not.
What is call by value, call by reference in C language.