Wiley Practice Test 1 Flashcards

1
Q

HIPAA Compliant AD

A

AWS Managed AD

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

What is a service map in x-ray?

A

A map of services used by your application

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

What is faster in lambda: interpreted or compiled?

A

interpreted b/c faster initial invocation times

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

What is work around to declare and manage more resources in one location in CF?

A

nested stacks

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

Command to allow you to create an event source for AWS Lambda?

A

sam local generate event

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

Trace in x-ray

A

A set of data points corresponding to an end-to-end request from a client

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

Traits of instance store volumes

A
  1. data lost when underlying disk fails, instance stopped/terminated
  2. high IOPS
  3. Cost is included as part of instance’s usage cost (not determined by storage provisioned)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Kinesis default data retention

A

7 days…can be modified via message retention period

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

Scaling in/out EC2 AutoScaling and SNS emails can be precipitated by what?

A

Cloudwatch actions

can’t execute lambda!

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

If an AWS CodeDeploy deployment fails, which of the following custom scripts actions will be executed on the instance?

A

Left as is

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

Which AWS service can you use to monitor an AWS Lambda function performance?

A

Cloudwatch

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

If you have an Amazon Elastic Compute Cloud (Amazon EC2) instance that has lost network connectivity because of an impaired physical host, which of the following options can be used to resolve the issue?

A

Stop and start the instance (this causes a respin on new hardware)

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

Across which of the following does AWS recommend deploying multiple AWS CloudHSM applications to achieve the highest availability and durability of keys in your CloudHSM appliance?

A

AZs

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

You have an application running on several on-premises servers that makes AWS Cloud API calls. To authenticate with AWS, the application currently uses an access key associated with an AWS Identity and Access Management (IAM) user. It is time to rotate the credentials. How can you rotate the credentials without interrupting the application?

A

Generate a second access key for the same user, and update the credentials on each server to the new access key. When all servers have been updated, revoke the original access key.

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

You want to provide single sign on capabilities for your application. Which AWS service can assist with implementing this?

A

Cognito Identity Pools

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

Does SNS work with SQS?

A

No

17
Q

What is dead letter queue in SQS?

A

quque of messages that were in queue the max number of times and not deleted because of possible consumer failure.

Also, this queue must be created and configured. Not default option

18
Q

Can you add/remove shards in Kinesis?

A

Yes. Also you can split/coalesce them.

19
Q

Can CF be part of CodePipeline?

A

Yes

20
Q

What metric to analyze to see if you are not provisioning enough IOPS?

A

VolumeQueueLength

21
Q

What is VisibilityTimeout parameter?

A

In SQS, determines how long message is invisible after a consumer receives it

22
Q

purpose of bucket policies

A

determine who has access to bucket

23
Q

S3 inventory

A

audits and reports on the replication and encryption status of s3 objects

24
Q

node limit for redis with elastic cache

A

20