Some encrypt and decrypt questions (of course writing code). Also other general questions.
Student Developer Interview Questions
970 student developer interview questions shared by candidates
describe one project which I have done in the university, what were my difficulties, how I solved them.
Data structures, Algorithms, Complexity analysis, Tradeoffs
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.
Explain what is a context switch between threads? What is the most effective way- multi-threading or just one? what about multi-core?
list of buildings at different heights. you should return the longest sublist in which between every 2 buildings the difference is 1
implement a queue usind a stack in python.
sort an array.
how to solve a maze in code ofc.
reverse a linked list
Viewing 161 - 170 interview questions