Amazon AWS Certified Cloud Practitioner CLF-C02 Exam Practice Questions (P. 1)
- Full Access (977 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
A company plans to use an Amazon Snowball Edge device to transfer files to the AWS Cloud.
Which activities related to a Snowball Edge device are available to the company at no cost?
Which activities related to a Snowball Edge device are available to the company at no cost?
- AUse of the Snowball Edge appliance for a 10-day period
- BThe transfer of data out of Amazon S3 and to the Snowball Edge appliance
- CThe transfer of data from the Snowball Edge appliance into Amazon S3Most Voted
- DDaily use of the Snowball Edge appliance after 10 days
Correct Answer:
C
C

The transfer of data from a Snowball Edge appliance into Amazon S3 is included at no extra cost. It's a beneficial feature that simplifies large data migrations by avoiding network charges typically associated with high-volume data transfer in the cloud. This allows cost-effective data handling while taking advantage of AWS's scalable storage solution.
send
light_mode
delete
Question #2
A company has deployed applications on Amazon EC2 instances. The company needs to assess application vulnerabilities and must identify infrastructure deployments that do not meet best practices.
Which AWS service can the company use to meet these requirements?
Which AWS service can the company use to meet these requirements?
- AAWS Trusted Advisor
- BAmazon InspectorMost Voted
- CAWS Config
- DAmazon GuardDuty
Correct Answer:
B
B

Amazon Inspector is a great choice for assessing vulnerabilities within AWS EC2 instances and verifying application configurations against established best practices. This service performs automated security assessments to help uncover potential security or compliance issues with AWS applications. It's particularly useful for identifying weaknesses before they can be exploited in a live environment. Remember, Inspector is focused specifically on security state assessment and compliance of AWS resources, which directly aligns with the company's needs described in the question.
send
light_mode
delete
Question #3
A company has a centralized group of users with large file storage requirements that have exceeded the space available on premises. The company wants to extend its file storage capabilities for this group while retaining the performance benefit of sharing content locally.
What is the MOST operationally efficient AWS solution for this scenario?
What is the MOST operationally efficient AWS solution for this scenario?
- ACreate an Amazon S3 bucket for each user. Mount each bucket by using an S3 file system mounting utility.
- BConfigure and deploy an AWS Storage Gateway file gateway. Connect each user’s workstation to the file gateway.Most Voted
- CMove each user’s working environment to Amazon WorkSpaces. Set up an Amazon WorkDocs account for each user.
- DDeploy an Amazon EC2 instance and attach an Amazon Elastic Block Store (Amazon EBS) Provisioned IOPS volume. Share the EBS volume directly with the users.
Correct Answer:
B
B

AWS Storage Gateway, configured as a file gateway, provides an efficient hybrid storage solution that can extend on-premises file storage into the cloud while retaining local performance benefits for sharing content. This setup supports a seamless integration between on-site user environments and AWS's scalable cloud storage, making it the most operationally efficient choice for companies needing to expand their storage capabilities without sacrificing local access speeds.
send
light_mode
delete
Question #4
According to security best practices, how should an Amazon EC2 instance be given access to an Amazon S3 bucket?
- AHard code an IAM user’s secret key and access key directly in the application, and upload the file.
- BStore the IAM user’s secret key and access key in a text file on the EC2 instance, read the keys, then upload the file.
- CHave the EC2 instance assume a role to obtain the privileges to upload the file.Most Voted
- DModify the S3 bucket policy so that any service can upload to it at any time.
Correct Answer:
C
C

Absolutely, the way to go is option C: getting your EC2 instance to assume a role for accessing an S3 bucket. This method leverages IAM roles, providing temporary permissions which are a safer bet than having any fixed access keys lying around. It keeps your setup tidy by adhering to the principle of least privilege—each part of your system only has the permissions necessary to function, nothing more. Plus, it nixes the risk of exposing sensitive long-term credentials. Remember, security isn't just a feature; it's a backbone for trust and integrity in your systems!
send
light_mode
delete
Question #5
Which option is a customer responsibility when using Amazon DynamoDB under the AWS Shared Responsibility Model?
- APhysical security of DynamoDB
- BPatching of DynamoDB
- CAccess to DynamoDB tablesMost Voted
- DEncryption of data at rest in DynamoDB
Correct Answer:
C
C

Absolutely spot on! Within the framework of the AWS Shared Responsibility Model, while AWS handles the grunt work around the physical aspects and security of the service itself such as encryption and patching, it's squarely on you, the user, to manage who gets to do what on your DynamoDB tables. So yep, managing access to those tables is your ballpark. Makes sense, right? You wouldn't want just anyone snooping through your data!
send
light_mode
delete
Question #6
Which option is a perspective that includes foundational capabilities of the AWS Cloud Adoption Framework (AWS CAF)?
- ASustainability
- BPerformance efficiency
- CGovernanceMost Voted
- DReliability
Correct Answer:
C
C

The "Governance" perspective indeed remains a foundational component of the AWS Cloud Adoption Framework (CAF). While a few users suggested updates or referenced changes to AWS documentation, the governance aspect continues to primarily handle an organization's strategy and investment priorities, aligning IT resources and measuring their use within cloud environments effectively. It's crucial as a baseline for businesses to develop a structured approach toward cloud adoption, ensuring regulations, compliance, and risk management align with business outcomes.
send
light_mode
delete
Question #7
A company is running and managing its own Docker environment on Amazon EC2 instances. The company wants an alternative to help manage cluster size, scheduling, and environment maintenance.
Which AWS service meets these requirements?
Which AWS service meets these requirements?
- AAWS Lambda
- BAmazon RDS
- CAWS FargateMost Voted
- DAmazon Athena
Correct Answer:
C
C

AWS Fargate is an optimal solution for companies looking to automate both cluster scaling and maintenance while focusing on their containerized applications. By utilizing this service, the need for manual management of EC2 instances, cluster configuration, and server scaling is significantly reduced. Fargate's serverless framework streamlines the deployment process and handles all the underlying infrastructure, allowing teams to concentrate solely on developing and deploying their applications. This service aligns perfectly with requirements for an easier management system for Docker environments on EC2.
send
light_mode
delete
Question #8
A company wants to run a NoSQL database on Amazon EC2 instances.
Which task is the responsibility of AWS in this scenario?
Which task is the responsibility of AWS in this scenario?
- AUpdate the guest operating system of the EC2 instances.
- BMaintain high availability at the database layer.
- CPatch the physical infrastructure that hosts the EC2 instances.Most Voted
- DConfigure the security group firewall.
Correct Answer:
C
C

AWS assumes the responsibility of managing the underlying physical infrastructure for EC2 instances. This includes patching and maintaining the hardware and facilities that support the operation of your EC2 instances. Any adjustments or updates to the guest operating system, security configurations, or database-specific settings are the responsibility of the customer. This distinction is crucial in understanding the demarcation of roles in the cloud environment and ensures that while you manage your application's performance, AWS ensures the integrity and robustness of the physical resources.
send
light_mode
delete
Question #9
Which AWS services or tools can identify rightsizing opportunities for Amazon EC2 instances? (Choose two.)
- AAWS Cost ExplorerMost Voted
- BAWS Billing Conductor
- CAmazon CodeGuru
- DAmazon SageMaker
- EAWS Compute OptimizerMost Voted
Correct Answer:
AE
AE

AWS Cost Explorer and AWS Compute Optimizer are specifically designed to assist in the management and optimization of AWS resources. AWS Cost Explorer gives a detailed view of your spending and usage, making it easier to spot where rightsizing could lead to cost efficiency. On the other hand, AWS Compute Optimizer directly provides tailored recommendations for rightsizing EC2 instances based on historical usage data, ensuring that resource allocation is optimized to meet actual workload demands efficiently. Both tools are essential for managing AWS cost efficiency through rightsizing strategies.
send
light_mode
delete
Question #10
Which of the following are benefits of using AWS Trusted Advisor? (Choose two.)
- AProviding high-performance container orchestration
- BCreating and rotating encryption keys
- CDetecting underutilized resources to save costsMost Voted
- DImproving security by proactively monitoring the AWS environmentMost Voted
- EImplementing enforced tagging across AWS resources
Correct Answer:
CD
CD

AWS Trusted Advisor is an essential tool that assists in optimizing your AWS environment. It helps in identifying underutilized resources, which directly supports cost management by suggesting reductions or alternatives. Furthermore, it enhances security by proactively scanning for vulnerabilities and recommending best practices for a more secure setup. This dual capability of cost optimization and security enhancement ensures an efficient and robust AWS infrastructure.
send
light_mode
delete
All Pages