I applied online. The process took 3 weeks. I interviewed at Astrobotic Technology (Pittsburgh, PA) in Jan 2024
Interview
Started with a phone screen that discussed relevant experience and fit. After this the interview was an hour long: half of it was a deep-dive into technical projects. The second half was a C++ coding round in which I had to implement a bunch of basic data structures and math as they watched. No further interviews were necessary.
Interview questions [1]
Question 1
Implemented a linked list in C++. Implement functions to get length, nth element, and nth element from the end of the linked list. Also some other questions that required familiarity with the C++ STL.