I didn't get to the Interview round but one of my friends did and he was asked common spring boot questions and how he tackled the project, his thought process and what was the biggest obstacle he faced.
Backend Java Developer Interview Questions
320 backend java developer interview questions shared by candidates
Q: Can you explain the difference between Spring and Spring Boot?
Task: implement log processing application
core java, java 8, spring security
Given an array of numbers, combine them in all possible pairs. Count the pairs that respect the conditions: max(|x-y|,|x+y|)>=max.(|x|,|y|) min(|x-y|,|x+y|)<=min.(|x|,|y|)
Data Structures question, and what is the order N2 or NLogN?
Java, OOPS( Server Side), Node JS, Data Structures and Algorithm.
Code an API for tracking statistics Code a function that, given a string, finds the first non-repeated letter in the string What are the advantages and disadvantages of using microservices
They asked me to solve a problem related to data structures(linked lists, queues etc).
Knight's game: implement using Circular linked list and print the last knight standing.
Viewing 281 - 290 interview questions