Quiz questions Flashcards

(27 cards)

1
Q

In RDS, what is the max value I can set for backup retention period?

A

35 days

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

Are automated backups enabled by default for a new DB instance?

A

Yes / true

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

Can a reserved instance be moved to another region?

A

No

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

In RDS, what’s the max size for a Microsoft SQL Server Express DB instance?

A

10GB per database

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

Can I force a failover for any RDS instance that has Multi-AZ turned on?

A

Yes

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

Are you allowed to conduct vuln scans within a VPC?

A

Yes, but alert AWS support first

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

What are the AWS support levels?

A

Basic, Developer, Business, Enterprise

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

How many copies of my data does RDS Aurora store by default?

A

6

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

What’s the max response time for a Business Level Premium Support Case?

A

1 hour

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

What types of RDS databases are currently available?

A

MySQL, MariaDB, Postgres, Oracle and SQL Server

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

Can a reserved instance be moved to another AZ?

A

Yes

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

True/False: S3 buckets in all other regions (except US standard) do not provide eventual consistency for overwrite PUTS and DELETES

A

False

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

When creating an RDS instance, you can select which AZ in which to deploy your instance

A

True

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

What block size does Redshift use for its columnar storage?

A

1024KB / 1MB

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

What additional steps should you take to ensure a DynamoDB database has redunancy?

A

Nothing. DynamoDB data is automatically replicated across multiple availability zones.

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

True/False: Can new subnets in a custom VPC communicate with each other by default?

17
Q

Which of the following is not a valid config for AWS storage gateway?

  • Gateway-cached volumes
  • Gateway-accessed volumes
  • Gateway-stored volumes
  • Gateway-Virtual Tape Library
A

Gateway-accessed volumes

18
Q

What’s a good AWS product to consume big data - social feeds, news feeds, logs?

19
Q

What’s a good AWS product for processing business intelligence data?

20
Q

What’s a good AWS product for processing big data?

A

Elastic Map Reduce

21
Q

Can VPC peering be used between AZ’s?

A

Yes, but you cannot use VPC peering across regions.

22
Q

Does VPC peering support transitive peering?

A

No ; you must directly peer two VPC’s to allow them to communicate

23
Q

What are the four pillars of the well-architected framework?

A

Security
Reliability
Performance Efficiency
Cost Optimsation

24
Q

What are the valid methods for encrypting S3 data?

A

SSE-S3
SSE-C
SSE-KMS
Client encryption (eg, ObjectiveFS or Amazon S3 encryption client)

25
In the VPC context, what is stateless?
Network ACLs are stateless and therefore do not automatically allow response traffic
26
In the VPC context, what is stateful?
Responses to allowed inbound traffic are allowed to flow outbound regardless of outbound rules
27
When using ACL's, are corresponding rules automatically added?
No. You must explicitly define both inbound and outbound rules for network ACL's.