implement singleton. i implemented, and they told me it doesn't work, after few minutes, they told me that it doesn't work in a multithreaded scenario, and then i added mutex where needed.
Student Programmer Interview Questions
970 student programmer interview questions shared by candidates
Asked me about a big project or issues that I have had
Some encrypt and decrypt questions (of course writing code). Also other general questions.
describe one project which I have done in the university, what were my difficulties, how I solved them.
Explain what is a context switch between threads? What is the most effective way- multi-threading or just one? what about multi-core?
You have an array with 3 types of balls in it. Write code that will sort the array, such that first there will be all the balls of one color, after all the balls of the second color, and lastly all the rest.
Data structures, Algorithms, Complexity analysis, Tradeoffs
sort an array.
how to solve a maze in code ofc.
reverse a linked list
Viewing 161 - 170 interview questions