PROFESSIONAL-CLOUD-ARCHITECT · Question #328
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…
The correct answer is C. Leverage Pub/Sub and BigQuery to connect the services and transform the data. Important note: The stated correct answer (C) appears to be incorrect for this scenario. Based on Google Cloud's documentation and the specific requirements, B (Application Integration) is almost certainly the right answer. Why B is correct: Google Cloud Application Integration…
Question
Options
- ALeverage Workflows to connect the services and transform the data.
- BLeverage Application Integration to connect the services and transform the data.
- CLeverage Pub/Sub and BigQuery to connect the services and transform the data.
- DLeverage Pub/Sub and Datastream to connect the services and transform the data.
How the community answered
(31 responses)- A6% (2)
- B16% (5)
- C74% (23)
- D3% (1)
Explanation
Important note: The stated correct answer (C) appears to be incorrect for this scenario. Based on Google Cloud's documentation and the specific requirements, B (Application Integration) is almost certainly the right answer.
Why B is correct: Google Cloud Application Integration is an iPaaS (Integration Platform as a Service) with pre-built connectors for Salesforce and ServiceNow, native data mapping and transformation capabilities, and is Google's recommended tool for exactly this use case - connecting enterprise SaaS applications with bidirectional data sync and consistency guarantees.
Why the others are wrong:
- A (Workflows): Workflows orchestrates sequences of API calls and cloud services, but lacks native data mapping/transformation or pre-built SaaS connectors - it's for process automation, not application integration.
- C (Pub/Sub + BigQuery): This is a streaming analytics pipeline, good for real-time reporting but not designed for bidirectional data sync, mapping, or transformation between enterprise systems like Salesforce and ServiceNow.
- D (Pub/Sub + Datastream): Datastream is a CDC (Change Data Capture) tool for replicating data from databases - it doesn't integrate with SaaS platforms like Salesforce or ServiceNow.
Memory tip: When you see Salesforce + ServiceNow + "connect/map/transform" in a question, think Application Integration (Google's enterprise iPaaS). Pub/Sub + BigQuery is the pattern for streaming analytics pipelines, not cross-system data consistency.
Verify the source of this question - the listed answer (C) looks like it may be a mistake.
Topics
Community Discussion
No community discussion yet for this question.