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)
The interview mainly focused on Data Structures and Algorithms. Most questions were from Graphs and Dynamic Programming, with graph problems involving BFS and related traversal techniques. The discussion emphasized problem-solving skills, algorithm optimization, and coding implementation.
Two interview rounds: an initial HR screening call, followed by a technical discussion with a Samsung employee, and a final HR round. Overall, the process was smooth, structured, and well-coordinated.
I interviewed at Samsung Electronics (Vancouver, BC)
Interview
In person interviews, asked two leetcode easy questions but need to write code on paper. They focus a lot on your past experiences as well. Know the skills you put on your resume and you will be fine.