ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 154 - Professional Cloud Developer discussion

Report
Export

You manage an ecommerce application that processes purchases from customers who can subsequently cancel or change those purchases. You discover that order volumes are highly variable and the backend order-processing system can only process one request at a time. You want to ensure seamless performance for customers regardless of usage volume. It is crucial that customers' order update requests are performed in the sequence in which they were generated. What should you do?

A.
Send the purchase and change requests over WebSockets to the backend.
Answers
A.
Send the purchase and change requests over WebSockets to the backend.
B.
Send the purchase and change requests as REST requests to the backend.
Answers
B.
Send the purchase and change requests as REST requests to the backend.
C.
Use a Pub/Sub subscriber in pull mode and use a data store to manage ordering.
Answers
C.
Use a Pub/Sub subscriber in pull mode and use a data store to manage ordering.
D.
Use a Pub/Sub subscriber in push mode and use a data store to manage ordering.
Answers
D.
Use a Pub/Sub subscriber in push mode and use a data store to manage ordering.
Suggested answer: C

Explanation:

https://cloud.google.com/pubsub/docs/pull

asked 18/09/2024
Teste Teste
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first