Register
33:00
Stop
CompTIA A+ - Virtualization and Cloud Computing - Serverless Computing
Intermediate
1/33
A web application is using serverless architecture to run analytics reports on the company data. Due to the increased volume of data, the analytics job often takes longer than expected. How can you optimize the serverless function for better performance?
a.
Reduce the number of external data sources.
b.
Execute the serverless function more often.
c.
Disable other serverless functions from running simultaneously.
d.
Break the analytics job into smaller tasks and use parallel execution for processing.
Intermediate