1st Round: System Design
Recruiter copied a question, to design image fetcher (variant of web crawler) given list of URLs, crawl URLs for images (just copy src, not image(blob) itself) and recrawl child urls till depth n
question had following APIs which has to be work with system design
APIs