Difference between array and collaborations
Sviluppatore Software Java Interview Questions
4,317 sviluppatore software java interview questions shared by candidates
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.
They gave me a string an asked to write a program to check the max no of times two consecutive characters were repeated and also get the characters that were repeated.
Viewing 3041 - 3050 interview questions