[Modify/Add] New Exam Add

This commit is contained in:
Kanani Nirav
2023-05-27 20:11:54 +09:00
parent 262a86747e
commit fbe62c3c4c
25 changed files with 13207 additions and 6892 deletions

View File

@@ -21,5 +21,21 @@ If this guide has been helpful to you please share it with others and react to t
- [Practice Exam - 9](./practice-exam-9.md) - [Practice Exam - 9](./practice-exam-9.md)
- [Practice Exam - 10](./practice-exam-10.md) - [Practice Exam - 10](./practice-exam-10.md)
- [Practice Exam - 11](./practice-exam-11.md) - [Practice Exam - 11](./practice-exam-11.md)
- [Practice Exam - 12](./practice-exam-12.md)
- [Practice Exam - 13](./practice-exam-13.md)
- [Practice Exam - 14](./practice-exam-14.md)
- [Practice Exam - 15](./practice-exam-15.md)
- [Practice Exam - 16](./practice-exam-16.md)
- [Practice Exam - 17](./practice-exam-17.md)
- [Practice Exam - 18](./practice-exam-18.md)
- [Practice Exam - 19](./practice-exam-19.md)
- [Practice Exam - 20](./practice-exam-20.md)
- [Practice Exam - 21](./practice-exam-21.md)
- [Practice Exam - 22](./practice-exam-22.md)
- [Practice Exam - 23](./practice-exam-23.md)
#### We will be adding more practice exam #### Credits
I have referred to the GitHub directory [“AWS-Cloud-Practitioner-CLF-C01-Exam-Questions-Answers”](https://github.com/Ditectrev/AWS-Cloud-Practitioner-CLF-C01-Exam-Questions-Answers) for the questions for first 12 tests.
The directory contains a collection of questions and answers related to the AWS Cloud Practitioner (CLF-C01) exam. I would like to give credit to the author of this repository for creating such a helpful resource.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,475 @@
# Practice Exam 12
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. Which of the following components of the AWS Global Infrastructure consists of one or more discrete data centers interconnected through low latency links?
- A. Availability Zone
- B. Edge location
- C. Region
- D. Private networking
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: A
</details>
2. 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.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
3. What can assist in evaluating an application for migration to the cloud? (Select TWO)
- A. AWS Trusted Advisor.
- B. AWS Professional Services.
- C. AWS Systems Manager.
- D. AWS Partner Network (APN).
- E. AWS Secrets Manager.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B, D
</details>
4. A characteristic of edge locations is that they:
- A. Host Amazon EC2 instances closer to users.
- B. Help lower latency and improve performance for users.
- C. Cache frequently changing data without reaching the origin server.
- D. Refresh data changes daily.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
5. Which of the following are valid ways for a customer to interact with AWS services? (Select TWO)
- A. Command line interface.
- B. On-premises.
- C. Software Development Kits.
- D. Software-as-a-service.
- E. Hybrid.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: A, C
</details>
6. What is a value proposition of the AWS Cloud?
- A. AWS is responsible for security in the AWS Cloud.
- B. No long-term contract is required.
- C. Provision new servers in days.
- D. AWS manages user applications in the AWS Cloud.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: A
</details>
7. A company is migrating an application that is running non-interruptible workloads for a three-year time frame. Which pricing construct would provide the MOST cost-effective solution?
- A. Amazon EC2 Spot Instances.
- B. Amazon EC2 Dedicated Instances.
- C. Amazon EC2 On-Demand Instances.
- D. Amazon EC2 Reserved Instances.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: D
</details>
8. Which AWS service is used to track record, and audit configuration changes made to AWS resources?
- A. AWS Shield.
- B. AWS Config.
- C. AWS IAM.
- D. Amazon Inspector.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
9. Which feature of the AWS Cloud will support an international companys requirement for low latency to all of its customers?
- A. Fault tolerance.
- B. Global reach.
- C. Pay-as-you-go pricing.
- D. High availability.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
10. How can one AWS account use Reserved Instances from another AWS account?
- A. By using Amazon EC2 Dedicated Instances.
- B. By using AWS Organizations consolidated billing.
- C. By using the AWS Cost Explorer tool.
- D. By using AWS Budgets.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
11. What are the benefits of developing and running a new application in the AWS Cloud compared to on-premises? (Select TWO)
- A. AWS automatically distributes the data globally for higher durability.
- B. AWS will take care of operating the application.
- C. AWS makes it easy to architect for high availability.
- D. AWS can easily accommodate application demand changes.
- E. AWS takes care of application security patching.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C, E
</details>
12. 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.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
13. AWS supports which of the following methods to add security to Identity and Access Management (IAM) users? (Select TWO)
- A. Implementing Amazon Rekognition.
- B. Using AWS Shield-protected resources.
- C. Blocking access with Security Groups.
- D. Using Multi-Factor Authentication (MFA).
- E. Enforcing password strength and expiration.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: D, E
</details>
14. Which service provides a hybrid storage service that enables on-premises applications to seamlessly use cloud storage?
- A. Amazon Glacier
- B. AWS Snowball
- C. AWS Storage Gateway
- D. Amazon Elastic Block Storage (Amazon EBS)
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
15. Where should a company go to search software listings from independent software vendors to find, test, buy and deploy software that runs on AWS?
- A. AWS Marketplace.
- B. Amazon Lumberyard.
- C. AWS Artifact.
- D. Amazon CloudSearch.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: A
</details>
16. Which of the following is a component of the AWS Global Infrastructure?
- A. Amazon Alexa.
- B. AWS Regions.
- C. Amazon Lightsail.
- D. AWS Organizations.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
17. Which Amazon EC2 pricing model adjusts based on supply and demand of EC2 instances?
- A. On-Demand Instances.
- B. Reserved Instances.
- C. Spot Instances.
- D. Convertible Reserved Instances.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
18. A company wants to migrate its applications to a VPC on AWS These applications will need to access on-premises resources. What combination of actions will enable the company to accomplish this goals? (Select TWO)
- A. Use the AWS Service Catalog to identify a list of on-premises resources that can be migrated
- B. Build a VPN connection between an on-premises device and a virtual private gateway in the new VPC
- C. Use Amazon Athena to query data from the on-premises database servers
- D. Connect the companys on-premises data center to AWS using AWS Direct Connect
- E. Leverage Amazon CloudFront to restrict access to static web content provided through the companys on-premises web servers
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: A, B
</details>
19. A Cloud Practitioner must determine if any security groups in an AW account have been provisioned to allow unrestricted access for specific ports What is the SIMPLEST way to do this?
- A. Review the inbound rules for each security group in the Amazon EC2 management console to check for port 0.0.0.0/0.
- B. Run AWS Trusted Advisor and review the findings.
- C. Open the AWS IAM console and check the inbound rule filters for open access.
- D. In AWS Config, create a custom rule that invokes an AWS Lambda function to review firewall rules for inbound access.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
20. Which of the following security-related services does AWS offer? (Select TWO)
- A. Multi-factor authentication physical tokens.
- B. AWS Trusted Advisor security checks.
- C. Data encryption.
- D. Automated penetration testing.
- E. Amazon S3 copyrighted content detection.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B, C
</details>
21. Which of the following services have Distributed Denial of Service (DDoS) mitigation features? (Select TWO)
- A. AWS WAF.
- B. Amazon DynamoDB.
- C. Amazon EC2.
- D. Amazon CloudFront.
- E. Amazon Inspector.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: A, D
</details>
22. Which of the following AWS features enables a user to launch a pre-configured Amazon Elastic Compute Cloud (Amazon EC2) instance?
- A. Amazon Elastic Block Store (Amazon EBS).
- B. Amazon Machine Image.
- C. Amazon EC2 Systems Manager.
- D. Amazon AppStream 2.0.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
23. 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.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
24. Which AWS Cloud benefit eliminates the need for users to try estimating future infrastructure usage?
- A. Easy and fast deployment of applications in multiple Regions around the world.
- B. Security of the AWS Cloud.
- C. Elasticity of the AWS Cloud.
- D. Lower variable costs due to massive economies of scale.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
25. 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.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: A
</details>
26. Compared with costs in traditional and virtualized data centers, AWS has:
- A. Greater variable costs and greater upfront costs.
- B. Fixed usage costs and lower upfront costs.
- C. Lower variable costs and greater upfront costs.
- D. Lower variable costs and lower upfront costs.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: D
</details>
27. Which AWS service would a customer use with a static website to achieve tower latency and high transfer speeds?
- A. AWS Lambda.
- B. Amazon DynamoDB Accelerator.
- C. Amazon Route 53.
- D. Amazon CloudFront.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: D
</details>
28. How do Amazon EC2 Auto Scaling groups help achieve high availability for a web application?
- A. They automatically add more instances across multiple AWS Regions based on global demand of the application.
- B. They automatically add or replace instances across multiple Availability Zones when the application needs it.
- C. They enable the applications stalk: content to reside closer to end users.
- D. They are able to distribute incoming requests across a tier of web server instances.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
29. 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.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
30. 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.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
31. Where are AWS compliance documents, such as an SOC 1 report, located?
- A. Amazon Inspector.
- B. AWS CloudTrail.
- C. AWS Artifact.
- D. AWS Certificate Manager.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
32. 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.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
33. Under the shared responsibility model which of the following areas are the customers responsibility? (Select TWO)
- A. Firmware upgrades of network infrastructure.
- B. Patching of operating systems.
- C. Patching of the underlying hypervisor.
- D. Physical security of data centers.
- E. Configuration of the security group.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B, C
</details>
34. A company is looking for a scalable data warehouse solution. Which of the following AWS solutions would meet the companys needs?
- A. Amazon Simple Storage Service (Amazon S3).
- B. Amazon DynamoDB.
- C. Amazon Kinesis.
- D. Amazon Redshift.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: D
</details>
35. Much AWS services provide a way to extend an on-premises architecture to the AWS Cloud? (Select TWO)
- A. Amazon EBS.
- B. AWS Direct Connect.
- C. Amazon CloudFront.
- D. AWS Storage Gateway.
- E. Amazon Connect.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B, D
</details>
36. What are the advantages of the AWS Cloud (Select TWO)
- A. Fixed rate monthly cost.
- B. No need to guess capacity requirements.
- C. Increased speed to market.
- D. Increased upfront capital expenditure.
- E. Physical access to cloud data centers.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B, D
</details>
37. How can the AWS Cloud increase user workforce productivity after migration from an on-premises data center?
- A. Users do not have to wait for infrastructure provisioning.
- B. The AWS Cloud infrastructure is much faster than an on-premises data center infrastructure.
- C. AWS takes over application configuration management on behalf of users.
- D. Users do not need to address security and compliance issues.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: A
</details>
38. Which of the following services could be used to deploy an application to servers running on-premises? (Select TWO)
- A. AWS Elastic Beanstalk.
- B. AWS OpsWorks.
- C. AWS CodeDeploy.
- D. AWS Batch.
- E. AWS X-Ray.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B, C
</details>
39. What is an example of agility in the AWS Cloud?
- A. Access to multiple instance types.
- B. Access to managed services.
- C. Using Consolidated Billing to produce one bill.
- D. Decreased acquisition time for new compute resources.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: D
</details>
40. Which AWS security service protects applications from distributed denial of service attacks with always-on detection and automatic inline mitigations?
- A. Amazon Inspector.
- B. AWS Web Application Firewall (AWS WAF).
- C. Elastic Load Balancing (ELB).
- D. AWS Shield.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B
</details>
41. Which of the following are advantages of AWS consolidated billing? (Choose two)
- A. The ability to receive one bill for multiple accounts.
- B. Service limits increasing by default in all accounts.
- C. A fixed discount on the monthly bill.
- D. Potential volume discounts, as usage in all accounts is combined.
- E. The automatic extension of the master accounts AWS support plan to all accounts.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: A, D
</details>
42. A company is considering using AWS for a self-hosted database that requires a nightly shutdown for maintenance and cost-saving purposes. Which service should the company use?
- A. Amazon Redshift.
- B. Amazon DynamoDB.
- C. Amazon Elastic Compute Cloud (Amazon EC2) with Amazon EC2 instance store.
- D. Amazon EC2 with Amazon Elastic Block Store (Amazon EBS).
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: D
</details>
43. Which type of mirroring does SPAN technology perform?
- A. Remote mirroring over Layer 2.
- B. Remote mirroring over Layer 3.
- C. Local mirroring over Layer 2.
- D. Local mirroring over Layer 3.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: C
</details>
44. Your customer wants to grant restricted proxy rights to their HR Department to act on behalf of employees belonging to their legal entity. How can you perform this requirement? There are 2 correct answers to this question.
- A. Use the Manage Permission Roles tool to grant proxy rights to the HR Department.
- B. Fill the PROXY column of the Basic Import template to match the requirements and import the file using the Import Employee Data tool.
- C. Use the Proxy Management tool to configure the requested proxy assignments.
- D. Fill the Basic Import template with the requested proxy configuration and import the file using the Import and Export Data tool.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B, C
</details>
45. Which two statements about configuring a traffic monitoring session are true? (Choose two)
- A. You can set a local VM as a traffic destination.
- B. You can have up to two active monitoring sessions simultaneously.
- C. An unlimited number of monitoring session can be stored.
- D. A newly created monitoring session is enabled by default.
- E. A destination port can also be a source port within the same session.
- F. A vHBA can be a source for either an Ethernet or Fibre Channel monitoring session, but not both.
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: B, F
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,691 @@
# Practice Exam 13
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. The use of what AWS feature or service allows companies to track and categorize spending on a detailed level?
- A. Cost allocation tags
- B. Consolidated billing
- C. AWS Budgets
- D. AWS Marketplace
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>
</details>
1. Which service stores objects, provides real-time access to those objects, and offers versioning and lifecycle capabilities?
- A. Amazon Glacier
- B. AWS Storage Gateway
- C. Amazon S3
- D. Amazon EBS
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/s3/faqs/>
</details>
1. What AWS team assists customers with accelerating cloud adoption through paid engagements in any of several specialty practice area ?
- A. AWS Enterprise Support
- B. AWS Solutions Architects
- C. AWS Professional Services
- D. AWS Account Managers
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/professional-services/>
</details>
1. A customer would like to design and build a new workload on AWS Cloud but does not have the AWS- related software technical expertise in-hous. <br/>Which of the following AWS programs can a customer take advantage of to achieve that outcome?
- A. AWS Partner Network Technology Partners
- B. AWS Marketplace
- C. AWS Partner Network Consulting Partners
- D. AWS Service Catalog
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
1. Distributing workloads across multiple Availability Zones supports which cloud architecture design principle?
- A. Implement automation.
- B. Design for agility.
- C. Design for failure.
- D. Implement elasticity.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
1. Which AWS services can host a Microsoft SQL Server database? (Select TWO)
- A. Amazon EC2
- B. Amazon Relational Database Service (Amazon RDS)
- C. Amazon Aurora
- D. Amazon Redshift
- E. Amazon S3
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AB
Explanation: <https://aws.amazon.com/sql/>
</details>
1. Which of the following inspects AWS environments to find opportunities that can save money for users and also improve system performance ?
- A. AWS Cost Explorer
- B. AWS Trusted Advisor
- C. Consolidated billing
- D. Detailed billing
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
1. Which of the following Amazon EC2 pricing models allow customers to use existing server-bound software license ?
- A. Spot Instances
- B. Reserved Instances
- C. Dedicated Hosts
- D. On-Demand Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/ec2/pricing/>
</details>
1. Which AWS characteristics make AWS cost effective for a workload with dynamic user demand? (Select TWO)
- A. High availability
- B. Shared security model
- C. Elasticity
- D. Pay-as-you-go pricing
- E. Reliability
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CD
</details>
1. Which service enables risk auditing by continuously monitoring and logging account activity, including user actions in the AWS Management Console and AWS SDKs?
- A. Amazon CloudWatch
- B. AWS CloudTrail
- C. AWS Config
- D. AWS Health
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/cloudtrail/>
</details>
1. Which of the following are characteristics of Amazon S3? (Select TWO.)
- A. A global file system
- B. An object store
- C. A local file store
- D. A network file system
- E. A durable storage system
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
</details>
1. Which services can be used across hybrid AWS Cloud architectures? (Select TWO.)
- A. Amazon Route 53
- B. Virtual Private Gateway
- C. Classic Load Balancer
- D. Auto Scaling
- E. Amazon CloudWatch default metrics
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AE
Explanation:
- <https://aws.amazon.com/cloudwatch/>
- You can also use CloudWatch in hybrid cloud architectures by using the CloudWatch Agent or API to monitor your on-premises resources
</details>
1. What costs are included when comparing AWS Total Cost of Ownership (TCO) with on-premises TCO?
- A. Project management
- B. Antivirus software licensing
- C. Data center security
- D. Software development
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://media.amazonwebservices.com/AWS_TCO_Web_Applications.pdf>
</details>
1. A company is considering using AWS for a self-hosted database that requires a nightly shutdown for maintenance and cost-saving purposes. <br/> Which service should the company use?
- A. Amazon Redshift
- B. Amazon DynamoDB
- C. Amazon Elastic Compute Cloud (Amazon EC2) with Amazon EC2 instance store
- D. Amazon EC2 with Amazon Elastic Block Store (Amazon EBS)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
</details>
1. Which of the following is a correct relationship between regions, Availability Zones, and edge locations?
- A. Data centers contain regions.
- B. Regions contain Availability Zones.
- C. Availability Zones contain edge locations.
- D. Edge locations contain regions.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/about-aws/global-infrastructure/regions_az/#Region_Maps_and_Edge_Networks>
</details>
1. Which AWS tools assist with estimating costs? (Select three.)
- A. Detailed billing report
- B. Cost allocation tags
- C. AWS Simple Monthly Calculator
- D. AWS Total Cost of Ownership (TCO) Calculator
- E. Cost Eliminator
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BCD
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/estimating-aws-resource-costs/>
</details>
1. Which of the following are advantages of AWS consolidated billing? (Select TWO.)
- A. The ability to receive one bill for multiple accounts
- B. Service limits increasing by default in all accounts
- C. A fixed discount on the monthly bill
- D. Potential volume discounts, as usage in all accounts is combined
- E. The automatic extension of the master account's AWS support plan to all accounts
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/consolidated-billing.html>
</details>
1. Which of the following Reserved Instance (RI) pricing models provides the highest average savings compared to On-Demand pricing?
- A. One-year, No Upfront, Standard RI pricing
- B. One-year, All Upfront, Convertible RI pricing
- C. Three-year, All Upfront, Standard RI pricing
- D. Three-year, No Upfront, Convertible RI pricing
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/ec2/pricing/reserved-instances/pricing/>
</details>
1. Compared with costs in traditional and virtualized data centers, AWS has:
- A. greater variable costs and greater upfront costs.
- B. fixed usage costs and lower upfront costs.
- C. lower variable costs and greater upfront costs.
- D. lower variable costs and lower upfront costs.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://d1.awsstatic.com/whitepapers/introduction-to-aws-cloud-economics-final.pdf> (10)
</details>
1. A characteristic of edge locations is that they:
- A. host Amazon EC2 instances closer to users.
- B. help lower latency and improve performance for users.
- C. cache frequently changing data without reaching the origin server.
- D. refresh data changes daily.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
1. Which of the following can limit Amazon 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/blogs/security/how-to-restrict-amazon-s3-bucket-access-to-a-specific-iam-role/>
</details>
1. Which of the following security-related actions are available at no cost?
- A. Calling AWS Support
- B. Contacting AWS Professional Services to request a workshop
- C. Accessing forums, blogs, and whitepapers
- D. Attending AWS classes at a local university
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
1. Which of the Reserved Instance (RI) pricing models can change the attributes of the RI as long as the exchange results in the creation of RIs of equal or greater value?
- A. Dedicated RIs
- B. Scheduled RIs
- C. Convertible RIs
- D. Standard RIs
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/ec2/pricing/reserved-instances/>
</details>
1. Which AWS feature will reduce the customer's total cost of ownership (TCO)?
- A. Shared responsibility security model
- B. Single tenancy
- C. Elastic computing
- D. Encryption
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
1. Which of the following services will automatically scale with an expected increase in web traffic?
- A. AWS CodePipeline
- B. Elastic Load Balancing
- C. Amazon EBS
- D. AWS Direct Connect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/elasticloadbalancing/>
</details>
1. Where are AWS compliance documents, such as an SOC 1 report, located?
- A. Amazon Inspector
- B. AWS CloudTrail
- C. AWS Artifact
- D. AWS Certificate Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/compliance/soc-faqs/>
</details>
1. Under the AWS shared responsibility model, which of the following activities are the customer's responsibility? (Select TWO.)
- A. Patching operating system components for Amazon Relational Database Server (Amazon RDS)
- B. Encrypting data on the client-side
- C. Training the data center staff
- D. Configuring Network Access Control Lists (ACL)
- E. Maintaining environmental controls within a data center
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BD
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
1. Which is a recommended pattern for designing a highly available architecture on AWS?
- A. Ensure that components have low-latency network connectivity.
- B. Run enough Amazon EC2 instances to operate at peak load.
- C. Ensure that the application is designed to accommodate failure of any single component.
- D. Use a monolithic application that handles all operations.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
1. According to best practices, how should an application be designed to run in the AWS Cloud?
- A. Use tighly coupled components.
- B. Use loosely coupled components.
- C. Use infrequently coupled components.
- D. Use frequently coupled components.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://d1.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf>
</details>
1. AWS supports which of the following methods to add security to Identity and Access Management (IAM) users? (Select TWO.)
- A. Implementing Amazon Rekognition
- B. Using AWS Shield-protected resources
- C. Blocking access with Security Groups
- D. Using Multi-Factor Authentication (MFA)
- E. Enforcing password strength and expiration
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: DE
</details>
1. Which AWS services should be used for read/write of constantly changing data? (Select TWO.)
- A. Amazon Glacier
- B. Amazon RDS
- C. AWS Snowball
- D. Amazon Redshift
- E. Amazon EFS
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
</details>
1. What is one of the advantages of the Amazon Relational Database Service (Amazon RDS)?
- A. It simplifies relational database administration tasks.
- B. It provides 99.99999999999% reliability and durability.
- C. It automatically scales databases for loads.
- D. It enabled users to dynamically adjust CPU and RAM resources.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- In the main RDS page though, Lower administrative burden is listed as part of the benefits.
- <https://aws.amazon.com/rds/>
</details>
1. A customer needs to run a MySQL database that easily scales.<br/>Which AWS service should they use?
- A. Amazon Aurora
- B. Amazon Redshift
- C. Amazon DynamoDB
- D. Amazon ElastiCache
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/rds/aurora/serverless/>
</details>
1. Which of the following components of the AWS Global Infrastructure consists of one or more discrete data centers interconnected through low latency links?
- A. Availability Zone
- B. Edge location
- C. Region
- D. Private networking
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/whitepapers/latest/aws-overview/global-infrastructure.html>
</details>
1. Which of the following is a shared control between the customer and AWS?
- A. Providing a key for Amazon S3 client-side encryption
- B. Configuration of an Amazon EC2 instance
- C. Environmental controls of physical AWS data centers
- D. Awareness and training
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
1. How many Availability Zones should compute resources be provisioned across to achieve high availability?
- A. A minimum of one
- B. A minimum of two
- C. A minimum of three
- D. A minimum of four or more
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
1. One of the advantages to moving infrastructure from an on-premises data center to the AWS Cloud is:
- A. it allows the business to eliminate IT bills.
- B. it allows the business to put a server in each customer's data center.
- C. it allows the business to focus on business activities.
- D. it allows the business to leave servers unpatched.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
1. What is the lowest-cost, durable storage option for retaining database backups for immediate retrieval?
- A. Amazon S3
- B. Amazon Glacier
- C. Amazon EBS
- D. Amazon EC2 Instance Store
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
1. Which AWS IAM feature allows developers to access AWS services through the AWS CLI?
- A. API keys
- B. Access keys
- C. User names/Passwords
- D. SSH keys
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html>
</details>
1. Which of the following is a fast and reliable NoSQL database service?
- A. Amazon Redshift
- B. Amazon RDS
- C. Amazon DynamoDB
- D. Amazon S3
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/dynamodb/>
</details>
1. What is an example of agility in the AWS Cloud?
- A. Access to multiple instance types
- B. Access to managed services
- C. Using Consolidated Billing to produce one bill
- D. Decreased acquisition time for new compute resources
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/blogs/enterprise-strategy/risk-is-lack-of-agility/>
</details>
1. Which service should a customer use to consolidate and centrally manage multiple AWS accounts?
- A. AWS IAM
- B. AWS Organizations
- C. AWS Schema Conversion Tool
- D. AWS Config
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/organizations/>
</details>
1. What approach to transcoding a large number of individual video files adheres to AWS architecture principles?
- A. Using many instances in parallel
- B. Using a single large instance during off-peak hours
- C. Using dedicated hardware
- D. Using a large GPU instance type
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/solutions/case-studies/encoding/>
</details>
1. For which auditing process does AWS have sole responsibility?
- A. AWS IAM policies
- B. Physical security
- C. Amazon S3 bucket policies
- D. AWS CloudTrail Logs
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
1. Which feature of the AWS Cloud will support an international company's requirement for low latency to all of its customers?
- A. Fault tolerance
- B. Global reach
- C. Pay-as-you-go pricing
- D. High availability
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Global Reach will support an international company using Cloud-Front.
</details>
1. Which of the following is the customer's responsibility under the AWS shared responsibility model?
- A. Patching underlying infrastructure
- B. Physical security
- C. Patching Amazon EC2 instances
- D. Patching network infrastructure
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
1. A customer is using multiple AWS accounts with separate billing. <br/>How can the customer take advantage of volume discounts with minimal impact to the AWS resources?
- A. Create one global AWS acount and move all AWS resources to tha account.
- B. Sign up for three years of Reserved Instance pricing up front.
- C. Use the consolidated billing feature from AWS Organizations.
- D. Sign up for the AWS Enterprise support plan to get volume discounts.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/answers/account-management/aws-multi-account-billing-strategy/>
</details>
1. Which of the following are features of Amazon CloudWatch Logs? (Select TWO.)
- A. Summaries by Amazon Simple Notification Service (Amazon SNS)
- B. Free Amazon Elasticsearch Service analytics
- C. Provided at no charge
- D. Real-time monitoring
- E. Adjustable retention
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: DE
</details>
1. Which of the following is an AWS managed Domain Name System (DNS) web service?
- A. Amazon Route 53
- B. Amazon Neptune
- C. Amazon SageMaker
- D. Amazon Lightsail
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/getting-started/tutorials/get-a-domain/>
</details>
1. A customer is deploying a new application and needs to choose an AWS Region. <br/>Which of the following factors could influence the customer's decision? (Select TWO.)
- A. Reduced latency to users
- B. The application's presentation in the local language
- C. Data sovereignty compliance
- D. Cooling costs in hotter climates
- E. Proximity to the customer's office for on-site visits
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,854 @@
# Practice Exam 14
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. Which storage service can be used as a low-cost option for hosting static websites?
- A. Amazon Glacier
- B. Amazon DynamoDB
- C. Amazon Elastic File System (Amazon EFS)
- D. Amazon Simple Storage Service (Amazon S3)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/getting-started/projects/host-static-website/>
</details>
2. Which Amazon EC2 instance pricing model can provide discounts of up to 90%?
- A. Reserved Instances
- B. On-Demand
- C. Dedicated Hosts
- D. Spot Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/ec2/spot/>
</details>
3. What is the AWS customer responsible for according to the AWS shared responsibility model?
- A. Physical access controls
- B. Data encryption
- C. Secure disposal of storage devices
- D. Environmental risk management
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
4. Which of the following AWS Cloud services can be used to run a customer-managed relational database?
- A. Amazon EC2
- B. Amazon Route 53
- C. Amazon ElastiCache
- D. Amazon DynamoDB
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
5. A company is looking for a scalable data warehouse solution. <br/> Which of the following AWS solutions would meet the company's needs?
- A. Amazon Simple Storage Service (Amazon S3)
- B. Amazon DynamoDB
- C. Amazon Kinesis
- D. Amazon Redshift
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/redshift/>
</details>
6. Which statement best describes Elastic Load Balancing?
- A. It translates a domain name into an IP address using DNS.
- B. It distributes incoming application traffic across one or more Amazon EC2 instances.
- C. It collects metrics on connected Amazon EC2 instances.
- D. It automatically adjusts the number of Amazon EC2 instances to support incoming traffic.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/elasticloadbalancing/>
</details>
7. Which of the following are valid ways for a customer to interact with AWS services? (Select TWO.)
- A. Command line interface
- B. On-premises
- C. Software Development Kits
- D. Software-as-a-service
- E. Hybrid
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
</details>
8. The AWS Cloud's multiple Regions are an example of:
- A. agility.
- B. global infrastructure.
- C. elasticity.
- D. pay-as-you-go pricing.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
9. Which of the following AWS services can be used to serve large amounts of online video content with the lowest possible latency? (Select TWO.)
- A. AWS Storage Gateway
- B. Amazon S3
- C. Amazon Elastic File System (EFS)
- D. Amazon Glacier
- E. Amazon CloudFront
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
Explanation:
- <https://aws.amazon.com/getting-started/tutorials/deliver-content-faster/>
- <https://aws.amazon.com/cloudfront/>
</details>
10. Web servers running on Amazon EC2 access a legacy application running in a corporate data center. <br/> What term would describe this model?
- A. Cloud-native
- B. Partner network
- C. Hybrid architecture
- D. Infrastructure as a service
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/enterprise/hybrid/>
</details>
11. What is the benefit of using AWS managed services, such as Amazon ElastiCache and Amazon Relational Database Service (Amazon RDS)?
- A. They require the customer to monitor and replace failing instances.
- B. They have better performance than customer-managed services.
- C. They simplify patching and updating underlying OSs.
- D. They do not require the customer to optimize instance type or size selections.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- <https://aws.amazon.com/rds/instance-types/>
- Amazon RDS provides a selection of instance types optimized to fit different relational database use cases.
- Instance types comprise varying combinations of CPU, memory, storage, and networking capacity and give you the flexibility to choose the appropriate mix of resources for your database.
- Each instance type includes several instance sizes, allowing you to scale your database to the requirements of your target workload.
</details>
12. Which service provides a virtually unlimited amount of online highly durable object storage?
- A. Amazon Redshift
- B. Amazon Elastic File System (Amazon EFS)
- C. Amazon Elastic Container Service (Amazon ECS)
- D. Amazon S3
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/what-is-cloud-object-storage/>
</details>
13. Which of the following Identity and Access Management (IAM) entities is associated with an access key ID and secret access key when using AWS Command Line Interface (AWS CLI)?
- A. IAM group
- B. IAM user
- C. IAM role
- D. IAM policy
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Access keys are long-term credentials for an IAM user or the AWS account root user.
- You can use access keys to sign programmatic requests to the AWS CLI or API (directly or using the AWS SDK).
- For more information, see Signing AWS API Requests in the Amazon Web Services General Reference.
</details>
14. Which of the following security-related services does AWS offer? (Select TWO.)
- A. Multi-factor authentication physical tokens
- B. AWS Trusted Advisor security checks
- C. Data encryption
- D. Automated penetration testing
- E. Amazon S3 copyrighted content detection
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
Explanation:
- Penetration testing is not correct, because it can be done by customers on their own resources.
</details>
15. Which AWS managed service is used to host databases?
- A. AWS Batch
- B. AWS Artifact
- C. AWS Data Pipeline
- D. Amazon RDS
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud.
- It provides cost-efficient and resizable capacity while automating time-consuming administration tasks such as hardware provisioning, database setup, patching and backups.
- It frees you to focus on your applications so you can give them the fast performance, high availability, security and compatibility they need.
Reference: <https://aws.amazon.com/rds/?c=db&sec=srv>
</details>
16. Which AWS service provides a simple and scalable shared file storage solution for use with Linux-based AWS and on-premises servers?
- A. Amazon S3
- B. Amazon Glacier
- C. Amazon EBS
- D. Amazon EFS
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- Amazon Elastic File System (Amazon EFS) provides a simple, scalable, fully managed elastic NFS file system for use with AWS Cloud services and on-premises resources.
- It is built to scale on demand to petabytes without disrupting applications, growing and shrinking automatically as you add and remove files, eliminating the need to provision and manage capacity to accommodate growth.
- Amazon EFS is designed to provide the throughput, IOPS, and low latency needed for Linux workloads.
- Throughput and IOPS scale as a file system grows and can burst to higher throughput levels for short periods of time to support the unpredictable performance needs of file workloads.
- For the most demanding workloads, Amazon EFS can support performance over 10 GB/sec and up to 500,000 IOPS.
</details>
17. When architecting cloud applications, which of the following are a key design principle?
- A. Use the largest instance possible
- B. Provision capacity for peak load
- C. Use the Scrum development process
- D. Implement elasticity
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- "Provisioning for peaks" is a characteristic of a traditional computing environment, per the AWS Best Practices: "you provision capacity based on an estimate of a theoretical maximum peak."
- <https://d1.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf>
</details>
18. Which AWS service should be used for long-term, low-cost storage of data backups?
- A. Amazon RDS
- B. Amazon Glacier
- C. AWS Snowball
- D. AWS EBS
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Amazon S3 Glacier is a secure, durable, and low-cost storage class of S3 for data archiving and long-term backup. Customers can store large or small amounts of data for as little as $0.004 per gigabyte per month.
- The S3 Glacier storage class is ideal for archives where data is regularly retrieved and some of the data may be needed in minutes.
- Amazon RDS is a relational database service that hosts databases. It helps you create and manage databases.
- Amazon Snowball is a petabyte-scale data transfer service that provides cost efficient data transfer to AWS from tamper proof physical devices. Similarly, Elastic block storage offers persistent block storage volumes for EC2 instances.
Reference: <https://aws.amazon.com/backup-restore/services/>
</details>
19. Which task is AWS responsible for in the shared responsibility model for security and compliance?
- A. Granting access to individuals and services
- B. Encrypting data in transit
- C. Updating Amazon EC2 host firmware
- D. Updating operating systems
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- AWS Compliance enables customers to establish and operate in an AWS security control environment The shared responsibility model is part of AWS Compliance
- The Security of the cloud is managed by Amazon AWS provider
- The Security in the cloud is responsibility of the customer
- The customer is responsible for their information and data, their secure transmission, integrity, and encryption Also, the customer is responsible for managing, support, patching and control of the guest operating system and AWS services provided like EC2
- AWS customers retain control and ownership of their data
- The AWS network provides significant protection against traditional network security issues and the customer can implement further protection
Reference: <https://www.whizlabs.com/blog/aws-security-shared-responsibility/>
</details>
20. Where should a company go to search software listings from independent software vendors to find, test, buy and deploy software that runs on AWS?
- A. AWS Marketplace
- B. Amazon Lumberyard
- C. AWS Artifact
- D. Amazon CloudSearch
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- AWS Marketplace is a digital catalog with thousands of software listings from independent software vendors that make it easy to find, test, buy, and deploy software that runs on AWS.
Reference: <https://aws.amazon.com>
</details>
21. Which of the following is a benefit of using the AWS Cloud?
- A. Permissive security removes the administrative burden.
- B. Ability to focus on revenue-generating activities.
- C. Control over cloud network hardware.
- D. Choice of specific cloud hardware vendors.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Developer and IT staff productivity accounted for nearly 30% of overall financial benefits.
- The remaining benefits were driven by the flexibility and agility of Amazon cloud infrastructure services, which make it easier to trial new business models, support revenue-generating applications, and provide more reliable services to end users.
Reference: <https://media.amazonwebservices.com/IDC_Business_Value_of_AWS_Accelerates_Over_time.pdf>
</details>
22. When performing a cost analysis that supports physical isolation of a customer workload, which compute hosting model should be accounted for in the Total Cost of Ownership (TCO)?
- A. Dedicated Hosts
- B. Reserved Instances
- C. On-Demand Instances
- D. No Upfront Reserved Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- Use Dedicated Hosts to launch Amazon EC2 instances on physical servers that are dedicated for your use.
- Dedicated Hosts give you additional visibility and control over how instances are placed on a physical server, and you can reliably use the same physical server over time.
- As a result, Dedicated Hosts enable you to use your existing server-bound software licenses like Windows Server and address corporate compliance and regulatory requirements.
</details>
23. Which AWS service provides the ability to manage infrastructure as code?
- A. AWS CodePipeline
- B. AWS CodeDeploy
- C. AWS Direct Connect
- D. AWS CloudFormation
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- AWS CloudFormation provides a common language for you to describe and provision all the infrastructure resources in your cloud environment.
- CloudFormation allows you to use a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts.
- This file serves as the single source of truth for your cloud environment.
Reference: <https://aws.amazon.com/cloudformation/>
</details>
24. If a customer needs to audit the change management of AWS resources, which of the following AWS services should the customer use?
- A. AWS Config
- B. AWS Trusted Advisor
- C. Amazon CloudWatch
- D. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources.
- Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations.
- With Config, you can review changes in configurations and relationships between AWS resources, dive into detailed resource configuration histories, and determine your overall compliance against the configurations specified in your internal guidelines.
- This enables you to simplify compliance auditing, security analysis, change management, and operational troubleshooting.
Reference: <https://aws.amazon.com/config/>
</details>
25. What is Amazon CloudWatch?
- A. A code repository with customizable build and team commit features.
- B. A metrics repository with customizable notification thresholds and channels.
- C. A security configuration repository with threat analytics.
- D. A rule repository of a web application firewall with automated vulnerability prevention features.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Amazon CloudWatch is basically a metrics repository.
- An AWS service -- such as Amazon EC2 -- puts metrics into the repository, and you retrieve statistics based on those metrics.
- If you put your own custom metrics into the repository, you can retrieve statistics on these metrics as well.
Reference: <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/> cloudwatch_architecture.html
</details>
26. Which service allows a company with multiple AWS accounts to combine its usage to obtain volume discounts?
- A. AWS Server Migration Service
- B. AWS Organizations
- C. AWS Budgets
- D. AWS Trusted Advisor
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- 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 account that pays the charges of all the member accounts.
- Consolidated billing has the following benefits:
- One bill You get one bill for multiple accounts.
- Easy tracking You can track the charges across multiple accounts and download the combined cost and usage data.
- Combined usage You can combine the usage across all accounts in the organization to share the volume pricing discounts and Reserved Instance discounts. This can result in a lower charge for your project, department, or company than with individual standalone accounts. For more information, see Volume Discounts.
- No extra fee Consolidated billing is offered at no additional cost.
</details>
27. Which of the following services could be used to deploy an application to servers running on-premises? (Select TWO.)
- A. AWS Elastic Beanstalk
- B. AWS OpsWorks
- C. AWS CodeDeploy
- D. AWS Batch
- E. AWS X-Ray
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
Explanation:
- <https://docs.aws.amazon.com/codedeploy/latest/userguide/instances-on-premises.html>
- <https://aws.amazon.com/blogs/aws/opsworks-on-prem-and-existing-instances/>
</details>
28. Which Amazon EC2 pricing model adjusts based on supply and demand of EC2 instances?
- A. On-Demand Instances
- B. Reserved Instances
- C. Spot Instances
- D. Convertible Reserved Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- In the new model, the Spot prices are more predictable, updated less frequently, and are determined by supply and demand for Amazon EC2 spare capacity, not bid prices.
Reference: <https://aws.amazon.com/blogs/compute/new-amazon-ec2-spot-pricing/>
</details>
29. Which design principles for cloud architecture are recommended when re-architecting a large monolithic application? (Select TWO.)
- A. Use manual monitoring.
- B. Use fixed servers.
- C. Implement loose coupling.
- D. Rely on individual components.
- E. Design for scalability.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CE
</details>
30. Which is the MINIMUM AWS Support plan that allows for one-hour target response time for support cases?
- A. Enterprise
- B. Business
- C. Developer
- D. Basic
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/premiumsupport/plans/>
</details>
31. Where can AWS compliance and certification reports be downloaded?
- A. AWS Artifact
- B. AWS Concierge
- C. AWS Certificate Manager
- D. AWS Trusted Advisor
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- WS Artifact is your go-to, central resource for compliance-related information that matters to you.
- It provides on-demand access to AWS's security and compliance reports and select online agreements.
- The AWS SOC 2 report is particularly helpful for completing questionnaires because it provides a comprehensive description of the implementation and operating effectiveness of AWS security controls.
- Another useful document is the Executive Briefing within the AWS FedRAMP Partner Package.
Reference: <https://aws.amazon.com/compliance/faq/>
</details>
32. Which AWS service provides a customized view of the health of specific AWS services that power a customer's workloads running on AWS?
- A. AWS Service Health Dashboard
- B. AWS X-Ray
- C. AWS Personal Health Dashboard
- D. Amazon CloudWatch
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
33. Which of the following is an advantage of consolidated billing on AWS?
- A. Volume pricing qualification
- B. Shared access permissions
- C. Multiple bills per account
- D. Eliminates the need for tagging
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- If you have multiple standalone accounts, your charges might decrease if you add the accounts to an organization.
- AWS combines usage from all accounts in the organization to qualify you for volume pricing discounts.
Reference: <https://help.nops.io/consolidated-billing>
</details>
34. Which of the following steps should be taken by a customer when conducting penetration testing on AWS?
- A. Conduct penetration testing using Amazon Inspector, and then notify AWS support.
- B. Request and wait for approval from the customer's internal security team, and then conduct testing.
- C. Notify AWS support, and then conduct testing immediately.
- D. Request and wait for approval from AWS support, and then conduct testing.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- AWS customers are welcome to carry out security assessments or penetration tests against their AWS infrastructure without prior approval for 8 services.
Reference: <https://aws.amazon.com/security/penetration-testing/>
</details>
35. Which of the following AWS features enables a user to launch a pre-configured Amazon Elastic Compute Cloud (Amazon EC2) instance?
- A. Amazon Elastic Block Store (Amazon EBS)
- B. Amazon Machine Image
- C. Amazon EC2 Systems Manager
- D. Amazon AppStream 2.0
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- To use Amazon EC2, you simply:
- Select a pre-configured, templated Amazon Machine Image (AMI) to get up and running immediately. Or create an AMI containing your applications, libraries, data, and associated configuration settings.
- Configure security and network access on your Amazon EC2 instance.
- Choose which instance type(s) you want, then start, terminate, and monitor as many instances of your AMI as needed, using the web service APIs or the variety of management tools provided.
- Determine whether you want to run in multiple locations, utilize static IP endpoints, or attach persistent block storage to your instances.
- Pay only for the resources that you actually consume, like instance-hours or data transfer.
Reference: <https://aws.amazon.com/ec2/features/>
</details>
36. How would an AWS customer easily apply common access controls to a large set of users?
- A. Apply an IAM policy to an IAM group.
- B. Apply an IAM policy to an IAM role.
- C. Apply the same IAM policy to all IAM users with access to the same workload.
- D. Apply an IAM policy to an Amazon Cognito user pool.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- Instead of defining permissions for individual IAM users, it's usually more convenient to create groups that relate to job functions (administrators, developers, accounting, etc.).
- Next, define the relevant permissions for each group. Finally, assign IAM users to those groups. All the users in an IAM group inherit the permissions assigned to the group.
- That way, you can make changes for everyone in a group in just one place. As people move around in your company, you can
simply change what IAM group their IAM user belongs to.
Reference: <https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html>
</details>
37. Which AWS Cost Management tool allows you to view the most granular data about your AWS bill?
- A. AWS Cost Explorer
- B. AWS Budgets
- C. AWS Cost and Usage report
- D. AWS Billing dashboard
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- The Cost & Usage Report is your one-stop-shop for accessing the most granular data about your AWS costs and usage.
- You can also load your cost and usage information into Amazon Athena, Amazon Redshift, AWS QuickSight, or a tool of your choice.
Reference: <https://aws.amazon.com/aws-cost-management/>
</details>
38. Which of the following can an AWS customer use to launch a new Amazon Relational Database Service (Amazon RDS) cluster? (Select TWO.)
- A. AWS Concierge
- B. AWS CloudFormation
- C. Amazon Simple Storage Service (Amazon S3)
- D. Amazon EC2 Auto Scaling
- E. AWS Management Console
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
</details>
39. Which of the following is an AWS Cloud architecture design principle?
- A. Implement single points of failure.
- B. Implement loose coupling.
- C. Implement monolithic design.
- D. Implement vertical scaling.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Loose coupling between services can also be done through asynchronous integration. It involves one component that generates events and another that consumes them.
- The two components do not integrate through direct point-to-point interaction, but usually through an intermediate durable storage layer.
- This approach decouples the two components and introduces additional resiliency.
- So, for example, if a process that is reading messages from the queue fails, messages can still be added to the queue to be processed when the system recovers.
Reference: <https://www.botmetric.com/blog/aws-cloud-architecture-design-principles/>
</details>
40. Which of the following security measures protect access to an AWS account? (Select TWO.)
- A. Enable AWS CloudTrail.
- B. Grant least privilege access to IAM users.
- C. Create one IAM user and share with many developers and users.
- D. Enable Amazon CloudFront.
- E. Activate multi-factor authentication (MFA) for privileged users.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
Explanation:
- If you decided to create service accounts (that is, accounts used for programmatic access by applications running outside of the AWS environment) and generate access keys for them, you should create a dedicated service account for each use case.
- This will allow you to restrict the associated policy to only the permissions needed for the particular use case, limiting the blast radius if the credentials are compromised.
- For example, if a monitoring tool and a release management tool both require access to your AWS environment, create two separate service accounts with two separate policies that define the minimum set of permissions for each tool.
Reference: <https://aws.amazon.com/blogs/security/guidelines-for-protecting-your-aws-account-while-using-programmatic-access/>
</details>
41. Which service provides a hybrid storage service that enables on-premises applications to seamlessly use cloud storage?
- A. Amazon Glacier
- B. AWS Snowball
- C. AWS Storage Gateway
- D. Amazon Elastic Block Storage (Amazon EBS)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- AWS Storage Gateway is a hybrid cloud storage service that gives you on-premises access to virtually unlimited cloud storage. Customers use Storage Gateway to simplify storage management and reduce costs for key hybrid cloud storage use cases.
- These include moving tape backups to the cloud, reducing on-premises storage with cloud-backed file shares, providing low latency access to data in AWS for on- premises applications, as well as various migration, archiving,
processing, and disaster recovery use cases.
Reference: <https://aws.amazon.com/storagegateway/?whats-new-cards.sort-by=item.additionalFields.postDateTime&whats-new-cards.sort-order=desc>
</details>
42. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-security-shared-responsibility/>
</details>
43. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-cloud-architecture-design-principles/>
</details>
44. Which AWS support plan includes a dedicated Technical Account Manager?
- A. Developer
- B. Enterprise
- C. Business
- D. Basic
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
45. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
46. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/databases/real-time-apps-elasticache-for-redis/>
</details>
47. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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.
</details>
48. Which options does AWS make available for customers who want to learn about security in the cloud in an instructor-led setting? (Select TWO.)
- A. AWS Trusted Advisor
- B. AWS Online Tech Talks
- C. AWS Blog
- D. AWS Forums
- E. AWS Classroom Training
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CE
Explanation:
- AWS Training and Certification builds your competence, confidence, and credibility through practical cloud skills that help you innovate and build your future.
- Our content is built by experts at AWS and updated regularly so you're always learning the latest and keeping your cloud skills fresh.
- Amazon offer both digital and classroom training including private on-site training. You can choose to learn online at your own pace or learn from an accredited AWS instructor.
- Whether you're just starting out, building on existing IT skills, or sharpening your cloud knowledge, AWS Training and Certification can help you be more effective and do more in the cloud.
Reference: <https://aws.amazon.com/training/course-descriptions/>
</details>
49. Which of the following features can be configured through the Amazon Virtual Private Cloud (Amazon VPC) Dashboard? (Select TWO.)
- A. Amazon CloudFront distributions
- B. Amazon Route 53
- C. Security Groups
- D. Subnets
- E. Elastic Load Balancing
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
50. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/consolidated-billing.html>
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,891 @@
# Practice Exam 15
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
2. Which AWS services can be used to gather information about AWS account activity? (Select TWO.)
- A. Amazon CloudFront
- B. AWS Cloud9
- C. AWS CloudTrail
- D. AWS CloudHSM
- E. Amazon CloudWatch
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-time-insights-account-activity/>
</details>
3. Which of the following common IT tasks can AWS cover to free up company IT resources? (Select TWO.)
- A. Patching databases software
- B. Testing application releases
- C. Backing up databases
- D. Creating database schema
- E. Running penetration tests
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
</details>
4. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://docs.aws.amazon.com/whitepapers/latest/cost-optimization-leveraging-ec2-spot-instances/spot-instance-interruptions.html>
</details>
5. 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)
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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
</details>
6. Which is the minimum AWS Support plan that includes Infrastructure Event Management without additional costs?
- A. Enterprise
- B. Business
- C. Developer
- D. Basic
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/premiumsupport/plans/>
</details>
7. Which AWS service can serve a static website?
- A. Amazon S3
- B. Amazon Route 53
- C. Amazon QuickSight
- D. AWS X-Ray
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/latest/dev/WebsiteHosting.html>
</details>
8. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
9. What can AWS edge locations be used for? (Select 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/AmazonCloudFront/latest/DeveloperGuide/Introduction.html>
</details>
10. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/knowledge-center/block-s3-traffic-vpc-ip/>
</details>
11. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://d1.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf>
</details>
12. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-aws-shared-responsibility-model-part-1-security-in>- the-cloud/
</details>
13. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
14. An administrator needs to rapidly deploy a popular IT solution and start using it immediately. <br/> Where can the administrator find assistance?
- A. AWS Well-Architected Framework documentation
- B. Amazon CloudFront
- C. AWS CodeCommit
- D. AWS Quick Start reference deployments
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/?quickstart-all.sort-by=item.additionalFields.updateDate&quickstart-all.sort-order=desc>
</details>
15. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
16. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
17. Under the shared responsibility model, which of the following is a shared control between a customer and AWS?
- A. Physical controls
- B. Patch management
- C. Zone security
- D. Data center auditing
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Shared Controls Controls which apply to both the infrastructure layer and customer layers, but in completely separate contexts or perspectives.
- In a shared control, AWS provides the requirements for the infrastructure and the customer must provide their own control implementation within their use of AWS services.
- Examples include:
- Patch Management AWS is responsible for patching and fixing flaws within the infrastructure, but customers are responsible for patching their guest OS and applications.
- Configuration Management AWS maintains the configuration of its infrastructure devices, but a customer is responsible for configuring their own guest operating systems, databases, and applications.
- Awareness & Training AWS trains AWS employees, but a customer must train their own employees.
- Customer Specific Controls which are solely the responsibility of the customer based on the application they are deploying within AWS services.
- Service and Communications Protection or Zone Security which may require a customer to route or zone data within specific security environments.
Reference: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
18. What can AWS edge locations be used for? (Select 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/AmazonCloudFront/latest/DeveloperGuide/Introduction.html>
</details>
19. What technology enables compute capacity to adjust as loads change?
- A. Load balancing
- B. Automatic failover
- C. Round robin
- D. Auto Scaling
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- AWS Auto Scaling monitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost.
- Using AWS Auto Scaling, it's easy to setup application scaling for multiple resources across multiple services in minutes. - The service provides a simple, powerful user interface that lets you build scaling plans for resources including Amazon EC2 instances and Spot Fleets, Amazon ECS tasks, Amazon DynamoDB tables and indexes, and Amazon Aurora Replicas.
- AWS Auto Scaling makes scaling simple with recommendations that allow you to optimize performance, costs, or balance
between them.
- If you're already using Amazon EC2 Auto Scaling to dynamically scale your Amazon EC2 instances, you can now combine it with AWS Auto Scaling to scale additional resources for other AWS services.
- With AWS Auto Scaling, your applications always have the right resources at the right time.
Reference: <https://aws.amazon.com/autoscaling/>
</details>
20. Which AWS services are defined as global instead of regional? (Select TWO.)
- A. Amazon Route 53
- B. Amazon EC2
- C. Amazon S3
- D. Amazon CloudFront
- E. Amazon DynamoDB
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <http://jayendrapatil.com/aws-global-vs-regional-vs-az-resources/>
</details>
21. Which AWS service would you use to obtain compliance reports and certificates?
- A. AWS Artifact
- B. AWS Lambda
- C. Amazon Inspector
- D. AWS Certificate Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
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/>
</details>
22. Under the shared responsibility model, which of the following tasks are the responsibility of the AWS customer? (Select TWO.)
- A. Ensuring that application data is encrypted at rest
- B. Ensuring that AWS NTP servers are set to the correct time
- C. Ensuring that users have received security training in the use of AWS services
- D. Ensuring that access to data centers is restricted
- E. Ensuring that hardware is disposed of properly
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
23. Which AWS service can be used to manually launch instances based on resource requirements?
- A. Amazon EBS
- B. Amazon S3
- C. Amazon EC2
- D. Amazon ECS
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
24. A company is migrating an application that is running non-interruptible workloads for a three-year time frame. <br/> Which pricing construct would provide the MOST cost-effective solution?
- A. Amazon EC2 Spot Instances
- B. Amazon EC2 Dedicated Instances
- C. Amazon EC2 On-Demand Instances
- D. Amazon EC2 Reserved Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
</details>
25. The financial benefits of using AWS are: (Select TWO.)
- A. reduced Total Cost of Ownership (TCO).
- B. increased capital expenditure (capex).
- C. reduced operational expenditure (opex).
- D. deferred payment plans for startups.
- E. business credit lines for stratups.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
</details>
26. Which of the following is entirely the responsibility of AWS, according to the AWS shared responsibility model?
- A. Patching of the guest operating system
- B. Security awareness and training
- C. Physical and environmental controls
- D. Development of an IAM password policy
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
27. Which AWS service allows companies to connect an Amazon VPC to an on-premises data center?
- A. AWS VPN
- B. Amazon Redshift
- C. API Gateway
- D. Amazon Direct Connect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- AWS Direct Connect enables you to securely connect your AWS environment to your on-premises data center or office location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic connection.
- AWS Direct Connect offers dedicated high speed, low latency connection, which bypasses internet service providers in your
network path.
- An AWS Direct Connect location provides access to Amazon Web Services in the region it is associated with, as well as access to other US regions.
- AWS Direct Connect allows you to logically partition the fiber-optic connections into multiple logical connections called Virtual Local Area Networks (VLAN).
- You can take advantage of these logical connections to improve security, differentiate traffic, and achieve compliance requirements.
Reference: <https://aws.amazon.com/getting-started/projects/connect-data-center-to-aws/>
</details>
28. A company wants to reduce the physical compute footprint that developers use to run code. <br/> Which service would meet that need by enabling serverless architectures?
- A. Amazon Elastic Compute Cloud (Amazon EC2)
- B. AWS Lambda
- C. Amazon DynamoDB
- D. AWS CodeCommit
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- AWS Lambda is an integral part of coding on AWS. It reduces physical compute footprint by utilizing aws cloud services to run code.
</details>
29. Which AWS service provides alerts when an AWS event may impact a company's AWS resources?
- A. AWS Personal Health Dashboard
- B. AWS Service Health Dashboard
- C. AWS Trusted Advisor
- D. AWS Infrastructure Event Management
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- AWS Personal Health Dashboard provides alerts and remediation guidance when AWS is experiencing events that may impact you.
- While the Service Health Dashboard displays the general status of AWS services, Personal Health Dashboard gives you a personalized view into the performance and availability of the AWS services underlying your AWS resources.
Reference: <https://aws.amazon.com/premiumsupport/technology/personal-health-dashboard/>
</details>
30. Which of the following are categories of AWS Trusted Advisor? (Select TWO.)
- A. Fault Tolerance
- B. Instance Usage
- C. Infrastructure
- D. Performance
- E. Storage Capacity
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation:
- Like your customized cloud expert, AWS Trusted Advisor analyzes your AWS environment and provides best practice recommendations in five categories: cost optimization, performance, security, fault tolerance and service limits.
Reference: <https://aws.amazon.com/premiumsupport/technology/trusted-advisor/>
</details>
31. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-security-shared-responsibility/>
</details>
32. A company will be moving from an on-premises data center to the AWS Cloud. <br/> 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)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
33. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
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/awsaccountbilling/latest/aboutv2/ce-forecast.html>
</details>
34. Which is the MINIMUM AWS Support plan that provides technical support through phone calls?
- A. Enterprise
- B. Business
- C. Developer
- D. Basic
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
<https://aws.amazon.com/premiumsupport/plans/>
</details>
35. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/shared-responsibility-model/>
</details>
36. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/UserGuide/id.html>
</details>
37. Which of the following are benefits of the AWS Cloud? (Choose two.)
- A. Unlimited uptime
- B. Elasticity
- C. Agility
- D. Colocation
- E. Capital expenses
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/evolution-agile-enterprises-aws-cloud/>
</details>
38. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/directoryservice/latest/admin-guide/ms_ad_single_sign_on.html>
</details>
39. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/latest/UserGuide/using-regions-availability-zones.html>
</details>
40. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AB
Explanation: <https://d0.awsstatic.com/whitepapers/compliance/AWS_Risk_and_Compliance_Whitepaper.pdf>
</details>
41. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
42. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
43. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CD
Explanation: <https://aws.amazon.com/blogs/aws/the-new-aws-tco-calculator/>
</details>
44. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-responsibility-model-cloud-security>
</details>
45. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AB
Explanation: <https://wa.aws.amazon.com/wat.concept.elasticity.en.html>
</details>
46. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/25/aws-spot-instances-primer.aspx>
</details>
47. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
</details>
48. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-pricing-model-explained/>
</details>
49. What function do security groups serve related 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-security-groups-what-they-are-and-how-to-get-the-most-out-of-them>
</details>
50. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-aws-disaster-recovery-planning/>
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,891 @@
# Practice Exam 16
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
2. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/knowledge-center/ec2-ri-consolidated-billing/>
</details>
3. A company has multiple AWS accounts and wants to simplify and consolidate its billing process. <br/>Which AWS service will achieve this?
- A. AWS Cost and Usage Reports
- B. AWS Organizations
- C. AWS Cost Explorer
- D. AWS Budgets
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/awsaccountbilling/latest/aboutv2/consolidated-billing.html>
</details>
4. 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. <br/> 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- Amazon CloudFront is a content delivery network (CDN) service that distributes data from multiple locations worldwide, providing low-latency access to end-users.
</details>
5. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
6. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
7. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.amazonaws.cn/en_us/AmazonRDS/latest/UserGuide/rds-ug.pdf>
</details>
8. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/UserGuide/best-practices.html>
</details>
9. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
Explanation:
- Tags are key-value pairs that allow you to organize your AWS resources into groups. You can use tags to:
- Visualize information about tagged resources in one place, in conjunction with Resource Groups.
- View billing information using Cost Explorer and the AWS Cost and Usage report.
- Send notifications about spending limits using AWS Budgets.
- Use logical groupings of your resources that make sense for your infrastructure or business.
- For example, you could organize your resources by:
- Project
- Cost center
- Development environment
- Application
- Department
Reference: <https://aws.amazon.com/premiumsupport/knowledge-center/tags-billing-cost-center-project/>
</details>
10. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
11. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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>
</details>
12. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/elasticloadbalancing/latest/application/introduction.html>
</details>
13. Under the AWS shared responsibility model, customers are responsible for which aspects of security in the cloud? (Choose two.)
- A. Visualization management
- B. Hardware management
- C. Encryption management
- D. Facilities management
- E. Firewall management
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-shared-responsibility-model-security/>
</details>
14. Which AWS hybrid storage service enables 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
15. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://cloudacademy.com/blog/aws-shared-responsibility-model-security/>
</details>
16. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
17. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/UserGuide/best-practices.html#grant-least-privilege>
</details>
18. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-cloud-architecture-design-principles/>
</details>
19. A director has been tasked with investigating hybrid cloud architecture. The company currently accesses AWS over the public internet.<br/>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)
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/latest/aws-vpc-connectivity-options/> introduction.html
</details>
20. A company's web application currently has tight dependencies on underlying components, so when one component fails the entire web application fails. <br> 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
21. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/guidelines-for-protecting-your-aws-account-while-using-programmatic-access/>
</details>
22. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
23. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/monitor_estimated_charges_with_cloudwatch.html>
</details>
24. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
25. Which is the MINIMUM AWS Support plan that provides designated Technical Account Managers?
- A. Enterprise
- B. Business
- C. Developer
- D. Basic
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/premiumsupport/plans/>
</details>
26. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/blogs/apn/the-5-pillars-of-the-aws-well-architected-framework/>
</details>
27. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/latest/UserGuide/InstanceStorage.html>
</details>
28. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://data-flair.training/blogs/aws-advantages/>
</details>
29. Which of the following is an AWS-managed compute service?
- A. Amazon SWF
- B. Amazon EC2
- C. AWS Lambda
- D. Amazon Aurora
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/whitepapers/latest/aws-overview/compute-services.html>
</details>
30. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-pillars-of-the-aws-well-architected-framework/>
</details>
31. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/tools/>
</details>
32. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
33. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
34. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/peering/what-is-vpc-peering.html>
</details>
35. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/latest/userguide/welcome.html>
</details>
36. 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. <br/>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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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>
</details>
37. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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-new/2016/11/move-exabyte-scale-data-sets-with>- aws-snowmobile/
</details>
38. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
Explanation: <https://d0.awsstatic.com/whitepapers/aws_pricing_overview.pdf>
</details>
39. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/latest/developerguide/load-balancer-types.html>
</details>
40. 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.
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
41. 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
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- You can deliver content and decrease end-user latency of your web application using Amazon CloudFront.
- CloudFront speeds up content delivery by leveraging its global network of data centers, known as edge locations, to reduce delivery time by caching your content close to your end users.
- CloudFront fetches your content from an origin, such as an Amazon S3 bucket, an Amazon EC2 instance, an Amazon Elastic Load
Balancing load balancer or your own web server, when it's not already in an edge location.
- CloudFront can be used to deliver your entire website or application, including dynamic, static, streaming, and interactive content.
Reference: <https://aws.amazon.com/getting-started/tutorials/deliver-content-faster/>
</details>
42. Which AWS service provides a self-service portal for on-demand access to AWS compliance reports?
- A. AWS Config
- B. AWS Certificate Manager
- C. Amazon Inspector
- D. AWS Artifact
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
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/>
</details>
43. Which of the following AWS services can be used to run a self-managed database?
- A. Amazon Route 53
- B. AWS X-Ray
- C. AWS Snowmobile
- D. Amazon Elastic Compute Cloud (Amazon EC2)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://severalnines.com/news/aws-users-prefer-self-managed-databases>
</details>
44. What exclusive benefit is provided to users with Enterprise Support?
- A. Access to a Technical Project Manager
- B. Access to a Technical Account Manager
- C. Access to a Cloud Support Engineer
- D. Access to a Solutions Architect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/premiumsupport/plans/enterprise/>
</details>
45. How can a user protect against AWS service disruptions if a natural disaster affects an entire geographic area?
- A. Deploy applications across multiple Availability Zones within an AWS Region.
- B. Use a hybrid cloud computing deployment model within the geographic area.
- C. Deploy applications across multiple AWS Regions.
- D. Store application artifacts using AWS Artifact and replicate them across multiple AWS Regions.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- An AWS Region is a geographic location where AWS provides multiple, physically separated and isolated Availability Zones which are connected with low latency, high throughput, and highly redundant networking.
Reference: <https://aws.amazon.com/s3/faqs/>
</details>
46. How does AWS MOST effectively reduce computing costs for a growing start-up company?
- A. It provides on-demand resources for peak usage.
- B. It automates the provisioning of individual developer environments.
- C. It automates customer relationship management.
- D. It implements a fixed monthly computing budget.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- You can continue to optimize your spend and keep your development costs low by making sure you revisit your architecture often, to adjust to your startup growth.
- Manage your cost further by leveraging different options such as S3 CloudFront for caching & offloading to reduce cost of EC2 computing, as well as Elastic Load Balancing which prepares you for massive scale, high reliability and uninterrupted growth.
- Another way to keep costs down is to use AWS Identity and Access Management solutions (IAM) to manage governance of your cost drivers effectively and by the right teams.
Reference: <https://aws.amazon.com/startups/lean/>
</details>
47. A startup is working on a new application that needs to go to market quickly. The application requirements may need to be adjusted in the near future. <br/> Which of the following is a characteristic of the AWS Cloud that would meet this specific need?
- A. Elasticity
- B. Reliability
- C. Performance
- D. Agility
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- Agile is a time boxed, iterative approach to software delivery that builds software incrementally from the start of the project, instead of trying to deliver it all at once near the end.
Reference: <http://www.agilenutshell.com>
</details>
48. Which AWS Support plan provides a full set of AWS Trusted Advisor checks?
- A. Business and Developer Support
- B. Business and Basic Support
- C. Enterprise and Developer Support
- D. Enterprise and Business Support
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/premiumsupport/plans/>
</details>
49. Which of the following services have Distributed Denial of Service (DDoS) mitigation features? (Choose two.)
- A. AWS WAF
- B. Amazon DynamoDB
- C. Amazon EC2
- D. Amazon CloudFront
- E. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://aws.amazon.com/shield/>
</details>
50. When building a cloud Total Cost of Ownership (TCO) model, which cost elements should be considered for workloads running on AWS? (Choose three.)
- A. Compute costs
- B. Facilities costs
- C. Storage costs
- D. Data transfer costs
- E. Network infrastructure costs
- F. Hardware lifecycle costs
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: ACE
Explanation:
<https://aws.amazon.com/blogs/aws/the-new-aws-tco-calculator/>
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,829 @@
# Practice Exam 17
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. What time-savings advantage is offered with the use of Amazon Rekognition?
- A. Amazon Rekognition provides automatic watermarking of images.
- B. Amazon Rekognition provides automatic detection of objects appearing in pictures.
- C. Amazon Rekognition provides the ability to resize millions of images automatically.
- D. Amazon Rekognition uses Amazon Mechanical Turk to allow humans to bid on object detection jobs.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Rekognition Image is an image recognition service that detects objects, scenes, and faces; extracts text; recognizes celebrities; and identifies inappropriate content in images.
- It also allows you to search and compare faces.
- Rekognition Image is based on the same proven, highly scalable, deep learning technology developed by Amazon's computer vision scientists to analyze billions of images daily for Prime Photos.
Reference: <https://aws.amazon.com/rekognition/faqs/>
</details>
2. When comparing AWS with on-premises Total Cost of Ownership (TCO), what costs are included?
- A. Data center security
- B. Business analysis
- C. Project management
- D. Operating system administration
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://www.awstcocalculator.com/Output/Load/f85bbf7e131446643911859504>
</details>
3. According to the AWS shared responsibility model, what is AWS responsible for?
- A. Configuring Amazon VPC
- B. Managing application code
- C. Maintaining application traffic
- D. Managing the network infrastructure
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://cloudacademy.com/blog/aws-shared-responsibility-model-security/>
</details>
4. Which service should be used to estimate the costs of running a new project on AWS?
- A. AWS TCO Calculator
- B. AWS Simple Monthly Calculator
- C. AWS Cost Explorer API
- D. AWS Budgets
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- To forecast your costs, use the AWS Cost Explorer.
- Use cost allocation tags to divide your resources into groups, and then estimate the costs for each group.
Reference: <https://aws.amazon.com/premiumsupport/knowledge-center/estimating-aws-resource-costs/>
</details>
5. Which AWS tool will identify security groups that grant unrestricted Internet access to a limited list of ports?
- A. AWS Organizations
- B. AWS Trusted Advisor
- C. AWS Usage Report
- D. Amazon EC2 dashboard
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://www.cloudconformity.com/knowledge-base/aws/EC2/security-group-egress-any.html>
</details>
6. Which AWS service can be used to generate alerts based on an estimated monthly bill?
- A. AWS Config
- B. Amazon CloudWatch
- C. AWS X-Ray
- D. AWS CloudTrail
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- You can monitor your estimated AWS charges by using Amazon CloudWatch.
- When you enable the monitoring of estimated charges for your AWS account, the estimated charges are calculated and sent several times daily to CloudWatch as metric data.
- Billing metric data is stored in the US East (N. Virginia) Region and represents worldwide charges.
- This data includes the estimated charges for every service in AWS that you use, in addition to the estimated overall total of your AWS charges.
Reference: <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/monitor_estimated_charges_with_cloudwatch.html>
</details>
7. Which Amazon EC2 pricing model offers the MOST significant discount when compared to On-Demand Instances?
- A. Partial Upfront Reserved Instances for a 1-year term
- B. All Upfront Reserved Instances for a 1-year term
- C. All Upfront Reserved Instances for a 3-year term
- D. No Upfront Reserved Instances for a 3-year term
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/ec2/pricing/reserved-instances/>
</details>
8. Which of the following is the responsibility of AWS?
- A. Setting up AWS Identity and Access Management (IAM) users and groups
- B. Physically destroying storage media at end of life
- C. Patching guest operating systems
- D. Configuring security settings on Amazon EC2 instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Media storage devices used to store customer data are classified by AWS as Critical and treated accordingly, as high impact, throughout their life-cycles.
- AWS has exacting standards on how to install, service, and eventually destroy the devices when they are no longer useful. - When a storage device has reached the end of its useful life, AWS decommissions media using techniques detailed in NIST 800-88.
- Media that stored customer data is not removed from AWS control until it has been securely decommissioned.
Reference: <https://aws.amazon.com/compliance/data-center/controls/>
</details>
9. Which of the following is an advantage of using AWS?
- A. AWS audits user data.
- B. Data is automatically secure.
- C. There is no guessing on capacity needs.
- D. AWS manages compliance needs.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- AWS manages dozens of compliance programs in its infrastructure.
- This means that segments of your compliance have already been completed.
Reference: <https://docs.aws.amazon.com/whitepapers/latest/aws-overview/security-and-compliance.html>
</details>
10. Which AWS service would a customer use with a static website to achieve lower latency and high transfer speeds?
- A. AWS Lambda
- B. Amazon DynamoDB Accelerator
- C. Amazon Route 53
- D. Amazon CloudFront
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds, all within a developer- friendly environment.
- CloudFront is integrated with AWS both physical locations that are directly connected to the AWS global infrastructure, as well as other AWS services.
Reference: <https://aws.amazon.com/cloudfront/>
</details>
11. Which services manage and automate application deployments on AWS? (Choose two.)
- A. AWS Elastic Beanstalk
- B. AWS CodeCommit
- C. AWS Data Pipeline
- D. AWS CloudFormation
- E. AWS Config
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
Explanation: <https://aws.amazon.com/getting-started/tutorials/continuous-deployment-pipeline/>
</details>
12. A user wants guidance on possible savings when migrating from on-premises to AWS. <br/> Which tool is suitable for this scenario?
- A. AWS Budgets
- B. Cost Explorer
- C. AWS Total Cost of Ownership (TCO) Calculator
- D. AWS Well-Architected Tool
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- The TCO Calculator provides directional guidance on possible realized savings when deploying AWS.
- This tool is built on an underlying calculation model, that generates a fair assessment of value that a customer may achieve given the data provided by the user.
Reference: <https://aws.amazon.com/tco-calculator/>
</details>
13. Which principles are used to architect applications for reliability on the AWS Cloud? (Choose two.)
- A. Design for automated failure recovery
- B. Use multiple Availability Zones
- C. Manage changes via documented processes
- D. Test for moderate demand to ensure reliability
- E. Backup recovery to an on-premises environment
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://aws.amazon.com/blogs/apn/the-5-pillars-of-the-aws-well-architected-framework/>
</details>
14. What tasks should a customer perform when that customer suspects an AWS account has been compromised? (Choose two.)
- A. Rotate passwords and access keys.
- B. Remove MFA tokens.
- C. Move resources to a different AWS Region.
- D. Delete AWS CloudTrail Resources.
- E. Contact AWS Support.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AE
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/potential-account-compromise/>
</details>
15. What is an example of high availability in the AWS Cloud?
- A. Consulting AWS technical support at any time day or night
- B. Ensuring an application remains accessible, even if a resource fails
- C. Making any AWS service available for use by paying on demand
- D. Deploying in any part of the world using AWS Regions
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/blogs/startups/high-availability-for-mere-mortals/>
</details>
16. Which AWS security service protects applications from distributed denial of service attacks with always-on detection and automatic inline mitigations?
- A. Amazon Inspector
- B. AWS Web Application Firewall (AWS WAF)
- C. Elastic Load Balancing (ELB)
- D. AWS Shield
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS.
- AWS Shield provides always-on detection and automatic inline mitigation's that minimize application downtime and latency, so there is no need to engage AWS Support to benefit from DDoS protection.
- There are two tiers of AWS Shield - Standard and Advanced.
Reference: <https://aws.amazon.com/shield/>
</details>
17. A company wants to monitor the CPU usage of its Amazon EC2 resources. <br/> Which AWS service should the company use?
- A. AWS CloudTrail
- B. Amazon CloudWatch
- C. AWS Cost and Usage report
- D. Amazon Simple Notification Service (Amazon SNS)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- With Basic monitoring you get data on your cloudwatch metrics every 5 minutes.
- Enabling detailed monitoring, you will get the data every one minute.
- To check if detailed monitoring is enabled, on your EC2 Console, Select the instance, on the lower plane, Select Monitoring.
Reference: <https://forums.aws.amazon.com/thread.jspa?threadID=263876>
</details>
18. What is an AWS Identity and Access Management (IAM) role?
- A. A user associated with an AWS resource
- B. A group associated with an AWS resource
- C. An entity that defines a set of permissions for use with an AWS resource
- D. An authentication credential associated with a multi-factor authentication (MFA) token
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- AWS Identity and Access Management (IAM) enables you to manage access to AWS services and resources securely.
- Using IAM, you can create and manage AWS users and groups, and use permissions to allow and deny their access to AWS resources.
Reference: <https://aws.amazon.com/iam/>
</details>
19. What are the advantages of Reserved Instances? (Choose two.)
- A. They provide a discount over on-demand pricing.
- B. They provide access to additional instance types.
- C. They provide additional networking capability.
- D. Customers can upgrade instances as new types become available.
- E. Customers can reserve capacity in an Availability Zone.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AE
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/ec2-ri-basics/>
</details>
20. How do Amazon EC2 Auto Scaling groups help achieve high availability for a web application?
- A. They automatically add more instances across multiple AWS Regions based on global demand of the application.
- B. They automatically add or replace instances across multiple Availability Zones when the application needs it.
- C. They enable the application's static content to reside closer to end users.
- D. They are able to distribute incoming requests across a tier of web server instances.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- When the unhealthy Availability Zone returns to a healthy state, Auto Scaling automatically redistributes the application instances evenly across all of the designated Availability Zones.
Reference: <https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-benefits.html>
</details>
21. How can one AWS account use Reserved Instances from another AWS account?
- A. By using Amazon EC2 Dedicated Instances
- B. By using AWS Organizations consolidated billing
- C. By using the AWS Cost Explorer tool
- D. By using AWS Budgets
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- The account that originally purchased the Reserved Instance receives the discount first.
- If the purchasing account doesn't have any instances that match the terms of the Reserved Instance, the discount for the Reserved Instance is assigned to any matching usage on another account in the organization.
Reference: <https://aws.amazon.com/premiumsupport/knowledge-center/ec2-ri-consolidated-billing/>
</details>
22. A customer runs an On-Demand Amazon Linux EC2 instance for 3 hours, 5 minutes, and 6 seconds. <br/> For how much time will the customer be billed?
- A. 3 hours, 5 minutes
- B. 3 hours, 5 minutes, and 6 seconds
- C. 3 hours, 6 minutes
- D. 4 hours
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/ec2-instance-hour-billing/>
</details>
23. Which of the following AWS services provide compute resources? (Choose two.)
- A. AWS Lambda
- B. Amazon Elastic Container Service (Amazon ECS)
- C. AWS CodeDeploy
- D. Amazon Glacier
- E. AWS Organizations
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AB
Explanation: <https://docs.aws.amazon.com/whitepapers/latest/aws-overview/compute-services.html>
</details>
24. Which AWS service enables users to deploy infrastructure as code by automating the process of provisioning resources?
- A. Amazon GameLift
- B. AWS CloudFormation
- C. AWS Data Pipeline
- D. AWS Glue
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- AWS CloudFormation provides a common language for you to model and provision AWS and third party application resources in your cloud environment.
- AWS CloudFormation allows you to use programming languages or a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts.
- This gives you a single source of truth for your AWS and third party resources.
Reference: <https://aws.amazon.com/cloudformation/>
</details>
25. Which AWS services provide a way to extend an on-premises architecture to the AWS Cloud? (Choose two.)
- A. Amazon EBS
- B. AWS Direct Connect
- C. Amazon CloudFront
- D. AWS Storage Gateway
- E. Amazon Connect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BD
Explanation: <https://aws.amazon.com/hybrid/>
</details>
26. Which of the following allows users to provision a dedicated network connection from their internal network to AWS?
- A. AWS CloudHSM
- B. AWS Direct Connect
- C. AWS VPN
- D. Amazon Connect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- AWS Direct Connect lets you establish a dedicated network connection between your network and one of the AWS Direct Connect locations.
- Using industry standard 802.1q VLANs, this dedicated connection can be partitioned into multiple virtual interfaces.
- This allows you to use the same connection to access public resources such as objects stored in Amazon S3 using public IP address space, and private resources such as Amazon EC2 instances running within an Amazon Virtual Private Cloud (VPC) using private IP space, while maintaining network separation between the public and private environments.
- Virtual interfaces can be reconfigured at any time to meet your changing needs.
Reference: <https://aws.amazon.com/directconnect/>
</details>
27. Which services use AWS edge locations? (Choose two.)
- A. Amazon CloudFront
- B. AWS Shield
- C. Amazon EC2
- D. Amazon RDS
- E. Amazon ElastiCache
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://www.edureka.co/community/600/what-is-an-edge-location-in-aws>
</details>
28. Which service would provide network connectivity in a hybrid architecture that includes the AWS Cloud?
- A. Amazon VPC
- B. AWS Direct Connect
- C. AWS Directory Service
- D. Amazon API Gateway
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- Amazon Virtual Private Cloud (Amazon VPC) is a logically isolated, private section of the AWS Cloud to launch resources in a virtual data center in the cloud.
- Amazon VPC allows you to leverage multiple Availability Zones (AZ) within a region so that you can build greater fault tolerance within your workloads.
- You have complete control.
Reference: <https://aws.amazon.com/blogs/publicsector/aws-networking-capabilities-gives-you-choices-for-hybrid-cloud-connectivity-but-which-service-works-best-for-your-use-case/>
</details>
29. Which tool can be used to compare the costs of running a web application in a traditional hosting environment to running it on AWS?
- A. AWS Cost Explorer
- B. AWS Budgets
- C. AWS Cost and Usage report
- D. AWS Total Cost of Ownership (TCO) Calculator
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/tco-calculator/>
</details>
30. What is the value of using third-party software from AWS Marketplace instead of installing third-party software on Amazon EC2? (Choose two.)
- A. Users pay for software by the hour or month depending on licensing.
- B. AWS Marketplace enables the user to launch applications with 1-Click.
- C. AWS Marketplace data encryption is managed by a third-party vendor.
- D. AWS Marketplace eliminates the need to upgrade to newer software versions.
- E. Users can deploy third-party software without testing.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AB
Explanation: <https://aws.amazon.com/partners/aws-marketplace/>
</details>
31. Which of the following is a cloud architectural design principle?
- A. Scale up, not out.
- B. Loosely couple components.
- C. Build monolithic systems.
- D. Use commercial database software.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Loosely coupled architectures reduce interdependencies, so that a change or failure in a component does not cascade to other components.
</details>
32. Under the shared responsibility model; which of the following areas are the customer's responsibility? (Choose two.)
- A. Firmware upgrades of network infrastructure
- B. Patching of operating systems
- C. Patching of the underlying hypervisor
- D. Physical security of data centers
- E. Configuration of the security group
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
33. Which service enables customers to audit and monitor changes in AWS resources?
- A. AWS Trusted Advisor
- B. Amazon GuardDuty
- C. Amazon Inspector
- D. AWS Config
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources.
- Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations.
- With Config, you can review changes in configurations and relationships between AWS resources, dive into detailed resource configuration histories, and determine your overall compliance against the configurations specified in your internal guidelines.
- This enables you to simplify compliance auditing, security analysis, change management, and operational troubleshooting.
Reference: <https://aws.amazon.com/config/>
</details>
34. Which AWS service identifies security groups that allow unrestricted access to a user's AWS resources?
- A. AWS CloudTrail
- B. AWS Trusted Advisor
- C. Amazon CloudWatch
- D. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
35. According to the AWS shared responsibility model, who is responsible for configuration management?
- A. It is solely the responsibility of the customer.
- B. It is solely the responsibility of AWS.
- C. It is shared between AWS and the customer.
- D. It is not part of the AWS shared responsibility model.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- AWS maintains the configuration of its infrastructure devices, but a customer is responsible for configuring their own guest operating systems, databases, and applications.
Reference: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
36. Which AWS service is a content delivery network that securely delivers data, video, and applications to users globally with low latency and high speeds?
- A. AWS CloudFormation
- B. AWS Direct Connect
- C. Amazon CloudFront
- D. Amazon Pinpoint
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds, all within a developer- friendly environment.
- CloudFront is integrated with AWS both physical locations that are directly connected to the AWS global infrastructure, as well as other AWS services.
Reference: <https://aws.amazon.com/cloudfront/>
</details>
37. Which benefit of the AWS Cloud supports matching the supply of resources with changing workload demands?
- A. Security
- B. Reliability
- C. Elasticity
- D. High availability
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://wa.aws.amazon.com/wat.map.en.html>
</details>
38. A user is running an application on AWS and notices that one or more AWS-owned IP addresses is involved in a distributed denial-of-service (DDoS) attack. <br/> Who should the user contact FIRST about this situation?
- A. AWS Premium Support
- B. AWS Technical Account Manager
- C. AWS Solutions Architect
- D. AWS Abuse team
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/report-aws-abuse/>
</details>
39. Which of the following are benefits of hosting infrastructure in the AWS Cloud? (Choose two.)
- A. There are no upfront commitments.
- B. AWS manages all security in the cloud.
- C. Users have the ability to provision resources on demand.
- D. Users have access to free and unlimited storage.
- E. Users have control over the physical infrastructure.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
</details>
40. What AWS service would be used to centrally manage AWS access policies across multiple accounts?
- A. AWS Service Catalog
- B. AWS Config
- C. AWS Trusted Advisor
- D. AWS Organizations
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- AWS Organizations helps you centrally govern your environment as you grow and scale your workloads on AWS.
- Whether you are a growing startup or a large enterprise, Organizations helps you to centrally manage billing; control access, compliance, and security; and share resources across your AWS accounts.
Reference: <https://aws.amazon.com/organizations/>
</details>
41. What is AWS Trusted Advisor?
- A. It is an AWS staff member who provides recommendations and best practices on how to use AWS.
- B. It is a network of AWS partners who provide recommendations and best practices on how to use AWS.
- C. It is an online tool with a set of automated checks that provides recommendations on cost optimization, performance, and security.
- D. It is another name for AWS Technical Account Managers who provide recommendations on cost optimization, performance, and security.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- AWS Trusted Advisor is an online tool that provides you real time guidance to help you provision your resources following AWS best practices.
- Whether establishing new workflows, developing applications, or as part of ongoing improvement, take advantage of the recommendations provided by Trusted Advisor on a regular basis to help keep your solutions provisioned optimally.
Reference: <https://aws.amazon.com/premiumsupport/technology/trusted-advisor/>
</details>
42. Which AWS service or feature allows a company to visualize, understand, and manage AWS costs and usage over time?
- A. AWS Budgets
- B. AWS Cost Explorer
- C. AWS Organizations
- D. Consolidated billing
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- AWS Cost Explorer has an easy-to-use interface that lets you visualize, understand, and manage your AWS costs and usage over time.
Reference: <https://aws.amazon.com/aws-cost-management/aws-cost-explorer/>
</details>
43. Which AWS service offers on-demand access to AWS security and compliance reports?
- A. AWS CloudTrail
- B. AWS Artifact
- C. AWS Health
- D. Amazon CloudWatch
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/>
</details>
44. What are the benefits of using the AWS Cloud for companies with customers in many countries around the world? (Choose two.)
- A. Companies can deploy applications in multiple AWS Regions to reduce latency.
- B. Amazon Translate automatically translates third-party website interfaces into multiple languages.
- C. Amazon CloudFront has multiple edge locations around the world to reduce latency.
- D. Amazon Comprehend allows users to build applications that can respond to user requests in many languages.
- E. Elastic Load Balancing can distribute application web traffic to multiple AWS Regions around the world, which reduces latency.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CD
Explanation:
- <https://aws.amazon.com/comprehend/features/>
- <https://aws.amazon.com/cloudfront/>
</details>
45. Which AWS service handles the deployment details of capacity provisioning, load balancing, Auto Scaling, and application health monitoring?
- A. AWS Config
- B. AWS Elastic Beanstalk
- C. Amazon Route 53
- D. Amazon CloudFront
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Upload your code and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring.
- At the same time, you retain full control over the AWS resources powering your application and can access the underlying resources at any time.
Reference: <https://aws.amazon.com/elasticbeanstalk/>
</details>
46. Which AWS service provides inbound and outbound network ACLs to harden external connectivity to Amazon EC2?
- A. AWS IAM
- B. Amazon Connect
- C. Amazon VPC
- D. Amazon API Gateway
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Security.html>
</details>
47. When a company provisions web servers in multiple AWS Regions, what is being increased?
- A. Coupling
- B. Availability
- C. Security
- D. Durability
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html>
</details>
48. The pay-as-you-go pricing model for AWS services:
- A. reduces capital expenditures.
- B. requires payment up front for AWS services.
- C. is relevant only for Amazon EC2, Amazon S3, and Amazon RDS.
- D. reduces operational expenditures.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://www.10thmagnitude.com/opex-vs-capex-the-real-cloud-computing-cost-advantage/>
</details>
49. Under the AWS shared responsibility model, AWS is responsible for which security-related task?
- A. Lifecycle management of IAM credentials
- B. Physical security of global infrastructure
- C. Encryption of Amazon EBS volumes
- D. Firewall configuration
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://cloudacademy.com/blog/aws-shared-responsibility-model-security/>
</details>
50. Which AWS service enables users to consolidate billing across multiple accounts?
- A. Amazon QuickSight
- B. AWS Organizations
- C. AWS Budgets
- D. Amazon Forecast
<details markdown=1><summary markdown="span">Answer</summary>
Correct 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/awsaccountbilling/latest/aboutv2/consolidated-billing.html>
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,786 @@
# Practice Exam 18
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. Under the AWS shared responsibility model, which of the following is an example of security in the AWS Cloud?
- A. Managing edge locations
- B. Physical security
- C. Firewall configuration
- D. Global infrastructure
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
2. How can an AWS user with an AWS Basic Support plan obtain technical assistance from AWS?
- A. AWS Senior Support Engineers
- B. AWS Technical Account Managers
- C. AWS Trusted Advisor
- D. AWS Discussion Forums
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/premiumsupport/faqs/>
</details>
3. Which of the following are pillars of the AWS Well-Architected Framework? (Choose two.)
- A. Multiple Availability Zones
- B. Performance efficiency
- C. Security
- D. Encryption usage
- E. High availability
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
Explanation: <https://d1.awsstatic.com/whitepapers/architecture/AWS_Well-Architected_Framework.pdf>
</details>
4. After selecting an Amazon EC2 Dedicated Host reservation, which pricing option would provide the largest discount?
- A. No upfront payment
- B. Hourly on-demand payment
- C. Partial upfront payment
- D. All upfront payment
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/ec2/pricing/reserved-instances/pricing/>
</details>
5. What is an advantage of deploying an application across multiple Availability Zones?
- A. There is a lower risk of service failure if a natural disaster causes a service disruption in a given AWS Region.
- B. The application will have higher availability because it can withstand a service disruption in one Availability Zone.
- C. There will be better coverage as Availability Zones are geographically distant and can serve a wider area.
- D. There will be decreased application latency that will improve the user experience.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html>
</details>
6. A Cloud Practitioner is asked how to estimate the cost of using a new application on AWS. <br/> What is the MOST appropriate response?
- A. Inform the user that AWS pricing allows for on-demand pricing.
- B. Direct the user to the AWS Simple Monthly Calculator for an estimate.
- C. Use Amazon QuickSight to analyze current spending on-premises.
- D. Use Amazon AppStream 2.0 for real-time pricing analytics.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/estimating-aws-resource-costs/>
</details>
7. A company wants to migrate its applications to a VPC on AWS. These applications will need to access on-premises resources. <br/> What combination of actions will enable the company to accomplish this goal? (Choose two.)
- A. Use the AWS Service Catalog to identify a list of on-premises resources that can be migrated.
- B. Build a VPN connection between an on-premises device and a virtual private gateway in the new VPC.
- C. Use Amazon Athena to query data from the on-premises database servers.
- D. Connect the company's on-premises data center to AWS using AWS Direct Connect.
- E. Leverage Amazon CloudFront to restrict access to static web content provided through the company's on-premises web servers.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BD
Explanation: <https://aws.amazon.com/blogs/apn/amazon-vpc-for-on-premises-network-engineers-part-one/>
</details>
8. A web application running on AWS has been spammed with malicious requests from a recurring set of IP addresses. <br/> Which AWS service can help secure the application and block the malicious traffic?
- A. AWS IAM
- B. Amazon GuardDuty
- C. Amazon Simple Notification Service (Amazon SNS)
- D. AWS WAF
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- AWS WAF is a web application firewall that helps protect web applications from common web exploits that could affect application availability, compromise security, or consume excessive resources.
- You can use AWS WAF to define customizable web security rules that control which traffic accesses your web applications.
- If you use AWS Shield Advanced, you can use AWS WAF at no extra cost for those protected resources and can engage the DRT to create WAF rules.
Reference: <https://aws.amazon.com/answers/networking/aws-ddos-attack-mitigation/>
</details>
9. Treating infrastructure as code in the AWS Cloud allows users to:
- A. automate migration of on-premises hardware to AWS data centers.
- B. let a third party automate an audit of the AWS infrastructure.
- C. turn over application code to AWS so it can run on the AWS infrastructure.
- D. automate the infrastructure provisioning process.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://asperbrothers.com/blog/infrastructure-as-code-aws/>
</details>
10. A company requires a dedicated network connection between its on-premises servers and the AWS Cloud. <br/> Which AWS service should be used?
- A. AWS VPN
- B. AWS Direct Connect
- C. Amazon API Gateway
- D. Amazon Connect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- You can use AWS Direct Connect to establish a private virtual interface from your on-premise network directly to your Amazon VPC, providing you with a private, high bandwidth network connection between your network and your VPC.
- With multiple virtual interfaces, you can even establish private connectivity to multiple VPCs while maintaining network isolation.
Reference: <https://aws.amazon.com/directconnect/>
</details>
11. Which AWS service can be used to query stored datasets directly from Amazon S3 using standard SQL?
- A. AWS Glue
- B. AWS Data Pipeline
- C. Amazon CloudSearch
- D. Amazon Athena
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- Amazon Athena is defined as "an interactive query service that makes it easy to analyze data directly in Amazon Simple Storage Service (Amazon S3) using standard SQL." So, it's another SQL query engine for large data sets stored in S3.
- This is very similar to other SQL query engines, such as Apache Drill.
- But unlike Apache Drill, Athena is limited to data only from Amazon's own S3 storage service. However, Athena is able to query a variety of file formats, including, but not limited to CSV, Parquet, JSON, etc.
</details>
12. AWS CloudFormation is designed to help the user:
- A. model and provision resources.
- B. update application code.
- C. set up data lakes.
- D. create reports for billing.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- AWS CloudFormation provides a common language for you to model and provision AWS and third party application resources in your cloud environment.
- AWS CloudFormation allows you to use programming languages or a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts.
- This gives you a single source of truth for your AWS and third party resources.
Reference: <https://aws.amazon.com/cloudformation/>
</details>
13. Which of the following is an AWS database service?
- A. Amazon Redshift
- B. Amazon Elastic Block Store (Amazon EBS)
- C. Amazon S3 Glacier
- D. AWS Snowball
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://www.sisense.com/glossary/redshift-database/>
</details>
14. A Cloud Practitioner must determine if any security groups in an AWS account have been provisioned to allow unrestricted access for specific ports. <br/> What is the SIMPLEST way to do this?
- A. Review the inbound rules for each security group in the Amazon EC2 management console to check for port 0.0.0.0/0.
- B. Run AWS Trusted Advisor and review the findings.
- C. Open the AWS IAM console and check the inbound rule filters for open access.
- D. In AWS Config, create a custom rule that invokes an AWS Lambda function to review rules for inbound access.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-security-groups.html>
</details>
15. What are the benefits of developing and running a new application in the AWS Cloud compared to on-premises? (Choose two.)
- A. AWS automatically distributes the data globally for higher durability.
- B. AWS will take care of operating the application.
- C. AWS makes it easy to architect for high availability.
- D. AWS can easily accommodate application demand changes.
- E. AWS takes care application security patching.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CD
</details>
16. A user needs an automated security assessment report that will identify unintended network access to Amazon EC2 instances and vulnerabilities on those instances. <br/> Which AWS service will provide this assessment report?
- A. EC2 security groups
- B. AWS Config
- C. Amazon Macie
- D. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- Amazon Inspector is an automated security assessment service that helps improve the security and compliance of applications deployed on AWS.
- AmazonInspector automatically assesses applications for exposure, vulnerabilities, and deviations from best practices.
- After performing an assessment, Amazon Inspector produces a detailed list of security findings prioritized by level of severity.
- These findings can be reviewed directly or as part of detailed assessment reports which are available via the Amazon Inspector console or API.
Reference: <https://aws.amazon.com/inspector/>
</details>
17. How can a company isolate the costs of production and non-production workloads on AWS?
- A. Create Identity and Access Management (IAM) roles for production and non-production workloads.
- B. Use different accounts for production and non-production expenses.
- C. Use Amazon EC2 for non-production workloads and other services for production workloads.
- D. Use Amazon CloudWatch to monitor the use of services.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/answers/account-management/aws-multi-account-billing-strategy/>
</details>
18. Where can users find a catalog of AWS-recognized providers of third-party security solutions?
- A. AWS Service Catalog
- B. AWS Marketplace
- C. AWS Quick Start
- D. AWS CodeDeploy
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- AWS Service Catalog Delivery Partners are APN Consulting Partners who help create catalogs of IT services that are approved by the customer's organization for use on AWS.
- With AWS Service Catalog, customers and partners can centrally manage commonly deployed IT services to help achieve consistent governance and meet compliance requirements while enabling users to self-provision approved services.
Reference: <https://aws.amazon.com/servicecatalog/partners/>
</details>
19. A Cloud Practitioner needs to store data for 7 years to meet regulatory requirements. <br/> Which AWS service will meet this requirement at the LOWEST cost?
- A. Amazon S3
- B. AWS Snowball
- C. Amazon Redshift
- D. Amazon S3 Glacier
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- S3 Glacier Deep Archive is Amazon S3's lowest-cost storage class and supports long-term retention and digital preservation for data that may be accessed once or twice in a year.
- It is designed for customers --particularly those in highly-regulated industries, such as the Financial Services, Healthcare, and Public Sectors -- that retain data sets for 7-10 years or longer to meet regulatory compliance requirements.
- S3 Glacier Deep Archive can also be used for backup and disaster recovery use cases, and is a cost-effective and easy-to-manage alternative to magnetic tape systems, whether they are on-premises libraries or off-premises services.
Reference: <https://aws.amazon.com/s3/storage-classes/>
</details>
20. What are the immediate benefits of using the AWS Cloud? (Choose two.)
- A. Increased IT staff.
- B. Capital expenses are replaced with variable expenses.
- C. User control of infrastructure.
- D. Increased agility.
- E. AWS holds responsibility for security in the cloud.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CD
</details>
21. Which security service automatically recognizes and classifies sensitive data or intellectual property on AWS?
- A. Amazon GuardDuty
- B. Amazon Macie
- C. Amazon Inspector
- D. AWS Shield
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Amazon Macie is a security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS.
- Macie recognizes sensitive data such as personally identifiable information (PII) or intellectual property.
- It provides you with dashboards and alerts that give visibility into how this data is being accessed or moved.
Reference: <https://docs.aws.amazon.com/macie/latest/userguide/what-is-macie.html>
</details>
22. What is the purpose of AWS Storage Gateway?
- A. It ensures on-premises data storage is 99.999999999% durable.
- B. It transports petabytes of data to and from AWS.
- C. It connects to multiple Amazon EC2 instances.
- D. It connects on-premises data storage to the AWS Cloud.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- Moving data to the cloud is not quite as simple as flipping a switch.
- For companies that have managed their own data centers or server rooms for decades, there are a few steps to consider --and it's not always wise to pull the plug on an internal infrastructure quite so quickly.
- If a startup uses on-premise business servers and then experiences unexpected growth, abandoning those servers doesn't make sense (even if the long-term plan is to do exactly that).
- AWS Storage Gateway is a way to bridge this gap for companies of any size.
- It's a hybrid storage option that connects on-premise storage including age-old tape backup systems to the cloud in a way that also provides one console to access all storage configurations.
Reference: <https://www.techradar.com/news/what-is-aws-storage-gateway>
</details>
23. What should users do if they want to install an application in geographically isolated locations?
- A. Install the application using multiple internet gateways.
- B. Deploy the application to an Amazon VPC.
- C. Deploy the application to multiple AWS Regions.
- D. Configure the application using multiple NAT gateways.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html>
</details>
24. A system in the AWS Cloud is designed to withstand the failure of one or more components. <br/> What is this an example of?
- A. Elasticity
- B. High Availability
- C. Scalability
- D. Agility
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://wa.aws.amazon.com/wat.question.REL_7.en.html>
</details>
25. A Cloud Practitioner needs a consistent and dedicated connection between AWS resources and an on-premises system. <br/> Which AWS service can fulfill this requirement?
- A. AWS Direct Connect
- B. AWS VPN
- C. Amazon Connect
- D. AWS Data Pipeline
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- You can use AWS Direct Connect to establish a private virtual interface from your on-premise network directly to your Amazon VPC, providing you with a private, high bandwidth network connection between your network and your VPC.
- With multiple virtual interfaces, you can even establish private connectivity to multiple VPCs while maintaining network isolation.
Reference: <https://aws.amazon.com/directconnect/>
</details>
26. Within the AWS shared responsibility model, who is responsible for security and compliance?
- A. The customer is responsible.
- B. AWS is responsible.
- C. AWS and the customer share responsibility.
- D. AWS shares responsibility with the relevant governing body.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- Security and Compliance is a shared responsibility between AWS and the customer.
- This shared model can help relieve the customer's operational burden as AWS operates, manages and controls the components from the host operating system and virtualization layer down to the physical security of the facilities in which the service operates.
Reference: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
27. To use the AWS CLI, users are required to generate:
- A. a password policy.
- B. an access/secret key.
- C. a managed policy.
- D. an API key.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
28. Which AWS service is used to provide encryption for Amazon EBS?
- A. AWS Certificate Manager
- B. AWS Systems Manager
- C. AWS KMS
- D. AWS Config
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/kms/latest/developerguide/services-ebs.html>
</details>
29. How does AWS charge for AWS Lambda usage once the free tier has been exceeded? (Choose two.)
- A. By the time it takes for the Lambda function to execute.
- B. By the number of versions of a specific Lambda function.
- C. By the number of requests made for a given Lambda function.
- D. By the programming language that is used for the Lambda function.
- E. By the total number of Lambda functions in an AWS account.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CE
Explanation: <https://aws.amazon.com/lambda/pricing/>
</details>
30. Which of the following describes the relationships among AWS Regions, Availability Zones, and edge locations? (Choose two.)
- A. There are more AWS Regions than Availability Zones.
- B. There are more edge locations than AWS Regions.
- C. An edge location is an Availability Zone.
- D. There are more AWS Regions than edge locations.
- E. There are more Availability Zones than AWS Regions.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
</details>
31. What does AWS Shield Standard provide?
- A. WAF rules
- B. DDoS protection
- C. Identity and Access Management (IAM) permissions and access to resources
- D. Data encryption
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- AWS Shield Standard provides protection for all AWS customers from common, most frequently occurring network and transport layer DDoS attacks that target your web site or application at no additional charge.
Reference: <https://aws.amazon.com/shield/pricing/>
</details>
32. A company wants to build its new application workloads in the AWS Cloud instead of using on-premises resources. <br/> What expense can be reduced using the AWS Cloud?
- A. The cost of writing custom-built Java or Node .js code
- B. Penetration testing for security
- C. hardware required to support new applications
- D. Writing specific test cases for third-party applications.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/pricing/cost-optimization/>
</details>
33. What does AWS Marketplace allow users to do? (Choose two.)
- A. Sell unused Amazon EC2 Spot Instances.
- B. Sell solutions to other AWS users.
- C. Buy third-party software that runs on AWS.
- D. Purchase AWS security and compliance documents.
- E. Order AWS Snowball.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
Explanation: <https://aws.amazon.com/marketplace>
</details>
34. What does it mean if a user deploys a hybrid cloud architecture on AWS?
- A. All resources run using on-premises infrastructure.
- B. Some resources run on-premises and some run in a colocation center.
- C. All resources run in the AWS Cloud.
- D. Some resources run on-premises and some run in the AWS Cloud.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/hybrid/>
</details>
35. Which AWS service allows users to identify the changes made to a resource over time?
- A. Amazon Inspector
- B. AWS Config
- C. AWS Service Catalog
- D. AWS IAM
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/config/latest/developerguide/view-manage-resource.html>
</details>
36. How can a company reduce its Total Cost of Ownership (TCO) using AWS?
- A. By minimizing large capital expenditures
- B. By having no responsibility for third-party license costs
- C. By having no operational expenditures
- D. By having AWS manage applications
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- AWS helps you reduce Total Cost of Ownership (TCO) by reducing the need to invest in large capital expenditures and providing a pay-as-you-go model that empowers you to invest in the capacity you need and use it only when the business requires it.
Reference: <https://aws.amazon.com/tco-calculator/>
</details>
37. Which activity is a customer responsibility in the AWS Cloud according to the AWS shared responsibility model?
- A. Ensuring network connectivity from AWS to the internet
- B. Patching and fixing flaws within the AWS Cloud infrastructure
- C. Ensuring the physical security of cloud data centers
- D. Ensuring Amazon EBS volumes are backed up
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/blogs/security/the-aws-shared-responsibility-model-and-gdpr/>
</details>
38. What are the advantages of the AWS Cloud? (Choose two.)
- A. Fixed rate monthly cost
- B. No need to guess capacity requirements
- C. Increased speed to market
- D. Increased upfront capital expenditure
- E. Physical access to cloud data centers
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
Explanation: <https://data-flair.training/blogs/aws-advantages/>
</details>
39. When comparing the total cost of ownership (TCO) of an on-premises infrastructure to a cloud architecture, what costs should be considered? (Choose two.)
- A. The credit card processing fees for application transactions in the cloud.
- B. The cost of purchasing and installing server hardware in the on-premises data.
- C. The cost of administering the infrastructure, including operating system and software installations, patches, backups, and recovering from failures.
- D. The costs of third-party penetration testing.
- E. The advertising costs associated with an ongoing enterprise-wide campaign.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
Explanation: <https://aws.amazon.com/tco-calculator/>
</details>
40. Which AWS feature allows a company to take advantage of usage tiers for services across multiple member accounts?
- A. Service control policies (SCPs)
- B. Consolidated billing
- C. All Upfront Reserved Instances
- D. AWS Cost Explorer
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/tco-calculator/>
</details>
41. What is one of the customer's responsibilities according to the AWS shared responsibility model?
- A. Virtualization infrastructure
- B. Network infrastructure
- C. Application security
- D. Physical security of hardware
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://cloudacademy.com/blog/aws-shared-responsibility-model-security/>
</details>
42. What helps a company provide a lower latency experience to its users globally?
- A. Using an AWS Region that is central to all users
- B. Using a second Availability Zone in the AWS Region that is using used
- C. Enabling caching in the AWS Region that is being used
- D. Using edge locations to put content closer to all users
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/whitepapers/latest/aws-overview/six-advantages-of-cloud-computing.html>
</details>
43. How can the AWS Cloud increase user workforce productivity after migration from an on-premises data center?
- A. Users do not have to wait for infrastructure provisioning.
- B. The AWS Cloud infrastructure is much faster than an on-premises data center infrastructure.
- C. AWS takes over application configuration management on behalf of users.
- D. Users do not need to address security and compliance issues.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://d1.awsstatic.com/whitepapers/Migration/aws-migration-whitepaper.pdf>
</details>
44. Which AWS service provides a quick and automated way to create and manage AWS accounts?
- A. AWS QuickSight
- B. Amazon Lightsail
- C. AWS Organizations
- D. Amazon Connect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/blogs/mt/automate-account-creation-and-resource-provisioning-using-aws-service-catalog-aws-organizations-and-aws-lambda/>
</details>
45. Which Amazon RDS feature can be used to achieve high availability?
- A. Multiple Availability Zones
- B. Amazon Reserved Instances
- C. Provisioned IOPS storage
- D. Enhanced monitoring
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- Amazon RDS provides high availability and failover support for DB instances using Multi-AZ deployments.
- Amazon RDS uses several different technologies to provide failover support.
- Multi-AZ deployments for Oracle, PostgreSQL, MySQL, and MariaDB DB instances use Amazon's failover technology.
- SQL Server DB instances use SQL Server Database Mirroring (DBM).
Reference: <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZ.html>
</details>
46. Where should users report that AWS resources are being used for malicious purposes?
- A. AWS Abuse team
- B. AWS Shield
- C. AWS Support
- D. AWS Developer Forums
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/report-aws-abuse/>
</details>
47. Which AWS service needs to be enabled to track all user account changes within the AWS Management Console?
- A. AWS CloudTrail
- B. Amazon Simple Notification Service (Amazon SNS)
- C. VPC Flow Logs
- D. AWS CloudHSM
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of your AWS account.
- With CloudTrail, you can log, continuously monitor, and retain account activity related to actions across your AWS infrastructure.
- CloudTrail provides event history of your AWS account activity, including actions taken through the AWS Management Console, AWS SDKs, command line tools, and other AWS services.
- This event history simplifies security analysis, resource change tracking, and troubleshooting.
- In addition, you can use CloudTrail to detect unusual activity in your AWS accounts.
- These capabilities help simplify operational analysis and troubleshooting.
Reference: <https://aws.amazon.com/cloudtrail/>
</details>
48. What is an AWS Cloud design best practice?
- A. Tight coupling of components
- B. Single point of failure
- C. High availability
- D. Overprovisioning of resources
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://d1.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf>
</details>
49. Why is AWS more economical than traditional data centers for applications with varying compute workloads?
- A. Amazon Elastic Compute Cloud (Amazon EC2) costs are billed on a monthly basis.
- B. Customers retain full administrative access to their Amazon EC2 instances.
- C. Amazon EC2 instances can be launched on-demand when needed.
- D. Customers can permanently run enough instances to handle peak workloads.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- The ability to launch instances on-demand when needed allows customers launch and terminate instances in response to a varying workload.
- This is a more economical practice than purchasing enough on-premises servers to handle the peak load.
</details>
50. Which AWS service would simplify migration of a database to AWS?
- A. AWS Storage Gateway
- B. AWS Database Migration Service (AWS DMS)
- C. Amazon Elastic Compute Cloud (Amazon EC2)
- D. Amazon AppStream 2.0
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/dms/>
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,757 @@
# Practice Exam 19
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. Which AWS offering enables customers to find, buy, and immediately start using software solutions in their AWS environment?
- A. AWS Config
- B. AWS OpsWorks
- C. AWS SDK
- D. AWS Marketplace
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/mp/>
</details>
2. Which AWS networking service enables a company to create a virtual network within AWS?
- A. AWS Config
- B. Amazon Route 53
- C. AWS Direct Connect
- D. Amazon Virtual Private Cloud (Amazon VPC.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/vpc/>
</details>
3. Which of the following is AWS's responsibility under the AWS shared responsibility model?
- A. Configuring third-party applications
- B. Maintaining physical hardware
- C. Securing application access and data
- D. Managing custom Amazon Machine Images (AMIs)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
4. Which component of AWS global infrastructure does Amazon CloudFront use to ensure low-latency delivery?
- A. AWS Regions
- B. AWS edge locations
- C. AWS Availability Zones
- D. Amazon Virtual Private Cloud (Amazon VPC.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/cloudfront/>
</details>
5. How would a system administrator add an additional layer of login security to a user's AWS Management Console?
- A. Use AWS Cloud Directory
- B. Audit AWS Identity and Access Management (IAM) roles
- C. Enable Multi-Factor Authentication
- D. Enable AWS CloudTrail
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/iam/details/mfa/>
</details>
6. Which service can identify the user that made the API call when an Amazon Elastic Compute Cloud (Amazon EC2) instance is terminated?
- A. Amazon CloudWatch
- B. AWS CloudTrail
- C. AWS X-Ray
- D. AWS Identity and Access Management (AWS IAM)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html>
</details>
7. Which service would you use to send alerts based on Amazon CloudWatch alarms?
- A. Amazon Simple Notification Service (Amazon SNS)
- B. AWS CloudTrail
- C. AWS Trusted Advisor
- D. Amazon Route 53
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html>
</details>
8. Where can a customer find information about prohibited actions on AWS infrastructure?
- A. AWS Trusted Advisor
- B. AWS Identity and Access Management (IAM)
- C. AWS Billing Console
- D. AWS Acceptable Use Policy
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/aup/>
</details>
9. Which of the following is an example of how moving to the AWS Cloud reduces upfront cost?
- A. By replacing large variable costs with lower capital investments
- B. By replacing large capital investments with lower variable costs
- C. By allowing the provisioning of compute and storage at a fixed level to meet peak demand
- D. By replacing the repeated scaling of virtual servers with a simpler fixed-scale model
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- AWS does not require minimum spend commitments or long-term contracts.
- You replace large upfront expenses with low variable payments that only apply to what you use.
- With AWS you are not bound to multi-year agreements or complicated licensing models.
Reference: <https://aws.amazon.com/economics/>
</details>
10. When designing a typical three-tier web application, which AWS services and/or features improve availability and reduce the impact failures? (Choose two.)
- A. AWS Auto Scaling for Amazon EC2 instances
- B. Amazon VPC subnet ACLs to check the health of a service
- C. Distributed resources across multiple Availability Zones
- D. AWS Server Migration Service (AWS SMS) to move Amazon EC2 instances into a different Region
- E. Distributed resources across multiple AWS points of presence
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://d1.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf>
</details>
11. Which cloud design principle aligns with AWS Cloud best practices?
- A. Create fixed dependencies among application components
- B. Aggregate services on a single instance
- C. Deploy applications in a single Availability Zone
- D. Distribute the compute load across multiple resources
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- Use load balancing for offloading encryption termination (TLS) to improve performance and to manage and route traffic effectively.
- Distribute traffic across multiple resources or services to allow your workload to take advantage of the elasticity that AWS provides.
Reference: <https://d1.awsstatic.com/whitepapers/architecture/AWS_Well-Architected_Framework.pdf>
</details>
12. Which of the following are recommended practices for managing IAM users? (Choose two.)
- A. Require IAM users to change their passwords after a specified period of time
- B. Prevent IAM users from reusing previous passwords
- C. Recommend that the same password be used on AWS and other sites
- D. Require IAM users to store their passwords in raw text
- E. Disable multi-factor authentication (MFA) for IAM users
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AB
Explanation: <https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html>
</details>
13. A company is migrating from on-premises data centers to the AWS Cloud and is looking for hands-on help with the project. <br/> How can the company get this support? (Choose two.)
- A. Ask for a quote from the AWS Marketplace team to perform a migration into the company's AWS account.
- B. Contact AWS Support and open a case for assistance
- C. Use AWS Professional Services to provide guidance and to set up an AWS Landing Zone in the company's AWS account
- D. Select a partner from the AWS Partner Network (APN) to assist with the migration
- E. Use Amazon Connect to create a new request for proposal (RFP) for expert assistance in migrating to the AWS Cloud.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BC
Explanation: <https://aws.amazon.com/solutions/aws-landing-zone/>
</details>
14. How does the AWS Enterprise Support Concierge team help users?
- A. Supporting application development
- B. Providing architecture guidance
- C. Answering billing and account inquires
- D. Answering questions regarding technical support cases
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/premiumsupport/plans/enterprise/>
</details>
15. An application designed to span multiple Availability Zones is described as:
- A. being highly available
- B. having global reach
- C. using an economy of scale
- D. having elasticity
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
16. A new service using AWS must be highly available. Yet, due to regulatory requirements, all of its Amazon EC2 instances must be located in a single geographic area. <br/> According to best practices, to meet these requirements, the EC2 instances must be placed in at least two:
- A. AWS Regions
- B. Availability Zones
- C. subnets
- D. placement groups
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
<https://aws.amazon.com/ec2/faqs/>
</details>
17. Which AWS tool is used to compare the cost of running an application on-premises to running the application in the AWS Cloud?
- A. AWS Trusted Advisor
- B. AWS Simple Monthly Calculator
- C. AWS Total Cost of Ownership (TCO) Calculator
- D. Cost Explorer
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/tco-calculator/>
</details>
18. A company has multiple AWS accounts within AWS Organizations and wants to apply the Amazon EC2 Reserved Instances benefit to a single account only. <br/> Which action should be taken?
- A. Purchase the Reserved Instances from master payer account and turn off Reserved Instance sharing.
- B. Enable billing alerts in the AWS Billing and Cost Management console.
- C. Purchase the Reserved Instances in individual linked accounts and turn off Reserved Instance sharing from the payer level.
- D. Enable Reserved Instance sharing in the AWS Billing and Cost Management console.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/ec2-ri-consolidated-billing/>
</details>
19. Which situation should be reported to the AWS Abuse team?
- A. In Availability Zone has a service disruption
- B. An intrusion attempt is made from an AWS IP address
- C. A user has trouble accessing an Amazon S3 bucket from an AWS IP address
- D. A user needs to change payment methods due to a compromise
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/report-aws-abuse/>
</details>
20. A company is planning to launch an ecommerce site in a single AWS Region to a worldwide user base. <br/> Which AWS services will allow the company to reach users and provide low latency and high transfer speeds? (Choose two.)
- A. Application Load Balancer
- B. AWS Global Accelerator
- C. AWS Direct Connect
- D. Amazon CloudFront
- E. AWS Lambda
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://aws.amazon.com/cloudfront/faqs/>
</details>
21. Which AWS service or resource is serverless?
- A. AWS Lambda
- B. Amazon EC2 instances
- C. Amazon Lightsail
- D. Amazon ElastiCache
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://blogs.itemis.com/en/serverless-services-on-aws>
</details>
22. Which of the following are components of Amazon VPC? (Choose two.)
- A. Objects
- B. Subnets
- C. Buckets
- D. Internet gateways
- E. Access key
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BD
Explanation: <https://subscription.packtpub.com/book/virtualization_and_cloud/9781788293723/3/ch03lvl1sec26/vpc-components>
</details>
23. AWS Budgets can be used to:
- A. prevent a given user from creating a resource
- B. send an alert when the utilization of Reserved Instances drops below a certain percentage
- C. set resource limits in AWS accounts to prevent overspending
- D. split an AWS bill across multiple forms of payment
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/budgets-managing-costs.html>
</details>
24. Which of the following will enhance the security of access to the AWS Management Console? (Choose two.)
- A. AWS Secrets Manager
- B. AWS Certificate Manager
- C. AWS Multi-Factor Authentication (AWS MFA)
- D. Security groups
- E. Password policies
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CE
Explanation: <https://aws.amazon.com/blogs/security/guidelines-for-protecting-your-aws-account-while-using-programmatic-access/>
</details>
25. The AWS Trusted Advisor checks include recommendations regarding which of the following? (Choose two.)
- A. Information on Amazon S3 bucket permissions
- B. AWS service outages
- C. Multi-factor authentication enabled on the AWS account root user
- D. Available software patches
- E. Number of users in the account
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://aws.amazon.com/premiumsupport/technology/trusted-advisor/best-practice-checklist/>
</details>
26. Which functions can users perform using AWS KMS?
- A. Create and manage AWS access keys for the AWS account root user
- B. Create and manage AWS access keys for an AWS account IAM user
- C. Create and manage keys for encryption and decryption of data
- D. Create and manage keys for multi-factor authentication
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/kms/latest/developerguide/control-access.html>
</details>
27. How does AWS Trusted Advisor provide guidance to users of the AWS Cloud? (Choose two.)
- A. It identifies software vulnerabilities in applications running on AWS
- B. It provides a list of cost optimization recommendations based on current AWS usage
- C. It detects potential security vulnerabilities caused by permissions settings on account resources
- D. It automatically corrects potential security issues caused by permissions settings on account resources
- E. It provides proactive alerting whenever an Amazon EC2 instance has been compromised
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
</details>
28. Which of the following are advantages of the AWS Cloud? (Choose two.)
- A. AWS manages the maintenance of the cloud infrastructure
- B. AWS manages the security of applications built on AWS
- C. AWS manages capacity planning for physical servers
- D. AWS manages the development of applications on AWS
- E. AWS manages cost planning for virtual servers
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://aws.amazon.com/compliance/data-center/controls/>
</details>
29. A user deploys an Amazon RDS DB instance in multiple Availability Zones. <br/> This strategy involves which pillar of the AWS Well-Architected Framework?
- A. Performance efficiency
- B. Reliability
- C. Cost optimization
- D. Security
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
<https://aws.amazon.com/blogs/apn/the-5-pillars-of-the-aws-well-architected-framework/>
</details>
30. Which AWS services provide a user with connectivity between the AWS Cloud and on-premises resources? (Choose two.)
- A. AWS VPN
- B. Amazon Connect
- C. Amazon Cognito
- D. AWS Direct Connect
- E. AWS Managed Services
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation:
- <https://aws.amazon.com/directconnect/>
- <https://aws.amazon.com/blogs/networking-and-content-delivery/introducing-aws-client-vpn-to-securely-access-aws-and-on-premises-resources/>
</details>
31. Which AWS service is used to pay AWS bills, and monitor usage and budget costs?
- A. AWS Billing and Cost Management
- B. Consolidated billing
- C. Amazon CloudWatch
- D. Amazon QuickSight
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-what-is.html>
</details>
32. Which element of the AWS global infrastructure consists of one or more discrete data centers, each with redundant power, networking, and connectivity, which are housed in separate facilities?
- A. AWS Regions
- B. Availability Zones
- C. Edge locations
- D. Amazon CloudFront
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
<https://docs.aws.amazon.com/whitepapers/latest/aws-overview/global-infrastructure.html>
</details>
33. Which Amazon VPC feature enables users to capture information about the IP traffic that reaches Amazon EC2 instances?
- A. Security groups
- B. Elastic network interfaces
- C. Network ACLs
- D. VPC Flow Logs
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
- VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from network interfaces in your VPC.
- Flow log data can be published to Amazon CloudWatch Logs or Amazon S3. After you've created a flow log, you can retrieve and view its data in the chosen destination.
Reference: <https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html>
</details>
34. Which AWS service can be used to automatically scale an application up and down without making capacity planning decisions?
- A. Amazon AutoScaling
- B. Amazon Redshift
- C. AWS CloudTrail
- D. AWS Lambda
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/blogs/aws/category/auto-scaling/>
</details>
35. AWS Enterprise Support users have access to which service or feature that is not available to users with other AWS Support plans?
- A. AWS Trusted Advisor
- B. AWS Support case
- C. Concierge team
- D. Amazon Connect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/premiumsupport/plans/>
</details>
36. A company wants to migrate a MySQL database to AWS but does not have the budget for Database Administrators to handle routine tasks including provisioning, patching, and performing backups. <br/> Which AWS service will support this use case?
- A. Amazon RDS
- B. Amazon DynamoDB
- C. Amazon DocumentDB
- D. Amazon ElastiCache
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
- Amazon RDS makes it easy to set up, operate, and scale a relational database in the cloud.
- It provides cost-efficient and resizable capacity while automating time-consuming administration tasks, such as hardware provisioning, database setup, patching, and backups.
- It frees you to focus on your applications, so you can give them the fast performance, high availability, security, and compatibility that they need.
Reference: <https://aws.amazon.com/blogs/database/part-1-role-of-the-dba-when-moving-to-amazon-rds-responsibilities/>
</details>
37. A company wants to expand from one AWS Region into a second AWS Region. <br/> What does the company need to do to start supporting the new Region?
- A. Contact an AWS Account Manager to sign a new contract
- B. Move an Availability Zone to the new Region
- C. Begin deploying resources in the second Region
- D. Download the AWS Management Console for the new Region
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation:
<https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-region.html>
</details>
38. A user must meet compliance and software licensing requirements that state a workload must be hosted on a physical server. <br/> Which Amazon EC2 instance pricing option will meet these requirements?
- A. Dedicated Hosts
- B. Dedicated Instances
- C. Spot Instances
- D. Reserved Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/ec2/dedicated-hosts/>
</details>
39. Which AWS service will provide a way to generate encryption keys that can be used to encrypt data? (Choose two.)
- A. Amazon Macie
- B. AWS Certificate Manager
- C. AWS Key Management Service (AWS KMS)
- D. AWS Secrets Manager
- E. AWS CloudHSM
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CE
Explanation:
- <https://docs.aws.amazon.com/crypto/latest/userguide/awscryp-service-hsm.html>
- <https://docs.aws.amazon.com/kms/latest/developerguide/overview.html>
</details>
40. A company is planning to migrate from on-premises to the AWS Cloud. <br/> Which AWS tool or service provides detailed reports on estimated cost savings after migration?
- A. AWS Total Cost of Ownership (TCO) Calculator
- B. Cost Explorer
- C. AWS Budgets
- D. AWS Migration Hub
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation:
<https://docs.aws.amazon.com/migrationhub/latest/ug/hub-api.pdf> (26)
</details>
41. What can assist in evaluating an application for migration to the cloud? (Choose two.)
- A. AWS Trusted Advisor
- B. AWS Professional Services
- C. AWS Systems Manager
- D. AWS Partner Network (APN)
- E. AWS Secrets Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
</details>
42. Which AWS service helps users meet contractual and regulatory compliance requirements for data security by using dedicated hardware appliances within the AWS Cloud?
- A. AWS Secrets Manager
- B. AWS CloudHSM
- C. AWS Key Management Service (AWS KMS)
- D. AWS Directory Service
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- The AWS CloudHSM service helps you meet corporate, contractual, and regulatory compliance requirements for data security by using dedicated Hardware Security Module (HSM) instances within the AWS cloud.
- AWS and AWS Marketplace partners offer a variety of solutions for protecting sensitive data within the AWS platform, but for some applications and data subject to contractual or regulatory mandates for managing cryptographic keys, additional protection may be necessary.
- CloudHSM complements existing data protection solutions and allows you to protect your encryption keys within HSMs that are designed and validated to government standards for secure key management.
- CloudHSM allows you to securely generate, store, and manage cryptographic keys used for data encryption in a way that keys are accessible only by you.
Reference: <https://aws.amazon.com/cloudhsm/faqs/>
</details>
43. Under the AWS shared responsibility model, the customer manages which of the following? (Choose two.)
- A. Decommissioning of physical storage devices
- B. Security group and ACL configuration
- C. Patch management of an Amazon RDS instance operating system
- D. Controlling physical access to data centers
- E. Patch management of an Amazon EC2 instance operating system
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
Explanation: <https://www.whizlabs.com/blog/aws-security-shared-responsibility/>
</details>
44. Which AWS service is suitable for an event-driven workload?
- A. Amazon EC2
- B. AWS Elastic Beanstalk
- C. AWS Lambda
- D. Amazon Lumberyard
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- An easy-to-use service for deploying and scaling web applications and web services developed in a number of programming languages.
- You can configure event notifications for your Elastic Beanstalk environment so that notable events can be automatically published to an SNS topic, then pushed to topic subscribers.
- As an example, you may use this event-driven architecture to coordinate your continuous integration pipeline (such as Jenkins CI).
- That way, whenever an environment is created, Elastic Beanstalk publishes this event to an SNS topic, which triggers a subscribing Lambda function, which then kicks off a CI job against your newly created Elastic Beanstalk environment.
Reference: <https://aws.amazon.com/blogs/compute/event-driven-computing-with-amazon-sns-compute-storage-database-and-networking-services/>
</details>
45. What is a value proposition of the AWS Cloud?
- A. AWS is responsible for security in the AWS Cloud
- B. No long-term contract is required
- C. Provision new servers in days
- D. AWS manages user applications in the AWS Cloud
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://d1.awsstatic.com/whitepapers/aws-whitepaper-business-value-of-aws.pdf>
</details>
46. What is a characteristic of Amazon S3 cross-region replication?
- A. Both source and destination S3 buckets must have versioning disabled
- B. The source and destination S3 buckets cannot be in different AWS Regions
- C. S3 buckets configured for cross-region replication can be owned by a single AWS account or by different accounts
- D. The source S3 bucket owner must have the source and destination AWS Regions disabled for their account
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/AmazonS3/latest/dev/replication.html>
</details>
47. What is a user responsible for when running an application in the AWS Cloud? - A. Managing physical hardware
- B. Updating the underlying hypervisor
- C. Providing a list of users approved for data center access
- D. Managing application software updates
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
48. A company that does business online needs to quickly deliver new functionality in an iterative manner, minimizing the time to market. <br/> Which AWS Cloud feature can provide this?
- A. Elasticity
- B. High availability
- C. Agility
- D. Reliability
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/devops/partner-solutions/>
</details>
49. Which features or services can be used to monitor costs and expenses for an AWS account? (Choose two.)
- A. AWS Cost and Usage report
- B. AWS product pages
- C. AWS Simple Monthly Calculator
- D. Billing alerts and Amazon CloudWatch alarms
- E. AWS Price List API
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/monitor_estimated_charges_with_cloudwatch.html>
</details>
50. Amazon Route 53 enables users to:
- A. encrypt data in transit
- B. register DNS domain names
- C. generate and manage SSL certificates
- D. establish a dedicated network connection to AWS
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/Welcome.html>
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,733 @@
# Practice Exam 20
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. Which AWS service helps identify malicious or unauthorized activities in AWS accounts and workloads?
- A. Amazon Rekognition
- B. AWS Trusted Advisor
- C. Amazon GuardDuty
- D. Amazon CloudWatch
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/guardduty/>
</details>
2. A company wants to try a third-party ecommerce solution before deciding to use it long term. <br/> Which AWS service or tool will support this effort?
- A. AWS Marketplace
- B. AWS Partner Network (APN)
- C. AWS Managed Services
- D. AWS Service Catalog
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/about-aws/whats-new/2019/09/aws-marketplace-easier-to-find-solutions-from-aws-console/>
</details>
3. Which AWS service is a managed NoSQL database?
- A. Amazon Redshift
- B. Amazon DynamoDB
- C. Amazon Aurora
- D. Amazon RDS for MariaDB
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/dynamodb/>
</details>
4. Which AWS service should be used to create a billing alarm?
- A. AWS Trusted Advisor
- B. AWS CloudTrail
- C. Amazon CloudWatch
- D. Amazon QuickSight
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/monitor_estimated_charges_with_cloudwatch.html>
</details>
5. A company is hosting a web application in a Docker container on Amazon EC2. <br/> AWS is responsible for which of the following tasks?
- A. Scaling the web application and services developed with Docker
- B. Provisioning or scheduling containers to run on clusters and maintain their availability
- C. Performing hardware maintenance in the AWS facilities that run the AWS Cloud
- D. Managing the guest operating system, including updates and security patches
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/getting-started/tutorials/deploy-docker-containers/>
</details>
6. Users are reporting latency when connecting to a website with a global customer base. <br/> Which AWS service will improve the customer experience by reducing latency?
- A. Amazon CloudFront
- B. AWS Direct Connect
- C. Amazon EC2 Auto Scaling
- D. AWS Transit Gateway
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/getting-started/tutorials/deliver-content-faster/>
</details>
7. Which actions represent best practices for using AWS IAM? (Choose two.)
- A. Configure a strong password policy
- B. Share the security credentials among users of AWS accounts who are in the same Region
- C. Use access keys to log in to the AWS Management Console
- D. Rotate access keys on a regular basis
- E. Avoid using IAM roles to delegate permissions
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html>
</details>
8. Which AWS feature or service can be used to capture information about incoming and outgoing traffic in an AWS VPC infrastructure?
- A. AWS Config
- B. VPC Flow Logs
- C. AWS Trusted Advisor
- D. AWS CloudTrail
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
<https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html>
</details>
9. A company wants to use an AWS service to monitor the health of application endpoints, with the ability to route traffic to healthy regional endpoints to improve application availability. <br/> Which service will support these requirements?
- A. Amazon Inspector
- B. Amazon CloudWatch
- C. AWS Global Accelerator
- D. Amazon CloudFront
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- AWS Global Accelerator uses the AWS global network to optimize the path from your users to your applications, improving the performance of your traffic by as much as 60%.
- AWS Global Accelerator continually monitors the health of your application endpoints and redirects traffic to healthy endpoints in less than 30 seconds.
Reference: <https://aws.amazon.com/global-accelerator/?blogs-global-accelerator.sort-by=item.additionalFields.createdDate&blogs-global-accelerator.sort-order=desc&aws-global-accelerator-wn.sort-by=item.additionalFields.postDateTime&aws-global-accelerator-wn.sort-order=desc>
</details>
10. According to the AWS Well-Architected Framework, what change management steps should be taken to achieve reliability in the AWS Cloud? (Choose two.)
- A. Use AWS Config to generate an inventory of AWS resources
- B. Use service limits to prevent users from creating or making changes to AWS resources
- C. Use AWS CloudTrail to record AWS API calls into an auditable log file
- D. Use AWS Certificate Manager to whitelist approved AWS resources and services
- E. Use Amazon GuardDuty to validate configuration changes made to AWS resources
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: DE
</details>
11. Which service can be used to monitor and receive alerts for AWS account root user AWS Management Console sign-in events?
- A. Amazon CloudWatch
- B. AWS Config
- C. AWS Trusted Advisor
- D. AWS IAM
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/blogs/mt/monitor-and-notify-on-aws-account-root-user-activity/>
</details>
12. Which design principle should be considered when architecting in the AWS Cloud?
- A. Think of servers as non-disposable resources
- B. Use synchronous integration of services
- C. Design loosely coupled components
- D. Implement the least permissive rules for security groups
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://www.botmetric.com/blog/aws-cloud-architecture-design-principles/>
</details>
13. Which AWS services can be used to move data from on-premises data centers to AWS? (Choose two.)
- A. AWS Snowball
- B. AWS Lambda
- C. AWS ElastiCache
- D. AWS Database Migration Service (AWS DMS)
- E. Amazon API Gateway
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://aws.amazon.com/snowball/>
</details>
14. A batch workload takes 5 hours to finish on an Amazon EC2 instance. The amount of data to be processed doubles monthly and the processing time is proportional. <br/> What is the best cloud architecture to address this consistently growing demand?
- A. Run the application on a bigger EC2 instance size.
- B. Switch to an EC2 instance family that better matches batch requirements.
- C. Distribute the application across multiple EC2 instances and run the workload in parallel.
- D. Run the application on a bare metal EC2 instance.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
15. Each department within a company has its own independent AWS account and its own payment method. New company leadership wants to centralize departmental governance and consolidate payments. <br/> How can this be achieved using AWS services or features?
- A. Forward monthly invoices for each account. Then create IAM roles to allow cross-account access.
- B. Create a new AWS account. Then configure AWS Organizations and invite all existing accounts to join.
- C. Configure AWS Organizations in each of the existing accounts. Then link all accounts together.
- D. Use Cost Explorer to combine costs from all accounts. Then replicate IAM policies across accounts.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts.html>
</details>
16. The ability to horizontally scale Amazon EC2 instances based on demand is an example of which concept in the AWS Cloud value proposition?
- A. Economy of scale
- B. Elasticity
- C. High availability
- D. Agility
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
17. An ecommerce company anticipates a huge increase in web traffic for two very popular upcoming shopping holidays. <br/> Which AWS service or feature can be configured to dynamically adjust resources to meet this change in demand?
- A. AWS CloudTrail
- B. Amazon EC2 Auto Scaling
- C. Amazon Forecast
- D. AWS Config
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/autoscaling/>
</details>
18. Which AWS service enables users to securely connect to AWS resources over the public internet?
- A. Amazon VPC peering
- B. AWS Direct Connect
- C. AWS VPN
- D. Amazon Pinpoint
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://d1.awsstatic.com/whitepapers/aws-security-whitepaper.pdf>
</details>
19. Which tool is used to forecast AWS spending?
- A. AWS Trusted Advisor
- B. AWS Organizations
- C. Cost Explorer
- D. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-forecast.html>
</details>
20. A company is running an ecommerce application hosted in Europe. To decrease latency for users who access the website from other parts of the world, the company would like to cache frequently accessed static content closer to the users. <br/> Which AWS service will support these requirements?
- A. Amazon ElastiCache
- B. Amazon CloudFront
- C. Amazon Elastic File System (Amazon EFS)
- D. Amazon Elastic Block Store (Amazon EBS)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Amazon CloudFront employs a global network of edge locations and regional edge caches that cache copies of your content close to your viewers.
- Amazon CloudFront ensures that end-user requests are served by the closest edge location.
- As a result, viewer requests travel a short distance, improving performance for your viewers.
- For files not cached at the edge locations and the regional edge caches, Amazon CloudFront keeps persistent connections with your origin servers so that those files can be fetched from the origin servers as quickly as possible.
Reference: <https://aws.amazon.com/cloudfront/faqs/>
</details>
21. Which of the following is a component of the AWS Global Infrastructure?
- A. Amazon Alexa
- B. AWS Regions
- C. Amazon Lightsail
- D. AWS Organizations
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/about-aws/global-infrastructure/>
</details>
22. Which AWS service will help users determine if an application running on an Amazon EC2 instance has sufficient CPU capacity?
- A. Amazon CloudWatch
- B. AWS Config
- C. AWS CloudTrail
- D. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/ec2/faqs/>
</details>
23. Why is it beneficial to use Elastic Load Balancers with applications?
- A. They allow for the conversion from Application Load Balancers to Classic Load Balancers.
- B. They are capable of handling constant changes in network traffic patterns.
- C. They automatically adjust capacity.
- D. They are provided at no charge to users.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html>
</details>
24. Which tasks are the customer's responsibility in the AWS shared responsibility model? (Choose two.)
- A. Infrastructure facilities access management
- B. Cloud infrastructure hardware lifecycle management
- C. Configuration management of user's applications
- D. Networking infrastructure protection
- E. Security groups configuration
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CE
Explanation: <https://cloudacademy.com/blog/aws-shared-responsibility-model-security/>
</details>
25. IT systems should be designed to reduce interdependencies, so that a change or failure in one component does not cascade to other components. <br/> This is an example of which principle of cloud architecture design?
- A. Scalability
- B. Loose coupling
- C. Automation
- D. Automatic scaling
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://d1.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf>
</details>
26. Which AWS service or feature can enhance network security by blocking requests from a particular network for a web application on AWS? (Choose two.)
- A. AWS WAF
- B. AWS Trusted Advisor
- C. AWS Direct Connect
- D. AWS Organizations
- E. Network ACLs
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AE
Explanation:
- <https://aws.amazon.com/waf/>
- <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html>
</details>
27. An application runs on multiple Amazon EC2 instances that access a shared file system simultaneously. <br/> Which AWS storage service should be used?
- A. Amazon EBS
- B. Amazon EFS
- C. Amazon S3
- D. AWS Artifact
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/efs/>
</details>
28. A web application is hosted on AWS using an Elastic Load Balancer, multiple Amazon EC2 instances, and Amazon RDS. <br/> Which security measures fall under the responsibility of AWS? (Choose two.)
- A. Running a virus scan on EC2 instances
- B. Protecting against IP spoofing and packet sniffing
- C. Installing the latest security patches on the RDS instance
- D. Encrypting communication between the EC2 instances and the Elastic Load Balancer
- E. Configuring a security group and a network access control list (NACL) for EC2
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CD
</details>
29. What is the benefit of elasticity in the AWS Cloud?
- A. Ensure web traffic is automatically spread across multiple AWS Regions.
- B. Minimize storage costs by automatically archiving log data.
- C. Enable AWS to automatically select the most cost-effective services.
- D. Automatically adjust the required compute capacity to maintain consistent performance.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aimconsulting.com/insights/blog/the-elastic-cloud-opportunity/>
</details>
30. The continual reduction of AWS Cloud pricing is due to:
- A. pay-as-you go pricing
- B. the AWS global infrastructure
- C. economies of scale
- D. reserved storage pricing
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
31. A company needs an Amazon S3 bucket that cannot have any public objects due to compliance requirements. <br/> How can this be accomplished?
- A. Enable S3 Block Public Access from the AWS Management Console.
- B. Hold a team meeting to discuss the importance if only uploading private S3 objects.
- C. Require all S3 objects to be manually approved before uploading.
- D. Create a service to monitor all S3 uploads and remove any public uploads.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html>
</details>
32. A Cloud Practitioner identifies a billing issue after examining the AWS Cost and Usage report in the AWS Management Console. <br/> Which action can be taken to resolve this?
- A. Open a detailed case related to billing and submit it to AWS Support for help.
- B. Upload data describing the issue to a new object in a private Amazon S3 bucket.
- C. Create a pricing application and deploy it to a right-sized Amazon EC2 instance for more information.
- D. Proceed with creating a new dashboard in Amazon QuickSight.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: < https://docs.aws.amazon.com/awssupport/latest/user/case-management.html>
</details>
33. What does the AWS Simple Monthly Calculator do?
- A. Compares on-premises costs to colocation environments
- B. Estimates monthly billing based on projected usage
- C. Estimates power consumption at existing data centers
- D. Estimates CPU utilization
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/blogs/aws/estimate-your-c/>
</details>
34. Who is responsible for patching the guest operating system for Amazon RDS?
- A. The AWS Product team
- B. The customer Database Administrator
- C. Managed partners
- D. AWS Support
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
35. Which AWS services may be scaled using AWS Auto Scaling? (Choose two.)
- A. Amazon EC2
- B. Amazon DynamoDB
- C. Amazon S3
- D. Amazon Route 53
- E. Amazon Redshift
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AB
Explanation: <https://aws.amazon.com/autoscaling/faqs/>
</details>
36. Which of the following are benefits of AWS Global Accelerator? (Choose two.)
- A. Reduced cost to run services on AWS
- B. Improved availability of applications deployed on AWS
- C. Higher durability of data stored on AWS
- D. Decreased latency to reach applications deployed on AWS
- E. Higher security of data stored on AWS
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BD
Explanation: <https://aws.amazon.com/global-accelerator/faqs/>
</details>
37. A user who wants to get help with billing and reactivate a suspended account should submit an account and billing request to:
- A. the AWS Support forum
- B. AWS Abuse
- C. an AWS Solutions Architect
- D. AWS Support
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/premiumsupport/knowledge-center/reactivate-suspended-account/>
</details>
38. Which AWS Cloud best practice uses the elasticity and agility of cloud computing?
- A. Provision capacity based on past usage and theoretical peaks
- B. Dynamically and predictively scale to meet usage demands
- C. Build the application and infrastructure in a data center that grants physical access
- D. Break apart the application into loosely coupled components
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- In a traditional computing environment, you provision capacity based on an estimate of a theoretical maximum peak.
- This can result in periods where expensive resources are sitting idle or occasions of insufficient capacity.
- With cloud computing, you can access as much or as little capacity as you need and dynamically scale to meet actual demand, while only paying for what you use.
</details>
39. Which method helps to optimize costs of users moving to the AWS Cloud?
- A. Paying only for what is used
- B. Purchasing hardware before it is needed
- C. Manually provisioning cloud resources
- D. Purchasing for the maximum possible load
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://www.cloudmanagementinsider.com/ways-to-optimize-aws-cost/>
</details>
40. Under the AWS shared responsibility model, which of the following is a customer responsibility?
- A. Installing security patches for the Xen and KVM hypervisors
- B. Installing operating system patches for Amazon DynamoDB
- C. Installing operating system security patches for Amazon EC2 database instances
- D. Installing operating system security patches for Amazon RDS database instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
41. The AWS Cost Management tools give users the ability to do which of the following? (Choose two.)
- A. Terminate all AWS resources automatically if budget thresholds are exceeded.
- B. Break down AWS costs by day, service, and linked AWS account.
- C. Create budgets and receive notifications if current of forecasted usage exceeds the budgets.
- D. Switch automatically to Reserved Instances or Spot Instances, whichever is most cost-effective.
- E. Move data stored in Amazon S3 to a more cost-effective storage class.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CD
</details>
42. Under the AWS shared responsibility model, the security and patching of the guest operating system is the responsibility of:
- A. AWS Support
- B. the customer
- C. AWS Systems Manager
- D. AWS Config
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
43. Which AWS service makes it easy to create and manage AWS users and groups, and provide them with secure access to AWS resources at no charge?
- A. AWS Direct Connect
- B. Amazon Connect
- C. AWS Identity and Access Management (IAM)
- D. AWS Firewall Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- <https://docs.aws.amazon.com/IAM/latest/UserGuide/console_controlling-access.html>
- <https://aws.amazon.com/iam/>
</details>
44. Which AWS service provides on-demand of AWS security and compliance documentation?
- A. AWS Directory Service
- B. AWS Artifact
- C. AWS Trusted Advisor
- D. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/artifact/#:~:text=AWS%20Artifact%20is%20your%20go,reports%20and%20select%20online%20agreements>.
</details>
45. Which AWS service can be used to turn text into life-like speech?
- A. Amazon Polly
- B. Amazon Transcribe
- C. Amazon Rekognition
- D. Amazon Lex
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/polly/#:~:text=Amazon%20Polly%20is%20a%20service,synthesize%20natural%20sounding%20human%20speech>.
</details>
46. What is one of the core principles to follow when designing a highly available application in the AWS Cloud?
- A. Design using a serverless architecture
- B. Assume that all components within an application can fail
- C. Design AWS Auto Scaling into every application
- D. Design all components using open-source code
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
47. A user needs to generate a report that outlines the status of key security checks in an AWS account. The report must include:
<br/> (The status of Amazon S3 bucket permissions, Whether multi-factor authentication is enabled for the AWS account root user, If any security groups are configured to allow unrestricted access.) <br/> Where can all this information be found in one location?
- A. Amazon QuickSight dashboard
- B. AWS CloudTrail trails
- C. AWS Trusted Advisor report
- D. IAM credential report
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
<https://aws.amazon.com/premiumsupport/technology/trusted-advisor/best-practice-checklist/> #Security
</details>
48. Which Amazon EC2 pricing model should be used to comply with per-core software license requirements?
- A. Dedicated Hosts
- B. On-Demand Instances
- C. Spot Instances
- D. Reserved Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/ec2/dedicated-hosts/pricing/>
</details>
49. Which of the AWS global infrastructure is used to cache copies of content for faster delivery to users across the globe?
- A. AWS Regions
- B. Availability Zones
- C. Edge locations
- D. Data centers
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
- When your web traffic is geo-dispersed, it's not always feasible and certainly not cost effective to replicate your entire infrastructure across the globe.
- A CDN provides you the ability to utilize its global network of edge locations to deliver a cached copy of web content such as videos, webpages, images and so on to your customers.
- To reduce response time, the CDN utilizes the nearest edge location to the customer or originating request location in order to reduce the response time.
- Throughput is dramatically increased given that the web assets are delivered from cache.
- For dynamic data, many CDNs can be configured to retrieve data from the origin servers.
Reference: <https://aws.amazon.com/caching/>
</details>
50. Using AWS Config to record, audit, and evaluate changes to AWS resources to enable traceability is an example of which AWS Well-Architected Framework pillar?
- A. Security
- B. Operational excellence
- C. Performance efficiency
- D. Cost optimization
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://d1.awsstatic.com/whitepapers/architecture/AWS_Well-Architected_Framework.pdf>
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,699 @@
# Practice Exam 21
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. A user needs to quickly deploy a non-relational database on AWS. The user does not want to manage the underlying hardware or the database software. <br/> Which AWS service can be used to accomplish this?
- A. Amazon RDS
- B. Amazon DynamoDB
- C. Amazon Aurora
- D. Amazon Redshift
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SQLtoNoSQL.html>
</details>
2. A Cloud Practitioner is developing a disaster recovery plan and intends to replicate data between multiple geographic areas.<br/> Which of the following meets these requirements?
- A. AWS Accounts
- B. AWS Regions
- C. Availability Zones
- D. Edge locations
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://www.botmetric.com/blog/having-a-disaster-recovery-plan-is-pivotal-the-dos-and-donts-on-aws-cloud/>
</details>
3. Which features and benefits does the AWS Organizations service provide? (Choose two.)
- A. Establishing real-time communications between members of an internal team
- B. Facilitating the use of NoSQL databases
- C. Providing automated security checks
- D. Implementing consolidated billing
- E. Enforcing the governance of AWS accounts
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: DE
Explanation: <https://aws.amazon.com/organizations/>
</details>
4. Which AWS service is used to automate configuration management using Chef and Puppet?
- A. AWS Config
- B. AWS OpsWorks
- C. AWS CloudFormation
- D. AWS Systems Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/opsworks/>
</details>
5. Which tool is best suited for combining the billing of AWS accounts that were previously independent from one another?
- A. Detailed billing report
- B. Consolidated billing
- C. AWS Cost and Usage report
- D. Cost allocation report
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/consolidated-billing.html>
</details>
6. The AWS Total Cost of Ownership (TCO) Calculator is used to:
- A. receive reports that break down AWS Cloud compute costs by duration, resource, or tags
- B. estimate savings when comparing the AWS Cloud to an on-premises environment
- C. estimate a monthly bill for the AWS Cloud resources that will be used
- D. enable billing alerts to monitor actual AWS costs compared to estimated costs
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/tco-calculator/>
</details>
7. Which AWS services can be used to provide network connectivity between an on-premises network and a VPC? (Choose two.)
- A. Amazon Route 53
- B. AWS Direct Connect
- C. AWS Data Pipeline
- D. AWS VPN
- E. Amazon Connect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BD
Explanation: <https://aws.amazon.com/directconnect/faqs/>
</details>
8. Under the AWS shared responsibility model, which of the following are customer responsibilities? (Choose two.) - A. Setting up server-side encryption on an Amazon S3 bucket
- B. Amazon RDS instance patching
- C. Network and firewall configurations
- D. Physical security of data center facilities
- E. Compute capacity availability
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/>
</details>
9. What is the MINIMUM AWS Support plan level that will provide users with access to the AWS Support API?
- A. Developer
- B. Enterprise
- C. Business
- D. Basic
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/premiumsupport/plans/>
</details>
10. A company has deployed several relational databases on Amazon EC2 instances. Every month, the database software vendor releases new security patches that need to be applied to the databases. <br/> What is the MOST efficient way to apply the security patches?
- A. Connect to each database instance on a monthly basis, and download and apply the necessary security patches from the vendor.
- B. Enable automatic patching for the instances using the Amazon RDS console.
- C. In AWS Config, configure a rule for the instances and the required patch level.
- D. Use AWS Systems Manager to automate database patching according to a schedule.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/rds/faqs/>
</details>
11. A company wants to use Amazon Elastic Compute Cloud (Amazon EC2) to deploy a global commercial application. The deployment solution should be built with the highest redundancy and fault tolerance. <br/> Based on this situation, the Amazon EC2 instances should be deployed:
- A. in a single Availability Zone in one AWS Region
- B. with multiple Elastic Network Interfaces belonging to different subnets
- C. across multiple Availability Zones in one AWS Region
- D. across multiple Availability Zones in two AWS Regions
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://jayendrapatil.com/aws-high-availability-fault-tolerance-architecture-certification/>
</details>
12. A company has an application with users in both Australia and Brazil. All the company infrastructure is currently provisioned in the Asia Pacific (Sydney) Region in Australia, and Brazilian users are experiencing high latency. <br/> What should the company do to reduce latency?
- A. Implement AWS Direct Connect for users in Brazil
- B. Provision resources in the South America (São Paulo) Region in Brazil.
- C. Use AWS Transit Gateway to quickly route users from Brazil to the application
- D. Launch additional Amazon EC2 instances in Sydney to handle the demand
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/transit-gateway/>
</details>
13. An Amazon EC2 instance runs only when needed yet must remain active for the duration of the process. <br/> What is the most appropriate purchasing option?
- A. Dedicated Instances
- B. Spot Instances
- C. On-Demand Instances
- D. Reserved Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
14. Which AWS dashboard displays relevant and timely information to help users manage events in progress, and provides proactive notifications to help plan for scheduled activities?
- A. AWS Service Health Dashboard
- B. AWS Personal Health Dashboard
- C. AWS Trusted Advisor dashboard
- D. Amazon CloudWatch dashboard
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/premiumsupport/technology/personal-health-dashboard/>
</details>
15. Which AWS hybrid storage service enables a user's on-premises applications to seamlessly use AWS Cloud storage?
- A. AWS Backup
- B. Amazon Connect
- C. AWS Direct Connect
- D. AWS Storage Gateway
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/storagegateway/?whats-new-cards.sort-by=item.additionalFields.postDateTime&whats-new-cards.sort-order=desc>
</details>
16. Which of the following acts as a virtual firewall at the Amazon EC2 instance level to control traffic for one or more instances?
- A. Access keys
- B. Virtual private gateways
- C. Security groups
- D. Access Control Lists (ACL)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-security-groups.html>
</details>
17. What is the most efficient way to establish network connectivity from on-premises to multiple VPCs in different AWS Regions?
- A. Use AWS Direct Connect
- B. Use AWS VPN
- C. Use AWS Client VPN
- D. Use an AWS Transit Gateway
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://d1.awsstatic.com/whitepapers/building-a-scalable-and-secure-multi-vpc-aws-network-infrastructure.pdf>
</details>
18. Which AWS Support plan provides access to architectural and operational reviews, as well as 24/7 access to Senior Cloud Support Engineers through email, online chat, and phone?
- A. Basic
- B. Business
- C. Developer
- D. Enterprise
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/premiumsupport/plans/enterprise/>
</details>
19. Which AWS service or feature helps restrict the AWS services, resources, and individual API actions the users and roles in each member account can access?
- A. Amazon Cognito
- B. AWS Organizations
- C. AWS Shield
- D. AWS Firewall Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>
</details>
20. What is the best resource for a user to find compliance-related information and reports about AWS?
- A. AWS Artifact
- B. AWS Marketplace
- C. Amazon Inspector
- D. AWS Support
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/compliance/faq/>
</details>
21. Which Amazon S3 storage class is optimized to provide access to data with lower resiliency requirements, but rapid access when needed such as duplicate backups?
- A. Amazon S3 Standard
- B. Amazon S3 Glacier Deep Archive
- C. Amazon S3 One Zone-Infrequent Access
- D. Amazon S3 Glacier
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/s3/storage-classes/>
</details>
22. What is an Availability Zone in AWS?
- A. One or more physical data centers
- B. A completely isolated geographic location
- C. One or more edge locations based around the world
- D. A data center location with a single source of power and networking
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/about-aws/global-infrastructure/regions_az/>
</details>
23. Which AWS services can be used as infrastructure automation tools? (Choose two.)
- A. AWS CloudFormation
- B. Amazon CloudFront
- C. AWS Batch
- D. AWS OpsWorks
- E. Amazon QuickSight
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://blog.newrelic.com/engineering/best-cloud-infrastructure-automation-tools/>
</details>
24. Which AWS service enables users to create copies of resources across AWS Regions?
- A. Amazon ElastiCache
- B. AWS CloudFormation
- C. AWS CloudTrail
- D. AWS Systems Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html>
</details>
25. A user would like to encrypt data that is received, stored, and managed by AWS CloudTrail. <br/> Which AWS service will provide this capability?
- A. AWS Secrets Manager
- B. AWS Systems Manager
- C. AWS Key Management Service (AWS KMS)
- D. AWS Certificate Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/data-protection.html>
</details>
26. Which AWS Cloud benefit eliminates the need for users to try estimating future infrastructure usage?
- A. Easy and fast deployment of applications in multiple Regions around the world
- B. Security of the AWS Cloud
- C. Elasticity of the AWS Cloud
- D. Lower variable costs due to massive economies of scale
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
27. What credential components are required to gain programmatic access to an AWS account? (Choose two.)
- A. An access key ID
- B. A primary key
- C. A secret access key
- D. A user ID
- E. A secondary key
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html>
</details>
28. Which of the following are AWS compute services? (Select two.)
- A. Amazon Lightsail
- B. AWS Systems Manager
- C. AWS CloudFormation
- D. AWS Batch
- E. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://docs.aws.amazon.com/whitepapers/latest/aws-overview/compute-services.html>
</details>
29. How can a company separate costs for network traffic, Amazon EC2, Amazon S3, and other AWS services by department?
- A. Add department-specific tags to each resource
- B. Create a separate VPC for each department
- C. Create a separate AWS account for each department
- D. Use AWS Organizations
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/custom-tags.html#allocation-how>
</details>
30. What is a benefit of consolidated billing for AWS accounts?
- A. Access to AWS Personal Health Dashboard
- B. Combined usage volume discounts
- C. Improved account security
- D. Centralized AWS IAM
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://jayendrapatil.com/aws-consolidated-billing/>
</details>
31. Which AWS service will allow a user to set custom cost and usage limits, and will alert when the thresholds are exceeded?
- A. AWS Organizations
- B. AWS Budgets
- C. Cost Explorer
- D. AWS Trusted Advisor
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/getting-started/hands-on/control-your-costs-free-tier-budgets/>
</details>
32. Which AWS service provides the ability to detect inadvertent data leaks of personally identifiable information (PII) and user credential data?
- A. Amazon GuardDuty
- B. Amazon Inspector
- C. Amazon Macie
- D. AWS Shield
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/macie/>
</details>
33. Which tool can be used to monitor AWS service limits?
- A. AWS Total Cost of Ownership (TCO) Calculator
- B. AWS Trusted Advisor
- C. AWS Personal Health Dashboard
- D. AWS Cost and Usage report
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/blogs/mt/monitoring-service-limits-with-trusted-advisor-and-amazon-cloudwatch/>
</details>
34. A company has distributed its workload on both the AWS Cloud and some on-premises servers. <br/> What type of architecture is this?
- A. Virtual private network
- B. Virtual private cloud
- C. Hybrid cloud
- D. Private cloud
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/hybrid/>
</details>
35. Which of the following describes a security best practice that can be implemented using AWS IAM?
- A. Disable AWS Management Console access for all users
- B. Generate secret keys for every IAM user
- C. Grant permissions to users who are required to perform a given task only
- D. Store AWS credentials within Amazon EC2 instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://cloudcheckr.com/cloud-security/top-5-iam-best-practices/>
</details>
36. What can be used to automate and manage secure, well-architected, multi-account AWS environments?
- A. AWS shared responsibility model
- B. AWS Control Tower
- C. AWS Security Hub
- D. AWS Well-Architected Tool
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation:
- Control Tower automates the process of setting up a new baseline multi-account AWS environment that is secure, well-architected, and ready to use.
- Control Tower incorporates the knowledge that AWS Professional Service has gained over the course of thousands of successful customer engagements.
Reference: <https://aws.amazon.com/blogs/aws/aws-control-tower-set-up-govern-a-multi-account-aws-environment/>
</details>
37. Which AWS service or feature allows a user to easily scale connectivity among thousands of VPCs?
- A. VPC peering
- B. AWS Transit Gateway
- C. AWS Direct Connect
- D. AWS Global Accelerator
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/blogs/training-and-certification/explore-the-aws-transit-gateway-networking-and-scaling-digital-course/>
</details>
38. A company needs protection from expanded distributed denial of service (DDoS) attacks on its website and assistance from AWS experts during such events. <br/> Which AWS managed service will meet these requirements?
- A. AWS Shield Advanced
- B. AWS Firewall Manager
- C. AWS WAF
- D. Amazon GuardDuty
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/waf/latest/developerguide/ddos-overview.html>
</details>
39. A company's application has flexible start and end times. <br/> Which Amazon EC2 pricing model will be the MOST cost-effective?
- A. On-Demand Instances
- B. Spot Instances
- C. Reserved Instances
- D. Dedicated Hosts
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/ec2/pricing/>
</details>
40. Under the AWS shared responsibility model, what are the customer's responsibilities? (Choose two.)
- A. Physical and environmental security
- B. Physical network devices including firewalls
- C. Storage device decommissioning
- D. Security of data in transit
- E. Data integrity authentication
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: DE
</details>
41. A cloud practitioner has a data analysis workload that is infrequently executed and can be interrupted without harm. To optimize for cost, which Amazon EC2 purchasing option should be used?
- A. On-Demand Instances
- B. Reserved Instances
- C. Spot Instances
- D. Dedicated Hosts
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/ec2/pricing/>
</details>
42. Which AWS container service will help a user install, operate, and scale the cluster management infrastructure?
- A. Amazon Elastic Container Registry (Amazon ECR)
- B. AWS Elastic Beanstalk
- C. Amazon Elastic Container Service (Amazon ECS)
- D. Amazon Elastic Block Store (Amazon EBS)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
43. Which of the following allows an application running on an Amazon EC2 instance to securely write data to an Amazon S3 bucket without using long term credentials?
- A. Amazon Cognito
- B. AWS Shield
- C. AWS IAM role
- D. AWS IAM user access key
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
44. A company with a Developer-level AWS Support plan provisioned an Amazon RDS database and cannot connect to it. <br/> Who should the developer contact for this level of support?
- A. AWS Support using a support case
- B. AWS Professional Services
- C. AWS technical account manager
- D. AWS consulting partners
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
45. What is the purpose of having an internet gateway within a VPC?
- A. To create a VPN connection to the VPC
- B. To allow communication between the VPC and the Internet
- C. To impose bandwidth constraints on internet traffic
- D. To load balance traffic from the Internet across Amazon EC2 instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
46. A company must ensure that its endpoint for a database instance remains the same after a single Availability Zone service interruption. The application needs to resume database operations without the need for manual administrative intervention. <br/> How can these requirements be met?
- A. Use multiple Amazon Route 53 routes to the standby database instance endpoint hosted on AWS Storage Gateway.
- B. Configure Amazon RDS Multi-Availability Zone deployments with automatic failover to the standby.
- C. Add multiple Application Load Balancers and deploy the database instance with AWS Elastic Beanstalk.
- D. Deploy a single Network Load Balancer to distribute incoming traffic across multiple Amazon CloudFront origins.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
47. Which AWS managed service can be used to distribute traffic between one or more Amazon EC2 instances?
- A. NAT gateway
- B. Elastic Load Balancing
- C. Amazon Athena
- D. AWS PrivateLink
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
48. AWS Trusted Advisor provides recommendations on which of the following? (Choose two.)
- A. Cost optimization
- B. Auditing
- C. Serverless architecture
- D. Performance
- E. Scalability
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
</details>
49. Which of the following tasks can only be performed after signing in with AWS account root user credentials? (Choose two.)
- A. Closing an AWS account
- B. Creating a new IAM policy
- C. Changing AWS Support plans
- D. Attaching a role to an Amazon EC2 instance
- E. Generating access keys for IAM users
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
</details>
50. Fault tolerance refers to:
- A. the ability of an application to accommodate growth without changing design
- B. how well and how quickly an application's environment can have lost data restored
- C. how secure your application is
- D. the built-in redundancy of an application's components
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,661 @@
# Practice Exam 22
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. A company operating in the AWS Cloud requires separate invoices for specific environments, such as development, testing, and production. <br/> How can this be achieved?
- A. Use multiple AWS accounts
- B. Use resource tagging
- C. Use multiple VPCs
- D. Use Cost Explorer
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
2. Which AWS service can be used in the application deployment process?
- A. AWS AppSync
- B. AWS Batch
- C. AWS CodePipeline
- D. AWS DataSync
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
3. What can be used to reduce the cost of running Amazon EC2 instances? (Choose two.)
- A. Spot Instances for stateless and flexible workloads
- B. Memory optimized instances for high-compute workloads
- C. On-Demand Instances for high-cost and sustained workloads
- D. Reserved Instances for sustained workloads
- E. Spend limits set using AWS Budgets
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
</details>
4. A company is launching an e-commerce site that will store and process credit card data. The company requires information about AWS compliance reports and AWS agreements. <br/> Which AWS service provides on-demand access to these items?
- A. AWS Certificate Manager
- B. AWS Config
- C. AWS Artifact
- D. AWS CloudTrail
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
5. Which AWS service or feature allows the user to manager cross-region application traffic?
- A. Amazon AppStream 2.0
- B. Amazon VPC
- C. Elastic Load Balancer
- D. Amazon Route 53
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
6. Which AWS service can be used to track unauthorized API calls?
- A. AWS Config
- B. AWS CloudTrail
- C. AWS Trusted Advisor
- D. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
7. A user needs to regularly audit and evaluate the setup of all AWS resources, identify non-compliant accounts, and be notified when a resource changes. <br/> Which AWS service can be used to meet these requirements?
- A. AWS Trusted Advisor
- B. AWS Config
- C. AWS Resource Access Manager
- D. AWS Systems Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
8. A user is planning to launch two additional Amazon EC2 instances to increase availability. <br/> Which action should the user take?
- A. Launch the instances across multiple Availability Zones in a single AWS Region.
- B. Launch the instances as EC2 Reserved Instances in the same AWS Region and the same Availability Zone.
- C. Launch the instances in multiple AWS Regions, but in the same Availability Zone.
- D. Launch the instances as EC2 Spot Instances in the same AWS Region, but in different Availability Zones.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
9. A company must store critical business data in Amazon S3 with a backup to another AWS Region. <br/> How can this be achieved?
- A. Use an Amazon CloudFront Content Delivery Network (CDN) to cache data globally
- B. Set up Amazon S3 cross-region replication to another AWS Region
- C. Configure the AWS Backup service to back up to the data to another AWS Region
- D. Take Amazon S3 bucket snapshots and copy that data to another AWS Region
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
10. Which AWS Cloud service can send alerts to customers if custom spending thresholds are exceeded?
- A. AWS Budgets
- B. AWS Cost Explorer
- C. AWS Cost Allocation Tags
- D. AWS Organizations
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
11. What is the recommended method to request penetration testing on AWS resources?
- A. Open a support case
- B. Fill out the Penetration Testing Request Form
- C. Request a penetration test from your technical account manager
- D. Contact your AWS sales representative
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
12. A user needs to automatically discover, classify, and protect sensitive data stored in Amazon S3. <br/> Which AWS service can meet these requirements?
- A. Amazon Inspector
- B. Amazon Macie
- C. Amazon GuardDuty
- D. AWS Secrets Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
13. Which components are required to build a successful site-to-site VPN connection on AWS? (Choose two.)
- A. Internet gateway
- B. NAT gateway
- C. Customer gateway
- D. Transit gateway
- E. Virtual private gateway
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CD
</details>
14. Which Amazon EC2 pricing option is best suited for applications with short-term, spiky, or unpredictable workloads that cannot be interrupted?
- A. Spot Instances
- B. Dedicated Hosts
- C. On-Demand Instances
- D. Reserved Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
15. Which AWS cloud architecture principle states that systems should reduce interdependencies?
- A. Scalability
- B. Services, not servers
- C. Removing single points of failure
- D. Loose coupling
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
</details>
16. What is the MOST effective resource for staying up to date on AWS security announcements?
- A. AWS Personal Health Dashboard
- B. AWS Secrets Manager
- C. AWS Security Bulletins
- D. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
17. Which AWS service offers persistent storage for a file system?
- A. Amazon S3
- B. Amazon EC2 instance store
- C. Amazon Elastic Block Store (Amazon EBS)
- D. Amazon ElastiCache
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
18. Which of the following allows AWS users to manage cost allocations for billing?
- A. Tagging resources
- B. Limiting who can create resources
- C. Adding a secondary payment method
- D. Running all operations on a single AWS account
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
19. Which AWS service allows users to download security and compliance reports about the AWS infrastructure on demand?
- A. Amazon GuardDuty
- B. AWS Security Hub
- C. AWS Artifact
- D. AWS Shield
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
20. Which of the following AWS services are serverless? (Choose two.)
- A. AWS Lambda
- B. Amazon Elasticsearch Service
- C. AWS Elastic Beanstalk
- D. Amazon DynamoDB
- E. Amazon Redshift
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
</details>
21. Which AWS managed services can be used to extend an on-premises data center to the AWS network? (Choose two.)
- A. AWS VPN
- B. NAT gateway
- C. AWS Direct Connect
- D. Amazon Connect
- E. Amazon Route 53
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
</details>
22. Which requirement must be met for a member account to be unlinked from an AWS Organizations account?
- A. The linked account must be actively compliant with AWS System and Organization Controls (SOC).
- B. The payer and the linked account must both create AWS Support cases to request that the member account be unlinked from the organization.
- C. The member account must meet the requirements of a standalone account.
- D. The payer account must be used to remove the linked account from the organization.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
23. What AWS benefit refers to a customer's ability to deploy applications that scale up and down the meet variable demand?
- A. Elasticity
- B. Agility
- C. Security
- D. Scalability
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
</details>
24. During a compliance review, one of the auditors requires a copy of the AWS SOC 2 report. <br/> Which service should be used to submit this request?
- A. AWS Personal Health Dashboard
- B. AWS Trusted Advisor
- C. AWS Artifact
- D. Amazon S3
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
</details>
25. A company wants to set up a highly available workload in AWS with a disaster recovery plan that will allow the company to recover in case of a regional service interruption. <br/> Which configuration will meet these requirements?
- A. Run on two Availability Zones in one AWS Region, using the additional Availability Zones in the AWS Region for the disaster recovery site.
- B. Run on two Availability Zones in one AWS Region, using another AWS Region for the disaster recovery site.
- C. Run on two Availability Zones in one AWS Region, using a local AWS Region for the disaster recovery site.
- D. Run across two AWS Regions, using a third AWS Region for the disaster recovery site.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/blogs/startups/large-scale-disaster-recovery-using-aws-regions/>
</details>
26. A company has a 500 TB image repository that needs to be transported to AWS for processing. <br/> Which AWS service can import this data MOST cost-effectively?
- A. AWS Snowball
- B. AWS Direct Connect
- C. AWS VPN
- D. Amazon S3
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/blogs/storage/migrating-hundreds-of-tb-of-data-to-amazon-s3-with-aws-datasync/>
</details>
27. Which AWS service can run a managed PostgreSQL database that provides online transaction processing (OLTP)?
- A. Amazon DynamoDB
- B. Amazon Athena
- C. Amazon RDS
- D. Amazon EMR
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/rds/postgresql/>
</details>
28. Which of the following assist in identifying costs by department? (Choose two.)
- A. Using tags on resources
- B. Using multiple AWS accounts
- C. Using an account manager
- D. Using AWS Trusted Advisor
- E. Using Consolidated Billing
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AB
</details>
29. A company wants to allow full access to an Amazon S3 bucket for a particular user. <br/> Which element in the S3 bucket policy holds the user details that describe who needs access to the S3 bucket?
- A. Principal
- B. Action
- C. Resource
- D. Statement
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/AmazonS3/latest/dev/walkthrough1.html>
</details>
30. Which AWS service allows for effective cost management of multiple AWS accounts?
- A. AWS Organizations
- B. AWS Trusted Advisor
- C. AWS Direct Connect
- D. Amazon Connect
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/blogs/aws/aws-organizations-policy-based-management-for-multiple-aws-accounts/>
</details>
31. A company is piloting a new customer-facing application on Amazon Elastic Compute Cloud (Amazon EC2) for one month. <br/> What pricing model is appropriate?
- A. Reserved Instances
- B. Spot Instances
- C. On-Demand Instances
- D. Dedicated Hosts
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/ec2/pricing/>
</details>
32. Which AWS tools automatically forecast future AWS costs?
- A. AWS Support Center
- B. AWS Total Cost of Ownership (TCO) Calculator
- C. AWS Simple Monthly Calculator
- D. Cost Explorer
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-forecast.html>
</details>
33. Under the AWS shared responsibility model, which of the following is a responsibility of AWS?
- A. Enabling server-side encryption for objects stored in S3
- B. Applying AWS IAM security policies
- C. Patching the operating system on an Amazon EC2 instance
- D. Applying updates to the hypervisor
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/compliance/shared-responsibility-model/?ref=wellarchitected>
</details>
34. A user is able to set up a master payer account to view consolidated billing reports through:
- A. AWS Budgets.
- B. Amazon Macie.
- C. Amazon QuickSight.
- D. AWS Organizations.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/consolidated-billing.html>
</details>
35. Performing operations as code is a design principle that supports which pillar of the AWS Well-Architected Framework?
- A. Performance efficiency
- B. Operational excellence
- C. Reliability
- D. Security
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/blogs/apn/the-5-pillars-of-the-aws-well-architected-framework/>
</details>
36. Which design principle is achieved by following the reliability pillar of the AWS Well-Architected Framework?
- A. Vertical scaling
- B. Manual failure recovery
- C. Testing recovery procedures
- D. Changing infrastructure manually
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/blogs/apn/the-5-pillars-of-the-aws-well-architected-framework/>
</details>
37. What is a characteristic of Convertible Reserved Instances (RIs)?
- A. Users can exchange Convertible RIs for other Convertible RIs from a different instance family.
- B. Users can exchange Convertible RIs for other Convertible RIs in different AWS Regions.
- C. Users can sell and buy Convertible RIs on the AWS Marketplace.
- D. Users can shorten the term of their Convertible RIs by merging them with other Convertible RIs.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-convertible-exchange.html>
</details>
38. The user is fully responsible for which action when running workloads on AWS?
- A. Patching the infrastructure components
- B. Implementing controls to route application traffic
- C. Maintaining physical and environmental controls
- D. Maintaining the underlying infrastructure components
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
39. An architecture design includes Amazon EC2, an Elastic Load Balancer, and Amazon RDS. <br/> What is the BEST way to get a monthly cost estimation for this architecture?
- A. Open an AWS Support case, provide the architecture proposal, and ask for a monthly cost estimation.
- B. Collect the published prices of the AWS services and calculate the monthly estimate.
- C. Use the AWS Simple Monthly Calculator to estimate the monthly cost.
- D. Use the AWS Total Cost of Ownership (TCO) Calculator to estimate the monthly cost.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/pricing-calculator/latest/userguide/aws-pc.pdf>
</details>
40. Which are benefits of using Amazon RDS over Amazon EC2 when running relational databases on AWS? (Choose two.)
- A. Automated backups
- B. Schema management
- C. Indexing of tables
- D. Software patching
- E. Extract, transform, and load (ETL) management
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html>
</details>
41. What does the Amazon S3 Intelligent-Tiering storage class offer?
- A. Payment flexibility by reserving storage capacity
- B. Long-term retention of data by copying the data to an encrypted Amazon Elastic Block Store (Amazon EBS) volume
- C. Automatic cost savings by moving objects between tiers based on access pattern changes
- D. Secure, durable, and lowest cost storage for data archival
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/about-aws/whats-new/2018/11/s3-intelligent-tiering/>
</details>
42. A company has multiple data sources across the organization and wants to consolidate data into one data warehouse. <br/> Which AWS service can be used to meet this requirement?
- A. Amazon DynamoDB
- B. Amazon Redshift
- C. Amazon Athena
- D. Amazon QuickSight
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/redshift/faqs/>
</details>
43. Which AWS service can be used to track resource changes and establish compliance?
- A. Amazon CloudWatch
- B. AWS Config
- C. AWS CloudTrail
- D. AWS Trusted Advisor
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html>
</details>
44. A user has underutilized on-premises resources. <br/> Which AWS Cloud concept can BEST address this issue?
- A. High availability
- B. Elasticity
- C. Security
- D. Loose coupling
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://www.gremlin.com/blog/implementing-cost-saving-strategies-on-amazon-ec-2-with-chaos-engineering/>
</details>
45. A user has a stateful workload that will run on Amazon EC2 for the next 3 years. <br/> What is the MOST cost-effective pricing model for this workload?
- A. On-Demand Instances
- B. Reserved Instances
- C. Dedicated Instances
- D. Spot Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
46. A cloud practitioner needs an Amazon EC2 instance to launch and run for 7 hours without interruptions. <br/> What is the most suitable and cost-effective option for this task?
- A. On-Demand Instance
- B. Reserved Instance
- C. Dedicated Host
- D. Spot Instance
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
47. Which of the following are benefits of using AWS Trusted Advisor? (Choose two.)
- A. Providing high-performance container orchestration
- B. Creating and rotating encryption keys
- C. Detecting underutilized resources to save costs
- D. Improving security by proactively monitoring the AWS environment
- E. Implementing enforced tagging across AWS resources
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CD
Explanation: <https://aws.amazon.com/about-aws/whats-new/2016/06/aws-support-enables-tagging-capabilities-for-trusted-advisor/>
</details>
48. A developer has been hired by a large company and needs AWS credentials. <br/> Which are security best practices that should be followed? (Choose two.)
- A. Grant the developer access to only the AWS resources needed to perform the job.
- B. Share the AWS account root user credentials with the developer.
- C. Add the developer to the administrator's group in AWS IAM.
- D. Configure a password policy that ensures the developer's password cannot be changed.
- E. Ensure the account password policy requires a minimum length.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AE
</details>
49. Which AWS storage service is designed to transfer petabytes of data in and out of the cloud?
- A. AWS Storage Gateway
- B. Amazon S3 Glacier Deep Archive
- C. Amazon Lightsail
- D. AWS Snowball
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://docs.aws.amazon.com/snowball/latest/ug/transfer-petabytes.html>
</details>
50. Which service provides a user the ability to warehouse data in the AWS Cloud?
- A. Amazon EFS
- B. Amazon Redshift
- C. Amazon RDS
- D. Amazon VPC
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/redshift/>
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

View File

@@ -0,0 +1,712 @@
# Practice Exam 23
Click on the **Answer** button for the correct answer and its explanation.
If this practice exam has been helpful to you please share it with others and react to this below.
---
1. A user is planning to migrate an application workload to the AWS Cloud. <br/> Which control becomes the responsibility of AWS once the migration is complete?
- A. Patching the guest operating system
- B. Maintaining physical and environmental controls
- C. Protecting communications and maintaining zone security
- D. Patching specific applications
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
2. Which services can be used to deploy applications on AWS? (Choose two.)
- A. AWS Elastic Beanstalk
- B. AWS Config
- C. AWS OpsWorks
- D. AWS Application Discovery Service
- E. Amazon Kinesis
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://d0.awsstatic.com/whitepapers/overview-of-deployment-options-on-aws.pdf>
</details>
3. Which AWS service can be used to provide an on-demand, cloud-based contact center?
- A. AWS Direct Connect
- B. Amazon Connect
- C. AWS Support Center
- D. AWS Managed Services
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/connect/customers/>
</details>
4. What tool enables customers without an AWS account to estimate costs for almost all AWS services?
- A. Cost Explorer
- B. TCO Calculator
- C. AWS Budgets
- D. Simple Monthly Calculator
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/aws-cost-management/aws-cost-explorer/>
</details>
5. Which component must be attached to a VPC to enable inbound Internet access?
- A. NAT gateway
- B. VPC endpoint
- C. VPN connection
- D. Internet gateway
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://d1.awsstatic.com/whitepapers/aws-security-whitepaper.pdf>
</details>
6. Which pricing model would result in maximum Amazon Elastic Compute Cloud (Amazon EC2) savings for a database server that must be online for one year?
- A. Spot Instance
- B. On-Demand Instance
- C. Partial Upfront Reserved Instance
- D. No Upfront Reserved Instance
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-reserved-instances.html>
</details>
7. A company has a MySQL database running on a single Amazon EC2 instance. The company now requires higher availability in the event of an outage. <br/> Which set of tasks would meet this requirement?
- A. Add an Application Load Balancer in front of the EC2 instance
- B. Configure EC2 Auto Recovery to move the instance to another Availability Zone
- C. Migrate to Amazon RDS and enable Multi-AZ
- D. Enable termination protection for the EC2 instance to avoid outages
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZ.html>
</details>
8. A company wants to ensure that AWS Management Console users are meeting password complexity requirements. <br/> How can the company configure password complexity?
- A. Using an AWS IAM user policy
- B. Using an AWS Organizations service control policy (SCP)
- C. Using an AWS IAM account password policy
- D. Using an AWS Security Hub managed insight
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_account-policy.html>
</details>
9. Under the AWS shared responsibility model, which of the following is the customer's responsibility?
- A. Patching guest OS and applications
- B. Patching and fixing flaws in the infrastructure
- C. Physical and environmental controls
- D. Configuration of AWS infrastructure devices
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
</details>
10. Which of the following tasks is required to deploy a PCI-compliant workload on AWS?
- A. Use any AWS service and implement PCI controls at the application layer
- B. Use an AWS service that is in-scope for PCI compliance and raise an AWS support ticket to enable PCI compliance at the application layer
- C. Use any AWS service and raise an AWS support ticket to enable PCI compliance on that service
- D. Use an AWS service that is in scope for PCI compliance and apply PCI controls at the application layer
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-pci-controls.html>
</details>
11. A company is building an application that requires the ability to send, store, and receive messages between application components. The company has another requirement to process messages in first-in, first-out (FIFO) order. <br/> Which AWS service should the company use?
- A. AWS Step Functions
- B. Amazon Simple Notification Service (Amazon SNS)
- C. Amazon Kinesis Data Streams
- D. Amazon Simple Queue Service (Amazon SQS)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/sqs/faqs/>
</details>
12. AnyCompany recently purchased Example Corp. Both companies use AWS resources, and AnyCompany wants a single aggregated bill. <br/> Which option allows AnyCompany to receive a single bill?
- A. Example Corp. must submit a request to its AWS solutions architect or AWS technical account manager to link the accounts and consolidate billing.
- B. AnyCompany must create a new support case in the AWS Support Center requesting that both bills be combined.
- C. Send an invitation to join the organization from AnyCompany's AWS Organizations master account to Example Corp.
- D. Migrate the Example Corp. VPCs, Amazon EC2 instances, and other resources into the AnyCompany AWS account.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/awsaccountbilling-aboutv2.pdf>
</details>
13. Which tool can be used to create alerts when the actual or forecasted cost of AWS services exceeds a certain threshold?
- A. Cost Explorer
- B. AWS Budgets
- C. AWS Cost and Usage Report
- D. AWS CloudTrail
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/getting-started/hands-on/control-your-costs-free-tier-budgets/>
</details>
14. A user has limited knowledge of AWS services, but wants to quickly deploy a scalable Node.js application in the AWS Cloud. <br/> Which service should be used to deploy the application?
- A. AWS CloudFormation
- B. AWS Elastic Beanstalk
- C. Amazon EC2
- D. AWS OpsWorks
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/elasticbeanstalk/>
</details>
15. Which AWS Trusted Advisor check is available to all AWS users?
- A. Core checks
- B. All checks
- C. Cost optimization checks
- D. Fault tolerance checks
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://www.amazonaws.cn/en/support/trustedadvisor/faq/#checks>
</details>
16. A web developer is concerned that a DDoS attack could target an application. <br/> Which AWS services or features can help protect against such an attack? (Choose two.)
- A. AWS Shield
- B. AWS CloudTrail
- C. Amazon CloudFront
- D. AWS Support Center
- E. AWS Service Health Dashboard
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://aws.amazon.com/shield/>
</details>
17. Which AWS service gives users on-demand, self-service access to AWS compliance control reports?
- A. AWS Config
- B. Amazon GuardDuty
- C. AWS Trusted Advisor
- D. AWS Artifact
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/artifact>
</details>
18. A company wants to provide one of its employees with access to Amazon RDS. The company also wants to limit the interaction to only the AWS CLI and AWS software development kits (SDKs). <br/> Which combination of actions should the company take to meet these requirements while following the principles of least privilege? (Choose two.)
- A. Create an IAM user and provide AWS Management Console access only.
- B. Create an IAM user and provide programmatic access only.
- C. Create an IAM role and provide AWS Management Console access only.
- D. Create an IAM policy with administrator access and attach it to the IAM user.
- E. Create an IAM policy with Amazon RDS access and attach it to the IAM user.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: BE
</details>
19. A company has a compliance requirement to record and evaluate configuration changes, as well as perform remediation actions on AWS resources. <br/> Which AWS service should the company use?
- A. AWS Config
- B. AWS Secrets Manager
- C. AWS CloudTrail
- D. AWS Trusted Advisor
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/config/>
</details>
20. What are the advantages of deploying an application with Amazon EC2 instances in multiple Availability Zones? (Choose two.)
- A. Preventing a single point of failure
- B. Reducing the operational costs of the application
- C. Allowing the application to serve cross-region users with low latency
- D. Increasing the availability of the application
- E. Increasing the load of the application
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-increase-availability.html>
</details>
21. A workload on AWS will run for the foreseeable future by using a consistent number of Amazon EC2 instances. <br/> What pricing model will minimize cost while ensuring that compute resources remain available?
- A. Dedicated Hosts
- B. On-Demand Instances
- C. Spot Instances
- D. Reserved Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-reserved-instances.html>
</details>
22. Which tool can be used to identify scheduled changes to the AWS infrastructure?
- A. AWS Personal Health Dashboard
- B. AWS Trusted Advisor
- C. Billing Dashboard
- D. AWS Config
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/premiumsupport/technology/personal-health-dashboard/>
</details>
23. Which of the following is the customer's responsibility when using Amazon RDS?
- A. Patching the operating system of underlying hardware
- B. Controlling traffic to and from the database through security groups
- C. Running backups that enable point-in-time recovery of a DB instance
- D. Replacing failed DB instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.html>
</details>
24. What is the customer's responsibility when using AWS Lambda?
- A. Operating system configuration
- B. Application management
- C. Platform management
- D. Code encryption
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/lambda/security-overview-of-aws-lambda/>
</details>
25. A company wants to be notified when its AWS Cloud costs or usage exceed defined thresholds. <br/> Which AWS service will support these requirements?
- A. AWS Budgets
- B. Cost Explorer
- C. AWS CloudTrail
- D. Amazon Macie
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/aws-cost-management/aws-budgets/>
</details>
26. Which AWS service provides the ability to host a NoSQL database in the AWS Cloud?
- A. Amazon Aurora
- B. Amazon DynamoDB
- C. Amazon RDS
- D. Amazon Redshift
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/nosql/>
</details>
27. Which AWS service allows customers to purchase unused Amazon EC2 capacity at an often discounted rate?
- A. Reserved Instances
- B. On-Demand Instances
- C. Dedicated Instances
- D. Spot Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/ec2/spot/>
</details>
28. Which AWS service or feature requires an internet service provider (ISP) and a colocation facility to be implemented?
- A. AWS VPN
- B. Amazon Connect
- C. AWS Direct Connect
- D. Internet gateway
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/directconnect/partners/>
</details>
29. Which AWS services offer compute capabilities? (Choose two.)
- A. Amazon EC2
- B. Amazon S3
- C. Amazon Elastic Block Store (Amazon EBS)
- D. Amazon Cognito
- E. AWS Lambda
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AE
Explanation: <https://docs.aws.amazon.com/whitepapers/latest/aws-overview/compute-services.html>
</details>
30. Which AWS service can be used to privately store and manage versions of source code?
- A. AWS CodeBuild
- B. AWS CodeCommit
- C. AWS CodePipeline
- D. AWS CodeStar
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html>
</details>
31. Which AWS service should a cloud practitioner use to identify security vulnerabilities of an AWS account?
- A. AWS Secrets Manager
- B. Amazon Cognito
- C. Amazon Macie
- D. AWS Trusted Advisor
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://www.coalfire.com/the-coalfire-blog/march-2019/aws-trusted-advisor-for-security-compliance>
</details>
32. A company wants to ensure its infrastructure is designed for fault tolerance and business continuity in the event of an environmental disruption. <br/> Which AWS infrastructure component should the company replicate across?
- A. Edge locations
- B. Availability Zones
- C. Regions
- D. Amazon Route 53
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://d36cz9buwru1tt.cloudfront.net/AWS_Building_Fault_Tolerant_Applications.pdf>
</details>
33. Which AWS service or feature is used to send both text and email messages from distributed applications?
- A. Amazon Simple Notification Service (Amazon SNS)
- B. Amazon Simple Email Service (Amazon SES)
- C. Amazon CloudWatch alerts
- D. Amazon Simple Queue Service (Amazon SQS)
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/sns/faqs/>
</details>
34. Which AWS Cloud design principles can help increase reliability? (Choose two.)
- A. Using monolithic architecture
- B. Measuring overall efficiency
- C. Testing recovery procedures
- D. Adopting a consumption model
- E. Automatically recovering from failure
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: CE
Explanation: <https://wa.aws.amazon.com/wat.pillar.reliability.en.html>
</details>
35. A company is planning to launch an ecommerce site in a single AWS Region to a worldwide user base. <br/> Which AWS services will allow the company to reach users and provide low latency and high transfer speeds? (Choose two.)
- A. Application Load Balancer
- B. AWS Global Accelerator
- C. AWS Direct Connect
- D. Amazon CloudFront
- E. AWS Lambda
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AD
Explanation: <https://aws.amazon.com/cloudfront/faqs/>
</details>
36. A company wants to connect to AWS over a private, low-latency connection from its remote office. <br/> What is the recommended method to meet these requirements?
- A. Create a VPN tunnel
- B. Connect across the public internet
- C. Use VPC peering to create a connection.
- D. Use AWS Direct Connect.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://aws.amazon.com/getting-started/projects/connect-data-center-to-aws/>
</details>
37. Which AWS service can be used to retrieve compliance reports on demand?
- A. AWS Secrets Manager
- B. AWS Artifact
- C. AWS Security Hub
- D. AWS Certificate Manager
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/artifact/>
</details>
38. A company has an AWS-hosted website located behind an Application Load Balancer. The company wants to safeguard the website from SQL injection or cross-site scripting. <br/> Which AWS service should the company use?
- A. Amazon GuardDuty
- B. AWS WAF
- C. AWS Trusted Advisor
- D. Amazon Inspector
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/waf/faq/>
</details>
39. How should a web application be deployed to ensure high availability in the AWS Cloud?
- A. Deploy multiple instances of the application in multiple Availability Zones.
- B. Deploy multiple instances of the application in a single Availability Zone.
- C. Deploy the application to a compute-optimized Amazon EC2 instance in a single Availability Zone.
- D. Deploy the application in one Amazon EC2 instance in an Auto Scaling group.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://www.betsol.com/blog/how-to-make-high-availability-web-applications-on-amazon-web-services/>
</details>
40. A company is running a self-managed Oracle database directly on Amazon EC2 for its steady-state database. The company wants to reduce compute costs. <br/> Which option should the company use to maximize savings over a 3-year term?
- A. EC2 Dedicated Instances
- B. EC2 Spot Instances
- C. EC2 Reserved Instances
- D. EC2 On-Demand Instances
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/choosing-a-cloud-platform/>
</details>
41. An external auditor has requested that a company provide a list of all its IAM users, including the status of users' credentials and access keys. <br/> What it the SIMPLEST way to provide this information?
- A. Create an IAM user account for the auditor, granting the auditor administrator permissions.
- B. Take a screenshot of each user's page in the AWS Management Console, then provide the screenshots to the auditor.
- C. Download the IAM credential report, then provide the report to the auditor.
- D. Download the AWS Trusted Advisor report, then provide the report to the auditor.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html>
</details>
42. What are the benefits of consolidated billing for AWS Cloud services? (Choose two.)
- A. Volume discounts
- B. A minimal additional fee for use
- C. One bill for multiple accounts
- D. Installment payment options
- E. Custom cost and usage budget creation
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: AC
Explanation: <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/consolidated-billing.html>
</details>
43. A company is expecting a short-term spike in internet traffic for its application. During the traffic increase, the application cannot be interrupted. The company also needs to minimize cost and maximize flexibility. <br/> Which Amazon EC2 instance type should the company use to meet these requirements?
- A. On-Demand Instances
- B. Spot Instances
- C. Reserved Instances
- D. Dedicated Hosts
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
Explanation: <https://aws.amazon.com/ec2/faqs/>
</details>
44. A company wants to track AWS resource configuration changes for compliance reasons. <br/> Which AWS feature can be used to meet this requirement?
- A. AWS Cost and Usage Report
- B. AWS Organizations service control policies (SCPs)
- C. AWS Config rules
- D. VPC Flow Logs
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://aws.amazon.com/config/>
</details>
45. A company is building an application that needs to deliver images and videos globally with minimal latency. <br/> Which approach can the company use to accomplish this in a cost effective manner?
- A. Deliver the content through Amazon CloudFront.
- B. Store the content on Amazon S3 and enable S3 cross-region replication.
- C. Implement a VPN across multiple AWS Regions.
- D. Deliver the content through AWS PrivateLink.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: A
Explanation: <https://aws.amazon.com/blogs/industries/how-to-build-a-global-scalable-low-latency-and-secure-machine-learning-medical-imaging-analysis-platform-on-aws/>
</details>
46. The AWS IAM best practice for granting least privilege is to:
- A. apply an IAM policy to an IAM group and limit the size of the group.
- B. require multi-factor authentication (MFA) for all IAM users.
- C. require each IAM user who has different permissions to have multiple passwords.
- D. apply an IAM policy only to IAM users who require it.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://kirkpatrickprice.com/blog/best-practices-for-privilege-management-in-aws/>
</details>
47. Which cloud computing benefit does AWS demonstrate with its ability to offer lower variable costs as a result of high purchase volumes?
- A. Pay-as-you-go pricing
- B. High availability
- C. Global reach
- D. Economies of scale
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: D
Explanation: <https://innovationtactics.com/amazon-business-model-amazon-web-services/>
</details>
48. A pharmaceutical company operates its infrastructure in a single AWS Region. The company has thousands of VPCs in a various AWS accounts that it wants to interconnect. <br/> Which AWS service or feature should the company use to help simplify management and reduce operational costs?
- A. VPC endpoint
- B. AWS Direct Connect
- C. AWS Transit Gateway
- D. VPC peering
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation: <https://d1.awsstatic.com/whitepapers/building-a-scalable-and-secure-multi-vpc-aws-network-infrastructure.pdf>
</details>
49. How can AWS enable a company to control expenses as an application's usage changes unpredictably?
- A. AWS will refund the cost difference if a customer moves to larger servers.
- B. The application can be built to scale up or down automatically as resources are needed
- C. Spot instances will automatically be used if the price is lower than on-demand instances.
- D. Amazon CloudWatch will automatically predict what resources are needed.
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: B
</details>
50. Which AWS service or feature can be used to prevent SQL injection attacks?
- A. Security groups
- B. Network ACLs
- C. AWS WAF
- D. IAM policy
<details markdown=1><summary markdown="span">Answer</summary>
Correct Answer: C
Explanation:
<https://docs.aws.amazon.com/waf/latest/developerguide/classic-web-acl-sql-conditions.html>
</details>
Please feel free to comment below if any information is inaccurate or if any answers need correction.
[<img align="center" src="../images/list.png" height="30" width="30"/> Exam List](../practice-exam/exams.md)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -104,69 +104,129 @@
<lastmod>2023-01-09T10:38:55+00:00</lastmod> <lastmod>2023-01-09T10:38:55+00:00</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
<url>
<loc>https://kananinirav.com/practice-exam/exams.html</loc>
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-1.html</loc>
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-2.html</loc>
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-3.html</loc>
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-4.html</loc>
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url> <url>
<loc>https://kananinirav.com/study-guide.html</loc> <loc>https://kananinirav.com/study-guide.html</loc>
<lastmod>2023-01-09T10:38:55+00:00</lastmod> <lastmod>2023-01-09T10:38:55+00:00</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
<url>
<loc>https://kananinirav.com/practice-exam/exams.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-1.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-2.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-3.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-4.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url> <url>
<loc>https://kananinirav.com/practice-exam/practice-exam-5.html</loc> <loc>https://kananinirav.com/practice-exam/practice-exam-5.html</loc>
<lastmod>2023-01-09T10:38:55+00:00</lastmod> <lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
<url> <url>
<loc>https://kananinirav.com/practice-exam/practice-exam-6.html</loc> <loc>https://kananinirav.com/practice-exam/practice-exam-6.html</loc>
<lastmod>2023-01-09T10:38:55+00:00</lastmod> <lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
<url> <url>
<loc>https://kananinirav.com/practice-exam/practice-exam-7.html</loc> <loc>https://kananinirav.com/practice-exam/practice-exam-7.html</loc>
<lastmod>2023-03-07T09:19:40+09:00</lastmod> <lastmod>2023-05-26T09:19:40+09:00</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
<url> <url>
<loc>https://kananinirav.com/practice-exam/practice-exam-8.html</loc> <loc>https://kananinirav.com/practice-exam/practice-exam-8.html</loc>
<lastmod>2023-03-07T09:19:40+09:00</lastmod> <lastmod>2023-05-26T09:19:40+09:00</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
<url> <url>
<loc>https://kananinirav.com/practice-exam/practice-exam-9.html</loc> <loc>https://kananinirav.com/practice-exam/practice-exam-9.html</loc>
<lastmod>2023-03-07T09:19:40+09:00</lastmod> <lastmod>2023-05-26T09:19:40+09:00</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
<url> <url>
<loc>https://kananinirav.com/practice-exam/practice-exam-10.html</loc> <loc>https://kananinirav.com/practice-exam/practice-exam-10.html</loc>
<lastmod>2023-03-08T09:48:44+09:00</lastmod> <lastmod>2023-05-26T09:48:44+09:00</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
<url> <url>
<loc>https://kananinirav.com/practice-exam/practice-exam-11.html</loc> <loc>https://kananinirav.com/practice-exam/practice-exam-11.html</loc>
<lastmod>2023-03-08T09:48:44+09:00</lastmod> <lastmod>2023-05-26T09:48:44+09:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-12.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-13.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-14.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-15.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-16.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-17.html</loc>
<lastmod>2023-05-26T10:38:55+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-18.html</loc>
<lastmod>2023-05-26T09:19:40+09:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-19.html</loc>
<lastmod>2023-05-26T09:19:40+09:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-20.html</loc>
<lastmod>2023-05-26T09:19:40+09:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-21.html</loc>
<lastmod>2023-05-26T09:48:44+09:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-22.html</loc>
<lastmod>2023-05-26T09:48:44+09:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://kananinirav.com/practice-exam/practice-exam-23.html</loc>
<lastmod>2023-05-26T09:48:44+09:00</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
</urlset> </urlset>