List of questions
Related questions
Question 267 - Associate Cloud Engineer discussion
Your team is building a website that handles votes from a large user population. The incoming votes will arrive at various rates. You want to optimize the storage and processing of the votes. What should you do?
A.
Save the incoming votes to Firestore. Use Cloud Scheduler to trigger a Cloud Functions instance to periodically process the votes.
B.
Use a dedicated instance to process the incoming votes. Send the votes directly to this instance.
C.
Save the incoming votes to a JSON file on Cloud Storage. Process the votes in a batch at the end of the day.
D.
Save the incoming votes to Pub/Sub. Use the Pub/Sub topic to trigger a Cloud Functions instance to process the votes.
Your answer:
0 comments
Sorted by
Leave a comment first