
Ultimate access to all questions.
How should you configure a Pub/Sub subscription for an application that monitors stock prices, where each message contains a stock symbol, price, and timestamp, to ensure downstream services always access the most recent prices in an in-memory database for trading transactions?
A
Create a push subscription with exactly-once delivery enabled.
B
Create a pull subscription with both ordering and exactly-once delivery turned off.
C
Create a pull subscription with ordering enabled, using the stock symbol as the ordering key.
D
Create a push subscription with both ordering and exactly-once delivery turned off.