CompTIA DataX DY0-001 (V1) Practice Question

A data science team is developing a production pipeline to retrieve customer transaction data from a third-party REST API for a near-real-time analytics dashboard. The API is subject to a strict rate limit, returns data in paginated JSON format, and supports server-side filtering via query parameters. The pipeline must run continuously to fetch the latest data. Which of the following data retrieval strategies is the most robust and scalable for this production environment?

  • Implement an iterative process to handle pagination, using the pointers provided in the API's response. Before each request, check for and adhere to rate-limit information (e.g., X-RateLimit-Remaining). Employ server-side filtering to request only data updated since the last successful retrieval.

  • Utilize a high-concurrency approach with multiple parallel threads to request all data pages simultaneously, reducing ingestion time. Store the API key in a configuration file within the project repository for access by all threads.

  • Make a single API call to the base endpoint, requesting all available data. Cache the entire response, and then perform filtering and transformation on the client-side to identify new transactions.

  • Configure a simple loop to make repeated requests until a 429 (Too Many Requests) error is received. Upon receiving a 429 error, pause the script for a fixed duration of 60 seconds before resuming requests.

CompTIA DataX DY0-001 (V1)
Operations and Processes
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

SAVE $64
$529.00 $465.00
Bash, the Crucial Exams Chat Bot
AI Bot