AWS Certified Cloud Practitioner Questions + Answers Part 2

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

AWS Certified Cloud Practitioner Questions + Answers Part 2

Post by answerhappygod »

Question 105 ( Topic 1 )
Which of the following services falls under the responsibility of the customer to maintain operating system configuration, security patching, and networking?
A. Amazon RDS
B. Amazon EC2
C. Amazon ElastiCache
D. AWS Fargate


Answer : B

Explanation:
The customer is responsible for managing, support, patching and control of the guest operating system and AWS services provided like EC2.
Reference:
https://www.whizlabs.com/blog/aws-secur ... nsibility/


Question 106 ( Topic 1 )
Which of the following is an important architectural design principle when designing cloud applications?
A. Use multiple Availability Zones.
B. Use tightly coupled components.
C. Use open source software.
D. Provision extra capacity.


Answer : A

Explanation:
Data Center resilience is practiced through Availability Zones across data centers that reduce the impact of failures.
Fault isolation improvement can be made to traditional horizontal scaling by sharding (a method of grouping instances into groups called shards, instead of sending the traffic from all users to every node like in the traditional IT structure.)
Reference:
https://www.botmetric.com/blog/aws-clou ... rinciples/
Question 107 ( Topic 1 )
Which AWS support plan includes a dedicated Technical Account Manager?
A. Developer
B. Enterprise
C. Business
D. Basic


Answer : B

Explanation:
The enterprise support plans supports technical account manager. Developer and business support plans are devoid of this facility.
Reference:
https://aws.amazon.com/premiumsupport/plans/
Question 108 ( Topic 1 )
Amazon Relational Database Service (Amazon RDS) offers which of the following benefits over traditional database management?
A. AWS manages the data stored in Amazon RDS tables.
B. AWS manages the maintenance of the operating system.
C. AWS automatically scales up instance types on demand.
D. AWS manages the database type.


Answer : B

Question 109 ( Topic 1 )
Which service is best for storing common database query results, which helps to alleviate database access load?
A. Amazon Machine Learning
B. Amazon SQS
C. Amazon ElastiCache
D. Amazon EC2 Instance Store


Answer : C

Explanation:
Amazon ElastiCache for Redis is a great choice for implementing a highly available, distributed, and secure in-memory cache to decrease access latency, increase throughput, and ease the load off your relational or NoSQL databases and applications. ElastiCache can serve frequently requested items at sub- millisecond response times, and enables you to easily scale for higher loads without growing the costlier backend databases. Database query results caching, persistent session caching, and full-page caching are all popular examples of caching with ElastiCache for Redis.
Reference:
https://aws.amazon.com/products/databas ... for-redis/
Question 110 ( Topic 1 )
Which of the following is a component of the shared responsibility model managed entirely by AWS?
A. Patching operating system software
B. Encrypting data
C. Enforcing multi-factor authentication
D. Auditing physical data center assets


Answer : D

Explanation:
Of course, Amazon is responsible for auditing physical data center assets and resources since it is the property of Amazon Inc. Customers have no access to physical sites, hence they are not responsible for maintaining physical data center assets.


Question 111 ( Topic 1 )
Which options does AWS make available for customers who want to learn about security in the cloud in an instructor-led setting? (Choose two.)
A. AWS Trusted Advisor
B. AWS Online Tech Talks
C. AWS Blog
D. AWS Forums
E. AWS Classroom Training


Answer : BE

Question 112 ( Topic 1 )
Which of the following features can be configured through the Amazon Virtual Private Cloud (Amazon VPC) Dashboard? (Choose two.)
A. Amazon CloudFront distributions
B. Amazon Route 53
C. Security Groups
D. Subnets
E. Elastic Load Balancing


Answer : CD

Explanation:
Amazon Virtual Private Cloud (Amazon VPC) lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define. You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets, and configuration of route tables and network gateways. You can use both IPv4 and IPv6 in your VPC for secure and easy access to resources and applications.
You can easily customize the network configuration for your Amazon VPC. For example, you can create a public-facing subnet for your web servers that has access to the Internet, and place your backend systems such as databases or application servers in a private-facing subnet with no Internet access. You can leverage multiple layers of security, including security groups and network access control lists, to help control access to Amazon EC2 instances in each subnet.
Reference:
https://aws.amazon.com/vpc/
Question 113 ( Topic 1 )
If each department within a company has its own AWS account, what is one way to enable consolidated billing?
A. Use AWS Budgets on each account to pay only to budget.
B. Contact AWS Support for a monthly bill.
C. Create an AWS Organization from the payer account and invite the other accounts to join.
D. Put all invoices into one Amazon Simple Storage Service (Amazon S3) bucket, load data into Amazon Redshift, and then run a billing report.


Answer : C

Reference:
https://docs.aws.amazon.com/awsaccountb ... lling.html
Question 114 ( Topic 1 )
How do customers benefit from Amazonג€™s massive economies of scale?
A. Periodic price reductions as the result of Amazonג€™s operational efficiencies
B. New Amazon EC2 instance types providing the latest hardware
C. The ability to scale up and down when needed
D. Increased reliability in the underlying hardware of Amazon EC2 instances


Answer : A

Question 115 ( Topic 1 )
Which AWS services can be used to gather information about AWS account activity? (Choose two.)
A. Amazon CloudFront
B. AWS Cloud9
C. AWS CloudTrail
D. AWS CloudHSM
E. Amazon CloudWatch


Answer : CE

Explanation:
AWS offers a solution that uses AWS CloudTrail to log account activity, Amazon Kinesis to compute and stream metrics in real-time, and Amazon DynamoDB to durably store the computed data. Metrics are calculated for create, modify, and delete API calls for more than 60 supported AWS services. The solution also features a dashboard that visualizes your account activity in real-time.
Reference:
https://aws.amazon.com/solutions/real-t ... -activity/

Question 116 ( Topic 1 )
Which of the following common IT tasks can AWS cover to free up company IT resources? (Choose two.)
A. Patching databases software
B. Testing application releases
C. Backing up databases
D. Creating database schema
E. Running penetration tests


Answer : AC

