Tell me about yourself. Why did you leave all previous employers?
Backend Engineer Interview Questions
14,383 backend engineer interview questions shared by candidates
Given two sets, find the intersection and check for duplicates. Solve with O(max(m+n), mlogm, nlogn)
Most of the questions are experience related so just be confident about what you did and explain it in a clear way. For the coding questions, he went for Maximal Square from LeetCode.
I have a database of users with their current location (gps), how to efficiency search the users nearby my location
They asked me to solve mostly logical or computer science related problems like: Prove that this statement for the AND operator is true. or Some more classic, almost riddle like, logical problem. In general no particular or previous knowledge is required to solve the problems or to answer any of the questions.
Domande di logica di vario tipo
System Design stage: An ambiguous objective, in my case - searching from a web browser and I had to design a back end system for it
Algorithm Design stage: classifying a set of items in to specific groups by looking at another stream of data.
You have a list of latencies and want to group them in buckets by a range. You are given the number of buckets and the capactity of each bucket. Your final result should look like: "1-9": 5, "10-19":15, ...
mooving average k numbers out of an infinite numbers stream with a
Viewing 1571 - 1580 interview questions