Wiley Pre-Assessment Flashcards

1
Q

What is the scope of the ‘ReadOnlyAccess’ IAM manged policy?

A

Allows reading for any AWS resource. Remember, ANY!

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

What is a good AWS service that allows you to move session state from an EC2 instance?

A

DynamoDB

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

Minimal cost, shortest time offering for moving 2PB of data to cloud?

A

Snowball. Not snowmobile b/c snowmobile is intended for 10pb or more.

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

How to backup an RDS instance you are retiring?

A

Manually snapshot it. Auto backup feature does not create snapshot at time of deletion

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

Can you create a global secondary index in DynamoDB?

A

Yes.

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

How to POC/test a DynamoDB feature?

A

Download and use DynamoDB Local

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

List three things Elastic Beanstalk can do and one it can’t.

A

CAN:

  • Notify account user of language runtime platform changes
  • Display events per environment
  • Show instance statuses per environment

CANT
- Perform automatic changes to AWS IAM policies

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

T/F: You can manually create files from the AWS console and move the file to CodeCommit

A

TRUE, although inefficient

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

T/F: You can sync S3 files to CodeCommit as a migration strategy.

A

FALSE

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

In a CodeBuild scenario in which you need to access large binary files, why would you opt to include these files in a container vs fetching and storing and copying these files from an S3 bucket?

A

The costs associated with retrieving the S3 objects for each build.

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

What happens when you update the name property of a bucket resource?

A

The resource is replaced

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

When does the AWS OpsWorks Stacks configure lifecycle event run?

A

On all instances in a stack when a single instance comes online or goes offline. This is so that all instances in a stack cane me made aware of the instance’s status.

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

Which AWS service can Simple Active Directory use to authenticate users? (WorkDocs, Cognito, Ec2, or S3?)

A

WorkDocs

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

You need to generate two real time reports. The first one reports on total sales per day for each customer. The second reports on the total sales per day for each product. Which AWS offerings and services can you use to generate these real time reports?

A

Ingest the data through Amazon Kinesis Data Streams. User Amazon Kinesis Data Analytics to query for sales per day for each product and sales per day for each customer using SQL queries. Feed the result into two new streams in Amazon Kinesis Firehose.

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

Everytime a customer orders something, you want to add it to the orders table in DynamoDB and send an email to the customer acknowledging their order. What is performant, cost effective way to trigger the order?

A

DynamoDB streams.

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

If you want a NoSQL trigger in AWS, how to do it?

A

DynamoDB streams which are polled by Lambda

17
Q

Is Lambda authorizers supported by API Gateway?

A

YES

18
Q

Tool to test Lambda functions locally

A

AWS SAM CLI

19
Q

Which serverless AWS service can you use to store user session state?

A

DynamodDB. Not ElasticCache b/c ElasticCache deploys clusters of servers.

20
Q

List 3 caching solutions offered by AWS

A

ElasticCache for Redis

ElasticCache for Memcaches

DynamoDB Accelerator

21
Q

Name an important way NoSQL avoids joins?

A

It keeps related data together in the same table

22
Q

2 storage management tools to review and analyze storage classes and access patterns usage to help reduce costs?

A

S3 Analytics and Cost Allocation bucket tags

*Not AWS Budgets b/c this service is simply an alarm (reactive).