Search Header Logo

DevOps Engineering on AWS

Authored by Pham Vu

Computers

1st Grade

Used 7+ times

DevOps Engineering on AWS
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You want to build a pipeline to automate your source control, build, test, and release processes. What is the correct order of services to implement this solution?

CodeDeploy, CodeCommit, CodeBuild

CodeBuild, CodeCommit, CodeDeploy

CodeCommit, CodeBuild, CodeDeploy

CodeDeploy, CodeBuild, CodeCommit

Answer explanation

Code should be taken from the CodeCommit repository, built with CodeBuild then deployed with CodeDeploy.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Your code is about to be deployed to some EC2 servers, but you would like to implement a manual approval step before the code is deployed. Which AWS service provides this functionality?

AWS CodeDeploy

AWS CodePipeline

AWS CodeBuild

AWS CodeCommit

Good work!

Answer explanation

AWS CodePipeline lets you add a 'Manual Approval' stage between your pipeline steps.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false: AWS CodeBuild provides build environments for Java, Python, Node.js, Ruby, Go, Android, .NET Core for Linux, and Docker.

True

False

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What name is given to the by-products of the software development process, such as source code or compiled binaries?

Artifacts

Heirloom

Gems

Treasures

Answer explanation

Artifacts are the by-products of the SDLC

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You would like to implement a deployment strategy which makes use of A/B testing. Which would you choose?

Canary Deployment

All-at-once Deployment

Blue Green Deployment

Minimum in-service Deployment

Answer explanation

Through the use of Route53's weighted round robin, Canary Deployment can implement the A/B testing methodology of testing your software or website.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is a benefit of CI/CD?

Slower fault isolation

Improve Developer Productivity

Less deployment features

Increase code review time

Answer explanation

With an automated CI/CD pipeline your developers will be free of manual tasks and will have less exposure to introducing errors in the development process

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your organization is trying to store its website using git, which will then be deployed to your servers. Which AWS service would be suitable for storing the code?

AWS CodePipeline

GitHub

AWS CodeStore

AWS CodeCommit

Answer explanation

AWS CodeCommit is AWS's fully managed source control service that hosts Git-based repositories.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?