Ultimate access to all questions.
You are designing a data processing pipeline for a company where data is streamed from various devices, processed, and then loaded into final storage for analytics. To ensure the data in storage can be read successfully, which Service Level Indicator (SLI) should you consider as minimal?
Explanation:
The correct answer is Durability because it measures the proportion of records written that can be successfully read. Other options are not as relevant: Freshness measures how recently the data was updated, Latency measures the speed of requests, and Correctness measures the accuracy of data processing outcomes. Refer to Service Level Objectives for more details.