Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso LaunchDarkly (San Francisco, CA) nel mese di mar 2018
Colloquio
Take home coding sample involves a pretty straight forward problem; given a SSE stream of scores where a score contains an exam id, student id, and score, aggregate all these values and make four endpoints available:
- /exams (list the set of exam ids)
- /students (list the set of student ids)
- /student/$id (list all exams that student has taken and their average across exams)
- /exams/$id (list all students have have taken the exam and the average exam score)
LaunchDarkly makes the shell of the repo available via github and the interviewer populates the repo with the code and tests.
Domande di colloquio [1]
Domanda 1
Take home coding sample involves a pretty straight forward problem; given a SSE stream of scores where a score contains an exam id, student id, and score, aggregate all these values and make four endpoints available:
- /exams (list the set of exam ids)
- /students (list the set of student ids)
- /student/$id (list all exams that student has taken and their average across exams)
- /exams/$id (list all students have have taken the exam and the average exam score)
Had 2 technical screens before panel. Everything was great until the hiring manager interview for the AI team. Hiring manager was very checked out of the interview. She didn't have many questions to ask and she even yawned 3 times, yes I counted, during the interview . To top it off after the interviews, the recruiter ghosted me.
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso LaunchDarkly
Colloquio
Everyone was quick to respond and they shared the interview process up front so I knew what to expect. I had time during the interviews to get to know the members of the engineering team and they helped me feel comfortable in each interview.
Domande di colloquio [1]
Domanda 1
I had to perform a live coding exercise that was geared toward the type of problems I would need to solve in the role I was interviewing for.
Ho presentato la mia candidatura online. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso LaunchDarkly nel mese di gen 2024
Colloquio
After applying, I connected with a hiring manager who expressed interest in my background and advanced me to the Take Home exercise. Despite dedicating the entire weekend to the project and submitting it promptly, I received no response. Despite multiple attempts to reach out, they never replied. It's disheartening; a simple acknowledgment would be appreciated. Would not recommend interviewing for this company.
Domande di colloquio [1]
Domanda 1
Take home exam consisted of an SSE stream where you create a RESTful API exam and student data.