Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 27 pages
Exam (elaborations)

CCP Exam Practice Test Questions Solutions Guide With All Complete And Verified Answers Solutions

Document preview thumbnail
Preview 3 out of 27 pages

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? A) AWS Trusted Advisor B) AWS CloudFormation C) Amazon Pinpoint D) AWS X-Ray - correct answers D - 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. What is the primary benefit of deploying an RDS database in a Read Replica configuration? A) Read Replica improves database scalability B) Read Replica protects the database from a regional failure C) Read Replica enhances database availability D) Read Replica reduces database usage costs - correct answers A - Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. Read Replicas allow you to create read-only copies that are synchronized with your master database. Read Replicas are used for improved read performance. You can also place your read replica in a different AWS Region closer to your users for better performance. Read Replicas are an example of horizontal scaling of resources. Which of the following are correct statements regarding the AWS Shared Responsibility Model? (Select two) A) AWS is responsible for training AWS and customer employees on AWS products and services B) For a service like Amazon EC2, that falls under Infrastructure as a Service, AWS is responsible for maintaining guest operating system C) Configuration Management is the responsibility of the customer D) For abstracted services like Amazon S3, AWS operates the infrastructure layer, the operating system, and platforms E) AWS is responsible for Security "of" the Cloud - correct answers D & E - 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. AWS is responsible for Security "of" the Cloud - AWS is responsible for protecting the infrastructure that runs all of the services offered in the AWS Cloud. This infrastructure is composed of the hardware, software, networking, and facilities that run AWS Cloud services. "For abstracted services like Amazon S3, AWS operates the infrastructure layer, the operating system, and platforms" - For abstracted services, such as Amazon S3 and Amazon DynamoDB, AWS operates the infrastructure layer, the operating system, and platforms, and customers access the endpoints to store and retrieve data. 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? A) You should use an AMI from the same region, as it improves the performance of the EC2 instance B) You can use an AMI from a different region, but it degrades the performance of the EC2 instance C) 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 D) An AMI is a global entity, so the region is not applicable - correct answers C - 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. The AMI must be in the same region as that of the EC2 instance to be launched. If the AMI exists in a different region, you can copy that AMI to the region where you want to launch the EC2 instance. The region of AMI has no bearing on the performance of the EC2 instance. 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? A) AWS Single Sign-On (SSO) B) AWS Command Line Interface (CLI) C) AWS Identity and Access Management (IAM) D) AWS Cognito - correct answers A - 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. With AWS SSO, you can easily manage SSO access and user permissions to all of your accounts in AWS Organizations centrally. AWS SSO allows you to create and manage user identities in AWS SSO's identity store, or easily connect to your existing identity source including Microsoft Active Directory, Azure Active Directory (Azure AD), and Okta Universal Directory. You can use AWS SSO to quickly and easily assign and manage your employees' access to multiple AWS accounts, SAML-enabled cloud applications (such as Salesforce, Office 365, and Box), and custom-built in-house applications, all from a central place. A financial services company wants to migrate from its on-premises data center to AWS Cloud. As a Cloud Practitioner, which AWS service would you recommend so that the company can compare the cost of running their IT infrastructure on-premises vs AWS Cloud? A) AWS Cost Explorer B) AWS Trusted Advisor C) AWS Budgets D) AWS Pricing Calculator - correct answers D - AWS Pricing Calculator lets you explore AWS services and create an estimate for the cost of your use cases on AWS. You can model your solutions before building them, explore the price points and calculations behind your estimate, and find the available instance types and contract terms that meet your needs. This enables you to make informed decisions about using AWS. You can plan your AWS costs and usage or price out setting up a new set of instances and services. Which AWS Route 53 routing policy would you use to route traffic to multiple resources and also choose how much traffic is routed to each resource? A) Latency routing policy B) Failover routing policy C) Simple routing policy D) Weighted routing policy - correct answers D - Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It is designed to give developers and businesses an extremely reliable and cost-effective way to route end users to Internet applications by translating names like into the numeric IP addresses like 192.0.2.1 that computers use to connect to each other. Weighted routing lets you associate multiple resources with a single domain name () or subdomain name () and choose how much traffic is routed to each resource. This can be useful for a variety of purposes, including load balancing and testing new versions of software. To configure weighted routing, you create records that have the same name and type for each of your resources. You assign each record a relative weight that corresponds with how much traffic you want to send to each resource. Amazon Route 53 sends traffic to a resource based on the weight that you assign to the record as a proportion of the total weight for all records in the group. An IT company is on a cost-optimization spree and wants to identify all EC2 instances that are under-utilized. Which AWS services can be used off-the-shelf to address this use-case without needing any manual configurations? (Select two) A) Amazon CloudWatch B) AWS Budgets C) AWS Cost and Usage Reports D) AWS Trusted Advisor E) AWS Cost Explorer - correct answers D & E - AWS Trusted Advisor is an online tool that provides real-time guidance to help provision your resources following AWS best practices. Whether establishing new workflows, developing applications, or as part of ongoing improvement, recommendations provided by Trusted Advisor regularly help keep your solutions provisioned optimally. AWS Trusted Advisor analyzes your AWS environment and provides best practice recommendations in five categories: Cost Optimization, Performance, Security, Fault Tolerance, Service Limits. AWS Trusted Advisor checks the Amazon Elastic Compute Cloud (Amazon EC2) instances that were running at any time during the last 14 days and alerts you if the daily CPU utilization was 10% or less and network I/O was 5 MB or less on 4 or more days. Which of the following AWS services offer block-level storage? (Select two) A) EBS B) S3 C) Instance Store D) ECS E) EFS - correct answers A & C - EBS - Amazon Elastic Block Store (EBS) is an easy to use, high-performance block storage service designed for use with Amazon Elastic Compute Cloud (EC2) for both throughput and transaction-intensive workloads at any scale. A broad range of workloads, such as relational and non-relational databases, enterprise applications, containerized applications, big data analytics engines, file systems, and media workflows are widely deployed on Amazon EBS. Instance Store - An instance store provides temporary block-level storage for your EC2 instance. This storage is located on disks that are physically attached to the host computer. Instance store is ideal for the temporary storage of information that changes frequently, such as buffers, caches, scratch data, and other temporary content, or for data that is replicated across a fleet of instances, such as a load-balanced pool of web servers. Instance storage is temporary, data is lost if instance experiences failure or is terminated. EC2 instance store cannot be used for file sharing between instances. Which of the following is a container service of AWS? A) AWS Fargate B) Amazon Simple Notification Service C) AWS Elastic Beanstalk D) Amazon SageMaker - correct answers A - AWS Fargate is a serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). Fargate makes it easy for you to focus on building your applications. Fargate removes the need to provision and manage servers, lets you specify and pay for resources per application, and improves security through application isolation by design. An IT company has a hybrid cloud architecture and it wants to centralize the server logs for its EC2 instances and on-premises servers. Which of the following is the MOST effective for this use-case? A) Use CloudTrail for the EC2 instance and CloudWatch Logs for the on-premises servers B) Use CloudWatch Logs for the EC2 instance and CloudTrail for the on-premises servers C) Use CloudWatch Logs for both the EC2 instance and the on-premises servers D) Use AWS Lambda to send log data from EC2 instance as well as on-premises servers to CloudWatch Logs - correct answers C - You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon Elastic Compute Cloud (Amazon EC2) instances, AWS CloudTrail, Route 53, and other sources such as on-premises servers. CloudWatch Logs enables you to centralize the logs from all of your systems, applications, and AWS services that you use, in a single, highly scalable service. You can then easily view them, search them for specific error codes or patterns, filter them based on specific fields, or archive them securely for future analysis. AWS Marketplace facilitates which of the following use-cases? (Select two) A) Sell Software as a Service (SaaS) solutions to AWS customers B) Raise request for purchasing AWS Direct Connect connection C) Buy Amazon EC2 Standard Reserved Instances D) AWS customer can buy software that has been bundled into customized AMIs by the AWS Marketplace sellers E) Purchase compliance documents from third-party vendors - correct answers A & D - 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. The AWS Marketplace enables qualified partners to market and sell their software to AWS Customers. AWS Marketplace offers two ways for sellers to deliver software to customers: Amazon Machine Image (AMI) and Software as a Service (SaaS). Amazon Machine Image (AMI): Offering an AMI is the preferred option for listing products in AWS Marketplace. Partners have the option for free or paid products. Partners can offer paid products charged by the hour or month. Bring Your Own License (BYOL) is also available and enables customers with existing software licenses to easily migrate to AWS. Software as a Service (SaaS): If you offer a SaaS solution running on AWS (and are unable to build your product into an AMI) the SaaS listing offers our partners a way to market their software to customers. A unicorn startup is building an analytics application with support for a speech-based interface. The application will accept speech-based input from users and then convey results via speech. As a Cloud Practitioner, which solution would you recommend for the given use-case? A) Use Amazon Polly to convert speech to text for downstream analysis. Then use Amazon Transcribe to convey the text results via speech B) Use Amazon Polly to convert speech to text for downstream analysis. Then use Amazon Translate to convey the text results via speech C) Use Amazon Translate to convert speech to text for downstream analysis. Then use Amazon Polly to convey the text results via speech D) Use Amazon Transcribe to convert speech to text for downstream analysis. Then use Amazon Polly to convey the text results via speech - correct answers D - You can use Amazon Transcribe to add speech-to-text capability to your applications. Amazon Transcribe uses a deep learning process called automatic speech recognition (ASR) to convert speech to text quickly and accurately. Amazon Transcribe can be used to transcribe customer service calls, to automate closed captioning and subtitling, and to generate metadata for media assets. Which of the following AWS services are part of the AWS Foundation services for the Reliability pillar of the Well-Architected Framework in AWS Cloud? (Select two) A) AWS Trusted Advisor B) AWS Service Quotas C) Amazon CloudWatch D) AWS CloudFormation E) AWS CloudTrail - correct answers C & D - Foundations are part of the Reliability pillar of the AWS Well-Architected Framework. AWS states that before architecting any system, foundational requirements that influence reliability should be in place. The services that are part of foundations are: Amazon VPC, AWS Trusted Advisor, AWS Service Quotas (formerly called AWS Service Limits). AWS Trusted Advisor is an online tool that provides you real-time guidance to help you provision your resources following AWS best practices on cost optimization, security, fault tolerance, service limits, and performance improvement. Whether establishing new workflows, developing applications, or as part of ongoing improvement, recommendations provided by Trusted Advisor regularly help keep your solutions provisioned optimally. Service Quotas enables you to view and manage your quotas for AWS services from a central location. Quotas, also referred to as limits in AWS, are the maximum values for the resources, actions, and items in your AWS account. Each AWS service defines its quotas and establishes default values for those quotas. A silicon valley based healthcare startup stores anonymized patient health data on Amazon S3. The CTO further wants to ensure that any sensitive data on S3 is discovered and identified to prevent any sensitive data leaks. As a Cloud Practitioner, which AWS service would you recommend addressing this use-case? A) AWS Glue B) AWS Secrets Manager C) Amazon Macie D) Amazon Polly - correct answers C - Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern matching to discover and protect your sensitive data in AWS. Macie automatically provides an inventory of Amazon S3 buckets including a list of unencrypted buckets, publicly accessible buckets, and buckets shared with AWS accounts outside those you have defined in AWS Organizations. Then, Macie applies machine learning and pattern matching techniques to the buckets you select to identify and alert you to sensitive data, such as personally identifiable information (PII). Which service gives a personalized view of the status of the AWS services that are part of your Cloud architecture so that you can quickly assess the impact on your business when AWS service(s) are experiencing issues? A) AWS Inspector B) AWS Personal Health Dashboard C) Amazon CloudWatch D) AWS Service Health Dashboard - correct answers B - AWS Personal Health Dashboard provides alerts and remediation guidance when AWS is experiencing events that may impact you. With Personal Health Dashboard, alerts are triggered by changes in the health of your AWS resources, giving you event visibility, and guidance to help quickly diagnose and resolve issues. A Cloud Practitioner would like to get operational insights of its resources to quickly identify any issues that might impact applications using those resources. Which AWS service can help with this task? A) Amazon Inspector B) AWS Systems Manager C) AWS Personal Health Dashboard D) AWS Trusted Advisor - correct answers B - AWS Systems Manager allows you to centralize operational data from multiple AWS services and automate tasks across your AWS resources. You can create logical groups of resources such as applications, different layers of an application stack, or production versus development environments. With Systems Manager, you can select a resource group and view its recent API activity, resource configuration changes, related notifications, operational alerts, software inventory, and patch compliance status. You

