What's the angle between the hands of a clock if the time is 3:15.
Software Engineer Sr Interview Questions
422,968 software engineer sr interview questions shared by candidates
How do you think your skill and experience can help us.
If you have a 10 x 10 x 10 rubix cube and covered it in paint, how many cubes remain untouched with paint?
Do this take home project. (They don't tell you, but you'll be extending it later.)
What design patterns do you know?
Write a function in a language of your choice to generate all possible permutations of the characters in a given string.
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
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
Viewing 1571 - 1580 interview questions