The AWS Certified Cloud Practitioner (CLF-C02) exam is designed for individuals who want to demonstrate their overall understanding of AWS Cloud. It covers basic AWS services and their benefits.
Explanation
Amazon EKS is specifically designed for Kubernetes, while the others serve different container or compute needs.
Q32
A company needs to securely share files with external users. Which service should they use?
AAWS S3 with public access
BAWS Transfer for SFTP
CAWS CodeCommit
DAmazon RDS
Explanation
AWS Transfer for SFTP enables secure file sharing, while the others do not focus on secure external file transfers.
Q33
You are configuring an IAM policy. What happens if you set an 'Allow' statement and an 'Explicit Deny' for the same action?
ADeny takes precedence
BAllow takes precedence
CIt creates a conflict error
DOnly Deny applies
Explanation
In AWS IAM, explicit denies always take precedence over allows.
Q34
Which AWS service automatically scales resources based on demand?
AAmazon EC2
BAWS Auto Scaling
CAmazon S3
DAWS CloudFormation
Explanation
AWS Auto Scaling adjusts resource capacity automatically, while others do not.
Q35
A company needs to run a containerized application quickly. Which AWS service should they use?
AAmazon EC2
BAmazon ECS
CAWS Lambda
DAmazon EKS
Explanation
Amazon ECS is optimized for running containerized applications, unlike EC2, Lambda, or EKS which are different use cases.
Q36
You are configuring a VPC with subnets. What happens if you mistakenly associate your public subnet with a private route table?
ASubnet remains public and functional.
BSubnet becomes private and isolated.
CAll resources fail to connect.
DRoute complete network traffic.
Explanation
The subnet will behave like a private subnet, thus not allowing public internet access.
Q37
Which AWS service provides an immutable storage solution for data archiving?
AS3 Glacier
BS3 Intelligent-Tiering
CEBS Snapshots
DRDS Backups
Explanation
S3 Glacier is designed for immutable archiving, while the others are for different types of storage or backups.
Q38
A company needs to automate EC2 instance scaling based on traffic. Which service should they use?
AAmazon CloudWatch
BAWS Lambda
CAWS Step Functions
DAmazon EC2 Auto Scaling
Explanation
Amazon EC2 Auto Scaling is specifically designed to manage instance scaling automatically based on demand; others do not provide this function directly.
Q39
What happens when a user tries to access an S3 bucket without proper IAM permissions?
AAccess granted with warning
BAccess denied error returned
CRequest gets logged only
DIAM role is automatically created
Explanation
Access without proper IAM permissions returns an access denied error, while the other options are incorrect as they misrepresent IAM's functionality.
Q40
Which service allows you to run code without provisioning servers?