What would you do if you encounter a problem at work (in terms of bug or something similar)?
Developer Java Backend Interview Questions
518 developer java backend interview questions shared by candidates
Advantages of microservices over monolithic applications
SPRINGBOOT - all HTTP mtds, explain the SOLID principles , all HTTP error codes
Em kafka, qual a diferença entre topicos e filas, qual o beneficio de cada?
in 1st coding round There is an array of elements and you have to print the result after removing continuous same elements. Ex -> [tom , jerry, jerry, tom] Output -> [] Ex -> [tom, jerry, jerry, tom, tom, jerry, tom] [tom jerry Jerry tom ] output-> [] [tom jerry Jerry tom jerry tom] op= [Jerry tom ] 2nd ques Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. Let these two numbers be numbers[index1] and numbers[index2] where 1 <= index1 < index2 <= numbers.length. ex -> Input: numbers = [2,7,11,15], target = 9 Output: [1,2] Ex -> [-1, 0] target = -1 Output -> [1, 2
Complete a half-finished project that provides a search algorithm for coordinates in a grid. Pair programming.
They asked me on how to implement queue using 2 stacks, Acid properties in dbms, find loop in a linked list, about the project and few questions were related to my projects.
What do you value the most in a remote job?
Write the Mario game during the interview?
How would you handle difficult situations. Tell me about some of the latest technology you've worked with, etc.
Viewing 131 - 140 interview questions