One of the key questions asked was to explain a complex system I had designed and how I approached solving a specific problem within that system. They were particularly interested in understanding my thought process and the tools and methodologies I used.
Lead Java Developer Interview Questions
18,869 lead java developer interview questions shared by candidates
What Java technology/stacks will you use to design a distributed caching layer for a database layer.
What is DAX and how it is used?
Questions - public and private modifier usage,String methods,array methods,inheritance. write a program to traverse the 2-d matrix in spiral form in anti clockwise and clockwise direction
Explain the Struts2 architecture?
Task with unit testing and docker
Quali tecnologie usi e conosci
Parlaci di te, competenze e domande sulle competenze.
A financial based problem
First round was technical test , a paper divided into different sections with theoretical questions. Core java :: 1. Trace the output :: public Class Print { public void print (String i) { syso("i is "+ i) } public void print (int i) { syso("i is "+ i) } public static void main(String args[]) { Print p=new Print(); p.print(null) } 2. Write a code for Singleton Class Desgn 3.Apply concept of oops to Following classes : Employee ,Department ,Manager 4. Describe car in real world as object of java using abstract class and interface concept Sql Query 1. Employee (id,name,salary,deptid)and Salary(id,deptname,country) Table joins .get name of departments which contain emplyees count more than two 2. Get average salary of each dept. Analytical : 1. Write a snakes and ladders program 2. Write a code to return true for palindrome else false for given input string in Java (Without using reverse function)
Viewing 4731 - 4740 interview questions