For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeAWS Solutions Architect Associate (SAA-C03)AWS SAA-C03 Practice Exam 3Question 15
    Hard1 markMultiple Choice
    Domain 1.3: Data SecurityDomain 1KMSEncryption

    AWS SAA-C03 · Question 15 · Domain 1.3: Data Security

    A developer needs to encrypt a 5 GB file before uploading it to Amazon S3. The company policy mandates the use of AWS KMS. How should the solutions architect implement this?

    Answer options:

    A.

    Call the KMS Encrypt API directly with the 5 GB file.

    B.

    Use KMS envelope encryption by calling GenerateDataKey, encrypt the file locally, and upload.

    C.

    Upload the file to S3 and use S3 Select to encrypt it with KMS.

    D.

    Use AWS Certificate Manager to encrypt the file before upload.

    How to approach this question

    Remember the 4 KB limit of direct KMS encryption. For larger files, envelope encryption is required.

    Full Answer

    B.Use KMS envelope encryption by calling GenerateDataKey, encrypt the file locally, and upload.✓ Correct
    AWS KMS direct encryption is limited to 4 KB. For larger files, you must use envelope encryption: call GenerateDataKey to get a data key, encrypt the file locally with the data key, and then store the encrypted file and the encrypted data key.

    Common mistakes

    Assuming KMS can directly encrypt large files.
    Question 14All questionsQuestion 16

    Practice the full AWS SAA-C03 Practice Exam 3

    65 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
    View all 65 questions →