Question 117 ( Topic 1 )
In which scenario should Amazon EC2 Spot Instances be used?
A. A company wants to move its main website to AWS from an on-premises web server.
B. A company has a number of application services whose Service Level Agreement (SLA) requires 99.999% uptime.
C. A companyג€™s heavily used legacy database is currently running on-premises.
D. A company has a number of infrequent, interruptible jobs that are currently using On-Demand Instances.


Answer : D

Reference:
https://docs.aws.amazon.com/whitepapers ... tions.html
Question 118 ( Topic 1 )
Which AWS feature should a customer leverage to achieve high availability of an application?
A. AWS Direct Connect
B. Availability Zones
C. Data centers
D. Amazon Virtual Private Cloud (Amazon VPC)


Answer : B

Explanation:
This is to achieve High Availability for any web application (in this case SwiftCode) deployed in AWS. The following features will be present:
✑ High availability across multiple instances/multiple availability zones.
✑ Auto Scaling of instances (scale up and scale down) based on number of requests coming in
✑ Additional Security to the instances/database that are in production
✑ No impact to end users during newer version of code deployment
✑ No Impact during patching the instances
Reference:
https://betsol.com/2018/01/how-to-make- ... -services/
Question 119 ( Topic 1 )
Which is the minimum AWS Support plan that includes Infrastructure Event Management without additional costs?
A. Enterprise
B. Business
C. Developer
D. Basic


Answer : A

Question 120 ( Topic 1 )
Which AWS service can serve a static website?
A. Amazon S3
B. Amazon Route 53
C. Amazon QuickSight
D. AWS X-Ray


Answer : A

Explanation:
You can host a static website on Amazon Simple Storage Service (Amazon S3). On a static website, individual webpages include static content. They might also contain client-side scripts. By contrast, a dynamic website relies on server-side processing, including server-side scripts such as PHP, JSP, or ASP.NET. Amazon
S3 does not support server-side scripting.
Reference:
https://docs.aws.amazon.com/AmazonS3/la ... sting.html


Question 121 ( Topic 1 )
How does AWS shorten the time to provision IT resources?
A. It supplies an online IT ticketing platform for resource requests.
B. It supports automatic code validation services.
C. It provides the ability to programmatically provision existing resources.
D. It automates the resource request process from a companyג€™s IT vendor list.


Answer : C

Question 122 ( Topic 1 )
What can AWS edge locations be used for? (Choose two.)
A. Hosting applications
B. Delivering content closer to users
C. Running NoSQL database caching services
D. Reducing traffic on the server by caching responses
E. Sending notification messages to end users


Answer : BD

Explanation:
CloudFront delivers your content through a worldwide network of data centers called edge locations. When a user requests content that you're serving with
CloudFront, the user is routed to the edge location that provides the lowest latency (time delay), so that content is delivered with the best possible performance.
Reference:
https://docs.aws.amazon.com/AmazonCloud ... ction.html
Question 123 ( Topic 1 )
Which of the following can limit Amazon Simple Storage Service (Amazon S3) bucket access to specific users?
A. A public and private key-pair
B. Amazon Inspector
C. AWS Identity and Access Management (IAM) policies
D. Security Groups


Answer : C

Explanation:
To allow users to perform S3 actions on the bucket from the VPC endpoints or IP addresses, you must explicitly grant those user-level permissions. You can grant user-level permissions on either an AWS Identity and Access Management (IAM) policy or another statement in the bucket policy.
Reference:
https://aws.amazon.com/premiumsupport/k ... ic-vpc-ip/
Question 124 ( Topic 1 )
A solution that is able to support growth in users, traffic, or data size with no drop in performance aligns with which cloud architecture principle?
A. Think parallel
B. Implement elasticity
C. Decouple your components
D. Design for failure


Answer : B

Reference:
https://d1.awsstatic.com/whitepapers/AW ... ctices.pdf
Question 125 ( Topic 1 )
A company will be moving from an on-premises data center to the AWS Cloud.
What would be one financial difference after the move?
A. Moving from variable operational expense (opex) to upfront capital expense (capex).
B. Moving from upfront capital expense (capex) to variable capital expense (capex).
C. Moving from upfront capital expense (capex) to variable operational expense (opex).
D. Elimination of upfront capital expense (capex) and elimination of variable operational expense (opex).


Answer : C

Question 126 ( Topic 1 )
How should a customer forecast the future costs for running a new web application?
A. Amazon Aurora Backtrack
B. Amazon CloudWatch Billing Alarms
C. AWS Simple Monthly Calculator
D. AWS Cost and Usage report


Answer : C

Explanation:
You can use Cost explorer which is part of Cost and Usage report to forecast future costs of running an application.
Reference:
https://docs.aws.amazon.com/awsaccountb ... ecast.html
Question 127 ( Topic 1 )
Which is the MINIMUM AWS Support plan that provides technical support through phone calls?
A. Enterprise
B. Business
C. Developer
D. Basic


Answer : B

Reference:
https://aws.amazon.com/premiumsupport/plans/
Question 128 ( Topic 1 )
Which of the following tasks is the responsibility of AWS?
A. Encrypting client-side data
B. Configuring AWS Identity and Access Management (IAM) roles
C. Securing the Amazon EC2 hypervisor
D. Setting user password policies


Answer : C

Explanation:
In EC2, the AWS IaaS offering, everything from the hypervisor layer down is AWSג€™s responsibility. A customerג€™s poorly coded applications, misconfigured operating systems, or insecure firewall settings will not affect the hypervisor, it will only affect the customerג€™s virtual machines running on that hypervisor.
Reference:
https://www.mindpointgroup.com/blog/the ... the-cloud/
Question 129 ( Topic 1 )
One benefit of On-Demand Amazon Elastic Compute Cloud (Amazon EC2) pricing is:
A. the ability to bid for a lower hourly cost.
B. paying a daily rate regardless of time used.
C. paying only for time used.
D. pre-paying for instances and paying a lower hourly rate.


Answer : C

