ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 213 - DVA-C01 discussion

Report
Export

An application is expected to process many files. Each file takes four minutes to process each AWS Lambda invocation. The Lambda function does not return any important data. What is the fastest way to process all the files?

A.
First split the files to make them smaller, then process with synchronous RequestResponse Lambda invocations.
Answers
A.
First split the files to make them smaller, then process with synchronous RequestResponse Lambda invocations.
B.
Make synchronous RequestResponse Lambda invocations and process the files one by one.
Answers
B.
Make synchronous RequestResponse Lambda invocations and process the files one by one.
C.
Make asynchronous Event Lambda invocations and process the files in parallel.
Answers
C.
Make asynchronous Event Lambda invocations and process the files in parallel.
D.
First join all the files, then process it all at once with an asynchronous Event Lambda invocation.
Answers
D.
First join all the files, then process it all at once with an asynchronous Event Lambda invocation.
Suggested answer: C
asked 16/09/2024
Arslan Sheik
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first