Courseiva
Design for New SolutionsmediumMultiple ChoiceObjective-mapped

SAP-C02 Design for New Solutions Practice Question

A company needs to store configuration files for multiple environments (dev, test, prod) and retrieve them programmatically with versioning and access control. Which AWS service should be used?

⚠ Common exam trap

Candidates often confuse Secrets Manager with Parameter Store because both can store secure strings, but Secrets Manager lacks hierarchical path support and is overkill for non-secret configuration files, while Parameter Store is purpose-built for hierarchical config management with versioning.

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

AWS Systems Manager Parameter Store

AWS Systems Manager Parameter Store is the correct choice because it is designed to store configuration data and secrets hierarchically (e.g., /dev/config, /prod/config) with built-in versioning and fine-grained access control via IAM policies. It supports retrieval programmatically through the AWS SDK, CLI, or API, and integrates natively with other AWS services for parameter updates and notifications.

Answer analysis

Option-by-option breakdown

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

  • AWS Secrets Manager

    Why it's wrong here

    Secrets Manager is for secrets, not general config.

  • Amazon S3

    Why it's wrong here

    S3 is general object storage.

  • AWS Systems Manager Parameter Store

    Why this is correct

    Parameter Store is designed for configuration management.

  • Amazon DynamoDB

    Why it's wrong here

    DynamoDB is a database.

About these practice questions

Courseiva writes every SAP-C02 question from scratch — 1,660 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 SAP-C02 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 SAP-C02 exam.