How will you develop a ReadWriteConcurrentLock?
Software Engineer I Interview Questions
1,702 software engineer i interview questions shared by candidates
What a Binary search tree is?
2 algorithmic tasks, like from leet code
Distributed systems (open-ended)
All the questions and exercises where deeply related to the skills that where requested in the job offer. In my case, because of the offer, the interviews where very OS related, in the first technical one, questions about processes and tasks. The second technical interview was a live coding using C++ with a problem related to processes and tasks. The third technical interview was about compiling and solving network issues on a linux VM.
They asked what should I do if I have a team member that wants to implement a new technology but there isn't time to do it
-Asked about my prev experience and projects I did, etc. (~5 mins) -Then the technical question: how do you reverse all the words in a string? i.e. 'the blue dog jumps' becomes 'jumps dog blue the'
Haz un JOIN entre dos listas de tal manera que se devuelvan los pares iguales entre listas (ejemplo, [1,2,3] y [1,2,2] devuelve [1,1], [2,2] y [2,2]). Luego haz lo mismo, pero las listas son "streams" de números (no caben en memoria y van pasando uno a uno) y los diccionarios tampoco caben en memoria.
The in person was more informative. I think one part was supposed to be technical (design a anagram calculator) but it wasn't clear how to do that via Zoom.
-Do you know about different software architectures/design methods? -SQL question: difference between HAVING and WHERE -How to get distinct hotels from a database (they were looking for the keyword DISTINCT) -Something about linking two tables in SQL (they were looking for the keyword JOIN)
Viewing 271 - 280 interview questions