Explanation:
On-Demand Capacity Reservations are priced exactly the same as their equivalent (On-Demand) instance usage. If a Capacity Reservation is fully utilized, you only pay for instance usage and nothing towards the Capacity Reservation. If a Capacity Reservation is partially utilized, you pay for the instance usage and for the unused portion of the Capacity Reservation.
Reference:
https://aws.amazon.com/ec2/pricing/on-demand/
Question 130 ( Topic 1 )
An administrator needs to rapidly deploy a popular IT solution and start using it immediately.
Where can the administrator find assistance?
A. AWS Well-Architected Framework documentation
B. Amazon CloudFront
C. AWS CodeCommit
D. AWS Quick Start reference deployments


Answer : D

Explanation:
Quick Starts are built by AWS solutions architects and partners to help you deploy popular technologies on AWS, based on AWS best practices for security and high availability. These accelerators reduce hundreds of manual procedures into just a few steps, so you can build your production environment quickly and start using it immediately.
Reference:
https://aws.amazon.com/quickstart/?quic ... order=desc


Question 131 ( Topic 1 )
Which of the following services is in the category of AWS serverless platform?
A. Amazon EMR
B. Elastic Load Balancing
C. AWS Lambda
D. AWS Mobile Hub


Answer : C

Explanation:
AWS provides a set of fully managed services that you can use to build and run serverless applications. Serverless applications donג€™t require provisioning, maintaining, and administering servers for backend components such as compute, databases, storage, stream processing, message queueing, and more. You also no longer need to worry about ensuring application fault tolerance and availability. Instead, AWS handles all of these capabilities for you. Serverless platform includes: AWS lambda, Amazon S3, DynamoDB, API gateway, Amazon SNS, AWS step functions, Amazon kinesis and developing tools and services.
Reference:
https://aws.amazon.com/serverless/
Question 132 ( Topic 1 )
Which services are parts of the AWS serverless platform?
A. Amazon EC2, Amazon S3, Amazon Athena
B. Amazon Kinesis, Amazon SQS, Amazon EMR
C. AWS Step Functions, Amazon DynamoDB, Amazon SNS
D. Amazon Athena, Amazon Cognito, Amazon EC2


Answer : C

Explanation:
AWS provides a set of fully managed services that you can use to build and run serverless applications. Serverless applications donג€™t require provisioning, maintaining, and administering servers for backend components such as compute, databases, storage, stream processing, message queueing, and more. You also no longer need to worry about ensuring application fault tolerance and availability. Instead, AWS handles all of these capabilities for you. Serverless platform includes: AWS lambda, Amazon S3, DynamoDB, API gateway, Amazon SNS, AWS step functions, Amazon kinesis and developing tools and services.
Reference:
https://aws.amazon.com/serverless/
Question 133 ( Topic 1 )
According to the AWS shared responsibility model, what is the sole responsibility of AWS?
A. Application security
B. Edge location management
C. Patch management
D. Client-side data


Answer : B

Explanation:
Client-side data, application security is the sole responsibility of the customer. Patch management is a shared responsibility. That leaves us with edge location management and since this out of the control of the customer, AWS is the one responsible for it.
Reference:
https://aws.amazon.com/compliance/share ... ity-model/
Question 134 ( Topic 1 )
Which AWS IAM feature is used to associate a set of permissions with multiple users?
A. Multi-factor authentication
B. Groups
C. Password policies
D. Access keys


Answer : B

Explanation:
An IAM group is a collection of IAM users. You can use groups to specify permissions for a collection of users, which can make those permissions easier to manage for those users. For example, you could have a group called Admins and give that group the types of permissions that administrators typically need.
Reference:
https://docs.aws.amazon.com/IAM/latest/ ... de/id.html
Question 135 ( Topic 1 )
Which of the following are benefits of the AWS Cloud? (Choose two.)
A. Unlimited uptime
B. Elasticity
C. Agility
D. Colocation
E. Capital expenses


Answer : BC

Explanation:
The most celebrated benefit of AWS cloud is elasticity since you can expand the services when you experience more traffic.
Agile developments in AWS Cloud through strategies are day by day becoming more established within the enterprises across the world. With so much improvement and call for optimization in the cloud, it is necessary that these strategies get established from the ground up within the organizations. It is highly important as already enterprises have a lot of bequest, politics and hierarchies which act as barriers in their businesses.
Reference:
https://www.botmetric.com/blog/evolutio ... aws-cloud/


Question 136 ( Topic 1 )
Which of the following can a customer use to enable single sign-on (SSO) to the AWS Console?
A. Amazon Connect
B. AWS Directory Service
C. Amazon Pinpoint
D. Amazon Rekognition


Answer : B

Explanation:
Single sign-on only works when used on a computer that is joined to the AWS Directory Service directory. It cannot be used on computers that are not joined to the directory.
Reference:
https://docs.aws.amazon.com/directoryse ... gn_on.html
Question 137 ( Topic 1 )
What are the multiple, isolated locations within an AWS Region that are connected by low-latency networks called?
A. AWS Direct Connects
B. Amazon VPCs
C. Edge locations
D. Availability Zones


Answer : D

Explanation:
Each Region is completely independent. Each Availability Zone is isolated, but the Availability Zones in a Region are connected through low-latency links. A Local
Zone is an AWS infrastructure deployment that places select services closer to your end users. A Local Zone is an extension of a Region that is in a different location from your Region. It provides a high-bandwidth backbone to the AWS infrastructure and is ideal for latency-sensitive applications, for example machine learning.
Reference:
https://docs.aws.amazon.com/AWSEC2/late ... zones.html
Question 138 ( Topic 1 )
Which of the following benefits does the AWS Compliance program provide to AWS customers? (Choose two.)
A. It verifies that hosted workloads are automatically compliant with the controls of supported compliance frameworks.
B. AWS is responsible for the maintenance of common compliance framework documentation.
C. It assures customers that AWS is maintaining physical security and data protection.
D. It ensures the use of compliance frameworks that are being used by other cloud providers.
E. It will adopt new compliance frameworks as they become relevant to customer workloads.


Answer : BC

