Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

Integration-Architect Practice Test


Page 1 out of 22 Pages

Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation. What should be done to mitigate the concerns that the CIO has?


A.

Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.


B.

Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.


C.

Refactor the existing ©future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.


D.

Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.





C.
  

Refactor the existing ©future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.



An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events. What is taking place if events are only being published?


A.

The platform events are published immediately before the Apex transaction completes.


B.

The platform events are published after the Apex transaction completes.


C.

The platform events has a trigger in Apex.


D.

The platform events are being published from Apex.





B.
  

The platform events are published after the Apex transaction completes.



https://developer.salesforce.com/docs/atlas.enus.platform_events.meta/platform_events/platform_events_define_ui.htm

An enterprise customer that has more than 10 Million customers has the following systems and conditions in their landscape:


A.

Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.


B.

Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.


C.

Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.





B.
  

Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.



C.
  

Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.



Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI Markup Language (RAML) specifications that include field-level definition of every API request and response payload. RAML specs serve as interface contracts that Apex REST API Clients can rely on. Which two design specifications should the Integration Architect include in the integration architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML specs?

Choose 2 answers


A.

Call the Apex REST API Clients in a test context to get the mock response.


B.

Require the Apex REST API Clients to implement the HttpCalloutMock.


C.

Call the HttpCalloutMock implementation from the Apex REST API Clients.


D.

Implement HttpCalloutMock to return responses per RAML specification.





A.
  

Call the Apex REST API Clients in a test context to get the mock response.



D.
  

Implement HttpCalloutMock to return responses per RAML specification.



A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO). The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud. Which two requirements should the Salesforce Community Cloud support for selfregistration and SSO? Choose 2 answers


A.

SAML SSO and Registration Handler


B.

OpenId Connect Authentication Provider and Registration Handler


C.

SAML SSO and just-in-time provisioning


D.

OpenId Connect Authentication Provider and just-in-time provisioning





B.
  

OpenId Connect Authentication Provider and Registration Handler



C.
  

SAML SSO and just-in-time provisioning




Page 1 out of 22 Pages