Most of the questions was based on projects and realtime scenarios.
Backend Software Engineer Interview Questions
9,111 backend software engineer interview questions shared by candidates
core java, java 8, spring security
Design a online chess game
There are N soldiers standing in a line. Each soldier is assigned a ranking value. You are giving medals to these soldiers subjected to the following requirements: 1) Each soldier must have at least one medal. 2) Soldiers with a higher ranking get more medals than their neighbors. What is the minimum medals you must give? Input 1: 1 0 2 Output 1: [2, 1, 2] Input 2: 1 2 2 Output 2: [1,2,1] Input 3: 1 2 4 5 5 5 4 3 2 1 Output 3: [1,2,3,4,1,5,4,3,2,1]
Round 1 Largest Number Round 2 Minimum No of Platforms Required
Data structures and Algorithms related questions and java related questions.
q1) given two numbers represented as linked lists, each digit is a node in the list. find the difference between the numbers. q2) design database schema for slipwise app.
Golang program which accept input from console and produce result without using loop.
Solve three challenges.
Design a continuous integration system.
Viewing 8271 - 8280 interview questions