28 problems · 2 Easy, 20 Medium, 6 Hard · Ranked #68 of 458
Difficulty breakdown
2 Easy
7% · avg 23%
20 Medium
71% · avg 59%
6 Hard
21% · avg 18%
Top topics
array
60.7%
depth-first-search
25%2.7x
breadth-first-search
25%3x
matrix
25%2.8x
sorting
21.4%1.5x
string
21.4%
Interview profile
Based on 28 reported problems, Anduril interviews are in line with industry averages - 21% Hard vs 18% overall. The majority (71%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.
Compared to the industry average, Anduril puts unusual emphasis on topological-sort (7.1% of problems, 6.1x the industry average), breadth-first-search (25% of problems, 3x the industry average), matrix (25% of problems, 2.8x the industry average). If you're short on time, these are the categories to double down on.
The most common topics are array (60.7%), depth-first-search (25%), breadth-first-search (25%), matrix (25%). Problems below are sorted by frequency, the ones at the top are asked most often.
All 28 problems
Problem
Difficulty
Frequency
Topics
Number of Islands
Given an m x n 2D binary grid grid which represents a map of '1's (land) and '0's (water), return the number of islands.
You are given a series of video clips from a sporting event that lasted time seconds. These video clips can be overlapping with each other and have varying leng...
You are given an array points, an integer angle, and your location, where location = [posx, posy] and points[i] = [xi, yi] both denote integral coordinates on t...
There are a total of numCourses courses you have to take, labeled from 0 to numCourses - 1. You are given an array prerequisites where prerequisites[i] = [ai, b...
Given an array of integers temperatures represents the daily temperatures, return an array answer such that answer[i] is the number of days you have to wait aft...
The median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value, and the median is the mean of the two midd...
There are a total of numCourses courses you have to take, labeled from 0 to numCourses - 1. You are given an array prerequisites where prerequisites[i] = [ai, b...
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...
Your car starts at position 0 and speed +1 on an infinite number line. Your car can go into negative positions. Your car drives automatically according to a seq...
Design a time-based key-value data structure that can store multiple values for the same key at different time stamps and retrieve the key's value at a certain...
According to Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway...
You are given an n x n integer matrix board where the cells are labeled from 1 to n2 in a Boustrophedon style starting from the bottom left of the board (i.e. b...
You are given a series of video clips from a sporting event that lasted time seconds. These video clips can be overlapping with each other and have varying leng...
You are given an array points, an integer angle, and your location, where location = [posx, posy] and points[i] = [xi, yi] both denote integral coordinates on t...
There are a total of numCourses courses you have to take, labeled from 0 to numCourses - 1. You are given an array prerequisites where prerequisites[i] = [ai, b...
Given an array of integers temperatures represents the daily temperatures, return an array answer such that answer[i] is the number of days you have to wait aft...
The median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value, and the median is the mean of the two midd...
There are a total of numCourses courses you have to take, labeled from 0 to numCourses - 1. You are given an array prerequisites where prerequisites[i] = [ai, b...
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...
Your car starts at position 0 and speed +1 on an infinite number line. Your car can go into negative positions. Your car drives automatically according to a seq...
Design a time-based key-value data structure that can store multiple values for the same key at different time stamps and retrieve the key's value at a certain...
According to Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway...
You are given an n x n integer matrix board where the cells are labeled from 1 to n2 in a Boustrophedon style starting from the bottom left of the board (i.e. b...
Given an m x n matrix, return all elements of the matrix in spiral order.
MediumLikely
arraymatrixsimulation
How often are these problems asked?
Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Anduril interviews.
Very Likely
75-100%
Likely
50-74%
Sometimes
25-49%
Rare
0-24%
Preparing for your Anduril coding interview
Anduril interviews focus heavily on array, depth-first-search, breadth-first-search problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.
Beyond solving problems, practice explaining your approach. Anduril interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.
What coding problems does Anduril ask in interviews?add
Anduril has been reported to ask 28 distinct coding problems. The most common topics are array, depth-first-search, breadth-first-search. 2 are Easy difficulty, 20 are Medium, and 6 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.
How hard are Anduril coding interviews?add
Based on 28 reported problems, Anduril interviews are in line with industry averages - 21% Hard vs 18% overall. 71% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.
How should I prepare for a Anduril coding interview?add
Start with the highest-frequency problems listed on this page. Focus on the core topics: array, depth-first-search, breadth-first-search. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.
Simulate a real Anduril coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.