Reference:
https://d0.awsstatic.com/whitepapers/co ... epaper.pdf
Question 139 ( Topic 1 )
Which of the following services provides on-demand access to AWS compliance reports?
A. AWS IAM
B. AWS Artifact
C. Amazon GuardDuty
D. AWS KMS


Answer : B

Explanation:
AWS Artifact is your go-to, central resource for compliance-related information that matters to you. It provides on-demand access to AWSג€™ security and compliance reports and select online agreements. Reports available in AWS Artifact include our Service Organization Control (SOC) reports, Payment Card
Industry (PCI) reports, and certifications from accreditation bodies across geographies and compliance verticals that validate the implementation and operating effectiveness of AWS security controls. Agreements available in AWS Artifact include the Business Associate Addendum (BAA) and the Nondisclosure Agreement
(NDA).
Reference:
https://aws.amazon.com/artifact/
Question 140 ( Topic 1 )
As part of the AWS shared responsibility model, which of the following operational controls do users fully inherit from AWS?
A. Security management of data center
B. Patch management
C. Configuration management
D. User and access management


Answer : A

Reference:
https://aws.amazon.com/compliance/share ... ity-model/


Question 141 ( Topic 1 )
When comparing AWS Cloud with on-premises Total Cost of Ownership, which expenses must be considered? (Choose two.)
A. Software development
B. Project management
C. Storage hardware
D. Physical servers
E. Antivirus software license


Answer : CD

Reference:
https://aws.amazon.com/blogs/aws/the-ne ... alculator/
Question 142 ( Topic 1 )
Under the shared responsibility model, which of the following tasks are the responsibility of the customer? (Choose two.)
A. Maintaining the underlying Amazon EC2 hardware.
B. Managing the VPC network access control lists.
C. Encrypting data in transit and at rest.
D. Replacing failed hard disk drives.
E. Deploying hardware in different Availability Zones.


Answer : BC

Explanation:
The hardware related jobs is the prime responsibility of AWS. VPC network access control lists is something a customer has to do himself to secure the applications. Encrypting data in transit and at rest is a shared responsibility in which AWS plays a part. All hardware related jobs have nothing to do with the customer.
Reference:
https://dzone.com/articles/aws-shared-r ... d-security
Question 143 ( Topic 1 )
Which scenarios represent the concept of elasticity on AWS? (Choose two.)
A. Scaling the number of Amazon EC2 instances based on traffic.
B. Resizing Amazon RDS instances as business needs change.
C. Automatically directing traffic to less-utilized Amazon EC2 instances.
D. Using AWS compliance documents to accelerate the compliance process.
E. Having the ability to create and govern environments using code.


Answer : AB

Reference:
https://wa.aws.amazon.com/wat.concept.e ... ty.en.html
Question 144 ( Topic 1 )
When is it beneficial for a company to use a Spot Instance?
A. When there is flexibility in when an application needs to run.
B. When there are mission-critical workloads.
C. When dedicated capacity is needed.
D. When an instance should not be stopped.


Answer : A

Explanation:
The key to understanding spot instances is to look at the way that cloud service providers such as Amazon Web Services (AWS) operate. Cloud service providers invest in hardware resources and then release those resources (often on a per-hour basis) to subscribers. One of the problems with this business model, however, is that at any given time, there are likely to be compute resources that are not being utilized. These resources represent hardware capacity that AWS has paid for but are sitting idle, and not making AWS any money at the moment.
Rather than allowing these computing resources to go to waste, AWS offers them at a substantially discounted rate, with the understanding that if someone needs those resources for running a normal EC2 instance, that instance will take priority over spot instances that are using the hardware resources at a discounted rate.
In fact, spot instances will be stopped if the resources are needed elsewhere.
Reference:
https://awsinsider.net/articles/2017/09 ... rimer.aspx
Question 145 ( Topic 1 )
A company is considering moving its on-premises data center to AWS.
What factors should be included in doing a Total Cost of Ownership (TCO) analysis? (Choose two.)
A. Amazon EC2 instance availability
B. Power consumption of the data center
C. Labor costs to replace old servers
D. Application developer time
E. Database engine capacity


Answer : BC


Question 146 ( Topic 1 )
How does AWS charge for AWS Lambda?
A. Users bid on the maximum price they are willing to pay per hour.
B. Users choose a 1-, 3- or 5-year upfront payment term.
C. Users pay for the required permanent storage on a file system or in a database.
D. Users pay based on the number of requests and consumed compute resources.


Answer : D

Explanation:
AWS Lambda is charging its users by the number of requests for their functions and by the duration, which is the time the code needs to execute. When code starts running in response to an event, AWS Lambda counts a request. It will charge the total number of requests across all of the functions used. Duration is calculated by the time when your code started executing until it returns or until it is terminated, rounded up near to 100ms. The AWS Lambda pricing depends on the amount of memory that the user used to allocate to the function.
Reference:
https://dashbird.io/blog/aws-lambda-pri ... explained/
Question 147 ( Topic 1 )
What function do security groups serve related to Amazon Elastic Compute Cloud (Amazon EC2) instance security?
A. Act as a virtual firewall for the Amazon EC2 instance.
B. Secure AWS user accounts with AWS Identity and Access Management (IAM) policies.
C. Provide DDoS protection with AWS Shield.
D. Use Amazon CloudFront to protect the Amazon EC2 instance.


Answer : A

Explanation:
AWS Security Groups act like a firewall for your Amazon EC2 instances controlling both inbound and outbound traffic. When you launch an instance on Amazon
EC2, you need to assign it to a particular security group.
After that, you can set up ports and protocols, which remain open for users and computers over the internet.
AWS Security Groups are very flexible. You can use the default security group and still customize it according to your liking (although we donג€™t recommend this practice because groups should be named according to their purpose.) Or you can create a security group that you want for your specific applications. To do this, you can write the corresponding code or use the Amazon EC2 console to make the process easier.
Reference:
https://www.threatstack.com/blog/aws-se ... ut-of-them
Question 148 ( Topic 1 )
Which disaster recovery scenario offers the lowest probability of down time?
A. Backup and restore
B. Pilot light
C. Warm standby
D. Multi-site active-active


Answer : D

