DB AWS Database Architecture - SAP-C02 Practice Questions

Choose between RDS, Aurora, DynamoDB, ElastiCache, Redshift, OpenSearch, DocumentDB, Neptune, and migration options.

11Questions Available
3Exam Domains

Practice Databases Questions Now

Start a timed practice session focusing on AWS Database Architecture topics from the SAP-C02 question bank.

Start SAP-C02 Practice Quiz →

SAP-C02 Databases Question Bank (11 Questions)

Browse all 11 practice questions covering AWS Database Architecture for the SAP-C02 certification exam. Answers are intentionally hidden on this page so you can self-test first before checking results in quiz mode.

  1. Question 1Accelerate Workload Migration and Modernization

    A company migrates a 20TB on-premises Oracle database to Amazon Aurora PostgreSQL. They want continuous replication from Oracle to Aurora during the migration window to minimize downtime. Which service handles this heterogeneous migration with CDC?

    AAWS DataSync
    BAWS Database Migration Service (DMS) with ongoing replication
    CAWS Snowball Edge
    DAWS Server Migration Service

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  2. Question 2Accelerate Workload Migration and Modernization

    A financial company needs to migrate a tier-1 Oracle database to Amazon Aurora PostgreSQL with near-zero downtime. What is the RECOMMENDED approach?

    AUse AWS DMS with full load only, then switchover
    BUse AWS Schema Conversion Tool (SCT) for schema conversion + AWS DMS with full load + CDC replication, then switchover during a maintenance window
    CExport Oracle database to S3 and import into Aurora
    DUse Oracle GoldenGate for replication to Aurora

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  3. Question 3Continuous Improvement for Existing Solutions

    A company wants to improve their RTO for an RDS database from 4 hours to 15 minutes. Current strategy is daily snapshots to S3. What change achieves this?

    ASwitch to hourly automated snapshots
    BImplement a warm standby using RDS read replicas in a secondary region and maintain a promotion runbook
    CUse RDS Multi-AZ for automatic failover
    DEnable RDS automated backups with 35-day retention

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  4. Question 4Design Solutions for Organizational Complexity

    A company needs to share an Amazon RDS database across multiple AWS accounts. They want minimal latency and no data replication. Which is the BEST approach?

    AUse AWS RAM to share the RDS instance directly
    BUse RDS Proxy in the VPC where RDS resides; share the proxy endpoint via AWS PrivateLink to other accounts
    CUse S3 to export and share RDS data
    DReplicate the RDS database to each account using DMS

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  5. Question 5Design for New Solutions

    A company needs to manage secrets (API keys, database passwords) for applications running on EC2, ECS, and Lambda. Secrets must be automatically rotated. Which service is BEST suited?

    AAWS Systems Manager Parameter Store
    BAWS Secrets Manager with automatic rotation using Lambda functions
    CS3 with server-side encryption
    DAWS KMS with symmetric keys

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  6. Question 6Continuous Improvement for Existing Solutions

    A company's application has availability issues caused by frequent database connection pool exhaustion during traffic spikes. The backend uses RDS PostgreSQL. What is the MOST effective solution?

    AIncrease the RDS max_connections parameter
    BDeploy Amazon RDS Proxy to pool and reuse database connections
    CAdd more EC2 instances to the application tier
    DSwitch to Aurora PostgreSQL Serverless

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  7. Question 7Continuous Improvement for Existing Solutions

    A company wants to reduce their RDS costs. Analysis shows the database is idle 16 hours per day (nights and weekends). What is the MOST effective cost-reduction strategy?

    ASwitch to a smaller RDS instance
    BUse Aurora Serverless v2 which scales to 0 ACUs when idle
    CStop the RDS instance during idle hours using AWS Lambda and EventBridge
    DSwitch to DynamoDB

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  8. Question 8Design for New Solutions

    A company needs to implement a data catalog that tracks all data assets across S3, RDS, Redshift, and Glue. Business users should be able to discover data lineage and metadata. Which service provides this?

    AAWS Glue Data Catalog only
    BAmazon DataZone or AWS Glue Data Catalog with Amazon Athena for discovery
    CAmazon S3 Inventory
    DAWS Lake Formation as the unified data catalog

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  9. Question 9Continuous Improvement for Existing Solutions

    A company's RDS Aurora cluster write performance degrades when running analytical queries simultaneously with OLTP workloads. What is the CORRECT solution?

    AScale up the writer instance
    BUse Aurora ML for analytics
    CAdd Aurora read replicas and direct analytical queries to replicas; use Aurora parallel query for analytical workloads
    DEnable Aurora Serverless for automatic scaling

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  10. Question 10Accelerate Workload Migration and Modernization

    A company completed migrating their application to AWS. Now they want to modernize the database from PostgreSQL on RDS to a purpose-built database for their use case (key-value lookups at high scale). What is the recommended approach?

    AKeep RDS PostgreSQL as it's already managed
    BUse the Strangler Fig pattern: migrate key-value operations to DynamoDB incrementally; validate parity; run dual-write during transition; gradually shift traffic
    CImmediately replace RDS with DynamoDB
    DAdd a Redis cache in front of RDS

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz
  11. Question 11Accelerate Workload Migration and Modernization

    A company wants to reduce infrastructure management overhead after migrating to AWS. Currently managing EC2, RDS, and ElastiCache. What modernization strategy reduces operational overhead most?

    AMove to larger EC2 instances
    BAdopt serverless and managed services: Lambda replaces EC2 for stateless workloads; Aurora Serverless replaces RDS; ElastiCache Serverless replaces self-managed clusters
    CUse AWS OpsWorks for configuration management
    DDeploy Kubernetes for all workloads

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SAP-C02 Quiz

Key Databases Concepts for SAP-C02

databaserdsauroradynamodbelasticacheredshiftopensearchdocumentdbneptune

SAP-C02 Databases Exam Tips

AWS Database Architecture questions in SAP-C02 are typically scenario-based. Focus on enterprise-scale multi-account architecture, governance, and modernization strategies. Priority concepts: database, rds, aurora, dynamodb, elasticache, redshift.

What SAP-C02 Expects

  • Anchor your answer in prefer future-proof designs that support organizational complexity and migration realities.
  • Databases scenarios for SAP-C02 are frequently mapped to Domain 2 (29%), Domain 3 (25%), Domain 4 (20%), so read the objective carefully before picking controls or architecture.
  • Expect multi-topic scenarios where Databases interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated question.
  • When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Professional) and vendor best practices.

High-Value Databases Concepts

  • Know the core Databases building blocks cold: database, rds, aurora, dynamodb.
  • Review the edge-case features and limits for elasticache, redshift; these details are commonly used to differentiate answer choices.
  • Practice service-integration reasoning: how Databases pairs with DynamoDB, RDS & Aurora, DMS in real deployment patterns.
  • For SAP-C02, explain why the chosen Databases design meets reliability, security, and cost expectations better than the alternatives.

Common SAP-C02 Traps

  • Watch for answers that work for a single account but fail at organizational scale.
  • Questions in Design for New Solutions often include distractors that look correct for Databases but violate least-privilege, durability, or availability requirements.
  • Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
  • If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.

Fast Review Checklist

  • Can you compare at least two Databases implementation paths and justify which one best fits the scenario?
  • Can you map the chosen answer back to Design for New Solutions (29%) outcomes for SAP-C02?
  • Can you explain security and access boundaries for Databases without relying on default-open assumptions?
  • Can you describe how Databases integrates with DynamoDB and RDS & Aurora during failure, scaling, and monitoring events?

Exam Domains Covering Databases

Related Resources

More SAP-C02 Study Resources