I applied online. The process took 2 weeks. I interviewed at Evertz Microsystems (Burlington, ON) in Feb 2024
Interview
Mainly behavioral, asked me about my resume and other experiences. Why I am interested in the position, what I like more frontend or backend, etc. They also asked me three very easy coding questions.
Interview questions [1]
Question 1
Write a function to multiply two numbers.
Write a function that receives an integer, print out "Greater" if the int is greater than 30, "Equal" if it is equal to 30 and "Less" if it is less than 30.
Write a function that receives two integers, prints "Greater" if the product of the two integers is greater than 30, "Less" if its less than 30 and "Equal" if it is equal to 30
Basically, for the last function, you just had to call upon the other two.