
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
NO.35 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?
A
Use Cloud Tasks to queue the trade requests and Cloud Functions to process them.
B
Use Cloud Pub/Sub to queue the trade requests and Cloud Run to process them.
C
Use Cloud Scheduler to queue the trade requests and Cloud Functions to process them.
D
Use Workflows to queue the trade requests and Cloud Run to process them.
E
Use Cloud Tasks to queue the trade requests and Cloud Run to process them.
F
Use Cloud Pub/Sub to queue the trade requests and Cloud Functions to process them.
Explanation:
For this high-volume trade processing scenario, Cloud Tasks + Cloud Functions is the most appropriate solution because:
This combination provides a secure, scalable, and efficient solution for processing high-volume trade requests with the company's Python API.