100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada 4.2 TrustPilot
logo-home
Examen

AWS Cloud Practitioner Practice Exam PAPER 3 Full Certification Test (CLF-C02)

Puntuación
-
Vendido
-
Páginas
60
Grado
A+
Subido en
05-12-2025
Escrito en
2025/2026

AWS Cloud Practitioner Practice Exam PAPER 3 Full Certification Test (CLF-C02) Question 1 A retail company has multiple AWS accounts for each of its departments. Which of the following AWS services can be used to set up consolidated billing and a single payment method for these AWS accounts? AWS Secrets Manager AWS Cost Explorer AWS Budgets AWS Organizations Correct option: AWS Organizations AWS Organizations helps you to centrally manage billing; control access, compliance, and security; and share resources across your AWS accounts. Using AWS Organizations, you can automate account creation, create groups of accounts to reflect your business needs, and apply policies for these groups for governance. You can also simplify billing by setting up a single payment method for all of your AWS accounts. AWS Organizations is available to all AWS customers at no additional charge. Incorrect options: AWS Cost Explorer - AWS Cost Explorer has an easy-to-use interface that lets you visualize, understand, and manage your AWS costs and usage over time. AWS Cost Explorer includes a default report that helps you visualize the costs and usage associated with your top five cost-accruing AWS services, and gives you a detailed breakdown of all services in the table view. The reports let you adjust the time range to view historical data going back up to twelve months to gain an understanding of your cost trends. You cannot use AWS Cost Explorer to set up consolidated billing and a single payment method for multiple AWS accounts. AWS Budgets - AWS Budgets gives the ability to set custom budgets that alert you when your costs or usage exceed (or are forecasted to exceed) your budgeted amount. You can also use AWS Budgets to set reservation utilization or coverage targets and receive alerts when your utilization drops below the threshold you define. Budgets can be created at the monthly, quarterly, or yearly level, and you can customize the start and end dates. You can further refine your budget to track costs associated with multiple dimensions, such as AWS service, linked account, tag, and others. You cannot use AWS Budgets to set up consolidated billing and a single payment method for multiple AWS accounts. AWS Secrets Manager - AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle. You cannot use AWS Secrets Manager to set up consolidated billing and a single payment method for multiple AWS accounts. Question 2 A startup is looking for 24x7 phone based technical support for its AWS account. Which of the following is the MOST cost-effective AWS support plan for this use-case? AWS Business Support AWS Enterprise Support AWS Enterprise On-Ramp Support AWS Developer Support Correct option: AWS offers four different support plans to cater to each of its customers - AWS Developer Support, AWS Business Support, AWS Enterprise On-Ramp Support and AWS Enterprise Support plans. A basic support plan is included for all AWS customers. AWS Business Support - You should use the AWS Business Support plan if you have production workloads on AWS and want 24x7 phone, email and chat access to technical support and architectural guidance in the context of your specific use-cases. AWS Business Support plan is the MOST cost-effective option for the given use-case. Exam Alert: Please review the differences between the AWS Developer Support, AWS Business Support, AWS Enterprise On-Ramp Support and AWS Enterprise Support plans as you can expect at least a couple of questions on the exam: Incorrect options: AWS Enterprise On-Ramp Support - You should use the AWS Enterprise On-Ramp Support plan if you have production/business critical workloads in AWS and want 24x7 access to technical support and need expert guidance to grow and optimize in the Cloud. AWS Enterprise On-Ramp Support plan provides 24x7 phone, email and chat access to technical support however it's costlier than the AWS Business Support plan. AWS Developer Support - You should use the AWS Developer Support plan if you are testing or doing early development on AWS and want the ability to get email based technical support during business hours as well as general architectural guidance as you build and test. This plan does not support 24x7 phone based technical support. AWS Enterprise Support - You should use the AWS Enterprise Support plan to provide customers with concierge-like service where the main focus is helping the customer achieve their outcomes and find success in the cloud. With AWS Enterprise Support plan, you get 24x7 technical support from high-quality engineers, tools and technology to automatically manage the health of your environment, consultative architectural guidance delivered in the context of your applications and use-cases, and a designated Technical Account Manager (TAM) to coordinate access to proactive/preventative programs and AWS subject matter experts. AWS Enterprise Support plan provides 24x7 phone, email and chat access to technical support however it's costlier than the AWS Business Support plan. Reference: Question 3 Due to regulatory and compliance reasons, an organization is supposed to use a hardware device for any data encryption operations in the cloud. Which AWS service can be used to meet this compliance requirement? AWS Trusted Advisor AWS Secrets Manager AWS Key Management Service (AWS KMS) AWS CloudHSM Correct option: AWS CloudHSM AWS CloudHSM is a cloud-based Hardware Security Module (HSM) that enables you to easily generate and use your encryption keys on the AWS Cloud. With CloudHSM, you can manage your encryption keys using FIPS 140-2 Level 3 validated HSMs. It is a fully-managed service that automates time-consuming administrative tasks for you, such as hardware provisioning, software patching, high-availability, and backups. Incorrect options: AWS Key Management Service (AWS KMS) - AWS Key Management Service (AWS KMS) makes it easy for you to create and manage cryptographic keys and control their use across a wide range of AWS services and in your applications. It is a secure and resilient service that uses hardware security modules that have been validated under FIPS 140-2, or are in the process of being validated, to protect your keys. It cannot be used as a Hardware Security Module for data encryption operations in AWS Cloud. AWS Secrets Manager - AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle. Users and applications retrieve secrets with a call to Secrets Manager APIs, eliminating the need to hardcode sensitive information in plain text. Secrets Manager cannot be used as a Hardware Security Module for data encryption operations in AWS Cloud. AWS Trusted Advisor - 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. Reference: Question 4 Which of the following statement is correct for a Security Group and a Network Access Control List (Network ACL)? Security Group acts as a firewall at the VPC level whereas Network Access Control List (Network ACL) acts as a firewall at the Availability Zone (AZ) level Security Group acts as a firewall at the Availability Zone (AZ) level whereas Network Access Control List (Network ACL) acts as a firewall at the VPC level Security Group acts as a firewall at the subnet level whereas Network Access Control List (Network ACL) acts as a firewall at the instance level Security Group acts as a firewall at the instance level whereas Network Access Control List (Network ACL) acts as a firewall at the subnet level Correct option: Security Group acts as a firewall at the instance level whereas Network Access Control List (Network ACL) acts as a firewall at the subnet level A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. When you launch an instance in a VPC, you can assign up to five security groups to the instance. Security groups act at the instance level, not the subnet level. A network access control list (network ACL) is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets (i.e. it works at subnet level). Incorrect options: Security Group acts as a firewall at the subnet level whereas Network Access Control List (Network ACL) acts as a firewall at the instance level - As explained above, the security group acts at the instance level and network access control list (network ACL) is at the subnet level. Security Group acts as a firewall at the VPC level whereas Network Access Control List (Network ACL) acts as a firewall at the Availability Zone (AZ) level - As explained above, the security group acts at the instance level and network access control list (network ACL) is at the subnet level. Security Group acts as a firewall at the Availability Zone (AZ) level whereas Network Access Control List (Network ACL) acts as a firewall at the VPC level - As explained above, the security group acts at the instance level and network access control list (network ACL) is at the subnet level. References: Question 5 What are the fundamental drivers of cost with AWS Cloud? Compute, Storage and Outbound Data Transfer Compute, Databases and Inbound Data Transfer Compute, Storage and Inbound Data Transfer Compute, Databases and Outbound Data Transfer Correct options: Compute, Storage and Outbound Data Transfer There are three fundamental drivers of cost with AWS: compute, storage, and outbound data transfer. In most cases, there is no charge for inbound data transfer or data transfer between other AWS services within the same region. Outbound data transfer is aggregated across services and then charged at the outbound data transfer rate. Incorrect options: Compute, Storage and Inbound Data Transfer Compute, Databases and Outbound Data Transfer Compute, Databases and Inbound Data Transfer These three options contradict the details provided earlier in the explanation, so these options are incorrect. Reference: Question 6 Multi-AZ deployment is an example of which of the following? Scale out Performance Efficiency Scale up High Availability Correct option: High Availability A system that is available is capable of delivering the designed functionality at a given point in time. Highly available systems are those that can withstand some measure of degradation while still remaining available. On AWS Cloud, you can run instances for an application in a multi-AZ deployment to achieve High Availability. Incorrect options: Scale out - The scale out (horizontal scaling) operation refers to an increase in capacity by adding more computers to the system. This is in contrast to a "scale up" operation, which is constrained to running its processes on only one computer; in such systems, the only way to increase performance is to add more resources into one computer in the form of faster (or more) CPUs, memory or storage. Horizontally scalable systems are oftentimes able to outperform vertically scalable systems by enabling parallel execution of workloads and distributing those across many different computers. Auto Scaling Group is an example of Horizontal Scaling on AWS. Scale up - The scale up (vertical scaling) operation implies adding more resources (like CPU, RAM) to a single node or machine. Example- Resizing an instance of EC2. Performance Efficiency - Performance Efficiency is the ability to use computing resources efficiently to meet system requirements and to maintain that efficiency as demand changes and technologies evolve. References: Question 7 A developer has written a simple web application in PHP and he wants to just upload his code to AWS Cloud and have AWS handle the deployment automatically but still wants access to the underlying operating system for further enhancements. As a Cloud Practioner, which of the following AWS services would you recommend for this use-case? Amazon Elastic Container Service (Amazon ECS) AWS CloudFormation Amazon Elastic Compute Cloud (Amazon EC2) AWS Elastic Beanstalk Correct option: AWS Elastic Beanstalk Incorrect options: AWS CloudFormation - AWS CloudFormation allows you to use programming languages or a simple text file (in YAML or JSON format) to model and provision, in an automated and secure manner, all the resources needed for your applications across all Regions and accounts. Think infrastructure as code; think CloudFormation. This is very different from Beanstalk where you just upload your application code and Beanstalk automatically figures out what resources are required to deploy that application. In AWS CloudFormation, you have to explicitly specify which resources you want to provision. Amazon Elastic Compute Cloud (Amazon EC2) - Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud, per-second billing, and access to the underlying OS. It is designed to make web-scale cloud computing easier for developers. Maintaining the server and its software has to be done by the customer. EC2 cannot handle the application deployment automatically, so this option is not correct. Amazon Elastic Container Service (Amazon ECS) - Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster. Amazon Elastic Container Service (Amazon ECS) cannot handle the application deployment automatically, so this option is not correct. Reference:

