Managing Secrets Quiz

5 questions Pass: 70% +25 pts

Quiz covering Build Processes and CodeBuild

Managing Secrets Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which of the following is considered a security best practice when handling sensitive information like API keys in an AWS CodeBuild project?

  2. 2

    When defining environment variables in the buildspec.yml file, how can you securely reference a secret stored in AWS Secrets Manager?

  3. 3

    If a CodeBuild build fails because it cannot retrieve a secret from AWS Secrets Manager, what is the most likely cause?

  4. 4

    Which feature of AWS Systems Manager Parameter Store allows you to store sensitive data that must be encrypted at rest?

  5. 5

    You have a build process that needs to access multiple secrets across different AWS accounts. What is the most secure and scalable architectural pattern to handle this?