Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

Note! Integration-Architecture-Designer has been withdrawn. The new exam code is Integration-Architect

Integration-Architecture-Designer Practice Exam Questions with Answers Salesforce Certified Integration Architect (WI23) Certification

Question # 6

A company that is a leading provider of courses and training delivers courses using third

party trainers. The trainer for the company has to be verified from 10 different training

accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.

The company decided to automate the trainer accreditation verification process by integrating to the agencies web services.

What is the recommended approach to automate this process?

A.

Use salesforce external service to make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".

B.

Create a trigger on the trainer record to make a Callout to each verification agencies, write business logic to consolidate the verification then update the trainer status to verified".

C.

Make an apex callout using @future annotation to make the call out to all differentagencies.

The response should update the trainer status to "verified".

D.

Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to sa lesforce and update the verification status to "verified".

Full Access
Question # 7

A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.

Which two questionsshould the integration architect consider?

Choose 2 answers

A Can the fulfillment system create new addresses within the Order Create service?

B. Can the fulfillment system make a callback into Salesforce?

C. Can the fulfillment system implement a contract-first Outbound Messaging interface?

D. Is the product catalog data identical at all times in both systems?

Full Access
Question # 8

The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates thatis accessed several times from Salesforce and is a business critical function for end users.

Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation?

Choose 2 answers

A.

NamedCredentials

B.

Remote Site Settings

C.

Content Security Policies

D.

Enterprise ESB

Full Access
Question # 9

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

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.

Full Access
Question # 10

An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.

Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?

A.

SObject Collections

B.

SObject Tree

C.

Batch

D.

Composite

Full Access
Question # 11

Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences. Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshopavailability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.

Which integration pattern should be used to manage the influx in registrations?

A.

Remote Process Invocation-Request and Reply

B.

Remote Process Invocation-Fire and Forget

C.

Batch Data Synchronization

D.

Remote Call-In

Full Access
Question # 12

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?

A.

Re-write and optimize the current web service to be more efficient.

B.

Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.

C.

Use the Salesforce Bulk API when integrating back into Salesforce.

D.

Move the custom monolithic web service from on-premise to a cloud provider.

Full Access
Question # 13

Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met

A.

Corporate WSDL

B.

Partner WSDL

C.

SOAP API WSDL

D.

Enterprise WSDL

Full Access
Question # 14

What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?

A.

Enable My Domain and SSL/TLS.

B.

Enforce SSL/TLS Mutual Authentication.

C.

Generate a Self-signed Certificate.

D.

Generate a CA-signed Certificate.

Full Access
Question # 15

A company has an external system that processes and tracks orders. Sales reps manage their leads and opportunity pipeline in Salesforce. In the current state, the two systems are disconnected and processing orders requires a lotof manual entry on sales rep part. This creates delays in processing orders and incomplete data due to manual entry.

As a part of modernization efforts the company decided to integrate Salesforce and the order management system. The following technical requirements were identified:

1. Orders need to be created in real time from salesforce

2. Minimal customization*, and code should be written due to a tight timeline and lack of developer resources

3. Sales reps need to be able to see order history and beable to see most up to date information on current order status.

4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.

5. The legacy system is hosted on premise and is currentlyconnected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by salesforce team.

6. There are 1000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20-30 line items.

How should an integration architect integrate the two systems based on the technical requirements and system constraints?

A.

Use Salesforce external object and OData connector.

B.

Use Salesforce custom object, custom REST API and ETL.

C.

Use Salesforce standard object, REST API and ETL.

D.

Use Salesforce big object, SOAP API and Dataloader.

Full Access