Aws Codebuild MCQ Questions and Answers

Mastering Aws Codebuild is crucial for cloud certification success. This dedicated practice set features 133 Aws Codebuild MCQ questions and answers designed to mirror real exam scenarios across various AWS certifications.

📝 133 Questions⏱️ 90 min🎯 Pass: 70%

About Aws Codebuild Practice Questions

This detailed quiz focuses on Aws Codebuild, covering key concepts and scenarios often found in AWS exams.

  • Comprehensive coverage of Aws Codebuild features.
  • Scenario-based questions testing design and troubleshooting skills.
  • Detailed explanations to reinforce learning.

All 133 Aws Codebuild Questions

Browse through the complete list of questions and answers below. Use this resource to review specific concepts or check your understanding of Aws Codebuild.

1

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
2

Which AWS service is a fully managed build service that compiles source code, runs tests, and produces software packages that are ready to deploy?

AWS CodeBuild
AWS CodeDeploy
AWS CodeCommit
AWS CodePipeline
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:CodeBuild scales continuously and processes multiple builds concurrently so your builds aren't left waiting in a queue.
3

How do you define the build commands and settings for an AWS CodeBuild project?

Using a 'buildspec.yml' file in the root of your source code
By manually typing them into the AWS Console every time
Using a Python script named 'build.py'
CodeBuild automatically detects the language and runs commands
View Explanation
✓ Correct Answer: Using a 'buildspec.yml' file in the root of your source codeExplanation:The buildspec file is a collection of build commands and related settings in YAML format.
4

Which of the following can be used as a source for an AWS CodeBuild project?

GitHub, Bitbucket, Amazon S3, or AWS CodeCommit
Only AWS CodeCommit
Direct upload from local computer only
FTP servers
View Explanation
✓ Correct Answer: GitHub, Bitbucket, Amazon S3, or AWS CodeCommitExplanation:CodeBuild supports various source control providers and S3 storage.
5

What is an 'Artifact' in the context of AWS CodeBuild?

The output produced by the build, such as a compiled JAR or a ZIP file for deployment
The source code itself
A bug in the build process
A historical record of previous builds
View Explanation
✓ Correct Answer: The output produced by the build, such as a compiled JAR or a ZIP file for deploymentExplanation:Artifacts are the files created by the build that are typically sent to an S3 bucket or a deployment service.
6

Is AWS CodeBuild a serverless service?

Yes; you don't manage any build servers and pay only for the build duration
No; you must provision a 'Build Fleet' of EC2 instances
Only if using Docker containers
No; it requires a dedicated build server in an on-premises data center
View Explanation
✓ Correct Answer: Yes; you don't manage any build servers and pay only for the build durationExplanation:CodeBuild is fully managed and scales automatically.
7

What is a 'Build Environment' in AWS CodeBuild?

A Docker image that contains the operating system and tools needed for the build
A physical room in an AWS data center
A specific version of the AWS Console
The user's local development environment
View Explanation
✓ Correct Answer: A Docker image that contains the operating system and tools needed for the buildExplanation:CodeBuild runs your builds in a fresh, isolated Docker container every time.
8

Which AWS security service can be used to scan the Docker images used in CodeBuild for known vulnerabilities?

Amazon ECR (using Image Scanning)
AWS WAF
AWS Shield
AWS Artifact
View Explanation
✓ Correct Answer: Amazon ECR (using Image Scanning)Explanation:Integrating ECR with your build process helps ensure the security of your containers.
9

Can you run AWS CodeBuild within your own Amazon VPC to access resources that aren't on the public internet?

Yes, by configuring the VPC settings in the CodeBuild project
No, CodeBuild must be public
Only if you use a secondary build server
Only for non-Java projects
View Explanation
✓ Correct Answer: Yes, by configuring the VPC settings in the CodeBuild projectExplanation:VPC support allows CodeBuild to access private resources like databases or internal file shares.
10

How is AWS CodeBuild billed?

