Skip to content

1.2

Question 1

A company operates an online ordering application on AWS. The operations team wants to establish documented runbooks, automate routine deployments, and review operational metrics regularly to improve how it runs the workload. Which AWS Well-Architected Framework pillar best addresses these activities?

A. Operational excellence
B. Reliability
C. Performance efficiency
D. Cost optimization

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The operational excellence pillar focuses on operating and monitoring workloads, using automation, improving processes, and learning from operational events. * **Why B is incorrect:** Reliability focuses on ensuring a workload performs its intended function correctly and consistently, including recovery from failures. * **Why C is incorrect:** Performance efficiency focuses on using computing resources efficiently and selecting appropriate resources as requirements change. * **Why D is incorrect:** Cost optimization focuses on avoiding unnecessary costs and delivering business value at the lowest appropriate cost.

Question 2

A healthcare company is designing a workload that stores sensitive patient information. The company needs to control who can access the data, encrypt data at rest, and maintain an audit trail of user activity. Which Well-Architected Framework pillar is most directly related to these requirements?

A. Security
B. Sustainability
C. Reliability
D. Operational excellence

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The security pillar includes identity and access management, protection of data, detection of security events, and maintaining confidentiality and integrity. * **Why B is incorrect:** Sustainability focuses on minimizing the environmental impacts of running cloud workloads. * **Why C is incorrect:** Reliability focuses on maintaining workload functionality and recovering from disruptions, rather than primarily protecting data from unauthorized access. * **Why D is incorrect:** Operational excellence focuses on operating and improving workloads effectively, including processes and automation.

Question 3

An e-commerce company cannot afford to lose customer orders if an Availability Zone becomes unavailable. The company wants to distribute its application across multiple Availability Zones and restore data from backups after a major failure. Which Well-Architected Framework pillar is primarily addressed?

A. Reliability
B. Cost optimization
C. Security
D. Performance efficiency

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The reliability pillar includes designing workloads to recover from failures, using redundancy, performing backups, and testing recovery procedures. * **Why B is incorrect:** Cost optimization focuses on managing spending and eliminating waste. Multi-Availability Zone deployments can improve reliability but may increase costs. * **Why C is incorrect:** Security addresses protecting systems and data, such as access control and encryption, rather than primarily handling infrastructure failures. * **Why D is incorrect:** Performance efficiency addresses resource and technology selection for meeting performance requirements, not recovery from failures.

Question 4

A media company’s video-streaming application is experiencing slow response times for customers located far from its primary AWS Region. The company wants to use a content delivery network and select AWS resources that meet performance requirements without overprovisioning. Which Well-Architected Framework pillar best applies?

A. Performance efficiency
B. Reliability
C. Security
D. Sustainability

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The performance efficiency pillar focuses on using resources efficiently, selecting appropriate technologies, and maintaining performance as requirements change. Amazon CloudFront can help deliver content with lower latency. * **Why B is incorrect:** Reliability focuses on consistent operation and recovery from failures, not primarily on reducing latency. * **Why C is incorrect:** Security focuses on protecting systems, data, and access. * **Why D is incorrect:** Sustainability focuses on reducing the environmental impact of cloud workloads.

Question 5

A startup reviews its AWS bill and discovers that several development Amazon EC2 instances are running continuously, even though they are used only during business hours. The company wants to reduce unnecessary spending while continuing to support development activities. Which Well-Architected Framework pillar should guide this effort?

A. Cost optimization
B. Operational excellence
C. Reliability
D. Security

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The cost optimization pillar focuses on avoiding unnecessary costs, using resources efficiently, monitoring spending, and matching resource capacity to business needs. Scheduling nonproduction resources can reduce waste. * **Why B is incorrect:** Operational excellence focuses on effective operations and continuous improvement, although automation used for scheduling can also support that pillar. * **Why C is incorrect:** Reliability focuses on ensuring the workload operates correctly and can recover from failures. * **Why D is incorrect:** Security focuses on protecting data, systems, and access rather than reducing infrastructure spending.

Question 6

A company wants to reduce the environmental impact of its data analytics workload. The company plans to right-size resources, avoid running idle resources, and select efficient AWS services that meet its business requirements. Which Well-Architected Framework pillar is most relevant?

