Was straightforward but wasn't that in-depth. Was an entry-level position but didn't give much room to show talent. I don't think I had the right knowledge and skill sets for the job.
I applied online. The process took 3 weeks. I interviewed at Intel Corporation (Toronto, ON) in Oct 2022
Interview
Overall nice, you meet with 3 people, 30 mins each and each portion you solve a leetcode styled question. Make sure to know your basics on data structures and algorithms
Interview questions [1]
Question 1
Leetcode styles questions, basic questions on data structures
I applied through college or university. I interviewed at Intel Corporation (Toronto, ON) in Oct 2022
Interview
First round: two coding interview questions. The interviewer introduces the company, and the position and gives out the coding question to solve. Each interviewer has 30 minutes, and each of them prepares one coding question,
Interview questions [1]
Question 1
1. Given a list of numbers, output a list of numbers where at each index, the element is the multiplication of all numbers except the number at this index in the input. 2. Given an integer, output a list of prime numbers that are smaller than the integer.