the sys design one was something about how you would communicate with a payments processor. forgot the coding ones but I think they were fairly easy
Engineer Developer Interview Questions
467,545 engineer developer interview questions shared by candidates
Given a list of nodes and a list of directed connections each one of those nodes has to each other(not every node has a connection, and cycles may exist), find the minimal amount of entry points for a message to spread to every node.
Given an array of numbers, find the longest consecutive subsequence.
It's about a list of parent/child pairs, then print out the family tree. input: [<a,b>,<b,c>,<a,e>] output: a b c e
Given two vectors of strings, output the strings that only appear once across both vectors.
Loops question
2) You have 10 jars containing 100 marbles each. One jar has marbles weighing 1.1 grams. The other jars have marbles weighing 1.0 grams. The marbles all look alike. What is the minimum number of weighs on a scale to find out which jar has the heavy marbles.
How to compute top k numbers in an array?
A graph BFS question and A question of building a stack
something related to artifacts.
Viewing 1571 - 1580 interview questions