ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 482 - DVA-C01 discussion

Report
Export

A company is adding items to an Amazon DynamoDB table from an AWS Lambda function that is written in Python A developer needs to implement a solution that inserts records in the DynamoDB table and performs automatic retry when the insert fails Which solution meets these requirements with MINIMUM code changes?

A.
Configure the Python code to run the AWS CLl through shell to call the Putltem operation
Answers
A.
Configure the Python code to run the AWS CLl through shell to call the Putltem operation
B.
Call the Putltem operation from Python by using the DynamoDB HTTP API
Answers
B.
Call the Putltem operation from Python by using the DynamoDB HTTP API
C.
Queue the items in AWS Glue: which will put them into the DynamoDB table
Answers
C.
Queue the items in AWS Glue: which will put them into the DynamoDB table
D.
Use the AWS software development kit (SDK) for Python (boto3) to call the Putltem operation
Answers
D.
Use the AWS software development kit (SDK) for Python (boto3) to call the Putltem operation
Suggested answer: D
asked 16/09/2024
Tyler Evans
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first