Given an array of integers, print the element where the count of the element is greater than one with the optimal solution.
Software Engineer Backend Interview Questions
2,345 software engineer backend interview questions shared by candidates
Questions about working in a team, challenges, and how to solve them.
When are you done with your studies?
1st round: Python concept, Django, Database etc and 2 coding question 2nd round: 1 coding question
First Telephonic round then Home assignemnt is given to complete in 7 days
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]
Golang program which accept input from console and produce result without using loop.
Design a continuous integration system.
Diff between checked and unchecked exceptions Functional interfaces Java 8 features
Viewing 2101 - 2110 interview questions