explain how constructor chaining works?
Senior Java Software Engineer Interview Questions
381 senior java software engineer interview questions shared by candidates
Question: Count the email domains List employees = new ArrayList<>(); employees.add(new Employee("A", "A@google.com")); employees.add(new Employee("b", "b@gmail.com")); employees.add(new Employee("C", "C@google.com")); employees.add(new Employee("D", "D@yahoo.com"));
Collection framework basic questions
Basically OOPs concepts on 1st round and Mostly questions on Design in 2nd round
Technical: Spring Boot questions, microservices, microservices system design, AWS cloud technologies questions mostly from my projects and how I used AWS in them. Horizontal vs vertical scaling, headless server. Behavioral: If a coworker always disagrees with you. How will you handle it? A project that you failed to deliver.
Lots of questions about concurrent and multithreaded programming, rece conditions, deadlock and optimization of relational databases.
how to create singleton in multi threaded environment
HA architecture
How two jvm can communicate?
Coding exercise on string on coderpad
Viewing 371 - 380 interview questions