wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AWS S3 Basics

Total questions: 19

Worksheet time: 48mins

Name
Class
Date
1.

The durability for Amazon S3 bucket (Standard, IA, One zone – IA and Glacier) is ____

a)

99

b)

99.999999999

c)

99.99

d)

90.999999999

2.

Multipart upload should be considered for uploading objects larger than 10 MB in size.

a)

Correct

b)

Incorrect

3.

For storing archived content, which service you will recommend?

a)

S3 Standard

b)

S3 Infrequent Access

c)

Amazon Glacier

d)

S3 One zone – Infrequent Access

4.

S3 Standard storage class stores data across _____ availability zones.

a)

4

b)

3

c)

2

d)

1

5.

XYZ limited company is looking for utilizing S3 as static website hosting. Based on the pilot program they realized that S3 can scale very well under load and looks to be a viable option for their needs. One of the architect recommended that before uploading the web pages on S3, they should carefully choose the region for bucket. The architect says that the prices for each region vary and hence there will be considerable difference in billing.

a)

S3 Prices do vary by region. AWS charges less where the cost is less.

b)

S3 Prices do not vary by region and hence XYZ should not bother about selecting a region.

c)

Charges for S3 standard storage remain same across regions, but if you enable static website, the charges will differ.

6.

Which feature of S3 prevents accidental deletion of files in S3?

a)

Encryption

b)

Transfer Accelaration

c)

Versioning

d)

Access Control List

7.

What is the maximum allowed object size in S3?

a)

5GB

b)

500GB

c)

5TB

d)

100GB

8.

By default, AWS S3 buckets are private

a)

True

b)

False

9.

In general, when using AWS S3, you should always keep your bucket public and only make it private if absolutely necessary.

a)

True

b)

False

10.

When using Amazon S3, you will be charged for all data transferred from Amazon S3 to any AWS service(s) within the same AWS Region as the S3 bucket.


For example: AWS Lambda pulls a .jpg file to be resized.

a)

True

b)

False

11.

True or False? Each Amazon S3 bucket name is globally unique.

a)

true

b)

false

12.

How does availability and durability differ in S3?

a)

Durability refers to how many times your data can be overwritten, while availability is the ability to download the data after one of these overwrites.

b)

Availability is how much data you can download, while durability is how much local storage space your computer has available to receive those files.

c)

Availability is the ability to access your data, while durability is the ability of AWS to ensure your data is properly stored in S3.

d)

Availability and durability are the same thing; they both define how long AWS will store your data.

13.

What are the typical retrieval times for the Amazon S3 Glacier Standard option?

a)

Instantaneous

b)

12 hours

c)

3-5 hours

d)

30 seconds

14.

Amazon S3 is which type of storage service?

a)

Object Based Storage

b)

Block Based Storage

c)

Simple Based Storage

d)

Secure Based Storage

15.

An AWS Service designed for long-term data archival

a)

S3 Standard

b)

S3 Glacier

c)

S3 One zone - IA

d)

S3 Intelligent Tiering

16.

Explain the concept of object versioning in AWS S3.

a)

Object versioning in AWS S3 allows sharing objects across different buckets.

b)

Object versioning in AWS S3 is limited to storing only the latest version of an object.

c)

Object versioning in AWS S3 is used for deleting objects permanently.

d)

Object versioning in AWS S3 enables the storage of multiple versions of an object within the same bucket.

17.

What are the different storage classes available in AWS S3?

a)

Standard, Intelligent-Tiering, Standard-IA, One Zone-IA, Glacier, Deep Archive

b)

Frequent Access

c)

Cold Storage

d)

Warm Archive

18.

What are lifecycle policies in AWS S3 and how are they useful?

a)

Lifecycle policies in AWS S3 are useful for automating the transition of objects between different storage classes or expiring them after a certain period, thus optimizing storage costs and managing data efficiently.

b)

Lifecycle policies in AWS S3 do not impact storage costs

c)

Lifecycle policies in AWS S3 are only useful for deleting objects

d)

Lifecycle policies in AWS S3 are used for creating new buckets

19.

How can you manage access control for S3 buckets and objects?

a)

Assign full access to all users

b)

Use AWS S3 policies to define permissions

c)

Use AWS IAM policies to define permissions for users, groups, or roles.

d)

Share access keys publicly