0% found this document useful (0 votes)
13 views

mcq_practice

The document is an exam paper for Cloud Computing covering various topics related to AWS EC2 instances, S3 storage, and cloud deployment models. It includes multiple-choice questions with correct answers provided for each question. Key concepts include EC2 instance types, pricing options, security management, and characteristics of different cloud deployment models.

Uploaded by

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

mcq_practice

The document is an exam paper for Cloud Computing covering various topics related to AWS EC2 instances, S3 storage, and cloud deployment models. It includes multiple-choice questions with correct answers provided for each question. Key concepts include EC2 instance types, pricing options, security management, and characteristics of different cloud deployment models.

Uploaded by

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

Chitkara

PAPER OF CLOUD COMPUTING 01 EXAM

Q1. Cloud Computing

What does EC2 stand for in AWS?

ANSWER:
Elastic Cloud Compute
Elastic Compute Cloud
Elastic Container Compute
Elastic Computing Cluster

Ans : Elastic Compute Cloud

Q2. Cloud Computing

Which of the following is NOT a type of EC2 instance?

ANSWER:
T2
M5
C5
R3

Ans : R3

Q3. Cloud Computing

Which of the following EC2 instance types is best suited for compute-intensive workloads?

ANSWER:
T2
M6
C5
R5

Ans : C5

Q4. Cloud Computing

What is the maximum number of EC2 instances that you can launch by default in a region?

ANSWER:
10
20
30
40

Ans : 20

Q5. Cloud Computing

Which AWS EC2 instance type is used for high-performance workloads with a focus on storage?

ANSWER:
I3
M5
C2
D3

Ans : I3

Q6. Cloud Computing

Which of the following Amazon EC2 pricing options provides the lowest cost for running instances for
a long period of time?

ANSWER:
On-Demand Instances
Reserved Instances
Spot Instances
Dedicated Hosts

Ans : Reserved Instances

Q7. Cloud Computing

How is security managed for an EC2 instance?

ANSWER:
Using IAM roles only
Using Security Groups and Key Pairs
By using IAM policies exclusively
Using SSL certificates

Ans : Using Security Groups and Key Pairs

Q8. Cloud Computing

Which of the following EC2 instance types is ideal for small applications with burstable CPU
requirements?

ANSWER:
T2
M5
D3
D9

Ans : T2

Q9. Cloud Computing

Which AWS service can automatically distribute traffic across multiple EC2 instances?

ANSWER:
AWS Route 53
AWS Elastic Load Balancing
AWS Auto Scaling
AWS CloudWatch

Ans : AWS Elastic Load Balancing

Q10. Cloud Computing

Which of the following is the primary storage service provided by AWS?

ANSWER:
EC2
LAMBDA
S3
RDS

Ans : S3

Q11. Cloud Computing

Which storage class in AWS S3 is best for frequently accessed data?

ANSWER:
S3 Glacier
S3 Standard
S3 Intelligent-Tiering
S3 One Zone-IA

Ans : S3 Standard

Q12. Cloud Computing

Which of the following is the default encryption method for S3 buckets?

ANSWER:
AES-256
KMS (AWS Key Management Service)
S3-Managed Encryption (SSE-S3)
None, encryption is not enabled by default
Ans : None, encryption is not enabled by default

Q13. Cloud Computing

Which feature of Amazon S3 allows you to track and log requests made to your S3 bucket?

ANSWER:
AWS CloudTrail
S3 Access Logs
S3 Versioning
AWS CloudWatch

Ans : S3 Access Logs

Q14. Cloud Computing

Which S3 feature allows you to automatically move objects to different storage classes based on their
age?

ANSWER:
S3 Bucket Policies
S3 Lifecycle Management
S3 Intelligent-Tiering
S3 Cross-Region Replication

Ans : S3 Lifecycle Management

Q15. Cloud Computing

Which of the following is used to restrict access to an S3 bucket?

ANSWER:
IAM Policies
S3 Bucket Policies
Both IAM and S3 Bucket Policies
Only S3 Bucket Policies

Ans : Both IAM and S3 Bucket Policies


Q16. Cloud Computing

What is the maximum size for an object uploaded via the S3 console?

ANSWER:
5GB
10GB
15GB
20GB

Ans : 5GB

Q17. Cloud Computing

Which of the following is NOT a type of cloud deployment model?

ANSWER:
Public Cloud
Private Cloud
Hybrid Cloud
Distributed Clod

Ans : Distributed Clod

Q18. Cloud Computing

Which of the following cloud deployment models is entirely managed by a third-party cloud provider?

ANSWER:
Hybrid Cloud
Private Cloud
Public Cloud
Community Cloud

Ans : Public Cloud

Q19. Cloud Computing


Which of the following is a characteristic of a private cloud deployment model?

ANSWER:
It is shared with other organizations.
It is hosted on public infrastructure.
It is owned and operated by a single organization.
It is managed by a third-party vendor.

Ans : It is owned and operated by a single organization.

Q20. Cloud Computing

Which cloud deployment model allows an organization to maintain some control over their IT
infrastructure, but also integrates with public cloud resources?

ANSWER:
Private Cloud
Community Cloud
Hybrid Cloud
Public Cloud

Ans : Hybrid Cloud

Q21. Cloud Computing

In which cloud deployment model do multiple organizations share a common infrastructure for a
specific shared purpose or goal?

ANSWER:
Hybrid Cloud
Public Cloud
Community Cloud
Private Cloud

Ans : Community Cloud

Q22. Cloud Computing


Which deployment model is a mix of both private and public clouds, allowing data and applications to
be shared between them?

ANSWER:
Private Cloud
Hybrid Cloud
Community Cloud
Distributed Cloud

Ans : Hybrid Cloud

Q23. Cloud Computing

Which cloud deployment model provides the highest level of security by isolating the infrastructure for
a single organization?

ANSWER:
Public Cloud
Private Cloud
Hybrid Cloud
Community Cloud

Ans : Private Cloud

Q24. Cloud Computing

Which deployment model is best suited for organizations that need to collaborate with other
organizations while maintaining some level of control over their data?

ANSWER:
Public Cloud
Hybrid Cloud
Private Cloud
Community Cloud

Ans : Community Cloud

Q25. Cloud Computing


What is the main difference between public and private cloud deployment models?

ANSWER:
Public cloud is cheaper than private cloud.
Private cloud is hosted on public infrastructure.
Public cloud is used by a single organization, whereas private cloud is shared.
Public cloud is managed by third-party providers, while private cloud is managed by the
organization.

Ans : Public cloud is managed by third-party providers, while private cloud is managed by the organization.

Q26. Cloud Computing

What does AMI stand for in AWS?

ANSWER:
Automated Machine Interface
Amazon Machine Image
AWS Managed Infrastructure
Advanced Monitoring Instance

Ans : Amazon Machine Image

Q27. Cloud Computing

What is the primary use of an AMI in AWS?

ANSWER:
To store large amounts of data
To launch new EC2 instances
To monitor network traffic
To backup databases

Ans : To launch new EC2 instances

Q28. Cloud Computing


Which of the following is a benefit of using custom AMIs in AWS?

ANSWER:
They improve the speed of network connectivity
They provide pre-configured software and settings
They automatically scale your EC2 instances
They eliminate the need for a security group

Ans : They provide pre-configured software and settings

Q29. Cloud Computing

What is required to create a custom AMI from an existing EC2 instance?

ANSWER:
You must launch a new EC2 instance
You must create a snapshot of the instance's root volume
You must delete the existing EC2 instance
you need to change the instance type

Ans : You must create a snapshot of the instance's root volume

Q30. Cloud Computing

How can you make an AMI available to other AWS accounts?

ANSWER:
By sharing the AMI publicly
By changing the instance type
By deleting the AMI
By exporting the AMI to S3 storage

Ans : By changing the instance type

You might also like