I applied through other source. I interviewed at Ultimate Coders (Scarborough, ON)
Interview
Asked behavioural questions and about experiences. There was a coding assessment to complete, which required me to complete 2 out of the 3 questions. Interviewer was on the phone as well, while I was responding, which I found rude.
I applied online. The process took 1 day. I interviewed at Ultimate Coders (Vancouver, BC) in Jul 2025
Interview
Zoom interview, asked about experiences. Short, about 10 minutes. Told me about the role and asked about why I was interested. A month later I received no updates on the status of my application, not even when I sent a follow-up email.
Interview questions [1]
Question 1
Which area did you want to teach (programming, English, math, science)?
I applied online. I interviewed at Ultimate Coders (Brampton, ON) in Apr 2024
Interview
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.
Interview questions [2]
Question 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/