monday.com interview question

Build a web scrapper in any language. Receive a initial URL address.

Interview Answers

Anonymous

13 Jun 2018

I used tree statucre. They check for "production ready" code. Tip: use hash (or object in js) to find if the URL is already found.

Anonymous

8 Jul 2018

Can you provide more details as to what has been asked as far as the scraper? what was it suppose to return? the entire html? only specific html tags? what did you need to present?