Per minute of build time, based on the compute type chosen
Fixed monthly cost
Per line of code built
Per unsuccessful build only
View Explanation
✓ Correct Answer: Per minute of build time, based on the compute type chosenExplanation:You pay for the compute resources you use during the build process, rounded to the nearest second.
11

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
12

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
13

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
14

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
15

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
16

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CloudFormation
AWS CodeBuild
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
17

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
18

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS Lambda
AWS CodeBuild
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
19

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
20

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeBuild
AWS Lambda
AWS CodeCommit
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
21

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
22

What is the primary function of AWS CodeBuild in a CI/CD pipeline?

A fully managed continuous integration service that compiles source code, runs tests, and produces software packages
A source control service for hosting private Git repositories
A service for deploying applications to EC2 or Fargate
A project management tool for development teams
View Explanation
✓ Correct Answer: A fully managed continuous integration service that compiles source code, runs tests, and produces software packagesExplanation:CodeBuild scales automatically and processes multiple builds in parallel so your builds are not left waiting in a queue.
23

Which YAML-formatted file is used to define the build commands and runtime settings for an AWS CodeBuild project?

buildspec.yml
appspec.yml
template.yaml
docker-compose.yml
View Explanation
✓ Correct Answer: buildspec.ymlExplanation:The buildspec file is placed in the root directory of your source code and instructs CodeBuild on how to run the build.
24

An architect wants to ensure that a CodeBuild project has access to resources inside a private VPC, such as an RDS database for integration testing. How should the project be configured?

Specify the VPC ID, Subnet IDs, and Security Group IDs in the CodeBuild project settings
Assign a public IP address to the CodeBuild compute instance
Use a VPC Peering connection between CodeBuild and the RDS VPC
CodeBuild cannot access private VPC resources
View Explanation
✓ Correct Answer: Specify the VPC ID, Subnet IDs, and Security Group IDs in the CodeBuild project settingsExplanation:By providing VPC configuration, CodeBuild can launch its compute instances within your VPC subnets.
25

To speed up subsequent builds, which CodeBuild feature allows for the reuse of dependencies (like Maven or npm packages)?

Artifact Caching (S3 or Local)
Provisioned Concurrency
CodePipeline Source Actions
Increasing the compute type size
View Explanation
✓ Correct Answer: Artifact Caching (S3 or Local)Explanation:Caching helps reduce build times by storing and reusing layers or files that don't change frequently.
26

Which AWS security feature allows an architect to grant a CodeBuild project permission to pull an image from a private ECR repository?

The CodeBuild service role (IAM Role)
An ECR Repository Policy
Both the Service Role and the Repository Policy (if cross-account)
VPC Endpoint for ECR
View Explanation
✓ Correct Answer: Both the Service Role and the Repository Policy (if cross-account)Explanation:CodeBuild needs an IAM role with the correct permissions. If the ECR repository is in a different account, a repository policy is also needed.
27

Does AWS CodeBuild charge you for the time your build project is idle and not running any builds?

No, you only pay for the duration of the build and the compute resources used
Yes, there is a fixed monthly fee per project
Only if you have more than 5 projects
Yes, but only for the storage of build logs
View Explanation
✓ Correct Answer: No, you only pay for the duration of the build and the compute resources usedExplanation:CodeBuild is a pay-per-minute service with no upfront or idle costs.
28

An architect is designing a multi-account CI/CD pipeline using AWS CodePipeline. CodeBuild is used for the build stage. Where are the resulting build artifacts typically stored so they can be accessed by the deployment stage in another account?

An S3 bucket with a bucket policy allowing cross-account access and a customer-managed KMS key
Directly onto the EC2 instances
In the CodeBuild internal storage
In GitHub
View Explanation
✓ Correct Answer: An S3 bucket with a bucket policy allowing cross-account access and a customer-managed KMS keyExplanation:S3 is the standard artifact store for CodePipeline, and cross-account access requires specific bucket and KMS settings.
29

Can you use custom Docker images to run your builds in AWS CodeBuild?

