Solução de algoritmo baseado de lista ligada
Sw Engineer Interview Questions
540 sw engineer interview questions shared by candidates
3 test, nivel inglés, cálculo y comprensión, muchas preguntas para poco tiempo, por lo que o corres y te arriesgas a fallar, o vas lento y no contestas todo.
What is the mean value of numbers in n servers? Each servers will have list of x numbers. Getting lists of number from all servers is not practical.
Describe some communication protocol using in embedded system.
What is the use of volatile keywords?
What is OPP programming, what is polymorphism in CPP
Number of 1 in an integer
Leetcode style questions including dp
The second question was to rotate the three in a different order when you got in the function only value of the leaf. You may use internet but not AI.
First tech interview question: Given the array, build a tree as follows: [ {"process_name":"a.exe", "pid":420, "parent_pid":428}, {"process_name":"c.exe", "pid":428, "parent_pid":None}, {"process_name":"d.exe", "pid":551, "parent_pid":420}, {"process_name":"e.exe", "pid":552, "parent_pid":428}, {"process_name":"f.exe", "pid":553, "parent_pid":None}, {"process_name":"g.exe", "pid": 4, "parent_pid":553}, {"process_name":"b.exe", "pid": 7, "parent_pid": 4}, {"process_name":"h.exe", "pid": 11, "parent_pid": 7}, {"process_name":"j.exe", "pid":666, "parent_pid":428} ] The program should output the following: c.exe ---- a.exe -------- d.exe ---- e.exe ---- j.exe f.exe ---- g.exe -------- b.exe ------------ h.exe
Viewing 401 - 410 interview questions