nerdexam
CompTIA

DA0-001 · Question #439

Which of the following should a developer use to interact with data from external resources?

The correct answer is C. Application programming interface. An API (Application Programming Interface) is the standard, structured method for interacting with data from external services and resources. APIs provide authenticated, documented endpoints that return data in a controlled format (e.g., JSON or XML). Web scraping extracts data f

Data Concepts and Environments

Question

Which of the following should a developer use to interact with data from external resources?

Options

  • ALocal database connection script
  • BWeb scraping
  • CApplication programming interface
  • DDelta load

How the community answered

(59 responses)
  • A
    2% (1)
  • B
    3% (2)
  • C
    86% (51)
  • D
    8% (5)

Explanation

An API (Application Programming Interface) is the standard, structured method for interacting with data from external services and resources. APIs provide authenticated, documented endpoints that return data in a controlled format (e.g., JSON or XML). Web scraping extracts data from web pages in an unstructured way and may violate terms of service. A local database connection script is for internal databases, not external resources. A delta load is a data loading strategy (loading only changed records), not a method for accessing external data.

Topics

#API#External data interaction#Data access#Developer tools

Community Discussion

No community discussion yet for this question.

Full DA0-001 Practice