- 368 Actual Exam Questions
- Compatible with all Devices
- Printable Format
- No Download Limits
- 90 Days Free Updates
Get All AWS Certified Developer - Associate Exam Questions with Validated Answers
| Vendor: | Amazon |
|---|---|
| Exam Code: | DVA-C02 |
| Exam Name: | AWS Certified Developer - Associate |
| Exam Questions: | 368 |
| Last Updated: | November 20, 2025 |
| Related Certifications: | Amazon Associate, AWS Certified Developer Associate |
| Exam Tags: | Professional AWS Developers |
Looking for a hassle-free way to pass the Amazon AWS Certified Developer - Associate exam? DumpsProvider provides the most reliable Dumps Questions and Answers, designed by Amazon certified experts to help you succeed in record time. Available in both PDF and Online Practice Test formats, our study materials cover every major exam topic, making it possible for you to pass potentially within just one day!
DumpsProvider is a leading provider of high-quality exam dumps, trusted by professionals worldwide. Our Amazon DVA-C02 exam questions give you the knowledge and confidence needed to succeed on the first attempt.
Train with our Amazon DVA-C02 exam practice tests, which simulate the actual exam environment. This real-test experience helps you get familiar with the format and timing of the exam, ensuring you're 100% prepared for exam day.
Your success is our commitment! That's why DumpsProvider offers a 100% money-back guarantee. If you don’t pass the Amazon DVA-C02 exam, we’ll refund your payment within 24 hours no questions asked.
Don’t waste time with unreliable exam prep resources. Get started with DumpsProvider’s Amazon DVA-C02 exam dumps today and achieve your certification effortlessly!
A developer at a company recently created a serverless application to process and show data from business reports. The application's user interface (UI) allows users to select and start processing the files. The Ul displays a message when the result is available to view. The application uses AWS Step Functions with AWS Lambda functions to process the files. The developer used Amazon API Gateway and Lambda functions to create an API to support the UI.
The company's Ul team reports that the request to process a file is often returning timeout errors because of the see or complexity of the files. The Ul team wants the API to provide an immediate response so that the Ul can deploy a message while the files are being processed. The backend process that is invoked by the API needs to send an email message when the report processing is complete.
What should the developer do to configure the API to meet these requirements?
This solution allows the API to invoke the Lambda function asynchronously, which means that the API will return an immediate response without waiting for the function to complete. The X-Amz-Invocation-Type header specifies the invocation type of the Lambda function, and setting it to 'Event' means that the function will be invoked asynchronously. The function can then use Amazon Simple Email Service (SES) to send an email message when the report processing is complete.
A developer is creating a microservices application that runs across multiple compute environments. The application must securely access secrets that are stored in AWS Secrets Manager with minimal network latency. The developer wants a solution that reduces the number of direct calls to Secrets Manager and simplifies secrets management across environments. Which solution will meet these requirements with the LEAST operational overhead?
The Secrets Manager Agent provides an out-of-the-box solution for securely caching secrets locally, reducing latency and operational overhead.
Why Option B is Correct:
Caching: The agent securely caches secrets locally, minimizing Secrets Manager API calls.
Security: Secrets remain secure during retrieval and storage.
Low Operational Overhead: Managed solution eliminates the need for custom logic.
Why Not Other Options:
Option A: Custom scripts introduce complexity and require ongoing maintenance.
Option C: Using Redis requires managing an additional service, increasing overhead.
Option D: Storing secrets in S3 lacks the fine-grained security controls of Secrets Manager.
A developer is creating an AWS Lambda function that searches for items from an Amazon DynamoDB table that contains customer contact information- The DynamoDB table items have the customer's email_address as the partition key and additional properties such as customer_type, name, and job_tltle.
The Lambda function runs whenever a user types a new character into the customer_type text input The developer wants the search to return partial matches of all the email_address property of a particular customer_type The developer does not want to recreate the DynamoDB table.
What should the developer do to meet these requirements?
Understand the Problem: The existing DynamoDB table has email_address as the partition key. Searching by customer_type requires a different data access pattern. We need an efficient way to query for partial matches on email_address based on customer_type.
Why Global Secondary Index (GSI):
GSIs allow you to define a different partition key and sort key from the main table, enabling new query patterns.
In this case, havingcustomer_typeas the GSI's partition key lets you group all emails with the same customer type together.
Usingemail_addressas the sort key allows ordering within each customer type, facilitating the partial matching.
Querying the GSI:
You'll perform a query operation on the GSI, not the original table.
Use thebegins_withkey condition expression on the GSI's sort key (email_address) to find partial matches as the user types in thecustomer_typefield.
DynamoDB Query Operation:[invalid URL removed]
Key Condition Expressions:[invalid URL removed]
A company is planning to deploy an application on AWS behind an Elastic Load Balancing (ELB) load balancer. The application uses an HTTP/HTTPS listener and must access the client IP addresses.
Which load-balancing solution meets these requirements?
A developer has built an application that inserts data into an Amazon DynamoDB table. The table is configured to use provisioned capacity. The application is deployed on a burstable nano Amazon EC2 instance. The application logs show that the application has been failing because of a ProvisionedThroughputExceededException error.
Which actions should the developer take to resolve this issue? (Select TWO.)
Requirement Summary:
DynamoDB Provisioned Mode
ProvisionedThroughputExceededException error occurring
App hosted on a small burstable EC2 instance
Option A: Move to a larger EC2 instance
May improve local performance, but does not solve DynamoDB provisioned throughput limits.
Option B: Increase DynamoDB RCUs
Valid: This directly increases the read throughput capacity of the table.
Helps handle more traffic and reduce throughput exceptions.
Option C: Reduce frequency via exponential backoff
Best practice: Using exponential backoff and jitter reduces request pressure and spreads retries out to avoid spiking.
Option D: Increase frequency of retries by reducing delay
Opposite of best practice. Increases load, worsening the issue.
Option E: Change to on-demand mode
Also valid in general, but question is scoped around provisioned capacity.
Since minimizing cost or workload type isn't mentioned, and scaling the existing model is the focus, prefer B and C.
Security & Privacy
Satisfied Customers
Committed Service
Money Back Guranteed