1. Data structures and algorithms 2. Functions in Java 3. Have you built a Java web application project? 4. Java servlets, JSP 5. Exception handling, errors and garbage collection
Java Senior Interview Questions
6,030 java senior interview questions shared by candidates
1. What is the difference between ArrayList and LinkedList? 2. What is the advantage of the Properties file? 3. How is the safety of a thread achieved? 4. How to implement the producer-consumer problem by using BlockingQueue? 5. What is the lock interface in Concurrency API in Java? 6. In Java 8, what is Method Reference? 7. How to find the third element from the end in a linked list in one pass?
Questions: a. What is Eden and survivor space in a heap? b. How to analyze Java memory issues? c. Java inner classes and functions d. Can you list serialization methods? e. Some coding questions like guessing the output f. Describe a time when you felt stressed or overwhelmed. How did you handle it? g. How do you determine what amount of time is reasonable for a task? h. Code writing for a situation
1. What is hash-collision in Hashtable? How is it handled in Java? 2. Can we make the user thread a daemon thread if the thread is already started? 3. What do you mean by Semantic Monitoring? 4. Explain the working of Microservice Architecture. 5. What issues are generally solved by spring clouds? 6. How does the put() method of HashMap work in Java? 7. How to design a good key for HashMap? 8. Why String, Integer, and other wrapper classes are considered good keys?
a. Describe your projects. b. How do you handle clients facing situations and conflicts? c. Started from Core Java concepts, then moved to multithreading and parallel computing.
2. Which design pattern you would suggest in a sample question? 3. Calculate the output of the code? 4. Which algorithm will be better if 1 million runs complete daily? Calculate the time complexity. 5. How do I read/convert an InputStream into a String in Java?
a. Java concepts on data structures, exceptions and error handling b. Spring Boot framework and J2EE c. Basic questions on Azure DevOps and MS SQL d. Basic questions on Angular, jQuery and Ajax
sort it asc without using ready-made functions int a[]={1,2,45,76,32,11
find employee whose length of name is minimum. List a = new ArrayLista.add(new Employee (1,"shubham"); a.add(new Employee (1,"raj") using stream api
What are the oops concepts
Viewing 1821 - 1830 interview questions