Quizzes Flashcards

1
Q

True or false: CodeBuild supports Java, Ruby, Python, Go, Node.js, Android, .NET Core, PHP, and Docker.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which AWS service will compile your code for you and store it somewhere?

A

AWS CodeBuild

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Your current deployment strategy isn’t working, and you would like to move to a multi-stage roll out, where you can define the number of targets per stage. Which deployment strategy would you use?

A

Rolling Deployment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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?

A

AWS CodeCommit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of these is a benefit of CI/CD?

A

Improve Developer Productivity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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?

A

AWS CodePipeline

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You would like to schedule an automated build every day. Which feature of CodeBuild allows you to do this?

A

Triggers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

Artifacts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

Canary Deployment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You are using CodeDeploy to deploy your application to your servers. What is the correct order of services it will use to complete the deployment?

A

CodeCommit, CodeBuild, CodeDeploy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Your manager would like to see a history of the state of your AWS account resources. Which AWS service do you use to collect your information?

A

AWS Config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which AWS Service implements Chef Solo, and allows you to manage your application stack in layers?

A

AWS OpsWorks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a collection of AWS resources managed as a single unit in CloudFormation?

A

A Stack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which IAM style statement governs what can be changed in a CloudFormation stack and by whom?

A

The stack policy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You would like to add some orchestration to your Lambda functions. Which service would be suitable?

A

AWS Lambda Step Functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which CloudFormation feature provides assistance in assigning values to template properties that aren’t available until runtime?

A

Intrinsic Functions

17
Q

You would like to just write your application code, with an AWS service taking care of the deployment, provisioning and load balancing of your application. Which do you choose?

A

AWS Elastic Beanstalk

18
Q

True or false: You must pay to use AWS CloudFormation

A

false

19
Q

You would like to run some code without having to spin up any servers, which AWS service would be suitable for this?

A

AWS Lambda

20
Q

Regarding CloudWatch Events, which feature matches incoming events and routes them?

A

Rules

21
Q

You require a deep insight into the requests your application serves, to help identify issues and optimization opportunities. Which AWS service will you select to achieve this?

A

AWS X-Ray

22
Q

What is the name given to the group your CloudWatch metrics will be put into?

A

A namespace

23
Q

You would like to keep CloudWatch data points with an hourly average. How long will it retain this data?

A

15 months

24
Q

You would like to implement widgets to make displaying various CloudWatch metrics easier for your manager to see, which feature of CloudWatch do you use?

A

The Dashboard

25
Q

True or False: CloudWatch Events can use both Lambda functions and SNS as a Target

A

True

26
Q

Your manager would like to use AWS to store various log files from your Linux servers running in EC2. Which CloudWatch feature will you suggest using?

A

CloudWatch Logs

27
Q

You want to use the CloudWatch CLI to upload your own custom metrics. Which command can be used to to achieve this?

A

put-metric-data

28
Q

3 main features of CloudWatch:

A
  1. A metric gathering service
  2. A monitoring/alerting service
  3. A logging service
29
Q

What needs to be installed on your EC2 instances to push logs to CloudWatch?

A

The CloudWatch Logs Agent

30
Q

You would like to create and manage catalogs of AWS products that are approved for use by your developers, without them using the AWS console. Which AWS service can you use to implement this?

A

AWS Service Catalog

31
Q

You would like to search your S3 buckets for Personally Identifiable Information (PII). Which AWS service can assist with this?

A

Amazon Macie

32
Q

True or False: You can programmatically create new AWS accounts with AWS Systems Manager

A

False

33
Q

Your organization has enforced new security policies, and all passwords must now be encrypted at rest and no longer hard-coded into your application. Pulling them from a service via an API would be the best way to implement this. Which AWS service would you suggest?

A

AWS Secrets Manager

34
Q

True or false: AWS Trusted Advisor provides a report to ensure your AWS resources are provisioned and managed correctly

A

True

35
Q

True or False: Amazon Certificate Manager will manage your AWS Certifications and display them on a website for you

A

False

36
Q

Daylight Saving just ended and you want to ensure the clocks are correct on all of your EC2 servers. A service that can run the ‘date’ command on each of your servers would be useful. Which AWS service would meet this requirement?

A

AWS Systems Manager

37
Q

Which of the following is NOT a category within AWS Trusted Advisor?

A

You cannot view resources within AWS Trusted Advisor

38
Q

AWS Organizations lets you do (3 things)

A
  1. Set policies on account groups
  2. Create and maintain groups of accounts
  3. Programmatically create new accounts
39
Q

True or False: AWS Systems Manager can be used to shut down all servers with the tag ‘production’

A

True