This interview included a python object oriented question. Python question was involving creating a hashmap. No feedback provided after interview by the recruiter or anyone else. Was expecting some sort of feedback
Fiz uma entrevista na empresa Relativity Space (Long Beach, CA).
Entrevista
Received a screening call from a technical recruiter. Asked basic background questions regarding citizenship, working onsite, commuting, and my resume.
Followed up by scheduling a technical coding interview with 2 senior software engineers. Used Microsoft Teams and Coderpad to conduct the coding exam. Lasted about 45 minutes including and Q&A after the exam.
Perguntas de entrevista [1]
Pergunta 1
In Python, create a sorting function given a list of class objects called Song from greatest number of listens, to least amount of listens. Song has the attributes Song_ID and Num_Listens.