A. Sustainability
B. Cost optimization
C. Performance efficiency
D. Reliability

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The sustainability pillar focuses on minimizing the environmental impacts of running cloud workloads. Efficient resource use, avoiding idle capacity, and selecting appropriate services can reduce resource consumption. * **Why B is incorrect:** Cost optimization also encourages eliminating idle resources, but its primary objective is reducing financial cost rather than environmental impact. * **Why C is incorrect:** Performance efficiency focuses on meeting performance requirements efficiently, not specifically on environmental impact. * **Why D is incorrect:** Reliability focuses on workload availability, recovery, and consistent operation.

Question 7

A company has deployed a workload on AWS and wants guidance for evaluating its architecture against AWS best practices. The company also wants to identify high-risk areas and create an improvement plan for the workload. Which AWS service should the company use?

A. AWS Well-Architected Tool
B. AWS Trusted Advisor
C. AWS Config
D. AWS CloudTrail

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The AWS Well-Architected Tool helps users review workloads against the Well-Architected Framework pillars, identify risks, and track planned improvements. * **Why B is incorrect:** AWS Trusted Advisor provides recommendations related to areas such as cost optimization, security, performance, fault tolerance, and service limits, but it is not the primary tool for conducting a Well-Architected Framework workload review. * **Why C is incorrect:** AWS Config records and evaluates resource configurations against rules and compliance requirements. * **Why D is incorrect:** AWS CloudTrail records API activity and account actions for governance, auditing, and security analysis.

Question 8

A financial services company is reviewing its architecture before launching a critical application. The review team wants to improve the application’s ability to withstand infrastructure failures and ensure that it can recover after a disruption. Which TWO activities directly support the Reliability pillar? (Select TWO)

A. Deploy application components across multiple Availability Zones
B. Test recovery procedures regularly
C. Encrypt all data using AWS Key Management Service (AWS KMS)
D. Use AWS Budgets to monitor monthly spending

Click to view Answer & Explanation **Correct Answers:** A and B **Explanation:** * **Why A is correct:** Distributing components across multiple Availability Zones can reduce the impact of an Availability Zone failure and improve workload resilience. * **Why B is correct:** Regularly testing recovery procedures helps verify that the workload can recover as expected when failures occur. * **Why C is incorrect:** Encryption with AWS KMS primarily supports the Security pillar by protecting data. * **Why D is incorrect:** AWS Budgets primarily supports the Cost Optimization pillar by monitoring spending and usage against defined thresholds.

Question 9

A company is conducting a Well-Architected review. The team has identified two separate goals: preventing unauthorized access to customer records and ensuring that the application can continue operating if an Amazon EC2 instance fails. Which TWO Well-Architected Framework pillars correspond to these goals? (Select TWO)

A. Security
B. Reliability
C. Sustainability
D. Cost optimization

Click to view Answer & Explanation **Correct Answers:** A and B **Explanation:** * **Why A is correct:** Preventing unauthorized access is a core objective of the Security pillar, which includes identity management, access control, and data protection. * **Why B is correct:** Continuing operation after an EC2 instance failure is a Reliability concern involving fault tolerance and recovery. * **Why C is incorrect:** Sustainability focuses on reducing the environmental impact of workloads. * **Why D is incorrect:** Cost optimization focuses on managing and reducing unnecessary spending.

Question 10

A software company wants to improve its deployment process. It plans to use infrastructure as code, implement automated testing in its deployment pipeline, monitor application health, and use lessons from incidents to improve future releases. Which Well-Architected Framework pillar is most closely associated with this approach?

A. Operational excellence
B. Performance efficiency
C. Sustainability
D. Cost optimization

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Operational excellence includes preparing and executing operations, using automation, monitoring workloads, improving processes, and learning from operational experience. * **Why B is incorrect:** Performance efficiency focuses on selecting and using resources to meet performance requirements efficiently. * **Why C is incorrect:** Sustainability focuses on reducing the environmental impact of workloads. * **Why D is incorrect:** Cost optimization focuses on managing spending and maximizing business value from cloud resources.

Question 11

A company wants to review its AWS workloads against AWS best practices and identify areas where improvements are needed. Which AWS service should the company use?

A. AWS Well-Architected Tool
B. AWS Trusted Advisor
C. AWS Config
D. Amazon CloudWatch

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The AWS Well-Architected Tool helps organizations review workloads against the AWS Well-Architected Framework and identify high-risk areas for improvement. * **Why distractors are incorrect:** * **B (AWS Trusted Advisor):** Provides recommendations related to cost optimization, performance, security, fault tolerance, and service limits, but it is not the primary tool for conducting a Well-Architected Framework workload review. * **C (AWS Config):** Records and evaluates resource configurations for compliance. * **D (Amazon CloudWatch):** Monitors AWS resources and applications using metrics, logs, and alarms.

