Topic 1 Question 194
An online brokerage company requires a high volume trade processing architecture. You need to create a secure queuing system that triggers jobs. The jobs will run in Google Cloud and call the company's Python API to execute trades. You need to efficiently implement a solution. What should you do?
Use a Pub/Sub push subscription to trigger a Cloud Function to pass the data to the Python API.
Write an application hosted on a Compute Engine instance that makes a push subscription to the Pub/Sub topic.
Write an application that makes a queue in a NoSQL database.
Use Cloud Composer to subscribe to a Pub/Sub topic and call the Python API.
ユーザの投票
コメント(13)
A. Use a Pub/Sub push subscription to trigger a Cloud Function to pass the data to the Python API.
👍 3AWSandeep2022/09/02- 正解だと思う選択肢: A👍 3TNT872022/09/07
- 正解だと思う選択肢: A
Because trading platform requires securely transmission to queuing If you use cloud compose then we need some other job to trigger composer … would that be cloud composer api or cloud function …
👍 3GCPCloudArchitectUser2022/11/09
シャッフルモード