DevOps Engineering on AWS

DevOps Engineering on AWS

1st Grade

15 Qs

quiz-placeholder

Similar activities

C3_CLASS REVIEW_SESSION 1

C3_CLASS REVIEW_SESSION 1

KG - 1st Grade

12 Qs

AWS Cloud Practitioner RELX Quiz 3

AWS Cloud Practitioner RELX Quiz 3

1st Grade

15 Qs

cloud RDS

cloud RDS

1st - 3rd Grade

10 Qs

AWS Trial Quiz

AWS Trial Quiz

1st Grade

15 Qs

Checkpoint A - AWS ACF - UNCISAL Turma 1

Checkpoint A - AWS ACF - UNCISAL Turma 1

1st - 3rd Grade

10 Qs

Talend - Data Integration

Talend - Data Integration

KG - University

10 Qs

AWS db2

AWS db2

1st Grade

13 Qs

Certified Kubernetes Administrator

Certified Kubernetes Administrator

KG - 5th Grade

20 Qs

DevOps Engineering on AWS

DevOps Engineering on AWS

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Pham Vu

Used 7+ times

FREE Resource

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.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?