I applied through a recruiter. The process took 1 week. I interviewed at Block (Toronto, ON) in Feb 2021
Interview
Applied for New Grad position. There was a coding assessment attached to the application. After submitting the online application with the coding assessment, the recruiter contacted in the same week for scheduling the interview.
Interview questions [1]
Question 1
BFS question, robot moving in a 2D grid with arrows "<,>,^," showing the direction robot needs to move until it hits another direction arrow. The destination was given by the character "@". Need to print the index of the destination, by following the arrows.