Courseiva
Continuous Improvement for Existing SolutionsmediumMultiple SelectObjective-mapped

SAP-C02 Continuous Improvement for Existing Solutions Practice Question

A company uses AWS CodeBuild to compile and test code. The build process takes a long time because dependencies are downloaded from the internet each time. The company wants to speed up the build process. Which TWO actions should the company take? (Choose TWO.)

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

Use a custom Docker image in CodeBuild that includes the dependencies

Reduces build time by using a custom Docker image that pre-installs dependencies, avoiding repeated downloads. Option E caches dependency files in Amazon S3 so subsequent builds reuse them instead of downloading again. Option A (CodeArtifact) manages package storage but does not inherently speed up the initial build; it still requires downloading from CodeArtifact. Option D (increasing compute) may help but does not address the root cause of repeated downloads. Option C (parallel builds) adds complexity without solving the dependency download issue.

Answer analysis

Option-by-option breakdown

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

  • Use AWS CodeArtifact to store and retrieve dependencies

    Why it's wrong here

    While useful, it still requires download; caching is more direct.

  • Use a custom Docker image in CodeBuild that includes the dependencies

    Why this is correct

    Pre-installed dependencies eliminate download time.

  • Use local build agents to run builds in parallel

    Why it's wrong here

    Parallel builds do not reduce the time of a single build.

  • Increase the compute type of the build environment

    Why it's wrong here

    Faster CPU does not reduce dependency download time significantly.

  • Enable the cache feature in CodeBuild to store dependencies in Amazon S3

    Why this is correct

    Cached dependencies are reused on subsequent builds.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

One of 1,660 original SAP-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.