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
Questions 121–130 of 492
Which AWS service enables secure object storage?
A
Amazon S3
B
Amazon RDS
C
AWS Lambda
D
Amazon EC2
Reveal Answer
Explanation
Amazon S3 is designed specifically for secure object storage, while the others serve different purposes.
A company needs to run code in response to changes in S3. Which service should they use?
A
AWS Lambda
B
Amazon CloudFront
C
Amazon SNS
D
AWS EC2
Reveal Answer
Explanation
AWS Lambda allows automatic code execution triggered by S3 events, while the others do not provide this functionality.
What happens when a user in IAM accidentally deletes an Access Key?
A
Key can be restored easily
B
User loses EBS access only
C
Key cannot be reused again
D
Simply generates a new key
Reveal Answer
Explanation
Once deleted, the Access Key cannot be reused; the user must create a new key.
Which AWS service helps with running code without provisioning servers?
A
Lambda
B
EC2
C
S3
D
Elastic Beanstalk
Reveal Answer
Explanation
AWS Lambda allows you to run code without managing servers, unlike EC2 which requires provisioning.
A company needs to monitor API calls for compliance auditing. Which service should they use?
A
AWS Config
B
CloudTrail
C
CloudWatch
D
Lambda
Reveal Answer
Explanation
AWS CloudTrail records API calls for auditing, while AWS Config is for resource configuration tracking.
You are configuring IAM policies for users. What happens when a deny rule is evaluated?
A
Deny rule overrides allow rule
B
Allow rule takes precedence
C
Policy evaluation stops
D
Users gain access
Reveal Answer
Explanation
In IAM, a deny rule always takes precedence over allows, regardless of evaluation order.
Which service provides event-driven functions execution?
A
AWS Lambda
B
Amazon S3
C
Amazon EC2
D
AWS CloudFormation
Reveal Answer
Explanation
AWS Lambda executes code in response to events; the others do not primarily provide this feature.
A company needs to securely transmit sensitive data between microservices. Which AWS service should they utilize?
A
AWS Direct Connect
B
AWS Secrets Manager
C
Amazon VPC Peering
D
AWS App Mesh
Reveal Answer
Explanation
AWS App Mesh provides secure communication between microservices; the other options serve different purposes.
What happens when an IAM user is attached to two conflicting permission policies?
A
Only the most permissive policy applies
B
Only the most restrictive policy applies
C
Both policies are combined
D
Access is denied by default
Reveal Answer
Explanation
The most restrictive policy governs in case of conflicts; other options misinterpret the combining policies scenario.
Which service provides a serverless compute platform?
A
AWS Lambda
B
Amazon EC2
C
Amazon RDS
D
Amazon Lightsail
Reveal Answer
Explanation
AWS Lambda allows you to run code without provisioning servers, unlike EC2, RDS, or Lightsail which require instances or databases.