Candidatei-me por meio de uma agência de recrutamento. Fui entrevistado pela GitHub em mai. de 2022
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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
Candidatei-me online. O processo levou 5 dias. Fui entrevistado pela GitHub (Londres, Inglaterra) em set. de 2025
Entrevista
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).
Perguntas de entrevista [1]
Pergunta 1
General experience questions from throughout your career
Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela GitHub em ago. de 2025
Entrevista
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
Fiz uma entrevista na empresa GitHub (San Francisco, CA).
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 1
Tell me about a time you had conflict in the workplace