Yes, you can provide your own Docker image from ECR or Docker Hub to provide a custom build environment
No, you must use the managed images provided by AWS
Only if the image is less than 1GB
Only for non-commercial projects
View Explanation
✓ Correct Answer: Yes, you can provide your own Docker image from ECR or Docker Hub to provide a custom build environmentExplanation:Custom images allow you to pre-install specific tools or runtimes that might not be in the standard AWS images.
30

What is the purpose of the 'Phases' section in a CodeBuild buildspec file?

To organize the build steps into logical groups like install, pre_build, build, and post_build
To define the different versions of the code
To specify the different regions for deployment
To list the names of the developers
View Explanation
✓ Correct Answer: To organize the build steps into logical groups like install, pre_build, build, and post_buildExplanation:The phases offer high-level control over the build lifecycle and allow for specific error handling and cleanup.
31

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CodeBuild
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
32

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS Lambda
AWS CodeBuild
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
33

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
34

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
35

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
36

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
37

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
38

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CodeBuild
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
39

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS Lambda
AWS CodeBuild
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
40

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
41

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CloudFormation
AWS Lambda
AWS CodeCommit
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
42

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
43

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
44

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CloudFormation
AWS CodeBuild
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
45

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeBuild
AWS Lambda
AWS CodeCommit
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
46

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS Lambda
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
47

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
48

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
49

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
50

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
51

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
52

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
53

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS Lambda
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
54

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
55

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
56

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS Lambda
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
57

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS Lambda
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
58

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
59

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CloudFormation
AWS CodeBuild
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
60

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
61

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
62

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
63

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
64

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CloudFormation
AWS CodeCommit
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
65

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
66

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
67

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeBuild
AWS CodeCommit
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
68

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
69

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CloudFormation
AWS CodeCommit
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
70

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeCommit
AWS CloudFormation
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
71

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
72

An organization wants to run their CI/CD workloads on AWS but they require the builds to run on specialized hardware (like MacOS) that is not available in standard AWS CodeBuild environments. What is the architecture for this?

CodeBuild with a 'Custom Fleet' of EC2 Mac instances
Using Jenkins on a locally managed Mac mini
CodeBuild with a Docker-in-Docker setup
CloudFormation
View Explanation
✓ Correct Answer: CodeBuild with a 'Custom Fleet' of EC2 Mac instancesExplanation:CodeBuild now supports custom fleets (reserved capacity), allowing you to use specialized EC2 instances (like Mac, GPU, or high-memory) for your build jobs.
73

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CodeBuild
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
74

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS Lambda
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
75

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
76

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
77

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS Lambda
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
78

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CodeBuild
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
79

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS Lambda
AWS CloudFormation
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
80

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
81

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
82

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
83

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS Lambda
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
84

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CodeBuild
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
85

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeCommit
AWS CloudFormation
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
86

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
87

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS Lambda
AWS CloudFormation
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
88

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
89

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CloudFormation
AWS CodeCommit
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
90

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
91

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS Lambda
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
92

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
93

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeCommit
AWS CodeBuild
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
94

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS Lambda
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
95

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS Lambda
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
96

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
97

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
98

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
99

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CloudFormation
AWS Lambda
AWS CodeCommit
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
100

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
101

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS Lambda
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
102

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
103

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
104

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CloudFormation
AWS CodeCommit
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
105

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
106

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CloudFormation
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
107

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS Lambda
AWS CodeBuild
AWS CodeCommit
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
108

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
109

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
110

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeBuild
AWS CodeCommit
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
111

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
112

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS CodeBuild
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
113

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
114

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
115

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS Lambda
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
116

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
117

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeCommit
AWS Lambda
AWS CodeBuild
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
118

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
119

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS Lambda
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
120

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
121

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
122

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
123

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
124

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
125

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
126

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CodeCommit
AWS Lambda
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
127

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
128

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeCommit
AWS CodeBuild
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
129

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
130

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS CloudFormation
AWS CodeCommit
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
131

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS Lambda
AWS CodeBuild
AWS CodeCommit
AWS CloudFormation
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
132

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CodeBuild
AWS Lambda
AWS CloudFormation
AWS CodeCommit
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.
133

You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?

AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
AWS Lambda
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.