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
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)- A2% (1)
- B3% (2)
- C86% (51)
- D8% (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
Community Discussion
No community discussion yet for this question.