Mostrar más Leer menos
Institución
AWS Certified Cloud Practitioner
Grado
AWS Certified Cloud Practitioner











Ups! No podemos cargar tu documento ahora. Inténtalo de nuevo o contacta con soporte.

Escuela, estudio y materia

Institución
AWS Certified Cloud Practitioner
Grado
AWS Certified Cloud Practitioner

Información del documento

Subido en
5 de diciembre de 2025
Número de páginas
60
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

Vista previa del contenido

AWS Cloud Practitioner Practice Exam PAPER 3 Full Certification Test (CLF-C02)

Question 1

A retail company has multiple AWS accounts for each of its departments. Which of the following AWS
services can be used to set up consolidated billing and a single payment method for these AWS accounts?
AWS Secrets Manager

AWS Cost Explorer

AWS Budgets

AWS Organizations

Correct option:

AWS Organizations

AWS Organizations helps you to centrally manage billing; control access, compliance, and security; and
share resources across your AWS accounts. Using AWS Organizations, you can automate account creation,
create groups of accounts to reflect your business needs, and apply policies for these groups for governance.
You can also simplify billing by setting up a single payment method for all of your AWS accounts. AWS
Organizations is available to all AWS customers at no additional charge.

Incorrect options:

AWS Cost Explorer - AWS Cost Explorer has an easy-to-use interface that lets you visualize, understand, and
manage your AWS costs and usage over time. AWS Cost Explorer includes a default report that helps you
visualize the costs and usage associated with your top five cost-accruing AWS services, and gives you a
detailed breakdown of all services in the table view. The reports let you adjust the time range to view
historical data going back up to twelve months to gain an understanding of your cost trends. You cannot use
AWS Cost Explorer to set up consolidated billing and a single payment method for multiple AWS accounts.

