Differences between Kafka and RabbitMQ
Senior Java Engineer Interview Questions
606 senior java engineer interview questions shared by candidates
What is SOLID? Explain what letters mean.
Write an efficient algorithm to check if a string is a palindrome. A string is a palindrome if the string matches the reverse of string. Example: 1221 is a palindrome but not 1121.
A lot of questions about their formula
Mostly the coding questions were asked - constructor overloading, Spring data pool, exception handling, find second smallest number in array without using sort & multiple conditional loops. DI, Annotations based.
Create Java immutable class
Basic core java questions. Spring Boot questions. Try with resources Multiple databases on Spring Boot SQL joins queries
Eager and Lazy loading concept andprovide implementation code. Gave one scenario and asked to explain what will happen if we use eager and lazy loading in that code
Exception super class name ? & error vs exception ?
Input is an array of numbers [1,2,3,4,2,3,1,2] and we need to print the longest increasing sequence length. here it should be 4 (for 1,2,3,4).
Viewing 251 - 260 interview questions