Test ,L1,L2 with real time problem
Software Developer Java Interview Questions
4,195 software developer java interview questions shared by candidates
Difference between array and collaborations
all the technical aspects, architecture, design, SOLID standards, design patterns, handling of tooling and security exceptions, Sonar way standards, OOP, code review, it's not a classic technical maintenance, that's really all
Multithreading concept,oops,2 coding questions, like ascending order, palindrome
what is oops ? what is multithreading? make thread? what is collections?
Program for Reverse string without using inbuild function
What will be the output of the following program ? class Parent { public void display () { System.out.println ("Parent"); } } class Child extends Parent { public void display () { System.out.println ("Child"); } } class Main { public static void doDisplay (Parent p) { p.display (); } public static void main (String[]args) { Parent a = new Parent (); Parent b = new Child (); Child c = new Child (); doDisplay (a); doDisplay (b); doDisplay (c); } }
1st explains about your background. Then based on your background they will ask how you do it. For example, i said i solve security issue, then they asked how i solve it.
2nd they asked about spring boot question. they ask how i handle exception. how i do log. how do i do debugging.
Viewing 2951 - 2960 interview questions