AWS Budgets - AWS Budgets gives the ability to set custom budgets that alert you when your costs or usage
exceed (or are forecasted to exceed) your budgeted amount. You can also use AWS Budgets to set reservation
utilization or coverage targets and receive alerts when your utilization drops below the threshold you define.
Budgets can be created at the monthly, quarterly, or yearly level, and you can customize the start and end
dates. You can further refine your budget to track costs associated with multiple dimensions, such as AWS
service, linked account, tag, and others. You cannot use AWS Budgets to set up consolidated billing and a

single payment method for multiple AWS accounts.

AWS Secrets Manager - AWS Secrets Manager helps you protect secrets needed to access your applications,
services, and IT resources. The service enables you to easily rotate, manage, and retrieve database
credentials, API keys, and other secrets throughout their lifecycle. You cannot use AWS Secrets Manager to
set up consolidated billing and a single payment method for multiple AWS accounts.


Question 2

A startup is looking for 24x7 phone based technical support for its AWS account. Which of the following is
the MOST cost-effective AWS support plan for this use-case?

,AWS Business Support

AWS Enterprise Support

AWS Enterprise On-Ramp Support

AWS Developer Support

Correct option:

AWS offers four different support plans to cater to each of its customers - AWS Developer Support, AWS
Business Support, AWS Enterprise On-Ramp Support and AWS Enterprise Support plans. A basic support
plan is included for all AWS customers.

