I applied online. I interviewed at Geotab (Oakville, ON) in Mar 2026
Interview
One 30-minute interview and a 1-hour coding interview. Most questions concern your resume, followed by several technical questions. Mostly related to array handling and memory management. This interview was meant for a position that works with communications, specifically UART, GNSS and cellular systems, so know that well.
Interview questions [1]
Question 1
First Interview:
- Differences between Stack vs. Heap
- Masking bits (xor (^) and and (&) operations)
Second
- Reorganize an array with even values on the left and odd values on the right in order
- What happens when the values change from type uint8_t to uint16_t and how might you do sizeof() with this.