J'ai postulé via la recommandation d'un employé. Le processus a pris 6 semaines. J'ai passé un entretien chez SpaceX (Los Angeles, CA) en août 2020
Entretien
I applied online and was referred through a friend.
First I was contacted by a recruiter and we set up a call. She wanted to know what I've worked on. We chatted about programming languages, my interests, "why space x". We arranged a technical phone screen with a member of the team.
Technical phone screen was very good. I was supposed to talk about a technical project I've worked on and my contributions. I picked the system I work on at my current job. This was not difficult. It would only be difficult to someone who is trying to BS. They just want to know if you contributed, how, and why. Don't stress out here just be yourself!
Phone call from recruiter and then we set up a take home code challenge. It is not a leetcode problem! It is a fun little problem that you can probably solve if you code at your day job. The most complex code thing I did here was recursion and just understanding Big O trade offs. This problem is about translating requirements into code.
The final round is a technical interview. This interview is significantly easier than a facebook interview. No leetcodes, mostly just trivia. E.g. "how does a hash map work? How does a c++ vtable work? How does an OS store memory?" I did not get all of these questions. I would have known them right out of college but that was a decade ago. I answered most of them and the ones I missed were some of the more out-there ones.
I received the offer but SpaceX cannot match even 60% of my current salary and I cannot do that to my family right now.
J'ai passé un entretien chez SpaceX (McGregor, TX)
Entretien
Applied online has two round. First being an phone call with recruiter and the second being online with a team of engineer asked about my previous experience and then had a short coding leetcode style question
Questions d'entretien [1]
Question 1
Explain a recent debugging problem and how you solved it.
J'ai passé un entretien chez SpaceX (Sunnyvale, CA)
Entretien
Basic questions about python vs c++, am I authorized to work in the US, stack vs heap, projects and my experience mentioned in my resume, quick introduction about myself and why i wish to work at spacex.
J'ai passé un entretien chez SpaceX (Hawthorne, CA)
Entretien
Recruiter screens usually hit: time/space complexity of common operations, why O(log n) beats O(n), array vs hash map vs linked list tradeoffs, and Big-O of sorting. Want me to drill you on these?
Questions d'entretien [1]
Question 1
recruiter called, they has a few big O questions and basic DSA