Explanation:
✑ Backup and Restore: a simple, straightforward, cost-effective method that backs up and restores data as needed. Keep in mind that because none of your data is on standby, this method, while cheap, can be quite time-consuming.
✑ Pilot Light: This method keeps critical applications and data at the ready so that it can be quickly retrieved if needed.
✑ Warm Standby: This method keeps a duplicate version of your businessג€™ core elements running on standby at all times, which makes for a little downtime and an almost seamless transition.
✑ Multi-Site Solution: Also known as a Hot Standby, this method fully replicates your companyג€™s data/applications between two or more active locations and splits your traffic/usage between them. If a disaster strikes, everything is simply rerouted to the unaffected area, which means youג€™ll suffer almost zero downtime. However, by running two separate environments simultaneously, you will obviously incur much higher costs.
Reference:
https://cloudranger.com/best-practices- ... -planning/
Question 149 ( Topic 1 )
What will help a company perform a cost benefit analysis of migrating to the AWS Cloud?
A. Cost Explorer
B. AWS Total Cost of Ownership (TCO) Calculator
C. AWS Simple Monthly Calculator
D. AWS Trusted Advisor


Answer : B

Explanation:
AWS TCO calculators allow you to estimate the cost savings when using AWS and provide a detailed set of reports that can be used in executive presentations.
The calculators also give you the option to modify assumptions that best meet your business needs.
Reference:
https://aws.amazon.com/tco-calculator/
Question 150 ( Topic 1 )
Which of the following provides the ability to share the cost benefits of Reserved Instances across AWS accounts?
A. AWS Cost Explorer between AWS accounts
B. Linked accounts and consolidated billing
C. Amazon Elastic Compute Cloud (Amazon EC2) Reserved Instance Utilization Report
D. Amazon EC2 Instance Usage Report between AWS accounts


Answer : B

Explanation:
The way that Reserved Instance discounts apply to accounts in an organization's consolidated billing family depends on whether Reserved Instance sharing is turned on or off for the account. By default, Reserved Instance sharing for all accounts in an organization is turned on. You can change this setting by Turning Off
Reserved Instance Sharing for an account.
The capacity reservation for a Reserved Instance applies only to the account the Reserved Instance was purchased on, regardless of whether Reserved Instance sharing is turned on or off.
Reference:
https://aws.amazon.com/premiumsupport/k ... d-billing/


Question 151 ( Topic 1 )
A company has multiple AWS accounts and wants to simplify and consolidate its billing process.
Which AWS service will achieve this?
A. AWS Cost and Usage Reports
B. AWS Organizations
C. AWS Cost Explorer
D. AWS Budgets


Answer : B

Explanation:
You can use the consolidated billing feature in AWS Organizations to consolidate billing and payment for multiple AWS accounts or multiple Amazon Internet
Services Pvt. Ltd (AISPL) accounts. Every organization in AWS Organizations has a master (payer) account that pays the charges of all the member (linked) accounts.
Reference:
https://docs.aws.amazon.com/awsaccountb ... lling.html
Question 152 ( Topic 1 )
A company is designing an application hosted in a single AWS Region serving end-users spread across the world. The company wants to provide the end-users low latency access to the application data.
Which of the following services will help fulfill this requirement?
A. Amazon CloudFront
B. AWS Direct Connect
C. Amazon Route 53 global DNS
D. Amazon Simple Storage Service (Amazon S3) transfer acceleration


Answer : A

Explanation:
Use AWS Local Zones to deploy workloads closer to your end-users for low-latency requirements. AWS Local Zones have their own connection to the internet and support AWS Direct Connect, so resources created in the Local Zone can serve local end-users with very low-latency communications.nation
Reference:
https://aws.amazon.com/about-aws/global ... ones/faqs/
Question 153 ( Topic 1 )
Which of the following deployment models enables customers to fully trade their capital IT expenses for operational expenses?
A. On-premises
B. Hybrid
C. Cloud
D. Platform as a service


Answer : C

Explanation:
The cloud allows you to trade capital expenses (such as data centers and physical servers) for variable expenses, and only pay for IT as you consume it. Plus, the variable expenses are much lower than what you would pay to do it yourself because of the economies of scale.
Reference:
https://aws.amazon.com/what-is-cloud-computing/
Question 154 ( Topic 1 )
How is asset management on AWS easier than asset management in a physical data center?
A. AWS provides a Configuration Management Database that users can maintain.
B. AWS performs infrastructure discovery scans on the customerג€™s behalf.
C. Amazon EC2 automatically generates an asset report and places it in the customerג€™s specified Amazon S3 bucket.
D. Users can gather asset metadata reliably with a few API calls.


Answer : B

Explanation:
AWS assets are centrally managed through an inventory management system that stores and tracks owner, location, status, maintenance, and descriptive information for AWS-owned assets. Following procurement, assets are scanned and tracked, and assets undergoing maintenance are checked and monitored for ownership, status, and resolution.
Reference:
https://aws.amazon.com/compliance/data-center/controls/
Question 155 ( Topic 1 )
What feature of Amazon RDS helps to create globally redundant databases?
A. Snapshots
B. Automatic patching and updating
C. Cross-Region read replicas
D. Provisioned IOPS


Answer : C

Reference:
https://aws.amazon.com/blogs/aws/cross- ... for-mysql/


Question 156 ( Topic 1 )
Using AWS Identity and Access Management (IAM) to grant access only to the resources needed to perform a task is a concept known as:
A. restricted access.
B. as-needed access.
C. least privilege access.
D. token access.


Answer : C

Explanation:
When you create IAM policies, follow the standard security advice of granting least privilege, or granting only the permissions required to perform a task.
Determine what users (and roles) need to do and then craft policies that allow them to perform only those tasks.
Reference:
https://docs.aws.amazon.com/IAM/latest/ ... tices.html
Question 157 ( Topic 1 )
Which methods can be used to identify AWS costs by departments? (Choose two.)
A. Enable multi-factor authentication for the AWS account root user.
B. Create separate accounts for each department.
C. Use Reserved Instances whenever possible.
D. Use tags to associate each instance with a particular department.
E. Pay bills using purchase orders.


