Practice real interview problems from Indeed
| Status | Title | Solution | Practice | Difficulty | Companies | Topics |
|---|---|---|---|---|---|---|
| 23. Merge k Sorted Lists | Solution | Solve | Hard | Adobe+17 | ||
| 68. Text Justification | Solution | Solve | Hard | Adobe+25 | ||
| 79. Word Search | Solution | Solve | Medium | Amazon+8 | ||
| 88. Merge Sorted Array | Solution | Solve | Easy | Amazon+9 | ||
| 295. Find Median from Data Stream | Solution | Solve | Hard | Adobe+33 | ||
| 563. Binary Tree Tilt | Solution | Solve | Easy | Indeed | ||
| 718. Maximum Length of Repeated Subarray | Solution | Solve | Medium | Indeed+2 | ||
| 811. Subdomain Visit Count | Solution | Solve | Medium | Indeed+4 | ||
| 985. Sum of Even Numbers After Queries | Solution | Solve | Medium | Indeed | ||
| 1160. Find Words That Can Be Formed by Characters | Solution | Solve | Easy | Amazon+3 | ||
| 1197. Minimum Knight Moves | Solution | Solve | Medium | Amazon+10 | ||
| 1604. Alert Using Same Key-Card Three or More Times in a One Hour Period | Solution | Solve | Medium | Indeed+3 | ||
| 2225. Find Players With Zero or One Losses | Solution | Solve | Medium | Amazon+2 | ||
| 2547. Minimum Cost to Split an Array | Solution | Solve | Hard | Indeed |
Indeed is one of the largest job platforms in the world, processing massive volumes of job postings, search queries, and recommendations every day. Because of this scale, Indeed engineers are expected to design efficient algorithms and write clean, production-ready code. The Indeed coding interview focuses heavily on practical data structures and algorithm problems that reflect real engineering challenges such as search ranking, large-scale data processing, and performance optimization.
The interview process usually begins with a technical phone screen where candidates solve one or two coding problems in a shared editor. Successful candidates move to a virtual onsite or onsite interview loop that includes multiple coding rounds, behavioral discussions, and sometimes system design depending on the role level.
From analyzing real candidate reports, Indeed commonly tests:
The typical difficulty distribution is mostly medium problems, with a few easier warm‑ups and occasional harder optimization questions. Interviewers care not only about the final answer but also about how you reason about edge cases, scalability, and code readability.
FleetCode helps you prepare by curating 14 real Indeed interview questions asked in past coding rounds. Each problem includes difficulty tagging and solutions in Python, Java, and C++. Practicing these targeted questions helps you understand the patterns Indeed prefers and build the confidence needed to succeed in your interview.
Preparing for an Indeed coding interview requires understanding both the structure of the interview loop and the types of problems their engineers prefer. Compared to some big tech companies, Indeed interviews tend to focus more on practical coding and clear reasoning rather than extremely complex algorithms.
Typical Indeed interview format:
Common problem categories at Indeed:
Preparation strategy:
Common mistakes to avoid:
Recommended preparation timeline: Most candidates spend about 4–6 weeks preparing. Aim to solve 80–120 medium‑level problems, focusing especially on hash maps, string manipulation, and tree traversal patterns. Practicing curated sets of real Indeed questions—like the 14 problems on FleetCode—helps you quickly recognize the patterns that appear in actual interviews.