aws banner

AWS Multiple Choice Questions (MCQs) and Answers

Master AWS with Practice MCQs. Explore our curated collection of Multiple Choice Questions. Ideal for placement and interview preparation, our questions range from basic to advanced, ensuring comprehensive coverage of AWS concepts. Begin your placement preparation journey now!

Q31

Q31 What type of storage is Amazon S3?

A

Block Storage

B

Object Storage

C

File Storage

D

Hybrid Storage

Q32

Q32 Which storage class in S3 is best suited for infrequently accessed data?

A

S3 Standard

B

S3 Standard-IA

C

S3 Glacier

D

S3 Intelligent-Tiering

Q33

Q33 Which of the following services provides persistent block storage for EC2 instances?

A

S3

B

EBS

C

Glacier

D

EFS

Q34

Q34 What is the primary use case for Amazon Glacier?

A

High-performance storage

B

Cold storage for archives

C

Database storage

D

Temporary storage

Q35

Q35 Which AWS storage option provides automatic scaling?

A

EBS

B

S3

C

EFS

D

Glacier

Q36

Q36 What is the maximum size of an object you can store in Amazon S3?

A

1 TB

B

5 TB

C

10 TB

D

15 TB

Q37

Q37 Which AWS CLI command is used to list all objects in an S3 bucket?

A

aws s3 list

B

aws s3 ls s3://bucket-name

C

aws s3 show-objects

D

aws s3 objects list

Q38

Q38 How do you create a snapshot of an EBS volume using the AWS CLI?

A

aws ec2 create-snapshot

B

aws ebs snapshot-create

C

aws storage snapshot-create

D

aws ec2 snapshot

Q39

Q39 Which AWS CLI command is used to retrieve a file from an S3 Glacier archive?

A

aws s3 restore-object

B

aws glacier retrieve-file

C

aws s3api restore-object

D

aws storage fetch

Q40

Q40 An EC2 instance cannot access an S3 bucket. What should you check first?

A

Storage class

B

IAM permissions

C

EBS attachment

D

Instance type

Q41

Q41 Your S3 bucket has files, but aws s3 ls returns an empty list. What could be the issue?

A

Incorrect permissions

B

Object versioning

C

Bucket region mismatch

D

Storage class mismatch

Q42

Q42 Your EC2 instance cannot mount an EBS volume. What could be the most likely reason?

A

Volume is encrypted

B

No internet access

C

Incorrect file system

D

IAM role missing

Q43

Q43 What does VPC stand for in AWS?

A

Virtual Private Cluster

B

Virtual Private Cloud

C

Virtual Public Cloud

D

Virtual Processing Cloud

Q44

Q44 What is the purpose of a Subnet in a VPC?

A

To create a backup

B

To divide a VPC into smaller networks

C

To store data

D

To monitor traffic

Q45

Q45 Which AWS service helps in registering domain names and managing DNS records?

A

VPC

B

Route 53

C

CloudFront

D

Elastic IP

Q46

Q46 What type of IP address is allocated by default to an EC2 instance in a public subnet?

A

Elastic IP

B

Static IP

C

Private IP

D

Public IP

Q47

Q47 What is an Internet Gateway in a VPC?

A

A virtual router

B

A NAT device

C

A firewall

D

A web hosting service

Q48

Q48 What is the main purpose of Route 53 health checks?

A

To monitor DNS records

B

To route traffic based on resource health

C

To encrypt data

D

To monitor instances

Q49

Q49 Which AWS CLI command lists all VPCs in your account?

A

aws vpc list

B

aws ec2 describe-vpcs

C

aws network vpc-list

D

aws ec2 vpcs-show

Q50

Q50 How do you create a new subnet in a VPC using the AWS CLI?

A

aws ec2 create-subnet

B

aws vpc create-subnet

C

aws ec2 init-subnet

D

aws ec2 setup-subnet

Q51

Q51 Which AWS CLI command associates a Route 53 health check with a DNS record?

A

aws route53 associate-record

B

aws route53 health-check-record

C

aws route53 change-resource-record-sets

D

aws route53 setup-record

Q52

Q52 Your EC2 instance cannot connect to the internet. What should you check first in the VPC setup?

A

NAT Gateway

B

Internet Gateway

C

Subnet type

D

IAM role

Q53

Q53 Traffic is not being routed to your application despite a valid DNS record in Route 53. What might be the issue?

A

Health checks

B

Internet Gateway

C

Security groups

D

NAT Gateway

Q54

Q54 A private subnet cannot access the internet. What could be missing in the VPC configuration?

A

Public IP

B

NAT Gateway

C

Route table

D

Elastic IP

Q55

Q55 What type of database is Amazon DynamoDB?

A

Relational

B

Key-Value and Document

C

Graph

D

Time-Series

Q56

Q56 Which database engine is NOT supported by Amazon RDS?

A

MySQL

B

PostgreSQL

C

MongoDB

D

MariaDB

Q57

Q57 What is a key advantage of using DynamoDB compared to traditional RDBMS solutions?

A

Support for SQL

B

Horizontal scalability

C

Built-in backups

D

Cost-effectiveness

Q58

Q58 What is the purpose of Amazon RDS Multi-AZ deployments?

A

Faster queries

B

High availability

C

Lower costs

D

Dynamic scaling

Q59

Q59 What consistency models does DynamoDB offer?

A

Eventual

B

Strong

C

Both

D

None

Q60

Q60 Which AWS CLI command is used to list all DynamoDB tables?

A

aws dynamodb list-tables

B

aws rds list-tables

C

aws database tables-list

D

aws dynamodb tables-show

ad verticalad vertical
ad