Scale AI Coding & Algorithms Interview Questions

Practice the exact questions companies are asking right now.

11 Questions 1 Company05.16.2026
Showing 11 results
Role
Scale AI logo
Scale AI
Easy
Software Engineer AI

Implement a Dependency-Aware Task Scheduler

Implement a TaskManager class with two methods: - AddTasks(tasks): add one or more tasks into the system. - ConsumeTask(): return and remove the execu...

Coding & Algorithms
15
0
212 people solved
Apr 9, 2026
Scale AI logo
Scale AI
Medium
Software Engineer Locked

Implement a Task Processor

This question evaluates understanding of priority-based scheduling and dependency resolution, focusing on data structures and graph-ordering concepts ...

Coding & Algorithms
30
0
256 people solved
Feb 27, 2026
Scale AI logo
Scale AI
Easy
Machine Learning Engineer Locked

Implement multi-head attention and LLM sampling

This question evaluates implementation and conceptual understanding of Transformer multi-head scaled dot-product attention and next-token sampling for...

Coding & Algorithms
46
0
316 people solved
Feb 12, 2026
Scale AI logo
Scale AI
Hard
Software Engineer Locked

Implement Dependency-Aware Task Scheduler

This question evaluates skills in designing and implementing data structures and algorithms for priority scheduling, dependency resolution, and dynami...

Coding & Algorithms
3
0
22 people solved
May 16, 2026
Scale AI logo
Scale AI
Medium
Software Engineer

Compute party time blocks per neighborhood

You are given two datasets: 1. Parties: - party_id (string or integer) - start_timestamp (e.g., UNIX timestamp or datetime) - end_timestamp (...

Coding & Algorithms
29
0
266 people solved
Dec 8, 2025
Scale AI logo
Scale AI
Medium
Software EngineerNew Grad

Schedule Ready Tasks by Deadline

You are building a workflow scheduler. Each task has: - a unique task_id - an integer deadline - an optional list of prerequisite tasks that must be c...

Coding & Algorithms
63
0
485 people solved
Apr 1, 2026
Scale AI logo
Scale AI
Medium
Software Engineer

Find LCA in a N-ary tree via DFS

You are given the root of a rooted N-ary tree (each node can have zero or more children) and two distinct nodes p and q that belong to the tree. Desig...

Coding & Algorithms
14
0
123 people solved
Dec 8, 2025
Scale AI logo
Scale AI
Medium
Software Engineer

Update a Neuron Grid

You are given an m x n integer matrix neurons. - A cell is a firing neuron if its value is 0. - A cell is a non-firing neuron if its value is greater ...

Coding & Algorithms
9
1
180 people solved
Feb 22, 2026
Scale AI logo
Scale AI
Medium
Software Engineer

Compute party hours per town and city gaps

You are given (1) a region table describing a hierarchy of locations and (2) a list of party attendance time intervals (all timestamps occur within a ...

Coding & Algorithms
39
0
273 people solved
Dec 15, 2025
Scale AI logo
Scale AI
Medium
Software Engineer

Compute clock hand angle with seconds and milliseconds

You are given a time in the format "HH:MM", representing a 24-hour clock time with hours and minutes. Extend this to potentially include seconds and m...

Coding & Algorithms
10
0
160 people solved
Dec 8, 2025
Scale AI logo
Scale AI
Medium
Software Engineer

Compute community ranges and town idle hours

You are given two in-memory datasets for a party-planning app. 1) PartyWindow: {partyId: string, startTime: ISO-8601 UTC datetime, endTime: ISO-8601 U...

Coding & Algorithms
12
0
135 people solved
Sep 6, 2025

Explore more Scale AI Coding & Algorithms interview questions

Real questions from candidate reports, grouped by role, topic and company.

Coding & Algorithms questions at other companies
Browse all
Scale AI Coding & Algorithms Questions (Updated 2026) | PracHub