Systems Design Concepts Practice Test

Session length

1 / 20

Which statement best captures per-feature CAP trade-offs in system design?

Per-feature consistency is discouraged because it complicates design.

Strong consistency is always required for every feature.

CAP is not relevant during system design.

Different features may require different consistency models; for example, strong for seat bookings and eventual for descriptions.

The main idea being tested is that CAP trade-offs can be applied per feature rather than as a single blanket setting for the whole system. Some features need strong accuracy and cannot tolerate conflicting updates, while others can prioritize availability and fast reads with some temporary inconsistency. For example, seat bookings must prevent double-booking, so strong consistency across replicas (possibly with coordination) is essential, even if it means higher latency during partitions. Product descriptions, on the other hand, can tolerate a short period where some users see an older description while updates propagate, so eventual consistency helps keep the system highly available and responsive. In practice, teams use separate services or data stores with different guarantees to fit each feature’s needs, which is exactly what the statement describes. The other options insist on one universal approach, ignore CAP relevance, or claim consistency is always required, which doesn’t reflect how real systems balance these trade-offs.

Next question

Find the option that is right for you!

All options are one-time payments.

$12.50

30 day premium pass

All the basics to get you started

  • Ad-free experience
  • View your previous attempt history
  • Mobile app access
  • In-depth explanations
  • 30 day premium pass access
👑$30.00 $87.50 usd

6 month DELUXE pass (most popular)

Everything with the 30 day premium pass FOR 6 MONTHS! & the ultimate digital PDF study guide (BONUS)

  • Everything included in the premium pass
  • $87.50 usd value for $30.00! You save $57.50!
  • + Access to the ultimate digital PDF study guide
  • + 6 months of premium pass access
  • + Priority support
$12.50 $18.99

Ultimate digital PDF study guide

For those that prefer a more traditional form of learning

  • Available for instant download
  • Available offline
  • Hundreds of practice multiple choice questions
  • Comprehensive content
  • Detailed explanations
Image Description
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy