Inspirational journeys

Follow the stories of academics and their research expeditions

AWS Certified Cloud Practitioner Certification - Part 36

Mary Smith

Wed, 26 Mar 2025

AWS Certified Cloud Practitioner Certification - Part 36

1. Which of the following is an AWS Well-Architected Framework design principle related to reliability?

A) A. Deployment to a single Availability Zone
B) B. Ability to recover from failure
C) C. Design for cost optimization
D) D. Perform operations as code



2. Which type of AWS storage is ephemeral and is deleted when an instance is stopped or terminated?

A) A. Amazon EBS
B) B. Amazon EC2 instance store
C) C. Amazon EFS
D) D. Amazon S3



3. What is an advantage of using the AWS Cloud over a traditional on-premises solution?

A) A. Users do not have to guess about future capacity needs.
B) B. Users can utilize existing hardware contracts for purchases.
C) C. Users can fix costs no matter what their traffic is.
D) D. Users can avoid audits by using reports from AWS.



4. Which of the following is an AWS-managed compute service?

A) A. Amazon SWF
B) B. Amazon EC2
C) C. AWS Lambda
D) D. Amazon Aurora



5. Which of the following is an important architectural principle when designing cloud applications?

A) A. Store data and backups in the same region.
B) B. Design tightly coupled system components
C) C. Avoid multi-threading.
D) D. Design for failure.



1. Right Answer: B
Explanation: https://aws.amazon.com/blogs/apn/the-5-pillars-of-the-aws-well-architected-framework/

2. Right Answer: B
Explanation: When you stop or terminate an instance, every block of storage in the instance store is reset. Therefore, your data cannot be accessed through the instance store of another instance.https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html

3. Right Answer: A
Explanation: https://data-flair.training/blogs/aws-advantages/

4. Right Answer: B
Explanation:

5. Right Answer: D
Explanation: There are six design principles for operational excellence in the cloud: Perform operations as code Annotate documentation Make frequent, small, reversible changes Refine operations procedures frequently Anticipate failure Learn from all operational failureshttps://aws.amazon.com/blogs/apn/the-5-pillars-of-the-aws-well-architected-framework/

0 Comments

Leave a comment