In technical interview, I am asked the questions below; 1. Code reviewing. how to write clean code. 2. methodology, agile, how do you implement agile, which tools do you employ, deployment process etc. 3. OOP questions (inheritance, IS A, HAS A etc.), SOLID principles 4. which design patterns did you implement before 5. some Java specific questions about heap, memory JVM etc. 6. Collections API. HashMap, importance of hashCode and equals methods, how hashmap put a new entry and gets it (buckets) 7. Coding challenge: Given a non-negative number represented as an array of digits, add 1 to the number ( increment the number represented by the digits ). The digits are stored such that the most significant digit is first element of array.
Senior Software Engineer Senior Java Developer Interview Questions
5,561 senior software engineer senior java developer interview questions shared by candidates
Questions for the topics indicated in your CV, Java Core questions, SQL questions and so on.
Java System design Spring CI/CD
Have you worked on CI/CD? Have you worked on Kafka? Which AWS services you have worked on? Have you written any tests?
java list stream, SOLID (you should explain with detail), Design Pattern (they wanted to made one of them), experience of your business life.
Sub topics for interviews: Core Java, Spring, SpringBoot, Design Patterns, Live coding, SOLID design principles, ACID properties, Use case based short design questions, AWS, Spring Cloud, REST API, etc.
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"));
JAVA Streams and basic java interiew questions
Difference between JPA and hibernate
Asked on streams, OOPS concepts, 2 coding problems : 1) Longest non repetitive character substring in a string 2) Optimal path in tree. We should be coding in our laptop IDE while sharing the screen
Viewing 5541 - 5550 interview questions