What do you know about Rest API/Design Patterns/Microsserviços? what is idempotent/rate limit in Rest API?
Software Engineer Java Developer Interview Questions
4,195 software engineer java developer interview questions shared by candidates
Why did you decide to use this technology?
2 rounds - TR and MR technical - 2 coding questions (LC medium) and java theory based questions - 1 hr MR - HR based questions and one coding question
Questions on Java, jsp and a written code in jsp.
Theory implementation in coding oops concepts string array collection
What is important when developing software?
OOPs concept, HashMap, DBMS, Java
Assessment test Round One - Reasoning Second - Core Java Third - Spring Boot Fourth - Speak 2 mins for your strength and weakness Five - Write email to team means.
Logical questions like 5 people are sitting in a conference room and want take average of their salaries with a lone condition of no one will get to know the salary of the others.
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
Viewing 1221 - 1230 interview questions