Content preview

CCP Exam Practice Test Questions
Solutions Guide With All Complete
And Verified Answers Solutions

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?

A) AWS Trusted Advisor

B) AWS CloudFormation

C) Amazon Pinpoint

D) AWS X-Ray - correct answers D - 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.



What is the primary benefit of deploying an RDS database in a Read Replica configuration?

A) Read Replica improves database scalability

B) Read Replica protects the database from a regional failure

C) Read Replica enhances database availability

D) Read Replica reduces database usage costs - correct answers A - Amazon Relational Database Service
(Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. Read
Replicas allow you to create read-only copies that are synchronized with your master database. Read
Replicas are used for improved read performance. You can also place your read replica in a different
AWS Region closer to your users for better performance. Read Replicas are an example of horizontal
scaling of resources.



Which of the following are correct statements regarding the AWS Shared Responsibility Model? (Select
two)

A) AWS is responsible for training AWS and customer employees on AWS products and services

B) For a service like Amazon EC2, that falls under Infrastructure as a Service, AWS is responsible for
maintaining guest operating system

,C) Configuration Management is the responsibility of the customer

D) For abstracted services like Amazon S3, AWS operates the infrastructure layer, the operating system,
and platforms

E) AWS is responsible for Security "of" the Cloud - correct answers D & E - 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.

