What tech stack did you use for this project?
Software Development Engineer Interview Questions
32,861 software development engineer interview questions shared by candidates
What is your devops experience.
Given n integers and value k, print total number of pairs such that, for all pairs -> (a, b) a) a < b b) a + k == b c) (a, b) should be unique. For eq., for integers 1 1 2 2 2 and k = 1 You can have only 1 pair = (1, 2). Because, a). 1 < 2 b). 1 + k (1) == 2
DS Algo : Two questions 1. Implement rate limiter 2. Graph question
How you would write a program to solve a Sudoku puzzle.
Describe how you would design an application to manager reservations for a restaurant.
design a facebook mews feed
Write a program to find duplicate characters in String
Data Structures
What is ioc and dependency injection?
Viewing 2361 - 2370 interview questions