Answer : BD

Question 158 ( Topic 1 )
Under the AWS shared responsibility model, customer responsibilities include which one of the following?
A. Securing the hardware, software, facilities, and networks that run all products and services.
B. Providing certificates, reports, and other documentation directly to AWS customers under NDA.
C. Configuring the operating system, network, and firewall.
D. Obtaining industry certifications and independent third-party attestations.


Answer : C

Reference:
https://aws.amazon.com/compliance/share ... ity-model/
Question 159 ( Topic 1 )
Which managed AWS service provides real-time guidance on AWS security best practices?
A. AWS X-Ray
B. AWS Trusted Advisor
C. Amazon CloudWatch
D. AWS Systems Manager


Answer : B

Explanation:
AWS offers premium services such as AWS Trusted Advisor, which provides real-time guidance to help you reduce cost, increase performance, and improve security.
Reference:
https://www.ibm.com/downloads/cas/2N40X4PQ
Question 160 ( Topic 1 )
Which feature adds elasticity to Amazon EC2 instances to handle the changing demand for workloads?
A. Resource groups
B. Lifecycle policies
C. Application Load Balancer
D. Amazon EC2 Auto Scaling


Answer : D

Explanation:
Support for monitoring the health of each service independently, as health checks are defined at the target group level and many CloudWatch metrics are reported at the target group level. Attaching a target group to an Auto Scaling group enables you to scale each service dynamically based on demand.
Reference:
https://docs.aws.amazon.com/elasticload ... ction.html

Question 161 ( Topic 1 )
Under the AWS shared responsibility model, customers are responsible for which aspects of security in the cloud? (Choose two.)
A. Virtualization Management
B. Hardware management
C. Encryption management
D. Facilities management
E. Firewall management


Answer : CE

Explanation:
With the basic Cloud infrastructure secured and maintained by AWS, the responsibility for what goes into the cloud falls on you. This covers both client and server side encryption and network traffic protection, security of the operating system, network, and firewall configuration, followed by application security and identity and access management.
Firewall configuration remains the responsibility of the end user, which integrates at the platform and application management level. For example, RDS utilizes security groups, which you would be responsible for configuring and implementing.
Reference:
https://cloudacademy.com/blog/aws-share ... -security/
Question 162 ( Topic 1 )
Which AWS hybrid storage service enables your on-premises applications to seamlessly use AWS Cloud storage through standard file-storage protocols?
A. AWS Direct Connect
B. AWS Snowball
C. AWS Storage Gateway
D. AWS Snowball Edge


Answer : C

Explanation:
The AWS Storage Gateway service enables hybrid cloud storage between on-premises environments and the AWS Cloud. It seamlessly integrates on-premises enterprise applications and workflows with Amazonג€™s block and object cloud storage services through industry standard storage protocols. It provides low-latency performance by caching frequently accessed data on premises, while storing data securely and durably in Amazon cloud storage services. It provides an optimized data transfer mechanism and bandwidth management, which tolerates unreliable networks and minimizes the amount of data being transferred. It brings the security, manageability, durability, and scalability of AWS to existing enterprise environments through native integration with AWS encryption, identity management, monitoring, and storage services. Typical use cases include backup and archiving, disaster recovery, moving data to S3 for in-cloud workloads, and tiered storage.
Reference:
https://aws.amazon.com/storagegateway/faqs/
Question 163 ( Topic 1 )
What is a responsibility of AWS in the shared responsibility model?
A. Updating the network ACLs to block traffic to vulnerable ports.
B. Patching operating systems running on Amazon EC2 instances.
C. Updating the firmware on the underlying EC2 hosts.
D. Updating the security group rules to block traffic to the vulnerable ports.


Answer : C

Reference:
https://cloudacademy.com/blog/aws-share ... -security/
Question 164 ( Topic 1 )
Which architectural principle is used when deploying an Amazon Relational Database Service (Amazon RDS) instance in Multiple Availability Zone mode?
A. Implement loose coupling.
B. Design for failure.
C. Automate everything that can be automated.
D. Use services, not servers.


Answer : B

Explanation:
Amazon RDS Multi-AZ deployments provide enhanced availability and durability for Database (DB) Instances, making them a natural fit for production database workloads. When you provision a Multi-AZ DB Instance, Amazon RDS automatically creates a primary DB Instance and synchronously replicates the data to a standby instance in a different Availability Zone (AZ). Each AZ runs on its own physically distinct, independent infrastructure, and is engineered to be highly reliable. In case of an infrastructure failure, Amazon RDS performs an automatic failover to the standby (or to a read replica in the case of Amazon Aurora), so that you can resume database operations as soon as the failover is complete. Since the endpoint for your DB Instance remains the same after a failover, your application can resume database operation without the need for manual administrative intervention.
Reference:
https://aws.amazon.com/rds/details/multi-az/
Question 165 ( Topic 1 )
What does it mean to grant least privilege to AWS IAM users?
A. It is granting permissions to a single user only.
B. It is granting permissions using AWS IAM policies only.
C. It is granting AdministratorAccess policy permissions to trustworthy users.
D. It is granting only the permissions required to perform a given task.


Answer : D

Explanation:
When you create IAM policies, follow the standard security advice of granting least privilege, or granting only the permissions required to perform a task.
Determine what users (and roles) need to do and then craft policies that allow them to perform only those tasks.
Reference:
https://docs.aws.amazon.com/IAM/latest/ ... -privilege


Question 166 ( Topic 1 )
What is a benefit of loose coupling as a principle of cloud architecture design?
A. It facilitates low-latency request handling.
B. It allows applications to have dependent workflows.
C. It prevents cascading failures between different components.
D. It allows companies to focus on their physical data center operations.


Answer : C