AWS is responsible for Security "of" the Cloud - AWS is responsible for protecting the infrastructure that
runs all of the services offered in the AWS Cloud. This infrastructure is composed of the hardware,
software, networking, and facilities that run AWS Cloud services.

"For abstracted services like Amazon S3, AWS operates the infrastructure layer, the operating system,
and platforms" - For abstracted services, such as Amazon S3 and Amazon DynamoDB, AWS operates the
infrastructure layer, the operating system, and platforms, and customers access the endpoints to store
and retrieve data.



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?

A) You should use an AMI from the same region, as it improves the performance of the EC2 instance

B) You can use an AMI from a different region, but it degrades the performance of the EC2 instance

C) 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

D) An AMI is a global entity, so the region is not applicable - correct answers C - 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.

The AMI must be in the same region as that of the EC2 instance to be launched. If the AMI exists in a
different region, you can copy that AMI to the region where you want to launch the EC2 instance. The
region of AMI has no bearing on the performance of the EC2 instance.



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?

A) AWS Single Sign-On (SSO)

B) AWS Command Line Interface (CLI)

, C) AWS Identity and Access Management (IAM)

D) AWS Cognito - correct answers A - 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.

With AWS SSO, you can easily manage SSO access and user permissions to all of your accounts in AWS
Organizations centrally. AWS SSO allows you to create and manage user identities in AWS SSO's identity
store, or easily connect to your existing identity source including Microsoft Active Directory, Azure
Active Directory (Azure AD), and Okta Universal Directory.

