Courseiva
Workload-Specific Database DesigneasyMultiple SelectObjective-mapped

DBS-C01 Workload-Specific Database Design Practice Question

Which TWO are valid use cases for Amazon ElastiCache for Redis? (Choose 2)

⚠ Common exam trap

Test-takers frequently confuse caching (option D) with persistent storage (option E) or assume that Redis's data structures (like sorted sets) can handle graph relationships (option A), but Redis lacks the graph traversal and indexing capabilities of a dedicated graph database.

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

Session management for web applications

Amazon ElastiCache for Redis is an in-memory data store ideal for session management because it provides sub-millisecond latency for storing and retrieving session tokens, supports TTL-based key expiration to automatically clean up stale sessions, and offers atomic operations like SETEX for safe session creation. This makes it a perfect fit for stateless web applications that need to offload session state from the application server.

Answer analysis

Option-by-option breakdown

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

  • Storing graph data with relationships

    Why it's wrong here

    Graph data is better stored in Neptune.

  • Session management for web applications

    Why this is correct

    Redis is often used for session storage due to low latency.

  • Running complex analytical queries on large datasets

    Why it's wrong here

    Redis is an in-memory data store designed for low-latency key-value lookups rather than performing heavy computational scans across massive datasets. Complex analytical queries require a columnar storage format or distributed processing engines like Amazon Redshift to aggregate large volumes of data. You would choose Redis when your application requires sub-millisecond response times for session management, real-time leaderboards, or caching frequently accessed objects in memory.

  • Caching frequently accessed database queries to reduce load on RDS

    Why this is correct

    ElastiCache is commonly used as a caching layer.

  • Persistent storage of relational data

    Why it's wrong here

    Redis is in-memory and not designed for persistent relational storage.

About these practice questions

Courseiva writes every DBS-C01 question from scratch — 1,663 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DBS-C01 practice question is part of Courseiva's free Amazon Web Services 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 DBS-C01 exam.