Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. Ho sostenuto un colloquio presso GitHub nel mese di mag 2022
Colloquio
An interview with an RH, that was super rude and did not care about the actual candidate, then a Codility test, then they have replied with the standard bye e-mail.
Domande di colloquio [1]
Domanda 1
You get a string with operation as input:
if it is a number push it to stack
if it is "DUP", then duplicate the one one top and push it to the stack
if it is "POP" then remove the one on top
if it is "+" add the two numbers on top of the stack and replace both with the result of the addition
if it is "-" then minus the two numbers on top (the second minus the first) of the stack and replace both with the result of the subtraction
if an error occurs, e.g. not enough numbers to add/subtract/pop, then return -1
Examples:
Input: "3 DUP 5 - -"
Output: -1
Input: "13 DUP 4 POP 5 DUP + DUP + -"
Output: 7
Input: "5 6 + -"
Output: -1
Ho presentato la mia candidatura online. La procedura ha richiesto 5 giorni. Ho sostenuto un colloquio presso GitHub (Londra, Inghilterra) nel mese di set 2025
Colloquio
First stage recruiter call (45 minutes) which went well, both sides confirmed we'd like to progress to the next stage and the process was outlined. I was subsequently ghosted for 8 weeks, only getting a response when I emailed saying I'd withdrawn my application - to tell me that the team was being "rethought" and the job may not actually be available anymore but they'll let me know (they never did).
Domande di colloquio [1]
Domanda 1
General experience questions from throughout your career
Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso GitHub nel mese di ago 2025
Colloquio
I applied via GitHub careers website.
Got called from one of recruiters where they asked me about my experience and submitted my resume with team hiring manager. Then i
Had first round with hiring manager for behavioral questions
Ho sostenuto un colloquio presso GitHub (San Francisco, CA)
Colloquio
Take home with a pair programming follow up and skip level interview as well as DEI panel. Whole process took two weeks. Be prepared for systems design as well in the pair programming exercise.
Domande di colloquio [1]
Domanda 1
Tell me about a time you had conflict in the workplace