0% found this document useful (0 votes)
400 views12 pages

s3 MCQ 1

This document contains 41 multiple choice questions about Amazon S3. The questions cover topics such as advantages of splitting data for loading into Redshift, metadata associated with S3 objects, configuring lifecycle rules and access control policies, uploading and downloading objects, versioning, cross-origin resource sharing (CORS), and billing.

Uploaded by

Muskan Syed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
400 views12 pages

s3 MCQ 1

This document contains 41 multiple choice questions about Amazon S3. The questions cover topics such as advantages of splitting data for loading into Redshift, metadata associated with S3 objects, configuring lifecycle rules and access control policies, uploading and downloading objects, versioning, cross-origin resource sharing (CORS), and billing.

Uploaded by

Muskan Syed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

QUESTIONS:

1 ) When you want to copy data from S3 to Amazon Redshift, what


would be the advantage of splitting your input data into multiple files?
A. You can upload single files
B. Avoid data corruption
C. Take advantage of parallel processing
D. It is mandatory if your data is over 1GB

2 ) Which of the options given below is part of the metadata for the
Amazon S3 object?
A. Last modified date
B. All of the other answers
C. Bucket key
D. Content Key
3 ) Can the user disable the life cycle rule of the S3 bucket?
A. Only from AWS SDK
B. Only from S3 Console
C. Both A&B
D. No
4 ) Is it possible to create an S3 bucket accessible only by a
determinate IAM user using policies in the same CloudFormation
template?
A. No, in the same template you can only create the S3 bucket and
the relative policy
B. No, you can only create the S3 bucket and the IAM user
C. S3 is not supported by Cloud Formation
D. Yes, all these resources can be created using a CloudFormation
template

5 ) What will occur when the user uploads a new object to S3 in the
US Standard Region and tries to read it immediately?
A. Until the change is propagated,S3 will report that the ‘Key is
being uploaded’
B. Until the change is propagated,S3 will return a copy of the
object
C. S3 will return the object
D. Until the change is propagated,S3 will report that the ‘ Key
Does not Exist’
6 ) Is it possible to permanently delete some specific version of an
object?
A. Yes, but the owner has to specify the specific version of the
object
B. No
C. Yes, but only when the DELETE marker is set against the last
version
D. Yes, but only when the last version is deleted by the user
7 ) How can you access an object in a specific bucket through
internet?
A. http://<bucket name>.s3.amazonaws.com/<object name>
B. http:// s3.amazonaws.com/<object name>/<bucket name>
C. This question doesn’t make any sense
D. It can be accessed only from S3 console
8 ) You can configure Amazon CloudFront to deliver access logs per
________ to an Amazon S3 bucket of your choice.
A. Distribution
B. Edge Location
C. Request
D. Geo Restriction
9 ) When the user wants to upload more than _____ of object, the
user has to use the multi-part upload.
A. 5GB
B. 2GB
C. 8GB
D. 10GB

10 ) A user is uploading an object from the S3 console. What can be


the maximum size of the object?
A. 5TB
B. 5GB
C. 4TB
D. 4GB
11 ) If a versioned object is deleted can a user get an older version of
that object?
A. Yes
B. Yes, but only the last version
C. Yes, but from the AWS console only
D. No
12 ) Can a user upload a whole folder and sub folders to the S3 bucket
in a single click using S3 console?
A. No
B. Yes
C. Yes, only if the total number of objects are less than 500
D. Yes, only if the total size of the objects is less than 5GB

13 ) How can a user find out whether an object was removed by S3 or


by the user?
A. S3 server access logs
B. S3 access data
C. S3 objects access logs
D. Upload/Deletion logs
14 ) If the user wants to find the exact cost incurred by a particular
bucket, which is the possible option?
A. Use AWS Flexipay
B. Use CloudFront with S3
C. Use Tagging with AWS Buckets
D. Use Cloudwatch to get billing details
15 ) Can a user create a nested (one inside other) bucket?
A. With RRS only
B. No
C. By enabling Nested Bucket option
D. Yes
16 ) What does CORS mean in respect to the S3 bucket?
A. Cross Origin Region Support
B. Cross Origin Region Service
C. Cross Origin Resource Storage
D. Cross Origin Resource Sharing
17 ) A way for the client web applications that are hosted in one
domain to interact with resources in a different domain is called as
A. Domain Sharing
B. Cross Origin Region Support
C. Cross Origin Region Storage
D. Cross Origin Resource Sharing
18 ) When a bucket is created what is the default tag attached to it?
A. The default key is “name” and the value of the key is the name
of the bucket
B. S3
C. By default there is no tag attached to bucket
D. aws:s3

19 ) Which of the below mentioned options is not a valid tag key for
the S3 bucket?
A. s3:aws
B. name:aws
C. s3:video
D. aws:bucket

20 ) What does HMAC stand for in the context of S3?


A. Hardware Machine Address Code
B. Hash Message Access Code
C. Hash Message Authentication Code
D. Hash Major Access Code

