AI & Technical question

You’re part of the Google Search web spam team. How would you detect duplicate websites?

Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.

Start a mock interview on this question · Mock interview from a job description

What this question tests

Tests technical product thinking for a search-quality/spam problem, requiring concrete detection signals and a sense of tradeoffs in enforcement.

How to approach it

  1. Define duplicate types: exact mirror content (scraped sites), near-duplicate with minor spun text, and templated doorway pages with different URLs pointing to the same destination intent.
  2. Propose detection signals: content similarity hashing (shingling/simhash) to catch near-duplicates cheaply at scale, plus structural signals like identical site architecture or shared hosting/registration patterns.
  3. Add behavioral signals: near-identical backlink profiles or coordinated link patterns between suspected duplicate domains, which are hard to fake convincingly.
  4. Design action tiers: for exact duplicates, canonicalize and rank only the original source; for spam-intent duplicates (doorway pages), demote or de-index rather than just merge.
  5. Address the tradeoff: aggressive similarity thresholds risk false positives on legitimately similar content (e.g. syndicated news), so combine multiple signals rather than relying on text similarity alone.

What a strong answer includes

Common mistakes

Likely follow-up questions

More ai & technical questions

More questions from Google

Learn the skill behind it

Chapters of the AI PM course that teach what this question tests.

Preparing for a specific role?

Book summaries for this kind of question

Browse all 4,000+ questions in the bank