First Telephonic round then Home assignemnt is given to complete in 7 days
Backend Software Engineer Interview Questions
2,333 backend software engineer interview questions shared by candidates
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.
Mostly related to JavaScript, Node.js and System Design
Why did you leave your last job?
Fix the following Wordpress Plugin.
1. How would you handle performance bottlenecks in a web application? 2. General understanding of Agile principles. 3. Choice of technology in solving a problem. 4. Assignment: Consider an online system that accepts a document both via the web UI and a REST endpoint. This document is recognized by an OCR service and is further classified using another service. Build a high level architecture for this system.
Basic Coding Skill
Viewing 2101 - 2110 interview questions