Labour Day Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Master the Salesforce Certified Integration Architect (WI24) Integration-Architect Exam with Confidence!

Questions 1

The director of customer service at Northern Trail Outfitters (NTO) wants tocapture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an ad-hoc manner using an external analytics system. The events that are of interest are:

A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep clicks on the "Initiate Refund" menu item on the Case

Which two solutions willmeet these business requirements?

Choose 2 answers

Options:

A.

Case after insert Trigger that executes a callout.

B.

Case Workflow Rule that sends an Outbound Message.

C.

Case after insert Trigger that publishes a Platform Event.

D.

Custom Apex controller that publishes a Platform Event.

Buy Now
Questions 2

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?

Options:

A.

SObject Collections

B.

SObject Tree

C.

Batch

D.

Composite

Buy Now
Questions 3

Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through asecure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services.

What are two considerations an Integration Architect should evaluate before choosing a middleware solution?

Choose 2 answers

Options:

A.

The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.

B.

An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeternetwork.

C.

The middleware solution enforces the OAuth security protocol.

D.

The middleware solution is able to interface directly with databases via an ODBC connection string.

Buy Now
Questions 4

A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.

The following business processes need to be supported in Salesforce:

1. Sales Consultantsshould be able to have access to current inventory.

2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.

3. Quotes should be generated in Salesforce with pricing from ERP.

4. Sales Management uses a EnterpriseBusiness Intelligence (BI) toolto view Sales dashboards.

5. Master Data Management (MDM) is the system of record for customers and prospects.

6. Invoices should be accessible in Salesforce.

Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?

Options:

A.

ERP, Invoices system, Data Warehouse and BI Tool

B.

ERP, Inventory, Pricing Engine, Invoices system

C.

ERP, MDM, BI tool and Data Warehouse

D.

ERP, MDM, Data Warehouse, Invoices system

Buy Now
Questions 5

Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file storethat can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the 3rd part agencies on the design files and allow them to be able to view the design files in the community.

The conceptual design files size is 2.5GB.

Which solution should an integration architect recommend?

Options:

A.

Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.

B.

Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.

C.

Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.

D.

Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.

Buy Now
Questions 6

A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:

1. Transactions are created at any time through their various on-premise and cloud-based systems.

2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.

3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.

The company wants to address a usability concern regarding incomplete data displayed on the LWC component. Whatshould the Integration Architect specify so the LWC will be able to display all the required transactions?

Options:

A.

Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.

B.

Let the Lightning Data Service withan ©wire adapter display new values when the custom object records change.

C.

Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.

D.

Publish a Platform Event, have the middleware subscribeand update the custom object on receipt of Platform Event.

Buy Now
Questions 7

Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongsideseveral on premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.

UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real-time.

Which two actions should be recommended to fulfill this system requirement?

Choose 2 answers

Options:

A.

Develop an application in Heroku that connects to the on-premisedatabase via an ODBC string and VPC connection.

B.

Develop custom APIs on the company's network that are invokable by Salesforce.

C.

Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.

D.

Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.

Buy Now
Questions 8

A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes thefollowing:

1. An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.

2. A Marketing solution they use for email campaigns.

The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce.

Which system should be the System of record for their customers and prospects?

Options:

A.

ERP with all prospect data from Marketing and Salesforce.

B.

Marketing with all customer data from Salesforce and ERP.

C.

Salesforce with relevant Marketing and ERP information.

D.

New Custom Database forCustomers and Prospects.

Buy Now
Questions 9

Universal Containers is a global financial company that sells financial products and services.

There is a daily scheduled Batch Apex job that generates invoice from a given set of orders.

UC requested building a resilient integration for this batch apex job in case the invoice

generation fails.

What should an integration architect recommend to fulfill the requirement?

Options:

A.

Build Batch Retry & Error Handling in the Batch Apex Job itself.

B.

Batch Retry & Error Handling report to monitor the error handling.

C.

Build Batch Retry & Error Handling using BatchApexErrorEvent.

D.

Build Batch Retry & Error Handling in the middleware.

Buy Now
Questions 10

Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs andanexternal data source us Salesforce Connect. The external data source supports Open Data Protocol.

Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce?

Choose 3 answers

Options:

A.

Configure Identity Type for OData connection.

B.

Configure a Certificate for OData connection.

C.

Configure Special Compatibility for OData connection,

D.

Configure CSRF Protection for OData connection.

E.

Configure CSRF Protection on External Data Source.

Buy Now
Exam Code: Integration-Architect
Exam Name: Salesforce Certified Integration Architect (WI24)
Last Update: May 18, 2024
Questions: 109

PDF + Testing Engine

$159.99
$64

Testing Engine

$119.99
$48

PDF (Q&A)

$99.99
$40