Problem database last updated: June 20, 2025

IIndeed logo

Indeed Coding Interview Questions

7 problems · 2 Easy, 3 Medium, 2 Hard · Ranked #197 of 458

Difficulty breakdown

2 Easy

29% · avg 23%

3 Medium

43% · avg 59%

2 Hard

29% · avg 18%

Top topics

array
71.4%
hash-table
42.9%1.9x
counting
28.6%8.6x
tree
14.3%2.6x
depth-first-search
14.3%1.6x
binary-tree
14.3%2.9x

Interview profile

Based on 7 reported problems, Indeed interviews are significantly harder than average - 29% Hard vs 18% across all companies.

Compared to the industry average, Indeed puts unusual emphasis on counting (28.6% of problems, 8.6x the industry average), hash-table (42.9% of problems, 1.9x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (71.4%), hash-table (42.9%), counting (28.6%), tree (14.3%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 7 problems

Binary Tree Tilt

Solve

Given the root of a binary tree, return the sum of every tree node's tilt.

EasyVery Likely
treedepth-first-searchbinary-tree

Minimum Moves to Equal Array Elements

Solve

Given an integer array nums of size n, return the minimum number of moves required to make all array elements equal.

MediumVery Likely
arraymath

Sum of Even Numbers After Queries

Solve

You are given an integer array nums and an array queries where queries[i] = [vali, indexi].

MediumVery Likely
arraysimulation

Minimum Cost to Split an Array

Solve

You are given an integer array nums and an integer k.

HardVery Likely
arrayhash-tabledynamic-programming

Find Players With Zero or One Losses

Solve

You are given an integer array matches where matches[i] = [winneri, loseri] indicates that the player winneri defeated player loseri in a match.

MediumVery Likely
arrayhash-tablesorting

Merge k Sorted Lists

Solve

You are given an array of k linked-lists lists, each linked-list is sorted in ascending order.

HardVery Likely
linked-listdivide-and-conquerheap-priority-queue

Check if Every Row and Column Contains All Numbers

Solve

An n x n matrix is valid if every row and every column contains all the integers from 1 to n (inclusive).

EasyLikely
arrayhash-tablematrix

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 Indeed interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Indeed coding interview

Indeed interviews focus heavily on array, hash-table, counting 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. Indeed 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.

Looking for more companies? Browse all 458 companies in our directory, or sharpen your fundamentals with our free data structure visualizers and AI-powered DSA tutor.

Frequently Asked Questions

What coding problems does Indeed ask in interviews?add

Indeed has been reported to ask 7 distinct coding problems. The most common topics are array, hash-table, counting. 2 are Easy difficulty, 3 are Medium, and 2 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Indeed coding interviews?add

Based on 7 reported problems, Indeed interviews are significantly harder than average - 29% Hard vs 18% across all companies. 43% 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 Indeed coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, hash-table, counting. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.

Other companies to explore

Ready to ace your Indeed interview?

Simulate a real Indeed coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.

Simulate a Indeed interview with AIarrow_forward