1.
What is web scraping?

2.
Which Python library is commonly used for web scraping?

3.
What is the purpose of the requests library in web scraping?

4.
What is the role of a user agent in web scraping?

5.
Which HTTP method is used for retrieving data in web scraping?

6.
What is the purpose of using XPath in web scraping?

7.
How can you handle dynamic content loaded by JavaScript in web scraping?

8.
What is the robots.txt file used for?

9.
How can you avoid being blocked while web scraping?

10.
What is a common method to store scraped data?