Skip to content
Hard Design: Web Crawler

How should a crawler handle a 404 Not Found response?

— Tests your understanding of this concept.

Answer Options

A Immediately retry the URL
B Remove from queue, never retry
C Mark as failed, retry with exponential backoff, eventually abandon
D Crawl parent directory instead

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 22+ more Design: Web Crawler questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Design: Web Crawler topic (System Design Cases).

More Design: Web Crawler Questions