Developing on AWS - review 1st Day

Developing on AWS - review 1st Day

Professional Development

8 Qs

quiz-placeholder

Similar activities

SysOps Associate (Week 3)

SysOps Associate (Week 3)

Professional Development

5 Qs

SAA-C03 - Módulo 13

SAA-C03 - Módulo 13

Professional Development

10 Qs

AWS hehe

AWS hehe

University - Professional Development

13 Qs

AWS Architect Class 10

AWS Architect Class 10

Professional Development

6 Qs

How are you doing?

How are you doing?

Professional Development

10 Qs

SAA-C03 - Módulo 2

SAA-C03 - Módulo 2

Professional Development

10 Qs

MQ and ECS

MQ and ECS

Professional Development

8 Qs

SAA-C03 - Módulo 8

SAA-C03 - Módulo 8

Professional Development

10 Qs

Developing on AWS - review 1st Day

Developing on AWS - review 1st Day

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Su Trinh

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The AWS Management Console is recommended for uploading files larger than 160 GB to Amazon S3. TRUE or FALSE?

True

False

Answer explanation

- Note: If you use the Amazon S3 console, the maximum file size for uploads is 160 GB. To upload a file that is larger than 160 GB, use the AWS CLI, AWS SDK, or Amazon S3 REST API.

- When you run a high-level (aws s3) command such as aws s3 cp, Amazon S3 automatically performs a multipart upload for large objects. In a multipart upload

https://repost.aws/knowledge-center/s3-large-file-uploads

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

A S3 bucket policy is categorized as what types of policy?
Identity-based policy
Resource-based policy
IAM boundary
AWS-managed policy
Inline policy

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The AWS CLI supports multiple named profiles to interact with your AWS services.
True
False

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What types of service operations are asynchronous? (Select TWO.)

Lambda function invocation

S3 event notification

Request made by API Gateway

SQS event source mapping

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After temporary security credentials expire you do not have to rotate them or explicitly revoke them
True
False

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result if an IAM policy is written to allow the s3:ListBucket action on arn:aws:s3:::*?
The user has permission to retrieve a list of all S3 bucket names in the AWS account
The user has permission to retrieve a list the content of all S3 bucket names in the AWS account
The user has permission to retrieve a list the content of all S3 bucket names in all AWS accounts in the organization

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most priority of evaluating credential order?

Environment variables

Instance profile

Default credential profile in the credentials file

Specified in the code or CLI

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Upon Amazon S3, how do you deal with accidental deletion?

Use server-side encryption

Versioning

Event notification

Cross-region replication