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 can be used for managing containers?
AAmazon ECS
BAWS Lambda
CAmazon RDS
DAmazon CloudWatch
Explanation
Amazon ECS is specifically designed for managing containers, whereas the others serve different purposes.
Q362
A company needs to securely share files between multiple AWS accounts. What should they use?
AS3 Buckets with Public Access
BAWS DataSync
CAmazon S3 Bucket Policies
DAWS Transfer Family
Explanation
S3 Bucket Policies can enforce access control for shared buckets across accounts, while others are less suited for secure sharing.
Q363
What happens when an IAM user is deleted from the account?
AAccess keys are permanently deleted.
BUser sessions remain active indefinitely.
CThe user cannot be recreated.
DGroup permissions are revoked.
Explanation
Access keys associated with the deleted IAM user are permanently deleted, while sessions terminate depending on duration.
Q364
Which AWS service allows you to automate deployment of applications?
AAWS CodeDeploy
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
AWS CodeDeploy automates application deployments, while others serve different purposes.
Q365
A company needs to monitor AWS resources in real-time. Which service should they use?
AAmazon CloudWatch
BAWS CloudTrail
CAWS Config
DAmazon SNS
Explanation
Amazon CloudWatch provides real-time monitoring, while others focus on logging or compliance.
Q366
What happens when you delete an Amazon S3 bucket that has versioning enabled?
AAll versions are permanently deleted
BOnly the latest version is deleted
CBucket is not deleted
DVersions are soft-deleted
Explanation
Deleting a versioned bucket keeps it but removes objects until versions are empty, while others inaccurately describe deletion outcomes.
Q367
What happens when you delete an AWS VPC endpoint?
ATraffic will stop immediately.
BIt goes to a suspended state.
CYou can restore it at any time.
DAll associated resources are deleted.
Explanation
Deleting a VPC endpoint terminates the traffic routing immediately, hence A is correct and the rest involve persistent states or restoration which are incorrect.
Q368
A company needs to monitor AWS resource changes in real-time. Which service should they use?
AAWS CloudTrail
BAmazon CloudWatch
CAWS Config
DAmazon Inspector
Explanation
AWS Config records and evaluates resource configurations, while CloudTrail logs API calls, CloudWatch monitors operational metrics, and Inspector is for security assessments.
Q369
You are configuring an IAM policy. What will happen if you set IAM policies to explicitly deny access?
AUser access is granted.
BUser access is conditionally granted.
CUser access is denied.
DUser access depends on resources.
Explanation
Explicit deny overrides any allow, making option C the correct response and the others are incorrect as they imply otherwise.
Q370
Which service can automatically scale Amazon EC2 instances based on demand?
AAuto Scaling
BElastic Load Balancer
CAmazon CloudFront
DAmazon RDS
Explanation
Auto Scaling adjusts instance count automatically; others do not provide this feature.