Are you interested in meeting with a hiring manager, and doing a whiteboard interview?
Full Stack Developer Interview Questions
19,409 full stack developer interview questions shared by candidates
Parse 2 sets of similar data with different formats
1. tell me about yourself. 2. how to reverse a string
What makes a query take a lot of time?
What is the difference between composition and inheritance? Which would you use and why?
Some puzzles which were not very difficult.
How to create deadlock in your code.
class A{ p s v test(){sout("A");} } class B extends A{ p s v test(){sout("B");} } class C{ main(){ A a2 = new B(); } } what is the o/p? what this example refers to? what happens when you try to override a static method from parent class?
Design a function for the game "Go". We should be able to tell if the game is won by either of the players? A game is done, if a player's coins are surrounded by opponents coins in all four directions (up, right, down and left). It need not be just one coin that could be surrounded, there could be 2 or more.
Transform this data set (nested objects and Arrays) to another format (a different set of nested objects and arrays).
Viewing 71 - 80 interview questions