Exam Questions and Verified for Accuracy Answers
2025/2026
What is the scope of resources that can be targeted by a single AWS CloudFormation
stack correct answer
Availability Zone
Region
Data center
Global - correct answer The scope of resources that can be targeted by a single AWS
CloudFormation stack is a Region.
What management tools does OpsWorks Stacks depend on to implement individual
stack layers correct answer
PowerShell scripts
Puppet modules
CloudFormation templates
Chef recipes - correct answer OpsWorks Stacks depends on Chef recipes to implement
individual stack layers.
Where can cached data be stored correct answer
Solid state drive (SSD)
Read only memory (ROM)
Hard disk drive (HDD)
Random access memory (RAM) - correct answer Data that has been cached is stored
in RAM.
How should an administrator configure Time to Live (TTL) in Amazon CloudFront to
reduce the load on the origin correct answer
Delete the setting.
, Decrease the duration.
Disable the setting.
Increase the duration. - correct answer Increasing the duration will allow the cached
files to be used longer, reducing the load on the origin.
What is a characteristic of loosely coupled architecture correct answer
Scaling is limited and complex.
Applications have single points of failure.
Servers are connected to one another.
Load balancers distribute the traffic. - correct answer Loosely coupled architecture uses
load balancers to distribute the traffic.
How does Amazon Simple Queue Service (SQS) handle messages correct answer
Data is replicated to multiple origins for resiliency.
Information is distributed using load balancing.
Data is delivered based on classification levels.
Information is encrypted and stored until it is processed and deleted. - correct answer
Amazon SQS will encrypt and store messages until they are processed and deleted.
What is a characteristic of microservices correct answer
White box
Tightly coupled
Centralized
Polyglot - correct answer Microservices can use a variety of tools to provide a service.
Polyglot
What is one of the tenets that define serverless architecture correct answer
Option to add fault tolerance
Extensive management
Pay by the server unit