ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 258 - Professional Data Engineer discussion

Report
Export

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 cat the company's Python API to execute trades. You need to efficiently implement a solution. What should you do?

A.
Use Cloud Composer to subscribe to a Pub/Sub tope and can the Python API.
Answers
A.
Use Cloud Composer to subscribe to a Pub/Sub tope and can the Python API.
B.
Use a Pub/Sub push subscription to trigger a Cloud Function to pass the data to tie Python API.
Answers
B.
Use a Pub/Sub push subscription to trigger a Cloud Function to pass the data to tie Python API.
C.
Write an application that makes a queue in a NoSQL database
Answers
C.
Write an application that makes a queue in a NoSQL database
D.
Write an application hosted on a Compute Engine instance that makes a push subscription to the Pub/Sub topic
Answers
D.
Write an application hosted on a Compute Engine instance that makes a push subscription to the Pub/Sub topic
Suggested answer: C
asked 18/09/2024
Higher System Consultancy
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first