Candidatei-me online. Fiz uma entrevista na empresa 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.
Candidatei-me online. Fui entrevistado pela Ultimate Coders (Brampton, ON) em abr. de 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.
Perguntas de entrevista [2]
Pergunta 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/