Free CERTIFIED-INTEGRATION-ARCHITECT Salesforce CERTIFIED-INTEGRATION-ARCHITECT Practice Test Question

Loading demo links...

Showing 1–3 of 9 questions

Question 1 (Topic 1)

Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server. This monolithic web service is responsible for Point-to-Point (P2P) integrations between: 1. Salesforce and a legacy billing application 2. Salesforce and a cloud-based Enterprise Resource Planning application 3. Salesforce and a data lake UC has found that the tight interdependencies between systems is causing integrations to fail. What should an architect recommend to decouple the systems and improve performance of the integrations?

Select an option, then click Submit answer.

  • Re-write and optimize the current web service to be more efficient.
  • Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
  • Use the Salesforce Bulk API when integrating back into Salesforce.
  • Move the custom monolithic web service from on-premise to a cloud provider.
Question 2 (Topic 1)

A business-to-consumer (B2C) enterprise customer has the following use case that involves processing payment from an external payment gateway service in Salesforce. 1. Customer requests Customer Service Representative (CSR) for a Service upgrade. 2. Customer provides credit card details to CSR for payment. 3. CSR submits payment information in Salesforce, and it is processed in an external payment gateway. 4. CSR receives confirmation of payment. 5. CSR upgrades service for customer and confirms customer. This use case requires the CSR to obtain confirmation of payment before upgrading the service. The integration with the payment gateway needs to be reliable and monitored for audit purposes. The payment gateway service is an external RESTful service that the B2C enterprise customer has subscribed for. What should an integration architect recommend for this integration?

Select an option, then click Submit answer.

  • Platform events allow integration to the payment gateway through the exchange of real-time event data; platform events are scalable and secure.
  • Make a callout to the payment gateway through ESB supporting error handling and logging for audit purposes.
  • Use External Services feature to integrate payment gateway to Salesforce to ensure real-time updates to the CSR and support post payment processes.
  • Build a custom Apex callout to external payment gateway service and provide a success message to the CSR; the details of callouts and responses are logged for audit purposes.
Question 3 (Topic 1)

A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third-party artificial intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform Events for other processes. The trigger on the Platform Events has failed ever since it was rolled out to production. What type of monitoring should the integration consultant have considered to monitor this integration?

Select an option, then click Submit answer.

  • Set up debug logs for Platform Event triggers to monitor performance.
  • Monitor Platform Events created per hour limits across the Salesforce instance.
  • Validate the Platform Event definition matches leads definition.
  • Monitor the volume of leads that are created in Salesforce.