Exam Logo

Amazon (DVA-C01) Exam Questions And Answers page 20

A Developer has implemented a Lambda function that needs to add new customers to an RDS database that is expected to run hundreds of times per hour. The Lambda function is configured to use 512MB of RAM and is based on the following pseudo code:
After testing the Lambda function, the Developer notices that the Lambda execution time is much longer than expected. What should the Developer do to improve performance?
Compute Services Security and Identity Services
A Developer has published an update to an application that is served to a global user base using Amazon CloudFront. After deploying the application, users are not able to see the updated changes.

How can the Developer resolve this issue?
Compute Services Networking and Content Delivery
A Developer has setup an Amazon Kinesis Stream with 4 shards to ingest a maximum of 2500 records per second. A Lambda function has been configured to process these records.

In which order will these records be processed?
Networking and Content Delivery Deployment and Management
A Developer has setup an Amazon Kinesis Stream with 4 shards to ingest a maximum of 2500 records per second. A Lambda function has been configured to process these records.
In which order will these records be processed?
Networking and Content Delivery Deployment and Management
A developer has three microservice projects that are separated into different folders under the same AWS CodeCommit repository. Each project has a separate AWS CodePipeline pipeline. The developer notices that when changes are pushed to one microservice, all three pipelines begin to run.

The developer needs to ensure that only relevant pipelines run. The developer cannot make any changes to how the repository is organized.

Which solution will meet these requirements?
Deployment and Management
A developer has written a multi-threaded application that is running on a fleet of Amazon EC2 instances. The operations team has requested a graphical method to monitor the number of running threads over time.

What is the MOST efficient way to fulfill this request?
Compute Services Monitoring and Troubleshooting
A developer has written a multi-threaded application that is running on a fleet of Amazon EC2 instances. The operations team has requested a graphical method to monitor the number of running threads over time.

What is the MOST efficient way to fulfill this request?
Compute Services Monitoring and Troubleshooting
A Developer has written an Amazon Kinesis Data Streams application. As usage grows and traffic increases over time, the application is regularly receiving ProvisionedThroughputExceededException error messages.

Which steps should the Developer take to resolve the error? (Choose two.)
Storage Services Deployment and Management
A developer has written an application hosted on Amazon EC2 instances. The application generates and uploads thousands of new objects to an Amazon S3 bucket located in the same AWS Region. The size of each object is less than 1 MB. The application is taking too long to run.

How can the performance of the application be improved?
Compute Services Storage Services
A Developer has written an application that runs on Amazon EC2 instances and generates a value every minute. The Developer wants to monitor and graph the values generated over time without logging in to the instance each time.

Which approach should the Developer use to achieve this goal?
Networking and Content Delivery Monitoring and Troubleshooting