Technical and non-technical thing learned recently outside your course
Software Development Interview Questions
37,019 software development interview questions shared by candidates
What tech stack did you use for this project?
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
The 4 values of Origence and which one I align with the most
Talk about what you know about e-commerce. What are your favorite and least favorite sites, and why do think that way?
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
Viewing 2721 - 2730 interview questions