Given a 4X4X4 cube made of 1X1X1 cubes. How many cubes make the surface of this cube
Senior Developer Interview Questions
29,999 senior developer interview questions shared by candidates
can there be a thread without a process
Tips for Coding Challenge:
Can we have multiple inheritance in JAVA?
Create a polyfill for array reduce
Count the number of duplicates in a BST without using recursion and constant space
char *a = "hello"; char b[] = "hello"; char *c = malloc(12); What do these do, what's the difference in where the memory is stored?
There is a Class A, which has some instance variables. One thread needs to do read and write on that variable, while another thread should not be able to access it at all. Asked me to design such a class.
Explain what is happening with a higher order function example. const thing = next => action => next(action) applyMiddleware(thing(someAction))
Design an algorithm for checking whether a string can be created from another one (for very long inputs)
Viewing 171 - 180 interview questions