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 automatically scales capacity in real-time?
AAmazon EC2 Auto Scaling
BAmazon S3
CAWS Lambda
DAWS Glue
Explanation
Amazon EC2 Auto Scaling adjusts capacity based on demand, while others do not provide auto-scaling capabilities.
Q422
A company needs a fast and flexible NoSQL database. Which service should they choose?
AAmazon RDS
BAmazon DynamoDB
CAmazon Redshift
DAmazon Aurora
Explanation
Amazon DynamoDB is specifically designed for NoSQL use cases while the others are relational databases or analytic services.
Q423
What happens when an IAM policy allows an action on an S3 bucket but denies it on the object level?
AAccess is granted to the object.
BAccess is denied to the object.
CAccess is granted to the bucket.
DAccess is denied to the bucket.
Explanation
The explicit deny for the object level takes precedence over the allow for the bucket.
Q424
Which service can dynamically adjust the number of EC2 instances?
AAuto Scaling
BCloudFront
CS3 Storage
DRDS
Explanation
Auto Scaling adjusts EC2 instances based on demand; others don't provide this dynamic scaling feature.
Q425
A company needs to share sensitive data securely with partners. Which service should they use?
AAWS S3 with public access
BAWS DataSync
CAWS Transfer Family
DAWS Secrets Manager
Explanation
AWS Transfer Family facilitates secure data transfer, while others do not focus specifically on secure sharing with partners.
Q426
What happens when you attach a security group with no inbound rules to an EC2 instance?
AInstance can receive all traffic
BInstance cannot receive any traffic
CInstance can send all traffic
DInstance is fully exposed to the internet
Explanation
No inbound rules means the instance can't receive traffic; others misinterpret traffic flows or incorrect rules.
Q427
Which service provides a serverless compute platform?
AAWS Lambda
BAmazon EC2
CAWS Elastic Beanstalk
DAmazon ECS
Explanation
AWS Lambda allows running code without provisioning servers, while the others require server management.
Q428
A company needs to track API calls in real-time. Which service should they use?
AAWS CloudTrail
BAmazon CloudWatch
CAWS Config
DAWS X-Ray
Explanation
AWS CloudTrail logs API calls for tracking, while other options serve different purposes.
Q429
You are configuring an application that requires users to authenticate through social providers. What AWS service can help?
AAmazon Cognito
BAWS IAM
CAWS Directory Service
DAmazon RDS
Explanation
Amazon Cognito supports social provider authentication, whereas the other services focus on identity and access management or database services.
Q430
Which service allows you to run code in response to events without provisioning servers?
AAWS Lambda
BAmazon EC2
CAmazon S3
DAWS Batch
Explanation
AWS Lambda is serverless and executes code in response to events, unlike the other options which require server management.