Explanation:
IT systems should ideally be designed in a way that reduces inter-dependencies. Your components need to be loosely coupled to avoid changes or failure in one of the components from affecting others.
Your infrastructure also needs to have well defined interfaces that allow the various components to interact with each other only through specific, technology- agnostic interfaces. Modifying any underlying operations without affecting other components should be made possible.
Reference:
https://www.botmetric.com/blog/aws-clou ... rinciples/
Question 167 ( Topic 1 )
A director has been tasked with investigating hybrid cloud architecture. The company currently accesses AWS over the public internet.
Which service will facilitate private hybrid connectivity?
A. Amazon Virtual Private Cloud (Amazon VPC) NAT Gateway
B. AWS Direct Connect
C. Amazon Simple Storage Service (Amazon S3) Transfer Acceleration
D. AWS Web Application Firewall (AWS WAF)


Answer : B

Explanation:
Amazon VPC provides multiple network connectivity options for you to leverage depending on your current network designs and requirements. These connectivity options include leveraging either the internet or an AWS Direct Connect connection as the network backbone and terminating the connection into either AWS or user-managed network endpoints. Additionally, with AWS, you can choose how network routing is delivered between Amazon VPC and your networks, leveraging either AWS or user-managed network equipment and routes.
Reference:
https://docs.aws.amazon.com/whitepapers ... ction.html
Question 168 ( Topic 1 )
A companyג€™s web application currently has tight dependencies on underlying components, so when one component fails the entire web application fails.
Applying which AWS Cloud design principle will address the current design issue?
A. Implementing elasticity, enabling the application to scale up or scale down as demand changes.
B. Enabling several EC2 instances to run in parallel to achieve better performance.
C. Focusing on decoupling components by isolating them and ensuring individual components can function when other components fail.
D. Doubling EC2 computing resources to increase system fault tolerance.


Answer : C

Question 169 ( Topic 1 )
How can a customer increase security to AWS account logons? (Choose two.)
A. Configure AWS Certificate Manager
B. Enable Multi-Factor Authentication (MFA)
C. Use Amazon Cognito to manage access
D. Configure a strong password policy
E. Enable AWS Organizations


Answer : BC

Explanation:
Your root account should always be protected by Multi-Factor Authentication (MFA). This additional layer of security helps protect against unauthorized logins to your account by requiring two factors: something you know (a password) and something you have (for example, an MFA device). AWS supports virtual and hardware MFA devices and U2F security keys.
Cognito can be used as an Identity Provider (IdP), where it stores and maintains users and credentials securely for your applications, or it can be integrated with
OpenID Connect, SAML, and other popular web identity providers like Amazon.com.
Using Amazon Cognito, you can generate temporary access credentials for your clients to access AWS services, eliminating the need to store long-term credentials in client applications.
Reference:
https://aws.amazon.com/blogs/security/g ... ic-access/
Question 170 ( Topic 1 )
What AWS service would be used to centrally manage AWS access across multiple accounts?
A. AWS Service Catalog
B. AWS Config
C. AWS Trusted Advisor
D. AWS Organizations


Answer : D

Explanation:
To improve control over your AWS environment, you can use AWS Organizations to create groups of accounts, and then attach policies to a group to ensure the correct policies are applied across the accounts without requiring custom scripts and manual processes.
Reference:
https://aws.amazon.com/organizations/


Question 171 ( Topic 1 )
Which AWS service can a customer use to set up an alert notification when the account is approaching a particular dollar amount?
A. AWS Cost and Usage reports
B. AWS Budgets
C. AWS Cost Explorer
D. AWS Trusted Advisor


Answer : B

Reference:
https://docs.aws.amazon.com/AmazonCloud ... watch.html
Question 172 ( Topic 1 )
What can users access from AWS Artifact?
A. AWS security and compliance documents
B. A download of configuration management details for all AWS resources
C. Training materials for AWS services
D. A security assessment of the applications deployed in the AWS Cloud


Answer : A

Explanation:
You can use AWS Artifact Reports to download AWS security and compliance documents, such as AWS ISO certifications, Payment Card Industry (PCI), and
System and Organization Control (SOC) reports.
Reference:
https://aws.amazon.com/artifact/faq/
Question 173 ( Topic 1 )
What is the MINIMUM AWS Support plan that provides designated Technical Account Managers?
A. Enterprise
B. Business
C. Developer
D. Basic


Answer : A

Reference:
https://aws.amazon.com/premiumsupport/plans/
Question 174 ( Topic 1 )
Which of the following is an AWS Well-Architected Framework design principle related to reliability?
A. Deployment to a single Availability Zone
B. Ability to recover from failure
C. Design for cost optimization
D. Perform operations as code


Answer : B

Reference:
https://aws.amazon.com/blogs/apn/the-5- ... framework/
Question 175 ( Topic 1 )
Which type of AWS storage is ephemeral and is deleted when an instance is stopped or terminated?
A. Amazon EBS
B. Amazon EC2 instance store
C. Amazon EFS
D. Amazon S3


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.
Reference:
https://docs.aws.amazon.com/AWSEC2/late ... orage.html


Question 176 ( Topic 1 )
What is an advantage of using the AWS Cloud over a traditional on-premises solution?
A. Users do not have to guess about future capacity needs.
B. Users can utilize existing hardware contracts for purchases.
C. Users can fix costs no matter what their traffic is.
D. Users can avoid audits by using reports from AWS.


Answer : A

Reference:
https://data-flair.training/blogs/aws-advantages/
Question 177 ( Topic 1 )
Which of the following is an AWS-managed compute service?
A. Amazon SWF
B. Amazon EC2
C. AWS Lambda
D. Amazon Aurora


Answer : B

Question 178 ( Topic 1 )
Which of the following is an important architectural principle when designing cloud applications?
A. Store data and backups in the same region.
B. Design tightly coupled system components.
C. Avoid multi-threading.
D. Design for failure.


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 failures
Reference:
https://aws.amazon.com/blogs/apn/the-5- ... framework/
Question 179 ( Topic 1 )
Which mechanism allows developers to access AWS services from application code?
A. AWS Software Development Kit
B. AWS Management Console
C. AWS CodePipeline
D. AWS Config


Answer : A

Reference:
https://aws.amazon.com/tools/
Question 180 ( Topic 1 )
Which Amazon EC2 pricing model is the MOST cost efficient for an uninterruptible workload that runs once a year for 24 hours?
A. On-Demand Instances
B. Reserved Instances
C. Spot Instances
D. Dedicated Instances


