computer-vision Interview Questions
3 interview questions in our bank cover computer-vision, most of them ML Fundamentals & Algorithms. They average 3.0/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about computer-vision: Luma AI, Tesla, Waymo.
Practice these on the problems board →Companies that ask about computer-vision
Question mix
- ML Fundamentals & Algorithms2
- Coding & Leetcode-style Questions1
Difficulty
- 3/5 — medium3
Questions tagged computer-vision
Gaussian Image Filter
3/5This Luma AI interview question asks candidates to write a native script applying a two-dimensional Gaussian blur across a grayscale picture using a specified kernel scale and spread parameter. The task evaluates core image processing competencies, including handling matrix boundaries with border replication and computing localized weighted averages from scratch. The full problem and model solution require a subscription.
ML Fundamentals & AlgorithmsLuma AICV / Sensing ML Fundamentals Oral
3/5Ace your upcoming technical discussion with this comprehensive computer vision and machine learning fundamentals screening module reported at Tesla. The session blends a brief programming warm-up with an intensive oral quiz covering core neural network architectures, residual learning mechanics, non-linear activation functions, and statistical reasoning. Interviewers use this setup to evaluate a candidate's theoretical depth and practical intuition regarding deep learning frameworks. The full problem and model solution require a subscription.
ML Fundamentals & AlgorithmsTeslaImplement Max Pooling with Argmax Coordinates
3/5This Waymo interview question focuses on implementing a fundamental operation in machine learning: max pooling. Candidates are asked to process an input tensor or matrix, extracting the maximum value within defined windows. A crucial follow-up extends this by requiring not just the maximum values, but also the precise coordinates within each window where those maxima were found. This problem evaluates your understanding of array manipulation, algorithmic implementation, and careful handling of details like windowing, stride, and boundary conditions. The full problem description and a detailed model solution are available with a subscription.
Coding & Leetcode-style QuestionsWaymo
Studied alongside
computer-vision interview FAQ
- How many computer-vision interview questions are there?
- 3 reported questions, mostly ML Fundamentals & Algorithms.
- Which companies ask computer-vision questions?
- Luma AI (1), Tesla (1), Waymo (1).
- How hard are computer-vision questions?
- They average 3.0 out of 5: 3 at 3/5.