Soru

Zorluk: ZorAWS Database Services

A financial services firm is building a real-time portfolio management platform on AWS. The platform has two distinct database requirements: First, a persistent storage tier for user transaction history that requires complex multi-table SQL joins, strict ACID compliance, and the ability to scale read capacity automatically across multiple Availability Zones. Second, a caching layer to store frequently accessed market stock prices that requires sub-millisecond response times to handle massive spikes in read requests. Which combination of AWS database services best meets these requirements? (Select TWO.)

  1. Amazon AuroraCevap
  2. Amazon ElastiCacheCevap
  3. C
    Amazon DynamoDB
  4. D
    Amazon Redshift configured as a single database cluster to store both the transactional history and cache the stock prices
  5. E
    Amazon RDS, with the customer managing the underlying operating system security patches to ensure database reliability

Cevap

The correct services are Amazon Aurora and Amazon ElastiCache.
The correct services are Amazon Aurora and Amazon ElastiCache. Amazon Aurora provides a fully managed relational database that scales storage automatically and supports up to 15 low-latency read replicas across multiple Availability Zones, which matches the transactional consistency and read scaling requirements. Amazon ElastiCache provides an in-memory cache with sub-millisecond latency, which is ideal for caching the highly dynamic stock prices.

Adım Adım Çözüm

1
Analyze the database requirements for the persistent storage tier.
The transactional history tier requires complex SQL joins, ACID compliance, and automatic read capacity scaling.
This matches the features of Amazon Aurora, a fully managed relational database designed for high-performance transactional workloads.
2
Analyze the database requirements for the caching layer.
The stock price cache requires sub-millisecond response times to handle high read volumes.
This matches Amazon ElastiCache, which is an in-memory data store designed specifically for sub-millisecond caching.
3
Evaluate the remaining options against the architectural and security requirements.
Amazon DynamoDB (NoSQL), Amazon Redshift (analytical data warehouse), and the misconfigured Amazon RDS option (incorrect shared responsibility assignment) do not meet the criteria.
This eliminates the incorrect distractors and confirms Amazon Aurora and Amazon ElastiCache as the correct combination.

Anahtar Kavram

AWS Managed Database and Caching Services selection based on architectural requirements and the Shared Responsibility Model.
Tahmini Süre:2m 0s
Bu soruyu puanla