Candidatei-me por meio de recrutador(a). Fui entrevistado pela Rubetek em jan. de 2021
Entrevista
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
Perguntas de entrevista [2]
Pergunta 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++