Answer : A

Explanation:
With On-Demand instances, you pay for compute capacity by the hour or the second depending on which instances you run. No longer-term commitments or upfront payments are needed. You can increase or decrease your compute capacity depending on the demands of your application and only pay the specified per hourly rates for the instance you use.
Reference:
https://aws.amazon.com/ec2/pricing/


Question 181 ( Topic 1 )
Which of the following services is a MySQL-compatible database that automatically grows storage as needed?
A. Amazon Elastic Compute Cloud (Amazon EC2)
B. Amazon Relational Database Service (Amazon RDS) for MySQL
C. Amazon Lightsail
D. Amazon Aurora


Answer : D

Explanation:
Amazon Aurora is a relational database service that combines the speed and availability of high-end commercial databases with the simplicity and cost- effectiveness of open source databases. The MySQL-compatible edition of Aurora delivers up to 5X the throughput of standard MySQL running on the same hardware, and enables existing MySQL applications and tools to run without requiring modification.
Amazon Aurora will automatically grow the size of your database volume as your database storage needs grow. Your volume will grow in increments of 10 GB up to a maximum of 64 TB. You don't need to provision excess storage for your database to handle future growth.
Reference:
https://aws.amazon.com/rds/aurora/mysql-features/
Question 182 ( Topic 1 )
Which Amazon Virtual Private Cloud (Amazon VPC) feature enables users to connect two VPCs together?
A. Amazon VPC endpoints
B. Amazon Elastic Compute Cloud (Amazon EC2) ClassicLink
C. Amazon VPC peering
D. AWS Direct Connect


Answer : C

Explanation:
A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses. Instances in either VPC can communicate with each other as if they are within the same network. You can create a VPC peering connection between your own VPCs, or with a VPC in another AWS account. The VPCs can be in different regions (also known as an inter-region VPC peering connection).
Reference:
https://docs.aws.amazon.com/vpc/latest/ ... ering.html
Question 183 ( Topic 1 )
Which serviceג€™s PRIMARY purpose is software version control?
A. Amazon CodeStar
B. AWS Command Line Interface (AWS CLI)
C. Amazon Cognito
D. AWS CodeCommit


Answer : D

Explanation:
AWS CodeCommit is a version control service hosted by Amazon Web Services that you can use to privately store and manage assets (such as documents, source code, and binary files) in the cloud.
Reference:
https://docs.aws.amazon.com/codecommit/ ... lcome.html
Question 184 ( Topic 1 )
A company is considering migrating its applications to AWS. The company wants to compare the cost of running the workload on-premises to running the equivalent workload on the AWS platform.
Which tool can be used to perform this comparison?
A. AWS Simple Monthly Calculator
B. AWS Total Cost of Ownership (TCO) Calculator
C. AWS Billing and Cost Management console
D. Cost Explorer


Answer : B

Explanation:
TCO calculator compare the cost of running your applications in an on-premises or colocation environment to AWS.
Reference:
https://awstcocalculator.com
Question 185 ( Topic 1 )
Which AWS service provides a secure, fast, and cost-effective way to migrate or transport exabyte-scale datasets into AWS?
A. AWS Batch
B. AWS Snowball
C. AWS Migration Hub
D. AWS Snowmobile


Answer : D

Explanation:
AWS Snowmobile is an exabyte-scale data transfer service that can move extremely large amounts of data to AWS in a fast, secure, and cost-effective manner.
You can transfer up to 100PB per Snowmobile, a 45-foot long ruggedized shipping container, pulled by a semi-trailer truck. Snowmobile makes it easy to move massive volumes of data to the cloud, including video libraries, image repositories, or even a complete data center migration. All data is encrypted with 256-bit encryption and you can manage your encryption keys with AWS Key Management Service (AWS KMS). Snowmobile includes GPS tracking, alarm monitoring,
24/7 video surveillance and an optional escort security vehicle while in transit.
Reference:
https://aws.amazon.com/about-aws/whats- ... nowmobile/


Question 186 ( Topic 1 )
Which of the following BEST describe the AWS pricing model? (Choose two.)
A. Fixed-term
B. Pay-as-you-go
C. Colocation
D. Planned
E. Variable cost


Answer : BE

Reference:
https://d0.awsstatic.com/whitepapers/aw ... erview.pdf
Question 187 ( Topic 1 )
Which load balancer types are available with Elastic Load Balancing (ELB)? (Choose two.)
A. Public load balancers with AWS Application Auto Scaling capabilities
B. F5 Big-IP and Citrix NetScaler load balancers
C. Classic Load Balancers
D. Cross-zone load balancers with public and private IPs
E. Application Load Balancers


Answer : CE

Explanation:
Elastic Load Balancing supports the following types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.
Amazon ECS services can use either type of load balancer. Application Load Balancers are used to route HTTP/HTTPS (or Layer 7) traffic. Network Load
Balancers and Classic Load Balancers are used to route TCP (or Layer 4) traffic.
Reference:
https://docs.aws.amazon.com/AmazonECS/l ... types.html
Question 188 ( Topic 1 )
Why should a company choose AWS instead of a traditional data center?
A. AWS provides users with full control over the underlying resources.
B. AWS does not require long-term contracts and provides a pay-as-you-go model.
C. AWS offers edge locations in every country, supporting global reach.
D. AWS has no limits on the number of resources that can be created.


Answer : B

Explanation:
AWS offers you a pay-as-you-go approach for pricing for over 160 cloud services. With AWS you pay only for the individual services you need, for as long as you use them, and without requiring long-term contracts or complex licensing. AWS pricing is similar to how you pay for utilities like water and electricity. You only pay for the services you consume, and once you stop using them, there are no additional costs or termination fees.
Reference:
https://aws.amazon.com/pricing/
Question 189 ( Topic 1 )
Which solution provides the FASTEST application response times to frequently accessed data to users in multiple AWS Regions?
A. AWS CloudTrail across multiple Availability Zones
B. Amazon CloudFront to edge locations
C. AWS CloudFormation in multiple regions
D. A virtual private gateway over AWS Direct Connect


Answer : B
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply