Me postulé en línea. Acudí a una entrevista en FunTech
Entrevista
Went through a few mock questions or definitions a student might ask so that they can see how you can explain concepts. After I joined a call with some other candidates where we were given 3 coding tasks to complete in Python within 30 minutes (10 minutes each). Whilst coding, we would take turns sharing our screen as we explained how we were approaching it - to show the interviewer how we can present.
Preguntas de entrevista [1]
Pregunta 1
1) 10 mins to code the game rock-paper-scissors.
Extensions: Make it first to 5 wins. Have an option to play 2-player or play against the computer.
2) 10 mins to code a game of hangman.
Extensions: Have a certain number of lives before game over. Make it randomly choose from a list of possible words.
3) 10 mins to code the game naughts and crosses.
Extensions: Have an option to play 2-player or play against the computer