Question 12

A company wants its operations team to improve procedures for monitoring workloads, responding to events, and managing changes. Which Well-Architected Framework pillar addresses this requirement?

A. Operational excellence
B. Reliability
C. Cost optimization
D. Sustainability

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The operational excellence pillar focuses on running and monitoring systems, continuously improving processes, and managing operational changes. * **Why distractors are incorrect:** * **B (Reliability):** Focuses on ensuring workloads perform correctly and recover from disruptions. * **C (Cost optimization):** Focuses on avoiding unnecessary costs and obtaining business value from spending. * **D (Sustainability):** Focuses on reducing the environmental impact of cloud workloads.

Question 13

A financial services company needs to protect customer data and control who can access its AWS resources. Which Well-Architected Framework pillar should guide this effort?

A. Security
B. Performance efficiency
C. Operational excellence
D. Reliability

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The security pillar focuses on protecting information, systems, and assets while delivering business value through risk assessments and security controls. * **Why distractors are incorrect:** * **B (Performance efficiency):** Focuses on using computing resources efficiently as requirements change. * **C (Operational excellence):** Focuses on operating and improving workloads. * **D (Reliability):** Focuses on recovery from failures and meeting workload requirements consistently.

Question 14

An online ticketing application must continue operating if an Availability Zone becomes unavailable. Which Well-Architected Framework pillar is most directly related to this requirement?

A. Reliability
B. Cost optimization
C. Sustainability
D. Operational excellence

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The reliability pillar includes the ability of a workload to perform its intended function correctly and consistently and to recover from failures. * **Why distractors are incorrect:** * **B (Cost optimization):** Focuses on controlling spending and maximizing business value. * **C (Sustainability):** Focuses on minimizing environmental impacts. * **D (Operational excellence):** Focuses on operational processes and continuous improvement rather than directly on fault tolerance.

Question 15

A media company wants its application to use the most appropriate instance types and storage technologies as demand changes. Which Well-Architected Framework pillar addresses this goal?

A. Performance efficiency
B. Security
C. Reliability
D. Sustainability

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The performance efficiency pillar focuses on using computing resources efficiently and maintaining efficiency as demand and technology change. * **Why distractors are incorrect:** * **B (Security):** Focuses on protecting systems, data, and resources. * **C (Reliability):** Focuses on consistent operation and recovery from disruptions. * **D (Sustainability):** Focuses on reducing the environmental impact of workloads.

Question 16

A startup wants to eliminate unused resources and select pricing models that reduce its AWS bill without reducing the application's business value. Which Well-Architected Framework pillar applies?

A. Cost optimization
B. Reliability
C. Security
D. Operational excellence

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Cost optimization focuses on avoiding unnecessary costs, using appropriate purchasing models, and obtaining business value at the lowest price point. * **Why distractors are incorrect:** * **B (Reliability):** Addresses a workload’s ability to operate correctly and recover from failures. * **C (Security):** Addresses protection of data, systems, and assets. * **D (Operational excellence):** Addresses operational processes and continuous improvement.

Question 17

A company wants to reduce the energy consumption and environmental impact of its data processing workload. Which Well-Architected Framework pillar should the company use?

A. Sustainability
B. Performance efficiency
C. Cost optimization
D. Reliability

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The sustainability pillar focuses on minimizing the environmental impacts of running cloud workloads, including energy consumption and resource utilization. * **Why distractors are incorrect:** * **B (Performance efficiency):** Focuses on efficient use of computing resources to meet requirements. * **C (Cost optimization):** Focuses on financial efficiency, which might overlap with sustainability but has a different primary objective. * **D (Reliability):** Focuses on workload availability, correctness, and recovery.

Question 18

A company performs a Well-Architected review and discovers that its disaster recovery procedures have never been tested. Which pillar is most directly affected?

A. Reliability
B. Security
C. Cost optimization
D. Performance efficiency

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Testing recovery procedures helps verify that a workload can recover from failures and continue meeting its requirements, which is a core reliability concern. * **Why distractors are incorrect:** * **B (Security):** Focuses on protecting systems and data from unauthorized access and threats. * **C (Cost optimization):** Focuses on managing spending and maximizing value. * **D (Performance efficiency):** Focuses on resource efficiency and maintaining performance as requirements change.

