I applied through a recruiter. I interviewed at Rubetek in Jan 2021
Interview
0 Recruiter spot me in hh 1 Telephone conversation with recruiter 2 Chat in messenger 3 Zoom 10 min interview 4 coding task at home The process take 2 month
Interview questions [2]
Question 1
Solve equation An equation with one unknown (x) is set from the command line, for example: 54+7*x=58. The goal is to find "x". Operators: + - * / "x" in the equation will be in any place. Language C/C++ That is LeetCode task #640: solve the equation
write heap memory manager for MCU It is necessary to write a dynamic memory manager for an abstract microcontroller. Required functions: malloc (allocate memory), free (free memory) and avail (get amount of free memory). Language C/C++