21 ) A user has defined the expiration rule for an object. When the
expiration rule is executed what will happen?
A. AWS S3 queues it for removal and removes it asynchronously
B. AWS S3 queues it for removal and removes it synchronously
C. The object is deleted from S3 immediately, but lined for removal
from Glacier
D. The object is deleted immediately from all storage
22 ) A user has started the multipart upload process for an S3 object.
If the upload of one of the parts is in process and the user aborts the
whole multipart upload, what will happen to the ongoing part upload
process?
A. S3 aborts the upload process
B. It will fail
C. S3 will not allow to abort the process if the upload is in progress
D. It continues to run and may succeed or fail

23 ) The maximum number of parts per multipart upload process is


A. 1000
B. 5000
C. 10000
D. 15000

24 ) Which of the below mentioned options is the correct order of


sequence for authenticating a request with S3?
1) AWS creates HMAC-SHA1 signature
2) AWS receives Secret Access Key
3) AWS receives Access Key
4) Compare signatures
A. 2,3,1,4
B. 3,2,1,4
C. 1,2,3,4
D. 2,1,3,4

25 ) If AWS S3 receives a preflight request from a browser what


action will it take?
A. Verifies if the bucket has specified object
B. Rejects it without verification as one domain cannot request
other domain
C. Verifies if the bucket is public
D. Verifies the CORS configuration for the bucket

26 ) Which of the below mentioned statements is true when a bucket


is created?
A. By default versioning is enabled for the US Standard region
buckets
B. By default versioning is enabled for the local region of the user
C. By default versioning is disabled
D. By default versioning is enabled
27 ) A user has a few objects with the prefix “logs/”. There are many
more objects inside with the prefix, such as “logs/2013” and
“logs/2014”. Can the user configure a life cycle rule where objects of
“logs/” expire after 35 days, but objects of “logs/2013” expire after 45
days?
A. Yes
B. No
C. Yes, only if user has archived objects of “logs/2013”
D. Yes, but create two separate rules

28 ) Is it required to send both the Access Key and the Secret Access
key in the REST request to AWS S3?
A. Only for the IAM users
B. Only for the Root Accounts
C. Yes
D. No
29 ) Which of the below mentioned metadata indicates base 64
encoded 128-bit MD5 digest for the S3 object?
A. Content-64-MD5-Encryption
B. x-amz-server-side-encryption
C. Content-MD5
D. Content-64-MD5
30 ) In Amazon S3, what is the document that defines who can access
a particular bucket or object called?
A. Access Control Server
B. Access Control Record
C. Access Control and Identity Manage
D. Access Control List

31 ) If your AWS account purchases an Amazon S3 product that uses


Amazon DevPay, can the IAM users registered under the AWS
account use the product?
A. No
B. DevPay is not an Amazon Product
C. Depends on the product settings
D. Yes

32 ) When an object is moved to the Glacier archive from the S3


storage how many additional bytes of storage does Glacier add to the
object?
A. 36 bytes
B. 24 bytes
C. 0 bytes
33 ) If the user does not select a region in S3 console, in which region
will S3 create a bucket by default?
A. US East
B. The region near to the user based on the latency
C. The default EC2 region
34 ) The requester is downloading content from the bucket, which is
enabled as requester pays for the bucket and the owner has configured
it with Devpay. In such a case, which of the below mentioned options
is not possible?
A. The owner pays for the data transfer
B. The requester is downloading the object using the REST APIs
C. The requester downloads the object to EC2 from the requester
pays bucket
D. The requester downloads the object from the requester pays
bucket to their own bucket

35 ) How much will Amazon S3 charge per month only for storage
when the user stores 502 TB of data?
A. 36800.89
B. 36500.48
C. 36200.56
D. 29200.39
36 ) When is the requester not charged for the I/O cost of the bucket?
A. The requester does not include the parameter x-amz-request-
payer in the header
B. Request authentication succeeds
C. The request is a REST request
D. The request is a UDPrequest

37 ) Do not configure Amazon CloudFront cache behaviors to


forward cookies to an origin that doesn't process cookies, for
example, _________
A. Some HTTP servers
B. Amazon S3 and some HTTP
C. Amazon S3 and all HTTP servers

38 ) Why is a torrent subresource used with an S3 object?


A. To specify that this object supports BitTorrent
B. To return the torrent file associated with the object
C. To mark the object as a torrent category

39 ) What does AWS S3 use to store the object specific additional


information?
A. ACL
B. URL
C. Subresources
D. Version ID

40 ) A user has started the multipart upload process to update an


object. However, some other request has
A. It stops the process, but does not delete the parts which are
already uploaded
B. The process continues and may succeed
C. The object cannot be deleted when the multipart upload is in
progress
D. Abort the process
41 ) What happens when the user requests to restore an S3 object
archived in Glacier?
A. AWS S3 creates temporary copy of the object in RRS
B. You cannot restore the object from S3
C. The object is available in Glacier Vault temporarily
D. AWS S3 create a temporary copy of the object in S3 bucket

ANSWERS:
1 2 3 4 5 6 7 8 9 1 1 1 1 1 1 1 1 1 1 2
0 1 2 3 4 5 6 7 8 9 0
C B C D D A A A A B A B A C B D D C D

2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 4
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0
C A D C B D D C B D C B C A B B A B C B

4
1
B

You might also like