Glassdoor users rated their interview experience at Samsung Electronics as 100% positive with a difficulty rating score of 3 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Accountant and rated their interviews as the hardest, whereas interviews for Accountant and roles were rated as the easiest.
The interview was a quick phone screen and 1 interview afterward. The questions were basic phone screen questions about why I wanted the role and what to expect that summer.
Interview questions [1]
Question 1
Talk to me about what you've been working on and what you're interested in.
I applied through a recruiter. I interviewed at Samsung Electronics (London, England) in Aug 2022
Interview
Structure: Technical exercise (45 min) + 1x Hiring Manager interview (30 min) + 2x Technical interviews (60 min) + 1x Senior team member interview (30 min) + Final interview (30 min)
Everything was well scheduled and everyone was very welcoming
Interview questions [1]
Question 1
How to make an adaptation of ASR system to new language on-device?
It was reletivliy short , the interviewer ask me to tell about myself and ,and then he told me about the position and the product that the department developing.then asked me one question
Interview questions [1]
Question 1
he ask to write a function in C that read an index from memory and turn on the relevent bits in the relevent registers, meaning to read GPIO index from OTP and set it to high .
//0- tri state
//1- GPIO_MODE_IN
//2- GPIO_MODE_OUT
[1:0]-GPIO1
[5:4]-GPIO2
[9:8]-GPIO3
#define reg_gpio_mode_sel
bool NVM_read_block(uint32_t address_in_bytes,uint8_t* buffer , uint32_t size_in_bytes);
in OPT: byte 112 contains:
[3:0] gpio index
[7:4] override gpio index(if not zero , use instead of lower nibble)