My past experience, no detailed tech questions or so.
Engineering Project Coordinator Interview Questions
33,939 engineering project coordinator interview questions shared by candidates
Everything everyone else has said, basically. They somewhat more creative than other questions I've gotten, but they really do just rely on the basics: data structures, algorithms, runtime analysis, class design, concurrency & scalability, etc. You just have to know the HECK out of the basics.
Questions are mostly based on Identity and Management skills.
System design - one of the most common system design questions
Given some number n, return whether or not n is within the fibonacci sequence.
Easy-Medium Leetcode questions. Be prepared to answer follow up questions about optimization, run time, etc.
Sort
Find the second maximum in a list.
A problem involving a maze in a 2D matrix.
Given a list of words, find return a dictionary of each word mapped to its shortest possible unique prefix. Ex. [zebra, dog, duck] {zebra: z, dog: do, duck: du}
Viewing 1751 - 1760 interview questions