AWS Business Support - You should use the AWS Business Support plan if you have production workloads
on AWS and want 24x7 phone, email and chat access to technical support and architectural guidance in the
context of your specific use-cases. AWS Business Support plan is the MOST cost-effective option for the
given use-case.

Exam Alert:

Please review the differences between the AWS Developer Support, AWS Business Support, AWS Enterprise
On-Ramp Support and AWS Enterprise Support plans as you can expect at least a couple of questions on the
exam:

Incorrect options:

AWS Enterprise On-Ramp Support - You should use the AWS Enterprise On-Ramp Support plan if you have
production/business critical workloads in AWS and want 24x7 access to technical support and need expert
guidance to grow and optimize in the Cloud. AWS Enterprise On-Ramp Support plan provides 24x7 phone,
email and chat access to technical support however it's costlier than the AWS Business Support plan.

AWS Developer Support - You should use the AWS Developer Support plan if you are testing or doing early
development on AWS and want the ability to get email based technical support during business hours as well
as general architectural guidance as you build and test. This plan does not support 24x7 phone based
technical support.

AWS Enterprise Support - You should use the AWS Enterprise Support plan to provide customers with
concierge-like service where the main focus is helping the customer achieve their outcomes and find success
in the cloud. With AWS Enterprise Support plan, you get 24x7 technical support from high-quality engineers,
tools and technology to automatically manage the health of your environment, consultative architectural
guidance delivered in the context of your applications and use-cases, and a designated Technical Account
Manager (TAM) to coordinate access to proactive/preventative programs and AWS subject matter experts.
AWS Enterprise Support plan provides 24x7 phone, email and chat access to technical support however it's
costlier than the AWS Business Support plan.

Reference:

https://aws.amazon.com/premiumsupport/plans/

,Question 3

Due to regulatory and compliance reasons, an organization is supposed to use a hardware device for any data
encryption operations in the cloud. Which AWS service can be used to meet this compliance requirement?
AWS Trusted Advisor

AWS Secrets Manager

AWS Key Management Service (AWS KMS)

AWS CloudHSM

Correct option:

AWS CloudHSM

AWS CloudHSM is a cloud-based Hardware Security Module (HSM) that enables you to easily generate and
use your encryption keys on the AWS Cloud. With CloudHSM, you can manage your encryption keys using
FIPS 140-2 Level 3 validated HSMs. It is a fully-managed service that automates time-consuming
administrative tasks for you, such as hardware provisioning, software patching, high-availability, and
backups.

