AWS Skills Assessment for Students

AWS Skills Assessment for Students

University

10 Qs

quiz-placeholder

Similar activities

Rieview Test

Rieview Test

University

15 Qs

Text Structure Examples

Text Structure Examples

7th Grade - University

15 Qs

HOW SMART YOU  ARE?HÁ HÁ

HOW SMART YOU ARE?HÁ HÁ

12th Grade - University

12 Qs

Day-2 Emerging Hands-on session on AWS in cloud computing

Day-2 Emerging Hands-on session on AWS in cloud computing

University

9 Qs

Lifelong English Topics

Lifelong English Topics

10th Grade - Professional Development

12 Qs

Elements of Essay

Elements of Essay

University

12 Qs

Get Writing Right:  B2 Essay

Get Writing Right: B2 Essay

10th Grade - University

10 Qs

Parts of a Paragraph

Parts of a Paragraph

9th Grade - University

15 Qs

AWS Skills Assessment for Students

AWS Skills Assessment for Students

Assessment

Quiz

English

University

Medium

Created by

Saikiran Golkonda

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of EBS volumes you can attach to a single EC2 instance?

24

28

16

10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you restrict an IAM user from accessing specific S3 buckets?

Allow access to all S3 buckets by default.

Create a policy that grants access to specific S3 buckets.

Attach a policy that allows access to all resources.

Create an IAM policy that denies access to specific S3 buckets and attach it to the user.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In DynamoDB, what is the purpose of a partition key?

The partition key is a secondary index that speeds up queries.

The partition key uniquely identifies each item in a table and determines its storage location.

The partition key is a unique identifier for the entire database.

The partition key is used to define the read capacity of a table.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a standard SNS topic and a FIFO SNS topic?

Both standard and FIFO SNS topics guarantee exactly-once processing.

A standard SNS topic is used for large-scale applications, whereas a FIFO SNS topic is for small-scale applications.

A standard SNS topic guarantees ordered delivery, while a FIFO SNS topic does not.

A standard SNS topic does not guarantee order or uniqueness, whereas a FIFO SNS topic guarantees ordered delivery and exactly-once processing.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you enable detailed monitoring for an EC2 instance?

Enable detailed monitoring only through the AWS CLI.

Detailed monitoring is automatically enabled for all instances.

Enable detailed monitoring in the EC2 console during instance launch or modify an existing instance through the actions menu.

You cannot modify monitoring settings after instance launch.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What IAM policy would you use to allow a user to only start and stop EC2 instances?

{"Version":"2012-10-17","Statement":[{"Effect":"Deny","Action":["ec2:StartInstances","ec2:StopInstances"],"Resource":"*"}]}

{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Action":["ec2:StartInstances","ec2:StopInstances"],"Resource":"*"}]}

{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Action":["ec2:TerminateInstances"],"Resource":"*"}]}

{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Action":["ec2:DescribeInstances"],"Resource":"*"}]}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you model a one-to-many relationship in DynamoDB?

Use a single table with a partition key for the 'one' side and a sort key for the 'many' side.

Create a single table with no sort key.

Use multiple tables for each entity type.

Use a single table with a composite primary key for both sides.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?