Exam Code: AWS-Certified-Cloud-Practitioner (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Amazon AWS Certified Cloud Practitioner
Certification Provider: Amazon
Free Today! Guaranteed Training- Pass AWS-Certified-Cloud-Practitioner Exam.
Check AWS-Certified-Cloud-Practitioner free dumps before getting the full version:
NEW QUESTION 1
What AWS database service is used for data warehousing of petabytes of data?
Choose the Correct Answer
Answer: C
Explanation:
Redshift is a fully-managed data warehouse that is perfect for storing petabytes worth of data.
NEW QUESTION 2
What best describes the concept of high availability?
Choose the Correct Answer
Answer: D
Explanation:
High availability refers to the concept that something will be accessible when you try to access it. An object or web application is "highly available" when it is accessible a vast majority of the time.
NEW QUESTION 3
What best describes the concept of fault tolerance?
Choose the Correct Answer
Answer: A
Explanation:
Fault tolerance describes the concept of a system (in our case a web application) to have failure in some of its components and still remain accessible (highly available). Fault tolerant web applications will have at least two web servers (in case one fails).
NEW QUESTION 4
What is the term used to describe giving an AWS user only access to the exact services he/she needs to do the required job and nothing more?
Choose the Correct Answer
Answer: B
NEW QUESTION 5
What is the purpose of a DNS server?
Choose the Correct Answer
Answer: B
Explanation:
Domain name system servers act as a "third party" that provides the service of converting common language domain names to IP addresses (which are required for a web browser to properly make a request for web content).
NEW QUESTION 6
Before moving and/or storing object in AWS Glacier, what considerations should you make regarding the data you want to store.
Choose the Correct Answer
Answer: C
Explanation:
Objects stored in Glacier take time to retrieve. You can pay for expedited retrieval, which will take several minutes - OR wait several hours (for normal retrieval).
NEW QUESTION 7
What endpoints are possible to send messages to with Simple Notification Service? (Select all that apply)
Choose the 3 Correct answers:
Answer: ACD
NEW QUESTION 8
What is AWS's relational database service?
Choose the Correct Answer
Answer: D
Explanation:
RDS offers SQL database options - otherwise known as relational databases.
NEW QUESTION 9
Children's All Saints Hospital has millions of old medical records that they must save for regulatory reasons. These records will most likely never be accessed again. What is the best and most costeffective S3 storage option that will meet the hospitals needs?
Choose the Correct Answer
Answer: C
Explanation:
Glacer is specifically designed for long-term archival storage. It is extremely inexpensive and should only be used for items that you access very infrequently.
NEW QUESTION 10
Amit is running a web application with a capacity of 5000 users. Every few days, traffic reaches 5000 users and any additional users are being denied access. What can Amit do to efficiently automate the process of adding and removing server capacity based on traffic demand?
Choose the Correct Answer
Answer: C
Explanation:
Auto scaling in AWS allows you to configure metric-based rules that (when triggered) will add and/or remove instances (server capacity) to your application. Adding/moving instances is then automated based on the metric rules you configure.
NEW QUESTION 11
If you have a set of frequently accessed files that are used on a daily basis, what S3 storage class should you store them in?
Choose the Correct Answer
Answer: C
Explanation:
The Standard storage class should be used for files that you access on a daily or very frequent basis.
NEW QUESTION 12
Why would a company decide to use AWS over an on-premises data center? (Select all that apply) Choose the 4 Correct answers:
Answer: ABCD
Explanation:
All four answers listed are reasons why a company may decide to use AWS over an on-premises data center.
NEW QUESTION 13
Matt is working on a projects that involves converting an images format from .png to .jpg. Thousands of images have to be converted; however, time is not really an issue and continual processing is not required. What type of EC2 buying option would be most cost-effective for Matt to use?
Choose the Correct Answer
Answer: A
Explanation:
Spot instances offer the cheapest option of all EC2's buying options. However, spot instances should only be used when there can be interruptions in the processing jobs being conducted. This is due to the fluctuation in spot pricing. If the spot price goes above your bid price, then you will lose access to the spot instance (thus causing a stoppage in processing).
NEW QUESTION 14
What AWS feature acts as a traffic distribution regulator, making sure each EC2 instance in a system get the same amount of traffic?
Choose the Correct Answer
Answer: B
Explanation:
An Elastic Load Balancer is responsible for evenly distributing incoming web traffic between all the EC2 instances associated with it. This help prevent one server from becoming overloaded with traffic, while another server remains underutilized.
NEW QUESTION 15
What best describes an AWS region?
Choose the Correct Answer
Answer: B
Explanation:
An AWS region is an isolated geographical area that is is comprised of three or more AWS Availability Zones.
NEW QUESTION 16
What AWS storage class should be used for long-term, archival storage?
Choose the Correct Answer
Answer: A
Explanation:
Glacier should be used for (and is specifically designed for) long-term , archival storage.
NEW QUESTION 17
Mike is setting up the infrastructure for a web application that requires three EC2 instances to handle the expected demand. However, when testing the application, Mike find that all traffic to the application is being routed to only one of the servers. What AWS feature should he add to his application in order to have traffic evenly distributed between all three servers?
Choose the Correct Answer
Answer: A
Explanation:
An Elastic Load Balancer is designed to evenly distribute incoming web traffic between all servers that are associated with it.
NEW QUESTION 18
What services has built-in DDoS mitigation and/or protection?
Choose the Correct Answer
Answer: D
Explanation:
AWS services with built-in DDoS migigation/protection include: 1) Route 53 2) CloudFront 3) WAF (web application firewall) 4) Elastic Load Balancing 5) VPCs and Security Groups
NEW QUESTION 19
What best describes the purpose of having many Availability Zones in each AWS region?
Choose the Correct Answer
Answer: C
Explanation:
Availability Zones work together within a region to provide users with the ability to easily setup and configure redundant architecture and backup solutions
NEW QUESTION 20
What best describes penetration testing?
Choose the Correct Answer
Answer: C
NEW QUESTION 21
What are the primary benefits of using Lambda? (Select all that apply) Choose the 2 Correct answers:
Answer: AD
Explanation:
Lambda, being AWS's serverless compute platform, means there are no servers, instance types, or capacity to select. That is all managed for you. With Lambda, you only for the when your code is actually being executed.
NEW QUESTION 22
Stephen is having issues tracking how much compute capacity his application is using. Ideally, he wants to track and have alarms for when CPU utilization goes over 70%. What should Stephen do to accomplish this?
Choose the Correct Answer
Answer: B
Explanation:
The answer is to configure a CloudWatch alarm with an alarm threshold set to trigger when CPU utilization is greater than 70%. This will display the alarm in "alarm" state when CPU utilization is greater than 70%. This question has been worded very specifically with the works "goes above 70%". This disqualifies the answer that stated "great than or equal to 70%". The AWS exam will have very tricky questions like this.
NEW QUESTION 23
Thomas is managing the access rights and credentials for all the employees that have access to his company's AWS account. This morning, his was notified that some of these accounts may have been compromised, and he now needs to change the password policy and re-generate a new password for all users. What AWS service does Thomas need to use in order to accomplish this?
Choose the Correct Answer
Answer: D
Explanation:
Identity and Access Management (IAM) is the AWS service where password policies and user credentials are managed. (Policy and Access Management as a service does not exist).
NEW QUESTION 24
What you create and S3 bucket, what rules must be followed regarding the bucket name? (Select all that apply) Choose the 2 Correct answers:
Answer: AB
Explanation:
Although certain regions do allow for uppercase letters in the bucket name, uppercase letters are NOT required. Also, a bucket name cannot be formatted as an IP address.
NEW QUESTION 25
John, member of your company's development team, needs access to company's AWS account. What AWS service is used to manage such access?
Choose the Correct Answer
Answer: C
Explanation:
Identity & Access Management (IAM) is the AWS service where user accounts, credentials, and service access is managed.
NEW QUESTION 26
......
Recommend!! Get the Full AWS-Certified-Cloud-Practitioner dumps in VCE and PDF From DumpSolutions.com, Welcome to Download: https://www.dumpsolutions.com/AWS-Certified-Cloud-Practitioner-dumps/ (New 105 Q&As Version)