Spring boot, JAVA 8, Basic java concepts
Senior Developer Java Interview Questions
5,290 senior developer java interview questions shared by candidates
What technology did you use to implement your previous projects
tell me about your self?
Must be pretty strong in java
What is the difference between JDK and JRE? Answer: JDK (Java Development Kit) is a software development kit used to develop Java applications, while JRE (Java Runtime Environment) is used to run Java applications. JDK includes JRE along with development tools like compilers and debuggers. What are the different types of loops in Java? Answer: The main loops in Java are for, while, and do-while. Each is used for repeating a block of code multiple times with different conditions and iteration patterns. Explain Java's memory management. Answer: Java uses automatic garbage collection to manage memory. The JVM (Java Virtual Machine) allocates memory for objects on the heap, and the garbage collector reclaims memory by removing objects that are no longer reachable. What is polymorphism in Java? Answer: Polymorphism is the ability of one method or object to take many forms. It can be achieved via method overriding (runtime polymorphism) and method overloading (compile-time polymorphism).
Entrevista técnica bastante completa que abarcó desde lo básico hasta tecnologías modernas
Oops concept , Java 8 features , Spring boot concepts and REST application work flow , some basic knowledge about project architecture and work flow.
Basic logical question Searching, Sorting, and multi threading. In telephonic Core java basic, exception, multi threading, microservices.
I was asked to implement set data structure from scratch as in implement all the methods without using the existing collections library
2 rounds 1. Technical Data Structures & Algorithms (DSA) Spring Boot, Hibernate, java, Microservices Database Queries & Optimizations 2. Techno + managerial Project discussion & deep dive into past work Problem-solving & decision-making approach Handling system failures & troubleshooting strategies Team collaboration & leadership
Viewing 3891 - 3900 interview questions