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.

Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to

synch data from external sources. NTO's Integration Architect has received requirements for a

new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once

complete, 20GB (about 30M records) needs to be extracted to an external auditing system.

What should the architect recommend using to meet these requirements in a day?

A.

Insert using Bulk API 2.0 and query using REST API.

B.

Insert and query using Bulk API 1.0.

C.

Insert using Bulk API 1.0 and query using REST API.

D.

Insert and query using Bulk API 2.0.

An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram & description) and provide recommendations after carefully considering all constraints of theenterprise systems and Salesforce platform limits.

• About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.

• There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).

• These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).

• All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.

Which three recommendations should be made?

Choose 3 answers

A.

ESB (Mule) with cache/state management to return a request ID (or) response if available from external system.

B.

Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.

C.

Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.

D.

When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightningUI to serve 3,000 concurrent users.

E.

Implement a 'Check Update' button that passes a request ID received from ESB (user action needed).

The URL for an external service has been changed without prior notice. The service provides up-to-date money exchange rates that are accessedseveral times from Salesforce and are a Dusiness-critical function for end users.

Which solutions should an integration architect recommend be implemented to minimize potential downtime for users in this situation?

A.

Named Credentials and Content Security Policies

B.

Remote Site Settings and Named Credentials

C.

Enterprise Service Blus (ESB) and Remote Site Settings

A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format.

Which integration capabilities should be used to integrate the two systems?

A.

Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

B.

Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.

C.

Platform Events for Salesforce to Legacy Systemdirection and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

D.

Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.

ION NO: 28

Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applicationsand is planning to include Salesforce as well.

Which Salesforce API should an Integration Architect use tomeet the requirement?

A.

SOAP API

B.

Analytics REST API

C.

Metadata API

D.

Tooling API

Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:

1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.

2. Notification of new and updated Accounts andContacts needs to be sent to 3 external systems.

3. Expose custom business logic to 5 external applications in a highly secure manner.

4. Schedule nightly automated dataflows, recipes and data syncs.

Which set of APIs are recommended in order to meet the requirements?

A.

Bulk API, Chatter REST API, Apex SOAP API, Tooling API

B.

Bulk API, Chatter REST API, Apex REST API, Analytics REST API

C.

Bulk API, Streaming API, Apex REST API, Analytics REST API

D.

Bulk API, Streaming API, Apex SOAP API, Analytics REST API

Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from

an externalsystem with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect

Which two recommendations will help meet the requirements?

Choose 2 answers

A.

Write the errorresponse fromthe Bulk API status to a custom error logging object

in Salesforce using an Apex trigger and create reports on the object.

B.

Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in

the setup menu.

C.

Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu.

D.

Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.

Northern TrailOutfitters has a requirement to encrypt few of widely used standard fields. They also want to be able to use these fields in workflow rules.

Which security solution should an Integration Architect recommend to fulfill the business use case?

A.

CryptographyClass

B.

Data Masking

C.

Classic Encryption

D.

Platform Shield Encryption