API contract and its design.
Senior Backend Engineer Interview Questions
2,039 senior backend engineer interview questions shared by candidates
Many of the questions were focused on my "0->1 product building" experience.
Screen phone interview: The team leader elaborated about the company and the position and then ask me to tell a bit about myself Technical interview: 1. Tell about project you're proud with 2. Write a function to return a power set from given set (They use CoderPen platform to run the answer, notice that the platform lack of many PL's and i had to write it in Python 2.7) # the power set (or powerset) of a set S is the set of all subsets of S, including the empty set and S itself. # if S is the set {x, y, z}, then all the subsets of S are # the power set of S is {{}, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}}. # {} => {{}} # {1}=> {{}, {1}} # {1, 2}=> {{}, {1}, {2}, {1, 2}} # {1, 2, 3}=> {{}, {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3}}
What have you been doing the last year?
Introduction call (phone screen) Tell me about your role and work experience in your current company and your interests ?? ??
Can we schedule a call? Can we reschedule the call? Can we schedule the call again? (technical questions: they have a bank of 4 coding questions, you will find them in a discussion on Leetcode)
What are 3 things you would add to BambooHR
I have a database of users with their current location (gps), how to efficiency search the users nearby my location
Hackerrank algorithms with average complexity
Okay, assume it is POST. Will you process it synchronously?
Viewing 201 - 210 interview questions