After a lot of personal questions about myself, educations and work experieces, a tecnical problem about... "I have a bunch of numbers, find the best and optimized solutions to eliminate one digit only to, overall, get the lowest number"
Full Stack Developer Interviews
Full Stack Developer Interview Questions
"Full stack engineering interviews consist primarily of technical questions. Because full stack developers work with both back-end and front-end code, you should feel comfortable working with a variety of languages and answering questions ranging from databases and web servers to HMTL and UI implementation."
19,412 full stack developer interview questions shared by candidates
Are you interested in meeting with a hiring manager, and doing a whiteboard interview?
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.
Viewing 71 - 80 interview questions