[Easy] The SaaS vendor is preparing a production rollout for retryable extraction from an external API. The team wants to meet the SLA without overengineering. The engineer must choose the option whose tradeoff matches the requirement. Which change should the engineer recommend?
Explanation
Correct answer: B. A controlled landing pattern makes extraction retryable, observable, and separable from transformation. Why the strongest distractor fails: C. Call the external API from a row access policy during every analytical query — Invoking APIs during analytical queries couples availability and latency to user workloads and is not a resilient ingestion design.