Amazon AWS

AWS Certified Developer – Associate

DVA-C02
Popular

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.

492 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 361–370 of 492

Q361

Which service can be used for managing containers?

  • A Amazon ECS
  • B AWS Lambda
  • C Amazon RDS
  • D Amazon 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?

  • A S3 Buckets with Public Access
  • B AWS DataSync
  • C Amazon S3 Bucket Policies
  • D AWS 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?

  • A Access keys are permanently deleted.
  • B User sessions remain active indefinitely.
  • C The user cannot be recreated.
  • D Group 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?

  • A AWS CodeDeploy
  • B Amazon S3
  • C AWS Lambda
  • D Amazon 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?

  • A Amazon CloudWatch
  • B AWS CloudTrail
  • C AWS Config
  • D Amazon 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?

  • A All versions are permanently deleted
  • B Only the latest version is deleted
  • C Bucket is not deleted
  • D Versions 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?

  • A Traffic will stop immediately.
  • B It goes to a suspended state.
  • C You can restore it at any time.
  • D All 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?

  • A AWS CloudTrail
  • B Amazon CloudWatch
  • C AWS Config
  • D Amazon 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?

  • A User access is granted.
  • B User access is conditionally granted.
  • C User access is denied.
  • D User 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?

  • A Auto Scaling
  • B Elastic Load Balancer
  • C Amazon CloudFront
  • D Amazon RDS
Explanation Auto Scaling adjusts instance count automatically; others do not provide this feature.