Indeed Interview Guide (2026): Job Search Engineering

Updated · techinterview.org

Indeed is the largest job search platform globally — 350M+ unique monthly visitors, 250M+ resumes. Owned by Recruit Holdings. The interview is search-and-recommendation-heavy with strong emphasis on indexing billions of job postings and matching them to job seekers.

Process

Recruiter screen → 60-minute coding phone (DSA medium) → onsite virtual: 2 coding, 1 system design, 1 craft deep-dive, 1 behavioral. Cycle: 4–6 weeks.

What they actually ask

  • Design a search ranking system for job postings — reason about the two-stage shape: cheap candidate retrieval from an inverted index, then a learning-to-rank model that scores the shortlist on features like text relevance, recency, distance, and salary fit. Interviewers probe personalization, how fresh postings surface quickly, and how you’d measure ranking quality with signals like apply-through rate.
  • Design resume-to-job matching with ML embeddings — embed both resumes and postings into one vector space and retrieve nearest neighbors with an approximate index like HNSW. Expect follow-ups on cold-start for brand-new seekers, keeping embeddings fresh as profiles change, and blending semantic scores with hard filters like location and work authorization.
  • Design fraud detection for fake job postings — walk through the signals that flag scams (duplicate text across accounts, off-platform payment or contact requests, poster reputation and posting velocity) and how a classifier and a human-review queue feed each other. The trade-off they push on is false positives that block legitimate employers versus letting scams reach seekers.
  • Coding: medium DSA, often with search or graph framing — think autocomplete tries, top-K results with a heap, or walking a graph of related roles. Know the common coding patterns cold and state the time and space complexity of your approach before you call it done.
  • Behavioral: customer focus, ownership, working at scale — have stories ready where you put the job seeker or employer first, took a project from ambiguity to launch, and made a call that held up under Indeed’s traffic. Tie each answer to a measurable outcome.

Levels and comp (2026)

  • SE II: $145K–$180K total
  • Senior SE: $215K–$285K
  • Staff: $310K–$410K
  • Principal: $430K–$570K

Prep priorities

  1. Be fluent in Java (legacy core) and Python (ML/data) — the legacy core is Java, so expect to read and write it in interviews, while Python shows up on data and ML-adjacent work. Pick the language your target team uses and be ready to reason about its concurrency and memory behavior under load.
  2. Understand search and ranking systems — know how inverted indexes, BM25 scoring, and learning-to-rank fit together, and be able to explain how you’d shard an index across billions of documents while keeping query latency low.
  3. Brush up on ML for recommendations and ranking — review candidate generation versus ranking, embedding-based retrieval, and offline metrics like NDCG and precision@K, plus how you’d A/B test a ranking change to prove it actually lifts applications.

Frequently Asked Questions

Is Indeed remote-friendly?

Hybrid in Austin (HQ), Tokyo, others. Many engineering roles fully remote within US.

How does Indeed compare to LinkedIn or ZipRecruiter?

Indeed wins on search volume and breadth. LinkedIn is professional network + jobs. ZipRecruiter is the smaller competitor. Indeed pays competitively; below LinkedIn at senior+.

What is the engineering culture?

Mature, methodical, data-driven. Strong testing and deploy discipline given the scale.

newsletter

What's actually being asked right now

Interview patterns & comp trends, straight to your inbox.

No spam. Unsubscribe anytime.

newsletter

What's actually being asked right now

Interview patterns & comp trends, straight to your inbox.

No spam. Unsubscribe anytime.

1972 Soviet postage stamp commemorating the Mars 2 probe

worth a read

Mars For The Rest of Us — a weekly-or-more deep dive on the technical side of Mars exploration: rocket propulsion, microbiology, mission architecture, and everything in between. Written by Maciej Ceglowski.

Read it on Substack
Scroll to Top