PDF Download
AWS CCP EXAM QUESTIONS
Actual Qs and Ans Expert-Verified Explanation
This Exam contains:
-Guarantee passing score -100 Questions and Answers -format set of multiple-choice -Expert-Verified Explanation
Question 1: What is Amazon CloudWatch?
Answer:
Amazon CloudWatch can be used to create alarm to monitor your estimated charges. 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. You can choose to receive alerts by email when charges have exceeded a certain threshold. Think resource performance monitoring, events, and alerts; think CloudWatch.Question 2: Which of the following options are the benefits of using AWS Elastic Load Balancing (ELB)? (Select TWO) Agility Storage Less Costly Fault Tolerance High Availability
Answer:
High availability Fault tolerance (ELB) automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses. It can handle the varying load of your application traffic in a single Availability Zone or across multiple Availability Zones.Elastic Load Balancing offers three types of load balancers that all feature the high availability, automatic scaling, and robust security necessary to make your applications fault-tolerant: Application
Load Balancer (best suited for HTTP and HTTPS traffic), Network Load Balancer (best suited for TCP traffic), and Classic Load Balancer.Question 3: Which of the following are correct statements regarding the AWS Shared Responsibility Model? (Select two)
- Configuration Management is the responsibility of the customer
- AWS is responsible for training AWS and customer employees on AWS products and services
- For abstracted services like Amazon S3, AWS operates the infrastructure layer, the operating
- AWS is responsible for Security "of" the Cloud
- For a service like Amazon EC2, that falls under infrastructure as a Service, AWS is responsible
system and platforms
for maintaining guest operating system.
Answer:
- For abstracted services like Amazon S3, AWS operates the infrastructure layer, the operating system
- AWS is responsible for Security "of" the Cloud (Correct)
- AWS is responsible for security in the cloud
- Trade operational expense for capital expense
- Stop guessing about capacity
- Increase speed and agility
- Limited scaling
and platforms (Correct)
AWS is responsible for protecting the infrastructure that runs all of the services offered in the AWS Cloud.Security and Compliance is a shared responsibility between AWS and the customer.Question 4: Which of the following are advantages of using the AWS Cloud? (Select TWO)
Answer:
Increase speed and agility (Correct) Stop guessing about capacity (Correct)
Question 5: What is a On-Demand Instance?
Answer:
is an instance that you use on-demand. You have full control over its lifecycle - you decide when to launch, stop, hibernate, start, reboot, or terminate it. There is no long-term commitment required when you purchase On-Demand Instances. There is no upfront payment and you pay only for the seconds that your On-Demand Instances are running. The price per second for running an On-Demand Instance is fixed. On-demand instances cannot be interrupted. You cannot use On-demand Instances for using server-bound software licenses.
Question 6: Which of the following are the serverless computing services offered by AWS (Select two) Amazon EC2 AWS Elastic Beanstalk AWS Lambda Amazon Lightsail AWS Fargate
Answer:
AWS Lambda (Correct)
- With Lambda, you can run code for virtually any type of application or backend service
- AWS Fargate is a serverless compute engine for containers that works with both Amazon Elastic
AWS Fargate (Correct)
Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS).
Question 7: What are the six advantages of cloud computing?
Answer:
- Trade capital expense for variable expense
- Benefit from massive economies of scale
- Stop guessing capacity
- Increase speed and agility
- Stop spending money running and maintaining data centers
- Go global in minutes
Question 8: The DevOps team at an e-commerce company is trying to debug performance issues for its serverless application built using a microservices architecture. As a Cloud Practitioner, which AWS service would you recommend addressing this use-case?AWS Trusted Advisor Amazon Pinpoint AWS CloudFormation AWS X-Ray
Answer:
AWS X-Ray (Correct)
- You can use AWS X-Ray to analyze and debug serverless and distributed applications such as those
built using a microservices architecture. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors.
Question 9: A company would like to separate cost for AWS services by the department for cost allocation. Which of the following is the simplest way to achieve this task?
- Create different accounts for different departments
- Create one account for all departments
- Create tags for each department
- Create different VPCs for each department
Answer:
Create tags for each department (Correct) You can assign metadata to your AWS resources in the form of tags. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources. You can create tags to categorize resources by purpose, owner, environment, or other criteria.Question 10: A corporation would like to have a central user portal to log in to third-party business applications as well as accounts managed under AWS Organizations. As a Cloud Practitioner, which AWS service would you use for this task?AWS Identity and Access Management (IAM)
AWS SSO
AWS Command Line interface AWS Cognito
Answer:
AWS Single Sign-On (SSO) (Correct) AWS SSO is an AWS service that enables you to makes it easy to centrally manage access to multiple AWS accounts and business applications and provide users with single sign-on access to all their assigned accounts and applications from one place.Question 11: An AWS user is trying to launch an EC2 instance in a given region. What is the region-specific constraint that the Amazon Machine Image (AMI) must meet so that it can be used for this EC2 instance?
- You can use an AMI from a different region, but it degrades the performance of the EC2
- You should use an AMI from the same region, as it improves the performance of the EC2
- You MUST use an AMI from the same region as that of the EC2 Instance. The region of the AMI
- An AMI is a global entity, so the region is not applicable
Instance
Instance
has no bearing on performance
Answer:
You must use an AMI from the same region as that of the EC2 instance. The region of the AMI has no bearing on the performance of the EC2 instance (Correct)
- An Amazon Machine Image (AMI) provides the information required to launch an instance. You must
specify an AMI when you launch an instance. You can launch multiple instances from a single AMI when you need multiple instances with the same configuration.