Courseiva
Question 316 of 833
Cloud Native ArchitecturehardMultiple ChoiceObjective-mapped

KCNA Cloud Native Architecture Practice Question

A cloud-native application experiences intermittent failures when calling an external API. The team implements a pattern that allows the application to temporarily stop calling the failing API and serve stale data or a fallback response. Which resiliency pattern does this describe?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Circuit Breaker pattern

The circuit breaker pattern prevents repeated calls to a failing service, allowing the system to degrade gracefully.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Circuit Breaker pattern

    Why this is correct

    The circuit breaker opens to stop calls and allows fallback.

  • Retry pattern

    Why it's wrong here

    Retry simply repeats the call, which could exacerbate the failure.

  • Bulkhead pattern

    Why it's wrong here

    Bulkhead isolates resources to prevent cascading failures.

  • Timeout pattern

    Why it's wrong here

    Timeout sets a limit on wait time, but does not provide fallback.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 21, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This KCNA practice question is part of Courseiva's free CNCF certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the KCNA exam.