The process took 2 months. I interviewed at SpaceX (Hawthorne, CA) in Feb 2023
Interview
Initial phone screening, independent coding task (full data engineering assignment in your language of choice with no outside packages allowed. Can't crutch on pandas), and on site interviews. Process moves very fast, expect to hear back within a day or two.
Interview questions [1]
Question 1
You're given a database full of parts in a manufacturing facility. Each part has a unique identifier, a list of parts a given part can be made into, a boolean identifier for manufacturing complete or not, and a list of machines that each part encounters during its manufacturing process.
For a given input part, determine the possible space of completed parts.