Tech Interview Questions

Practice 9,031+ interview questions from top companies including Google, Meta, Amazon, and more. Filter by company, role, and category.

Popular Interview Questions

Machine Learning Engineer + Data Scientist + Software Engineer Interview Questions

Practice the exact questions companies are asking right now.

9.0k Questions 480 Companies08.05.2026
Showing 20 results
Role
Citadel logo
Citadel
Medium
Software EngineerIntern

Implement task queue with insert, delete, execute

Problem: Task manager with insert/delete/execute-next Design a data structure to manage executable tasks. Each task has: - taskId (unique) - priority ...

Coding & Algorithms
30
0
215 people solved
Feb 11, 2026
Meta logo
Meta
Medium
Software Engineer Locked

Design a live video comments system

This question evaluates skills in designing scalable, low-latency real-time systems, covering fan-out delivery, ordering and consistency semantics, du...

System Design
8
0
63 people solved
Feb 11, 2026
Roblox logo
Roblox
Medium
Software Engineer Locked

Find most frequent call path in logs

This question evaluates stack-based simulation of single-threaded call traces, hierarchical path construction and frequency counting with deterministi...

Coding & Algorithms
30
0
246 people solved
Feb 11, 2026
Meta logo
Meta
Medium
Software Engineer

Design an in-memory cloud file system

In-Memory Cloud File System (OOD) Design an in-memory cloud file system that supports files owned by users with storage quotas. Data model / rules - E...

Coding & Algorithms
5
0
43 people solved
Feb 11, 2026
Microsoft logo
Microsoft
Hard
Software Engineer Locked

Compute product of array except self

This question evaluates understanding of array manipulation, modular arithmetic, and algorithmic optimization by requiring computation of per-element ...

Coding & Algorithms
2
0
42 people solved
Feb 11, 2026
Meta logo
Meta
Medium
Software Engineer Locked

Solve three array/string/graph coding tasks

This set of three coding tasks evaluates proficiency in fundamental data structures and algorithms, covering multi-way array merging, custom character...

Coding & Algorithms
4
0
59 people solved
Feb 11, 2026
Bloomberg logo
Bloomberg
Medium
Software Engineer Locked

Solve three coding tasks from onsite

This set of tasks evaluates array-based greedy reasoning for circular route feasibility, stack-based parsing for bracket matching, and grid/graph reac...

Coding & Algorithms
11
0
119 people solved
Feb 11, 2026
Meta logo
Meta
Medium
Software Engineer

Design a bank system with scheduled transfers

Bank System (OOD): Accounts, Transfers, Scheduling, Top Spending, Merge Design an in-memory banking system that supports: - account creation - deposit...

Coding & Algorithms
2
0
41 people solved
Feb 11, 2026
TikTok logo
TikTok
Medium
Software Engineer

Solve string grouping and tree right-view problems

Problem 1: Group words that are anagrams You are given an array of strings words. Two strings are anagrams if they contain the same characters with th...

Coding & Algorithms
8
0
89 people solved
Feb 11, 2026
MathWorks logo
MathWorks
Easy
Software EngineerIntern

How to maximize rewards with exactly k tasks

You are assigning n independent tasks to two interns. - Each task must be done by exactly one intern. - If intern 1 does task i, you earn reward1[i] p...

Coding & Algorithms
5
0
53 people solved
Feb 11, 2026
Meta logo
Meta
Medium
Software Engineer Locked

Extend a BFS maze solver stepwise

This question evaluates proficiency in grid-based graph traversal and pathfinding, covering BFS mechanics, stateful reachability with keys and doors, ...

Coding & Algorithms
7
0
51 people solved
Feb 11, 2026
Microsoft logo
Microsoft
Medium
Machine Learning Engineer Locked

Implement a resumable data loader

This question evaluates a candidate's ability to design stateful, resumable data iteration with deterministic shuffling and compact serializable check...

Coding & Algorithms
5
0
56 people solved
Feb 11, 2026
Apple logo
Apple
Hard
Software Engineer Locked

Implement a lazy inorder traversal iterator

This question evaluates understanding of binary tree traversal and iterator design, specifically the implementation of a lazy inorder iterator under t...

Coding & Algorithms
7
0
74 people solved
Feb 11, 2026
Uber logo
Uber
Hard
Software Engineer

Check if each prefix forms 1..k permutation

You are given an integer array arr of length n that is a permutation of the numbers 1..n (each number appears exactly once), but in arbitrary order. F...

Coding & Algorithms
20
0
204 people solved
Feb 11, 2026
Revolut logo
Revolut
Medium
Software EngineerNew Grad

Implement a random fixed-size load balancer

Problem: Build a simple load balancer Implement a minimal in-memory load balancer that routes each incoming request to one backend node chosen uniform...

Coding & Algorithms
24
0
193 people solved
Feb 11, 2026
Google logo
Google
Medium
Machine Learning Engineer Locked

Minimize Fence Painting Operations

This question evaluates algorithmic problem-solving and optimization skills, focusing on minimizing painting operations on an array-modeled fence and ...

Coding & Algorithms
3
1
54 people solved
Feb 10, 2026
Sumologic logo
Sumologic
Medium
Software Engineer Locked

Solve substring and access-log problems

This question evaluates proficiency in string algorithms, frequency analysis, and set/hash-based data processing by testing substring transformation u...

Coding & Algorithms
1
0
22 people solved
Feb 10, 2026
Chicago logo
Chicago
Easy
Data Scientist Locked

Determine if tree has path sum

This question evaluates understanding of binary tree data structures and traversal techniques, along with the ability to accumulate and track root-to-...

Coding & Algorithms
2
0
22 people solved
Feb 9, 2026
Microsoft logo
Microsoft
Easy
Data Scientist Locked

Traverse org chart level by level

This question evaluates understanding of hierarchical data modeling and tree traversal, specifically breadth-first (level-order) traversal and reconst...

Coding & Algorithms
6
0
45 people solved
Feb 9, 2026
Apple logo
Apple
Medium
Software EngineerIntern

Solve mixed coding tasks from interviews

Solve the following interview-style coding problems (you may choose any programming language unless specified). Provide correct logic and handle edge ...

Coding & Algorithms
11
0
115 people solved
Feb 9, 2026