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

A company accepts payment requests 24x7. Once they accept a payment request, their

service level agreement (SLA) requires them tomake sure each payment request is processed

by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.

They encounter intermittent update errorswhen two or more processes try to update the same Payment Request record at the same time.

Which two recommendations should an integration architect make to improve their SLA and update conflict handling?

Choose 2 answers

A.

Middleware should coordinate request delivery and payment processing.

B.

Data Entry Point and Middleware should automatically retry requests.

C.

Payment System should process a payment request only once.

D.

Payment System and Middleware should automatically retry requests.

Given the diagram below, a Salesforce org, middleware, and Historical data store (with

20million records and growing) exists with connectivity between them

Historical records are archived from Salesforce and moved toHistorical Data store (which

houses 20M records and growing; fine-tuned to be performant with search queries).

Call center agents use Salesforce, when reviewing occasional special cases, have requested

access to view the related historical case items thatrelate to submit cases.

Which mechanism and patterns are recommended to maximize declarative configuration?

A.

Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Objectalongside with the Case object.

B.

C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.

C.

Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object

D.

Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.

Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?

Choose 3 answers

A.

Inability to query event messages using SOQL

B.

Subscribe to an AssetToken Event streamto monitor OAuth2.0 authentication activity. C

C.

Inability to create a Lightning record page for platform events.

D.

When you delete an event definition, it's permanently removed and can't be restored.

E.

You can use Event Monitoring to track user activity, such as logins and running reports.

An integration architect has been tasked with integrating Salesforce with an on-premises system. Due to some established policies, this system must remain on-premises.

What should the integration architect use to build a solutionfor this requirement?

A.

Use Salesforce Connect if the database supports Open Database Connectivity (ODBC).

B.

Use Heroku Connect if the data is hosted in Heroku.

C.

Use Salesforce Connect If the database supports Open Data Protocol (OData).

Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details. However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce,an order must be created in the remote system, which manages the orders life cylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.

Which integration pattern shouldbe used for this business use case?

A.

Remote Call In

B.

Request and Reply

C.

Fire and Forget

D.

Batch Data Synchronization

Universal containers are planning to implement Salesforce as their CRM system. Currently

they have the following systems

1. Leads are managed in a Marketing System.

2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.

3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM

system is expected to provide Sales and Support people the ability to have a single view of their

customers and manage their contacts, emails and activities in Salesforce CRM.

What should an Integration Consultant consider to support the proposed CRM system strategy?

A.

Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.

B.

Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.

C.

Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.

D.

Propose a middleware system that can support interface between systems with Salesforce.

NorthernTrail Outfitters needs to send order and line items directly to an existing finance application webservicewhen an order if fulfilled. It is critical that each

order reach the finance application exactly once for accurate invoicing.

What solution should anarchitect propose?

A.

Trigger invokes Queueable Apex method, with custom error handling process.

B.

Triggermakes @future Apex method, with custom error handling process.

C.

Button press invokes synchronous callout, with user handling retries in case of error

D.

Outbound Messaging, which will automatically handle error retries to the service.

Northern Trail Outfitters is planning to create anative employee facing mobile app with the look and feel of Salesforce's Lighting Experience. The mobile ap needs to integrate with their Salesforce org.

Which Salesforce API should be used to implement this integration?

A.

Streaming API

B.

REST API

C.

Connect REST API

D.

User InterfaceAPI

A new Salesforce program has the followinghigh level abstract requirement: Business

processes executed on Salesforce require data updates between the internal systems and Salesforce Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integrationarchitecture needs of the program?

Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?

Choose 3 answers

A.

Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.

B.

Integration skills, SME availability and Program Governance details.

C.

Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.

D.

Integration Style Process based, Data based, Virtual integration.E Core functional and non-functional requirements for User Experience design, Encryption needs, Community, and license choices.

Universal Containers (UC) is a global financial company. UC support agents would like

to open bank accounts on the spot for a customer who is inquiring ab UC products.

During opening the bank account process, the agents execute credit checks for the customers

through external agencies. At a given time, up to 30 concurrent rewill be using the service for

performing credit checks for customers.

What error handling mechanisms should be built to display an error to the agent when the credit

verification process failed?

A.

In case the verification process is down, Use mock service to send the response to the agent.

B.

Handle verification process error in the Verification Webservice API in case there isa connection issue to the Webservice if it responds with an error.

C.

Handle integration errors in the middleware in case the verification process is down, then the middleware should retry processing the request multiple times.

D.

In case the verification process is down, use fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online.