Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

The namespace for an S3 bucket is global.

Answer»

The NAMESPACE for an S3 bucket is global.
Choose the correct option from below list
(1)False
(2)TRUE

Answer:-(2)True

2.

Which service helps to host a website in your domain but not S3 provided endpoint?

Answer»

Which service helps to HOST a website in your DOMAIN but not S3 provided ENDPOINT?
Choose the correct option from below list
(1)CloudFront
(2)Route 53
(3)Lambda
(4)CloudFormation

Answer:-(2)Route 53

3.

In AWS CLI, the default output is _________.

Answer»

In AWS CLI, the DEFAULT output is _________.
Choose the correct OPTION from below list
(1)text
(2)XML
(3)table
(4)JSON

Answer:-(4)JSON

4.

Which of the following language is the most preferred for AWS Lambda service?

Answer»

Which of the FOLLOWING LANGUAGE is the most preferred for AWS Lambda SERVICE?
Choose the correct option from below LIST
(1)Node.js
(2)Java
(3)Go
(4)Python

Answer:-(1)Node.js

5.

The minimum size of an object that can be uploaded to S3 is ________.

Answer»

The minimum size of an object that can be UPLOADED to S3 is ________.
Choose the CORRECT OPTION from below list
(1)1 kB
(2)1 byte
(3)1 MB
(4)0 byte

Answer:-(4)0 byte

6.

Server Access logging is a free service.

Answer»

Server ACCESS LOGGING is a FREE service.
Choose the correct option from below LIST
(1)True
(2)False

Answer:-(1)True

7.

Which among the following can transfer 100PB of data in one go?

Answer»

Which among the following can transfer 100PB of data in ONE GO?
CHOOSE the correct option from below list
(1)Snowball Edge
(2)All the options
(3)Snowball
(4)SNOWMOBILE

Answer:-(4)Snowmobile

8.

Objects must be ________ days old in current storage class before you can transition them to others.

Answer»

Objects must be ________ days old in current storage class before you can transition them to others.
Choose the CORRECT OPTION from below LIST
(1)60
(2)30
(3)45
(4)15

Answer:-(2)30

9.

What is the feature that helps to monitor the activities of security and audit in a bucket?

Answer»

What is the feature that HELPS to monitor the activities of SECURITY and audit in a BUCKET?
CHOOSE the correct option from below list
(1)Versioning
(2)Logging
(3)Tags
(4)Encryption

Answer:-(2)Logging

10.

The maximum size of an object that can be uploaded to S3 bucket is ________.

Answer»

The maximum size of an OBJECT that can be UPLOADED to S3 bucket is ________.
CHOOSE the correct option from below list
(1)10 TB
(2)1 TB
(3)5 TB
(4)5 GB

Answer:-(3)5 TB

11.

S3 can be accessed from Amazon VPC using VPC endpoints without requiring an internet gateway.

Answer»

S3 can be ACCESSED from AMAZON VPC using VPC endpoints without requiring an internet gateway.
Choose the CORRECT option from below list
(1)False
(2)TRUE

Answer:-(2)True

12.

Local Storage is advantageous over cloud. Select the option that relates to the statement.

Answer» LOCAL Storage is advantageous over cloud. Select the option that relates to the statement.
Choose the CORRECT option from below list
(1)SCALABILITY
(2)Speed
(3)SAFETY
(4)Cost

Answer:-(2)Speed
13.

One of the IAM best practices is to lock down the root user for day to day usage.

Answer» ONE of the IAM best PRACTICES is to lock down the root user for day to day usage.
Choose the CORRECT option from below list
(1)False
(2)TRUE

Answer:-(2)True
14.

AWS CLI automatically performs a multipart upload to transfer large files quickly.

Answer»

AWS CLI automatically performs a multipart upload to transfer LARGE FILES quickly.
Choose the CORRECT option from below list
(1)False
(2)True

Answer:-(2)True

15.

Which of the following CLI command is considered a high-level command?

Answer»

Which of the following CLI command is considered a high-level command?
Choose the CORRECT option from below list
(1)aws s3api put-object BUCKET bucketname body FILENAME
(2)aws s3 cp filename s3://bucketName

Answer:-(2)aws s3 cp filename s3://bucketName

16.

ACL enables you to manage access to buckets and objects.

Answer» ACL enables you to MANAGE access to BUCKETS and objects.
Choose the correct option from below list
(1)TRUE
(2)False

Answer:-(1)True
17.

Which of following canned ACL permission is default?

Answer»

Which of FOLLOWING canned ACL permission is default?
Choose the correct OPTION from below list
(1)Public write
(2)PRIVATE
(3)Public read
(4)Public

Answer:-(2)Private

18.

What is the AWS service that is used for object level logging?

Answer»

What is the AWS service that is used for object level logging?
CHOOSE the correct option from below list
(1)IAM
(2)CLOUDFRONT
(3)All the options
(4)CloudTrail

Answer:-(4)CloudTrail

19.

Consider that you are hosting a website in an Amazon S3 bucket. You plan to use JavaScript on the webpages that are stored in the S3 bucket to make au

Answer»

