ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 481 - SAP-C02 discussion

Report
Export

A utility company wants to collect usage data every 5 minutes from its smart meters to facilitate time-of-use metering. When a meter sends data to AWS. the data is sent to Amazon API Gateway, processed by an AWS Lambda function, and stored in an Amazon DynamoDB table. During the pilot phase, the Lambda functions took from 3 to 5 seconds to complete.

As more smart meters are deployed, the engineers notice the Lambda functions are taking from 1 to 2 minutes to complete. The functions are also increasing in duration as new types of metrics are collected from the devices. There are many ProvisionedThroughputExceededException errors while performing PUT operations on DynamoDB. and there are also many TooManyRequestsException errors from Lambda.

Which combination of changes will resolve these issues? (Select TWO)

A.

Increase the write capacity units to the DynamoDB table.

Answers
A.

Increase the write capacity units to the DynamoDB table.

B.

Increase the memory available to the Lambda functions

Answers
B.

Increase the memory available to the Lambda functions

C.

Increase the payload size from the smart meters to send more data.

Answers
C.

Increase the payload size from the smart meters to send more data.

D.

Stream the data into an Amazon Kinesis data stream from API Gateway and process the data in batches.

Answers
D.

Stream the data into an Amazon Kinesis data stream from API Gateway and process the data in batches.

E.

Collect data in an Amazon SOS FIFO queue, which triggers a Lambda function to process each message.

Answers
E.

Collect data in an Amazon SOS FIFO queue, which triggers a Lambda function to process each message.

Suggested answer: A, B
asked 15/10/2024
Paulo Cury
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first