You can use AWS SSO to quickly and easily assign and manage your employees' access to multiple AWS
accounts, SAML-enabled cloud applications (such as Salesforce, Office 365, and Box), and custom-built
in-house applications, all from a central place.



A financial services company wants to migrate from its on-premises data center to AWS Cloud. As a
Cloud Practitioner, which AWS service would you recommend so that the company can compare the
cost of running their IT infrastructure on-premises vs AWS Cloud?

A) AWS Cost Explorer

B) AWS Trusted Advisor

C) AWS Budgets

D) AWS Pricing Calculator - correct answers D - AWS Pricing Calculator lets you explore AWS services and
create an estimate for the cost of your use cases on AWS. You can model your solutions before building
them, explore the price points and calculations behind your estimate, and find the available instance
types and contract terms that meet your needs. This enables you to make informed decisions about
using AWS. You can plan your AWS costs and usage or price out setting up a new set of instances and
services.



Which AWS Route 53 routing policy would you use to route traffic to multiple resources and also choose
how much traffic is routed to each resource?

A) Latency routing policy

B) Failover routing policy

C) Simple routing policy

D) Weighted routing policy - correct answers D - Amazon Route 53 is a highly available and scalable
cloud Domain Name System (DNS) web service. It is designed to give developers and businesses an
extremely reliable and cost-effective way to route end users to Internet applications by translating
names like www.example.com into the numeric IP addresses like 192.0.2.1 that computers use to
connect to each other.

Document information

Uploaded on
March 20, 2026
Number of pages
27
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$17.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
RealGrades
4.0
(26)
Sold
197
Followers
52
Items
12331
Last sold
3 weeks ago




Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions