The AWS Certified Developer – Associate (DVA-C02) exam tests your proficiency in developing applications on AWS. It is designed for developers looking to validate their skills in AWS development.
Explanation
AWS CloudFormation automates the provisioning of AWS resources, while the others serve different purposes.
Q272
A company needs to store sensitive data securely in S3 and meet compliance requirements. Which S3 feature should they use?
APublic Access Block
BAWS Key Management Service (KMS)
CS3 Transfer Acceleration
DLifecycle Policies
Explanation
AWS KMS enables encryption for sensitive data, whereas the others do not focus on security/compliance directly.
Q273
You are configuring an EC2 instance and attach an IAM role. What is the impact?
ARole grants permissions to resources
BIt replaces instance profile permissions
CInstance will not launch
DChanges are irreversible after launch
Explanation
Attaching an IAM role grants the instance permissions to access AWS resources defined in the role policies, while the other options do not accurately describe the scenario.
Q274
Which AWS service allows you to run Docker containers?
AECS
BLambda
CDynamoDB
DRDS
Explanation
ECS (Elastic Container Service) is specifically designed to run containerized applications, while the others serve different purposes.
Q275
A company needs to enhance its applications with a message-based architecture; which service would be most applicable?
ASQS
BCloudFront
CCloudFormation
DEC2
Explanation
SQS (Simple Queue Service) provides message queuing, suitable for decoupled architectures, unlike the other listed services.
Q276
You are configuring IAM policies and want users to have read-only access to S3. What should the policy contain?
As3:PutObject
Bs3:GetObject
Cs3:ListBuckets
DALL Actions
Explanation
s3:GetObject is required for read access; other options grant additional permissions or excessive access.
Q277
Which service allows you to easily run containerized applications?
AAmazon ECS
BAWS Lambda
CAmazon RDS
DAWS CodePipeline
Explanation
Amazon ECS is designed specifically for running containerized applications, while the others serve different purposes.
Q278
A company needs to securely store sensitive customer data and retrieve it on demand. What should they use?
AAmazon S3
BAWS Secrets Manager
CAWS CloudFormation
DAWS CodeBuild
Explanation
AWS Secrets Manager is designed to securely manage sensitive information, unlike the other options.
Q279
You are configuring an SQS queue. What happens when the message retention period is set to 14 days?
AMessages are deleted after 14 days
BMessages stay indefinitely
CImmediate deletion upon timeout
DRetention not allowed for duration
Explanation
Messages will be automatically deleted after the 14-day retention period expires.
Q280
Which AWS service is best for automating server provisioning?