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.
Which service provides fully managed message queues?
AAmazon SQS
BAWS Lambda
CAmazon EC2
DAWS CloudFormation
Explanation
Amazon SQS is designed for message queuing, while others serve different functions.
Q152
A company needs to run containers without managing servers. Which service should they use?
AAmazon ECS
BAWS Fargate
CAmazon EKS
DAWS Batch
Explanation
AWS Fargate allows serverless container management, while other options involve server management.
Q153
What happens when an AMI is shared with another AWS account?
AIt becomes public immediately
BThe AMI must be copied
CThe account receives access
DIts permissions lock automatically
Explanation
The other account gains access to the shared AMI, while others are either incorrect or misleading about the permission process.
Q154
Which service can automate deployments to AWS Lambda?
AAWS CodeDeploy
BAWS CloudFormation
CAWS OpsWorks
DAWS CodePipeline
Explanation
AWS CodePipeline automates Lambda deployments; CodeDeploy is for EC2, CloudFormation is an infrastructure tool, and OpsWorks is for configuration management.
Q155
A company needs to grant an external partner temporary access to specific resources in AWS. What should they use?
AIAM Federated User
BIAM Policy Attachment
CIAM User Account
DAWS Secrets Manager
Explanation
IAM Federated User allows temporary external access; other options don't provide temporary external access effectively.
Q156
You are configuring an S3 bucket with Block Public Access settings turned on. What happens when you try to make an object public?
AOperation succeeds without any issue
BObject is blocked from being public
COnly public read access is denied
DOperation returns a success message
Explanation
Block Public Access settings will block public access to the object; others incorrectly interpret the effect of this setting.
Q157
Which service enables automated backups for Amazon RDS?
AIAM
BAWS Backup
CCloudTrail
DAWS CodePipeline
Explanation
AWS Backup centrally automates backup management across services, including RDS.
Q158
A company needs to securely store and retrieve API keys. Which solution should they use?
AAmazon S3
BAWS Secrets Manager
CAWS Glue
DEC2 Instance Store
Explanation
AWS Secrets Manager is designed for securely storing sensitive information like API keys.
Q159
What happens when a Lambda function times out?
AFunction execution is gracefully completed.
BDuration is extended automatically.
CFunction is terminated immediately.
DExecution is retried until success.
Explanation
When a Lambda function times out, it is terminated immediately without cleanup.
Q160
Which service would you use for orchestrating microservices?
AAWS Lambda
BAWS Step Functions
CAmazon EC2
DAmazon RDS
Explanation
AWS Step Functions orchestrates microservices effectively, while Lambda executes functions, EC2 provides servers, and RDS is for databases.