GregLab | Exam Prep

Database

Core

Amazon ElastiCache

Managed in-memory data store and cache service for supported engines and serverless caches.

Key points

  • Use cache-aside or another suitable application pattern around a durable source of truth.
  • Keys, TTL, invalidation, eviction, failure behavior, and tenant scope determine correctness.
  • A high hit rate helps only when reused values remain authorized and fresh enough.

Best-known use cases

  • Reduce repeated expensive database reads.
  • Store reusable transient application results with bounded freshness.

What candidates often confuse it with

  • ElastiCache accelerates access; DynamoDB, Aurora, or RDS normally remains the durable source.
  • Application caches differ from CloudFront edge response caches in location, objects cached, and cache keys.

Key takeaway

Choose ElastiCache when repeated application reads justify an explicit cache-consistency design.

Related services

  • Amazon DynamoDB
  • Amazon Aurora
  • Amazon RDS
  • Amazon CloudFront

Relevant exam tasks

  • D1.3 — Use data stores in application development
  • 1.3.8 — Use data caching services
  • D4.3 — Optimize applications by using AWS services and features
  • 4.3.6 — Implement application-level caching to improve performance

Learn more

Free AWS Certified Developer - Associate prep

Build focused DVA-C02 quizzes from skill areas, topics, and product references.

Practice with exam-style multiple-choice and multiple-response questions, score breakdowns, explanations, and a compact reference for this lane's official exam domains.

Read Topics Build a quiz

Exam Weights

Exam snapshot

DVA-C02 at a glance

Category
Associate
Duration
130 minutes
Questions
65 total; 50 scored and 15 unidentified unscored
Formats
Multiple choice and multiple response
Scoring
100–1,000 scaled score; 720 minimum passing score

Quiz builder

Choose your practice set

Mode

Exam fidelity: AWS documents 65 questions in 130 minutes: 50 scored and 15 unidentified unscored, using multiple-choice and multiple-response formats. This site's practice accuracy and readiness do not reproduce AWS's 100–1,000 scaled scoring or identify unscored items. Difficulty labels describe this site's Associate-level scenario complexity, not an AWS-published question rating.

Reference

DVA-C02 topics and reference map

Study links

DVA-C02 resources