Question 19

An organization wants developers to deploy infrastructure changes through repeatable, automated processes instead of manually changing resources in the AWS Management Console. Which Well-Architected Framework pillar is most closely associated with this practice?

A. Operational excellence
B. Sustainability
C. Cost optimization
D. Security

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Operational excellence includes using automation, managing changes through controlled processes, and improving operational procedures. * **Why distractors are incorrect:** * **B (Sustainability):** Focuses on reducing environmental impact. * **C (Cost optimization):** Focuses on controlling costs and maximizing value. * **D (Security):** Focuses on protecting workloads, data, and resources, although automation can also support security.

Question 20

A company wants to ensure that only authorized users can access production databases and that sensitive information is encrypted. Which two Well-Architected Framework pillars are most directly involved? (Select TWO)

A. Security
B. Reliability
C. Cost optimization
D. Operational excellence
E. Performance efficiency

Click to view Answer & Explanation **Correct Answers:** A and D **Explanation:** * **Why A is correct:** The security pillar includes identity and access management, protection of data, and encryption. * **Why D is correct:** Operational excellence includes establishing and improving processes for managing access, monitoring operations, and responding to security-related events. * **Why the other options are incorrect:** * **B (Reliability):** Focuses on consistent operation and recovery from failures. * **C (Cost optimization):** Focuses on controlling costs and maximizing business value. * **E (Performance efficiency):** Focuses on selecting and using resources efficiently.

Question 21

A company wants to lower costs by automatically stopping development environments outside business hours. Which Well-Architected Framework pillar is most directly addressed?

A. Cost optimization
B. Reliability
C. Security
D. Sustainability

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Stopping unused resources reduces unnecessary spending and is a cost optimization practice. * **Why distractors are incorrect:** * **B (Reliability):** Focuses on recovery and consistent workload operation. * **C (Security):** Focuses on protecting systems and data. * **D (Sustainability):** Reducing resource usage can support sustainability, but the stated primary goal is reducing AWS costs.

Question 22

A workload experiences unpredictable traffic patterns. The application team wants to select AWS resources that can handle demand without permanently overprovisioning capacity. Which two Well-Architected Framework pillars are most directly relevant? (Select TWO)

A. Performance efficiency
B. Cost optimization
C. Security
D. Sustainability
E. Operational excellence

Click to view Answer & Explanation **Correct Answers:** A and B **Explanation:** * **Why A is correct:** Performance efficiency includes matching resources to workload requirements and responding to changing demand. * **Why B is correct:** Cost optimization includes avoiding the cost of unused capacity and paying for resources that provide business value. * **Why the other options are incorrect:** * **C (Security):** Addresses protection of systems and data rather than capacity planning. * **D (Sustainability):** Addresses environmental impact, although efficient resource usage can also support sustainability. * **E (Operational excellence):** Addresses operational processes and continuous improvement, not primarily resource selection for variable demand.

Question 23

A company wants to collect workload metrics, establish alarms, and use those alarms to respond to operational events. Which Well-Architected Framework pillar is most directly associated with this objective?

A. Operational excellence
B. Cost optimization
C. Sustainability
D. Performance efficiency

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Operational excellence includes monitoring workloads, responding to events, and improving operational processes. * **Why distractors are incorrect:** * **B (Cost optimization):** Focuses on financial management and avoiding unnecessary expenses. * **C (Sustainability):** Focuses on environmental impact. * **D (Performance efficiency):** Focuses on efficient resource use and maintaining performance.

Question 24

A company is designing a customer-facing application and wants to identify potential risks related to unauthorized access, data exposure, and weak identity controls. Which AWS resource can help the company perform a structured review?

A. AWS Well-Architected Tool
B. Amazon Route 53
C. AWS Auto Scaling
D. Amazon Elastic File System (Amazon EFS)

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** The AWS Well-Architected Tool provides questions and improvement guidance organized by Well-Architected Framework pillars, including security. * **Why distractors are incorrect:** * **B (Amazon Route 53):** Provides DNS and domain routing services. * **C (AWS Auto Scaling):** Adjusts resource capacity based on demand. * **D (Amazon EFS):** Provides scalable file storage for use with AWS services and on-premises resources.

Question 25

An application must maintain acceptable response times during periods of increased demand. The team plans to monitor performance and change resource types when appropriate. Which pillar is the primary focus?

