Full Stack Developer Interview Questions

19,409 full stack developer interview questions shared by candidates

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?
avatar

Java Full Stack Developer

Interviewed at Carelon Global Solutions

3.8
Jul 4, 2019

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.
avatar

Full Stack Engineer

Interviewed at Uber

3.7
Apr 6, 2019

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

Glassdoor has 19,409 interview questions and reports from Full stack developer interviews. Prepare for your interview. Get hired. Love your job.