Basic back end questions like: - the difference between TCP & UDP. - pass by reference vs pass by value - How to do authorization - Encryption vs Hashing
Backend Developer Interview Questions
15,486 backend developer interview questions shared by candidates
Q1: what you do and how did you come up with the solutions of stuff you do in your work etc.
Given an array of some elements having some weight - pop out two heaviest elements (x &y) from the array - then compare them until array is empty of there is only one element left comparisons: if x!=y ( push x-y into the array) if x==y ( do nothing)
VP interview - 4 buttons logic puzzle
A fairly average js question to get all the github pullrequest and it's reviewers and create an api to give it back in the response.
1st Round: Question related to work experience. 2nd Round: 2 Coding problem and some set of theory questions taken by 2 panel members.
1. Describe Some Feature you worked on recently 2. Let's say we have an API with a rate limit of 20 req/ IP/ min. How would you design/implement this limit?
Basically build a room finder given a number of people and a list of room objects
Discussing the architecture of a hypothetical system and questions about past experiences
How do you think a mutex would be implemented internally?
Viewing 881 - 890 interview questions