Easter Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Integration-Architecture-Designer Premium Exam Questions

Salesforce Certified Integration Architect (WI23) Questions and Answers

Question 9

A large consumer goods manufacturer operating in multiple countries is planning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:

1. Internal users from each country have to be authenticated with their local active directory.

2. Customers can create their own login or use Google login.

3. Partners have to be authenticated through a central system which is to be determined.

4. Internalusers will have access to the central ERP with their credentials maintained in the ERP.

5. Additional internal systems will be integrated with Salesforce for Sales and Support business processes.

Which three requirements should the integration architectevaluate while designing the integration needs of this project?

Choose 3 answers

Options:

A.

Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.

B.

Assess security requirements for internal systems and decideIntegration methods that support the requirements.

C.

Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.

D.

Consider Third party Single Sign On solution supporting all user authentication including customer and partner.

E.

Evaluate Salesforce native authentication mechanism for all users including customers and partners.

Question 10

When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values.

Which integration pattern and mechanism should be selected to meet the conditions?

Options:

A.

Fire and Forget: Process-driven platform events publishes events on SalesforceEvent Bus.

B.

Remote Call-In: Salesforce REST API with REST Composite Resources.

C.

Request-Reply: Enhanced External Services invokes a REST API.

D.

Data Virtualization: Salesforce Connect map data external REST data in external objects.

Question 11

Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of servicesacross platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.

Which two options will fulfill the use case requirements?

Choose 2 answers

Options:

A.

Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.

B.

Implement a Workflow Rule with Outbound Messaging to sendSOAP messages to the designated endpoint.

C.

Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.

D.

Use a process builder to create a Platform Event, selecting the record type as the Platform Event Nameon insert of record.

Question 12

The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territoriesto leads before Sales team members can work on them. The current integration often experiences latency issues.

Which two recommendations should an Architect make to improve the integration performance?

Choose 2 answers

Options:

A.

Reduce batch size of asynchronousBULK API.

B.

Reduce batch size of synchronous BULK API.

C.

Legacy system should submit in serial mode.

D.

Legacy system should submit in parallel mode.