Consider that you are hosting a website in an Amazon S3 bucket. You plan to use JavaScript on the webpages that are stored in the S3 bucket to make authenticated GET and PUT REQUESTS against the same bucket. The browser would usually block JavaScript from ALLOWING those requests. You need _____ feature to enable such requests.
Choose the correct option from below list
(1)CORS
(2)Bucket Policy
(3)ACL
(4)CRR

Answer:-(1)CORS

20.

What is the command to copy files recursively in a folder to an S3 bucket?

Answer»

What is the command to copy FILES RECURSIVELY in a folder to an S3 bucket?
Choose the correct option from below list
(1)AWS s3 cp filename S3://bucketname -recursive
(2)aws s3 cp . S3://bucketname --recursive

Answer:-(2)aws s3 cp . S3://bucketname --recursive

21.

Which of the following is used for server-side encryption

Answer»

Which of the following is used for server side encryption
Choose the CORRECT option from below list
(1)AES-128
(2)AWS-KMS
(3)AES-256
(4)None of the OPTIONS

Answer:-(3)AES-256

22.

How many pricing components does Amazon S3 have?

Answer»

How MANY pricing components does Amazon S3 have?
Choose the correct OPTION from below LIST
(1)3
(2)2
(3)4
(4)5

Answer:-(3)4

23.

What does RRS stand for when referring to the storage option in Amazon S3 that offers a lower level of durability at a lower storage cost?

Answer»

What does RRS stand for when referring to the STORAGE option in Amazon S3 that offers a lower level of durability at a lower storage cost?
Choose the CORRECT option from below list
(1)Reduced Reaction Storage
(2)Regulatory Resources Storage
(3)Reduced Redundancy Storage
(4)REDUNDANT Research Storage

Answer:-(3)Reduced Redundancy Storage

24.

Read-after-write consistency in S3 is only for new objects, and eventual consistency is for overwrites and deletes.

Answer»

Read-after-write consistency in S3 is only for new OBJECTS, and eventual consistency is for overwrites and deletes.
Choose the correct option from below LIST
(1)FALSE
(2)TRUE

Answer:-(2)True

25.

The number of accounts that can be given access to a bucket is _________.

Answer»

The number of accounts that can be given access to a bucket is _________.
Choose the correct option from below list
(1)10
(2)25
(3)100
(4)50

Answer:-(3)100

26.

Lambda applications are also called as serverless applications.

Answer»

Lambda applications are ALSO CALLED as serverless applications.
Choose the correct option from below list
(1)True
(2)False

Answer:-(1)True

27.

The largest file that can be uploaded to S3 using a single PUT request is ___________.

Answer»

The largest file that can be uploaded to S3 using a single PUT REQUEST is ___________.
Choose the correct OPTION from below list
(1)10 TB
(2)5 TB
(3)5 GB
(4)1 TB

Answer:-(3)5 GB

28.

The objects in a bucket hosting a static website must have public access.

Answer»

The objects in a BUCKET hosting a static WEBSITE must have public access.
Choose the correct OPTION from below list
(1)False
(2)True

Answer:-(2)True

29.

Amazon SNS service can be used to trigger Lambda functions.

Answer»

Amazon SNS service can be used to trigger LAMBDA functions.
Choose the CORRECT option from below list
(1)False
(2)TRUE

Answer:-(2)True

30.

In AWS CLI, the output type can be ____________.

Answer»

In AWS CLI, the output TYPE can be ____________.
Choose the correct option from below LIST
(1)Table
(2)JSON
(3)Text
(4)All the options

Answer:-(4)All the options

31.

AWS CLI is an open source tool built on top of AWS SDK for ___________.

Answer» AWS CLI is an open source tool BUILT on TOP of AWS SDK for ___________.
Choose the correct option from below list
(1)JAVA
(2)PYTHON
(3)Node.js
(4)C#

Answer:-(2)Python
32.

Amazon SNS is a fully managed pub/sub messaging service.

Answer»

Amazon SNS is a FULLY managed pub/sub messaging service.
Choose the correct option from below list
(1)TRUE
(2)False

Answer:-(1)True

33.

What feature of the bucket must be enabled for CRR?

Answer»

What feature of the bucket MUST be ENABLED for CRR?
CHOOSE the CORRECT option from below list
(1)Versioning
(2)Encryption
(3)TAGS
(4)Logging

Answer:-(1)Versioning

34.

Gateway type endpoints are available for _____________ AWS services.

Answer»

Gateway type endpoints are available for _____________ AWS services.
Choose the correct option from below list
(1)All the options
(2)S3
(3)S3 and EC2
(4)S3 and Dynamo DB

Answer:-(4)S3 and Dynamo DB

35.

Which among the following is a content delivery network (CDN) to deliver data to users around the globe?

Answer»

Which among the FOLLOWING is a content delivery network (CDN) to deliver data to users AROUND the GLOBE?
CHOOSE the correct option from below list
(1)Cloud9
(2)CloudFormation
(3)CLOUDFRONT
(4)Lambda

Answer:-(3)CloudFront

36.

Geo-Targeting is acquired with AWS ____________.

Answer»

Geo-Targeting is ACQUIRED with AWS ____________.
Choose the correct option from below list
(1)CloudFront
(2)S3
(3)CLOUDFORMATION
(4)None of the options

Answer:-(1)CloudFront