Envié una solicitud electrónica. Acudí a una entrevista en Intel Corporation
Entrevista
this interview is the first of two technical interviews for the internship.
started interviewer explained what the team does on the job then asked the usual "tell me about yourself" question.
then moved on to solve 2 technical questions, where the first i had to explain my solution orally and the second question i had to explain while writing code.
Preguntas de entrevista [2]
Pregunta 1
Given an array of integers (OR a linked list), and an integer K - write an algorithm to find two elements of the array which sum up to K.
* Time complexity of Theta(N) where N is the amount of elements in the array/list.
* The algorithm can access the array / list only once.
* The size of the array / list is unknown beforehand.
* The elements should sum up to K exactly.
from std library c++11.
1) implement the function - void* aligned_alloc(size_t alignment , size_t size)
2) implement the function - aligned_free(void* ptr)
* you can use malloc() and free() from std library in your solution
Solicité el puesto a través de la recomendación de un empleado. El proceso duró 2 semanas. Acudí a una entrevista en Intel Corporation (Haifa) en abr 2024
Entrevista
first the interviewers explained about the job, about themself and ask me to talk about my background. second, they ask me 3 technoical question- one about cmos technology and logic gates, second was a math logical question and the third was an analog question.
Preguntas de entrevista [1]
Pregunta 1
to create a NAND gate with a minimum of 2 transistors
Envié una solicitud electrónica. Acudí a una entrevista en Intel Corporation (Portland, OR) en nov 2017
Entrevista
First Phone interview was done and then onsite interview was called. It was a good experience to have. You can learn about industrial approach and expectation in terms of knowledge depth and job responsibility.
Preguntas de entrevista [1]
Pregunta 1
What I have done during my internship to improve the power performance of the Architecture platform?