Courseiva
Question 510 of 986
Data Acquisition and PreparationeasyMultiple SelectObjective-mapped

DA0-002 Data Acquisition and Preparation Practice Question

Which THREE data sources are suitable for web scraping? (Select three.)

⚠ Common exam trap

Many candidates confuse 'web scraping' with any form of data extraction, but the exam specifically tests the understanding that scraping involves HTTP-based retrieval of web content, not direct file downloads or database queries.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

HTML pages

HTML pages are suitable for web scraping because they contain structured or semi-structured data in markup format that can be parsed using libraries like BeautifulSoup or Scrapy. Web scrapers extract information from the DOM tree by targeting specific tags, classes, or attributes, making HTML a primary source for scraping.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • HTML pages

    Why this is correct

    HTML is the primary source for web scraping.

  • JSON APIs

    Why this is correct

    APIs return structured data that can be scraped.

  • CSV files

    Why it's wrong here

    CSV files are typically downloaded directly, not scraped from web pages.

  • Database connections

    Why it's wrong here

    Database access is separate from web scraping.

  • PDF documents

    Why this is correct

    PDFs on websites can be scraped.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This DA0-002 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DA0-002 exam.