Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the most effective solution for creating a scalable data pipeline that facilitates data sharing between job generators and job runners, without adversely impacting existing applications?
A
Set up a Cloud Spanner table to handle job information by inserting and deleting rows.
B
Develop an API with App Engine to send and receive messages between applications.
C
Use a Cloud Pub/Sub topic to publish jobs and execute them via subscriptions.
D
Create a Cloud SQL table to manage job information through row insertion and deletion.