Explain previous projects
Staff Engineer Interview Questions
5,885 staff engineer interview questions shared by candidates
How did you step out of your job function to aid in the successful completion of a project?
Implement convolutional filter from scratch in Python
Implement single linked list in Python
Basic SQL knowledge: given "books" and "shelves" tables, implement queries to list all books on a given shelf or all books of a given topic (the "topic" field is in the "shelves" table).
Calculate change for a point of sale cash transaction.
Tell me about a problem and what you would do differently if you could do it again
How would you speed up a project using AI
Equilibrium index copy/pasted (from G4G) but instead of 1-based index, she wanted a 0-based index
MxN matrix of 1s and 0s. 1s representing walls and 0s representing open spaces. You are allowed to move up/down/left/right to an open space. Write a function which takes matrix as input and returns false, if there is at least 1 use case where you cant reach from 2 open spaces.
Viewing 1521 - 1530 interview questions