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.
What happens when you increase the size of an Amazon RDS instance?
AMemory automatically increases.
BStorage increases but not memory.
CIt requires a reboot.
DPerformance decreases temporarily.
Explanation
Increasing the size requires a reboot to apply changes, while memory and storage follow different criteria.
Q202
Which AWS service provides a managed Kubernetes environment?
AAmazon EKS
BAmazon ECS
CAWS Lambda
DAWS Batch
Explanation
Amazon EKS is specifically designed for Kubernetes, while the others serve different purposes.
Q203
A company needs to collect and analyze IoT device data in real-time. Which AWS service should they consider using?
AAmazon S3
BAWS IoT Core
CAmazon RDS
DAWS Lambda
Explanation
AWS IoT Core is purpose-built for connecting IoT devices, ensuring real-time data collection and processing.
Q204
What happens when an Amazon S3 bucket policy explicitly denies access to a user?
AUser may still access the bucket
BAccess is permanently revoked
CAccess is denied, regardless of permissions
DPolicy needs to be changed to grant access
Explanation
An explicit deny in S3 policies overrides all other permissions, ensuring access is denied.
Q205
Which AWS service helps automate the deployment of applications?
AAWS Elastic Beanstalk
BAWS CloudFormation
CAWS Lambda
DAWS CodeCommit
Explanation
AWS Elastic Beanstalk automates application deployment, while others serve different purposes.
Q206
A company needs to securely grant temporary access to a third-party vendor. Which AWS feature should they use?
AIAM Role with Temporary Credentials
BIAM User with Policy
CAWS Security Token Service (STS)
DIAM Group
Explanation
IAM Roles use temporary credentials, while the others provide different access methods.
Q207
What happens when you stop an Amazon EC2 instance?
AData is deleted from EBS
BInstance state is preserved
CCharges continue for the EBS volume
DPublic IP address is retained
Explanation
Charges continue for EBS volumes even when stopped, while others are incorrect about data and IP states.
Q208
Which service is best for managing keys securely in AWS?
AAWS Key Management Service (KMS)
BAWS Identity and Access Management (IAM)
CAWS Secrets Manager
DAmazon RDS
Explanation
AWS KMS provides centralized management of cryptographic keys, while IAM, Secrets Manager, and RDS do not specialize in key management.
Q209
A company needs to automatically trigger a Lambda function when a new object is uploaded to an S3 bucket. What should they do?
AUse S3 Lifecycle Policies
BCreate an S3 Event Notification
CEnable versioning in the S3 bucket
DImplement Cross-Region Replication
Explanation
S3 Event Notifications can trigger Lambda on object uploads, while the other options don't facilitate this automatic trigger.
Q210
What happens when a security group is removed from an EC2 instance?
AInstances are terminated immediately
BAll inbound traffic is blocked
CThe instance IP address changes
DMonitoring logs are automatically deleted
Explanation
Removing a security group means the instance keeps its rules, but any associated inbound traffic is blocked according to default rules; the other options are incorrect behaviors.