Google Cloud Professional Cloud Architect — Question 184
Your company uses Salesforce for customer relationship management (CRM). ServiceNow for IT service management, and a Cloud SQL database to store customer transaction data You need to seamlessly connect, map. and transform data between these systems to ensure data consistency and enable real-time reporting. You want to follow Google-recommended practices. What should you do?
Answer options
- A. Leverage Workflows to connect the services and transform the data.
- B. Leverage Application Integration to connect the services and transform the data.
- C. Leverage Pub/Sub and BigQuery to connect the services and transform the data.
- D. Leverage Pub/Sub and Datastream to connect the services and transform the data.
Correct answer: B
Explanation
The correct answer is B because Application Integration is specifically designed for connecting various services and transforming data, making it ideal for your needs. Option A suggests Workflows, which are not primarily intended for data transformation between disparate systems. Options C and D involve Pub/Sub, which is more focused on messaging rather than direct integration and transformation of data between the specified services.