Data structures and Algorithms related questions and java related questions.
Backend Developer Interview Questions
9,192 backend developer interview questions shared by candidates
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]
Solve three challenges.
Golang program which accept input from console and produce result without using loop.
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.
Design a continuous integration system.
Some oop question - design patterns like abstract, factory etc.
Past Experience and .net skills
All questions asked were resume based.
tell me about your self
Viewing 8351 - 8360 interview questions