A. Performance efficiency
B. Reliability
C. Security
D. Cost optimization

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Performance efficiency focuses on maintaining performance and using appropriate resources as workload requirements change. * **Why distractors are incorrect:** * **B (Reliability):** Focuses on consistent operation and recovery from failures. * **C (Security):** Focuses on protecting systems and data. * **D (Cost optimization):** Focuses on financial efficiency rather than response time as the primary objective.

Question 26

A company wants its application to continue operating after a software failure and to restore service quickly after a regional disruption. Which two Well-Architected Framework pillars are most directly related? (Select TWO)

A. Reliability
B. Operational excellence
C. Cost optimization
D. Sustainability
E. Performance efficiency

Click to view Answer & Explanation **Correct Answers:** A and B **Explanation:** * **Why A is correct:** Reliability includes fault tolerance, recovery planning, and the ability to restore service after disruptions. * **Why B is correct:** Operational excellence includes preparing procedures, monitoring operations, and improving responses to events. * **Why the other options are incorrect:** * **C (Cost optimization):** Focuses on managing spending and maximizing value. * **D (Sustainability):** Focuses on minimizing environmental impact. * **E (Performance efficiency):** Focuses on using resources efficiently and maintaining performance.

Question 27

A company wants to make security reviews a regular part of its development and deployment processes rather than performing them only after incidents occur. Which Well-Architected design principle does this represent?

A. Enable traceability
B. Perform security operations as code
C. Stop guessing capacity
D. Go global in minutes

Click to view Answer & Explanation **Correct Answer:** B **Explanation:** * **Why B is correct:** Performing security operations as code helps automate and integrate security controls and reviews into development and operational processes. * **Why distractors are incorrect:** * **A (Enable traceability):** Focuses on tracking actions and changes for security and audit purposes. * **C (Stop guessing capacity):** Is a performance efficiency principle that encourages using elasticity instead of estimating future capacity. * **D (Go global in minutes):** Relates to using global AWS infrastructure and services to expand workloads.

Question 28

A company is replacing a large, tightly coupled application with smaller components that can fail independently. Which Well-Architected reliability principle does this approach support?

A. Automatically recover from failure
B. Use fault isolation to protect your workload
C. Stop guessing capacity
D. Manage demand and supply resources

Click to view Answer & Explanation **Correct Answer:** B **Explanation:** * **Why B is correct:** Fault isolation limits the impact of failures so that one component failure does not take down the entire workload. * **Why distractors are incorrect:** * **A (Automatically recover from failure):** Focuses on detecting failures and restoring normal operation automatically. * **C (Stop guessing capacity):** Focuses on using elasticity to meet changing demand. * **D (Manage demand and supply resources):** Focuses on balancing resource capacity with workload demand, commonly in performance efficiency.

Question 29

A company wants to reduce the amount of hardware required to run its workload by improving utilization and selecting more efficient AWS resources. Which two Well-Architected Framework pillars are most directly supported? (Select TWO)

A. Sustainability
B. Performance efficiency
C. Security
D. Reliability
E. Operational excellence

Click to view Answer & Explanation **Correct Answers:** A and B **Explanation:** * **Why A is correct:** Sustainability focuses on improving resource utilization and reducing the environmental impact of workloads. * **Why B is correct:** Performance efficiency focuses on selecting and using computing resources efficiently. * **Why the other options are incorrect:** * **C (Security):** Focuses on protecting data, systems, and assets. * **D (Reliability):** Focuses on consistent operation and recovery from failures. * **E (Operational excellence):** Focuses on operating and improving workloads rather than primarily on resource utilization.

Question 30

An organization reviews its workload every six months using the AWS Well-Architected Tool. The team documents improvements, implements them, and schedules another review. Which Well-Architected design principle does this practice demonstrate?

A. Continually evolve
B. Perform operations as code
C. Make frequent, small, reversible changes
D. Anticipate failure

Click to view Answer & Explanation **Correct Answer:** A **Explanation:** * **Why A is correct:** Continual improvement and regularly reviewing workloads against best practices demonstrate the operational excellence principle of continually evolving. * **Why distractors are incorrect:** * **B (Perform operations as code):** Focuses on automating operational procedures and infrastructure management. * **C (Make frequent, small, reversible changes):** Focuses on reducing the risk of operational changes. * **D (Anticipate failure):** Focuses on designing and testing workloads for possible failures.