Incorrect options:

AWS Key Management Service (AWS KMS) - AWS Key Management Service (AWS KMS) makes it easy
for you to create and manage cryptographic keys and control their use across a wide range of AWS services
and in your applications. It is a secure and resilient service that uses hardware security modules that have
been validated under FIPS 140-2, or are in the process of being validated, to protect your keys. It cannot be
used as a Hardware Security Module for data encryption operations in AWS Cloud.

AWS Secrets Manager - AWS Secrets Manager helps you protect secrets needed to access your applications,
services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials,
API keys, and other secrets throughout their lifecycle. Users and applications retrieve secrets with a call to
Secrets Manager APIs, eliminating the need to hardcode sensitive information in plain text. Secrets Manager
cannot be used as a Hardware Security Module for data encryption operations in AWS Cloud.

AWS Trusted Advisor - 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.

Reference:

https://aws.amazon.com/cloudhsm/


Question 4

Which of the following statement is correct for a Security Group and a Network Access Control List
(Network ACL)?

, Security Group acts as a firewall at the VPC level whereas Network Access Control List (Network ACL) acts
as a firewall at the Availability Zone (AZ) level

Security Group acts as a firewall at the Availability Zone (AZ) level whereas Network Access Control List
(Network ACL) acts as a firewall at the VPC level

Security Group acts as a firewall at the subnet level whereas Network Access Control List (Network ACL)
acts as a firewall at the instance level

Security Group acts as a firewall at the instance level whereas Network Access Control List (Network ACL)
acts as a firewall at the subnet level

Correct option:

Security Group acts as a firewall at the instance level whereas Network Access Control List (Network ACL)
acts as a firewall at the subnet level

A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. When
you launch an instance in a VPC, you can assign up to five security groups to the instance. Security groups
act at the instance level, not the subnet level. A network access control list (network ACL) is an optional layer
of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets (i.e. it
works at subnet level).

Incorrect options:

Security Group acts as a firewall at the subnet level whereas Network Access Control List (Network ACL)
acts as a firewall at the instance level - As explained above, the security group acts at the instance level and
network access control list (network ACL) is at the subnet level.

Security Group acts as a firewall at the VPC level whereas Network Access Control List (Network ACL) acts
as a firewall at the Availability Zone (AZ) level - As explained above, the security group acts at the instance
level and network access control list (network ACL) is at the subnet level.

Security Group acts as a firewall at the Availability Zone (AZ) level whereas Network Access Control List
(Network ACL) acts as a firewall at the VPC level - As explained above, the security group acts at the
instance level and network access control list (network ACL) is at the subnet level.

References:

https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html

https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html


Question 5

What are the fundamental drivers of cost with AWS Cloud?

Compute, Storage and Outbound Data Transfer

Compute, Databases and Inbound Data Transfer

Compute, Storage and Inbound Data Transfer
$7.99
Accede al documento completo:

100% de satisfacción garantizada
Inmediatamente disponible después del pago
Tanto en línea como en PDF
No estas atado a nada

Conoce al vendedor
Seller avatar
NurseQueen1
4.7
(3)

Conoce al vendedor

Seller avatar
NurseQueen1 Teachme2-tutor
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
4
Miembro desde
1 año
Número de seguidores
0
Documentos
206
Última venta
2 semanas hace
NurseQueen

Welcome to top Grade Exam for high quality study materials, exam guides and notes that will help you ace your exams and stay ahead in your studies. I offer detailed study notes ,w ell elaborated comprehensive answers and well organized summaries across a range of subjects including ,nursing,mental health, medical surgeon,economics,arts,business management and many others. Whether you're preparing for final exams or looking for help with assignments, you will find the resources you need here. With years of experience as a student and a dedicated tutor, I ensure that each document is carefully crafted ,accurate and easy to understand. Browse through my collection today and start studying smarter. I'm here to help you succeed.

Lee mas Leer menos
4.7

3 reseñas

5
2
4
1
3
0
2
0
1
0

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes