LATEST 2025 WITH 250 REAL EXAM PREP QUESTIONS
AND CORRECT ANSWERS/ WGU D319 OBJECTIVE
ASSESSMENT 2025 (NEW!)
A fleet of Amazon Elastic Compute Cloud (Amazon EC2) instances launch in an Auto Scaling group.
The instances run an application that uses a custom protocol on TCP port 42000. Connections from
client systems on the internet must balance across the instances. Which load balancing solution
ensures the highest availability?
- Round-robin DNS
- Application Load Balancer
- Network Load Balancer
- Instance-based load balancer - ANSWER-Network Load Balancer
Users in location A connect to an application in Region A. Users in location B connect to the same
application in Region B. If the application in Region A becomes unhealthy, clients in location A must
be redirected to the application in Region B. Which solution can meet this requirement?
- Use an Application Load Balancer with Amazon CloudWatch alarms.
- Use geolocation routing with failover records in Amazon Route 53.
- Use latency-based routing in Amazon Route 53 with Amazon CloudWatch alarms.
- Use geoproximity routing and a Network Load Balancer that is attached to both Regions. -
ANSWER-Use geolocation routing with failover records in Amazon Route 53.
A company must build a highly available website that uses server-side scripts to serve dynamic
HTML. Which solution provides the highest availability for the least cost and complexity?
- An Auto Scaling group launches Amazon EC2 instances, which are served by an Application Load
Balancer. DNS name resolution points to the load balancer.
- Amazon S3 hosts the website. DNS name resolution points to the S3 bucket.
- An Auto Scalinq group launches Amazon EC2 instances, which are served by a Network Load
Balancer. Amazon Route 53 uses latency-based routing.
- A second web server is deployed in another Region. Amazon Route 53 uses failover routing for
disaster recovery (DR). - ANSWER-An Auto Scaling group launches Amazon EC2 instances, which
are served by an Application Load Balancer. DNS name resolution points to the load balancer.
,You have created an Amazon Web Services (AWS) account for your own personal development and
testing. You want your account to stay within the AWS Free Tier and to not generate unexpected
costs. Which approach will work and requires the least effort?
- Log in to the AWS Management Console each month and check your billing dashboard.
- Create a service control policy (SCP) to restrict all services that are not included in the AWS Free
Tier.
- Create an Amazon CloudWatch alarm to send you an email message when the account billing
exceeds $0.
- Create an Amazon CloudWatch metric to monitor account billing and limit it to $0. - ANSWER-
Create an Amazon CloudWatch alarm to send you an email message when the account billing
exceeds $0.
What are some reasons to use automation to provision resources? (Select TWO.)
- Lack of version control with manual processes
- Automation requirement for creating some resources
- Alignment with the reliability design principle
- Greater expense with manual processes
- Automation requirement for high availability - ANSWER-Lack of version control with manual
processes
Alignment with the reliability design principle
What is AWS CloudFormation?
- A package of all the information that is needed to launch an Amazon Elastic Compute Cloud
(Amazon EC2) instance
- A template that describes your infrastructure
- A description of best practices for designing an AWS implementation
- An AWS service that you can use to create, model, and manage AW3 resources - ANSWER-An
AWS service that you can use to create, model, and manage AW3 resources
What is the AWS CloudFormation Designer?
- A source code repository for AWS CloudFormation templates
- A tool for automating deployments
- A graphical design interface for creating AWS CloudFormation templates
,- A collection of reusable templates - ANSWER-A graphical design interface for creating AWS
CloudFormation templates
Which option is a good way to preview changes before implementing them in AWS CloudFormation
Designer?
- Create a change set.
- Run Update Stack.
- Run Detect Drift.
- Visually inspect the template. - ANSWER-Create a change set.
You want to quickly set up a secure implementation of an Amazon FSx for Windows File Server that
follows Amazon Web Services (AWS) best practices. Which solution should you use?
- An Amazon Machine Image (AMI) on AWS Marketplace
- AWS CloudFormation Designer
- An AWS Quick Start
- An AWS CloudFormation template that you downloaded from the internet - ANSWER-An AWS
Quick Start
A fleet of Amazon Elastic Compute Cloud (Amazon EC2) instances require application patches on a
regular schedule. Which approach is the most efficient?
- Create a scheduled task on each instance to download patches.
- Use an Amazon CloudWatch alarm to regularly relaunch instances by using a patched Amazon
Machine Image (AMI).
- Update the AWS CloudFormation stack.
- Create a maintenance window in AWS Systems Manager. - ANSWER-Create a maintenance
window in AWS Systems Manager.
What does AWS OpsWorks do? (Select THREE.)
- Provides managed Chef instances
- Automates operational tasks across AWS resources
- Provides managed Kubernetes clusters
- Automates server configuration, deployment, and management
- Provides managed Puppet instances
, - Automates containerized application deployment at scale - ANSWER-Provides managed Chef
instances
Automates server configuration, deployment, and management
Provides managed Puppet instances
What is AWS Elastic Beanstalk?
- An easy-to-use cloud platform that offers you everything that you need to build an application or
website, and a cost-effective, monthly plan
- An easy-to-use service for deploying and scaling web applications and services that are developed
with common web development languages and platforms
- A serverless compute engine for containers that works with both Amazon Elastic Container Service
(Amazon ECS) and Amazon Elastic Kubernetes Service (Amazon EXS)
- A set of tools and services that enable mobile and frontend web developers to build secure,
scalable, full-stack applications that are powered by AWS - ANSWER-An easy-to-use service for
deploying and scaling web applications and services that are developed with common web
development languages and platforms
A company wants to deploy their simple website in Amazon Web Services (AWS). It consists of HTML,
server-side PHP code, and client-side JavaScript code. The website must be highly available to a
global audience. What can you create that will provide the simplest method to bring the site online
quickly?
- A load-balanced environment in AWS Elastic Beanstalk
- An Amazon Simple Storage Service (Amazon S3) bucket with static web
- An AWS CloudFormation stack that deploys a highly available architecture in a virtual private cloud
(VPC)
- An AWS OpsWorks stack that deploys a highly available architecture in a virtual private cloud (VPC) -
ANSWER-A load-balanced environment in AWS Elastic Beanstalk
Several On-Demand Instances in Amazon Elastic Compute Cloud (Amazon EC2) must launch at
random times and run for limited durations. They must have application and package configurations
that are determined at launch time. Which solution provides the most efficient way to automatically
build these instances?
- Amazon Machine Imaqe (AMI)
- AWS CloudFormation
- AWS OpsWorks
- AWS Elastic Beanstalk - ANSWER-AWS OpsWorks