Me postulé en línea. Acudí a una entrevista en Ultimate Coders
Entrevista
All I remember is that a few questions were asked in the beginning and then there was a test with 2 coding questions and 1 problem-solving question and that was all.
Me postulé en línea. Acudí a una entrevista en Ultimate Coders (Brampton, ON) en abr 2024
Entrevista
Simple interview, begins with some questions about how one would describe computer science concepts to children, followed by a technical interview with two simple programming questions and one problem solving question.
Preguntas de entrevista [2]
Pregunta 1
Describe the concept of a variable to me as if I were a fifth grader.
The FizzBuzz programming question: For each number between 1 and 15, if the number is divisible by 3, print fizz, by 5, print buzz, if both, print fizzbuzz.
https://leetcode.com/problems/fizz-buzz/description/