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

Universal containers has built an integration module to pull customer support tickets out of various systems and push them to salesforce ascases. The integration was implemented using Salesforce SOAP API with batch size 200, and the jobs are scheduled to run every 30 minutes to make sure a job completes before the next job starts. After going Live, they found that jobs are failing occasionally due to a "Max CPU time exceeded" error thrown from a trigger on the case. Reducing the batch size to 100 would resolve the issue, but the jobs would then take an average of 35 minutes to run. Which two options should be considered to resolve the issue and make sure a job completes before the next one starts? Choose 2 answers

A.

No change to API options, and move the trigger code into a future method.

B.

No change to API options, and move the trigger code into a Queuetable apex

C.

Bulk API with serial option and batch size 100, and no code changes

D.

Bulk API with parallel option and batch size 100, and no code changes.

Which two statements are correct about External ID? Choose 2 answers

A.

External IDs must be Text fields

B.

External IDs are always searchable

C.

External IDs fields are always unique

D.

External IDs can be used to upsert records

Universal containers has an integration that runs nightly to update the product(product2) object in Salesforce with updated product availability for over 500,000 products. Occasionally(less than 1 time per month) a product record fails to update due to a data validation issue that cannot be predicted in advance. How should universal Containers monitor this nightly batch import of data into Salesforce so that any error can be corrected promptly?

A.

Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.

B.

Configure Salesforce to email an administrator when Bulk API batches fail.

C.

Monitor the Bulk Data Load Jobs page daily for failed batches

D.

Configure the ETLmiddleware to notify an administrator via email when a record update fails.

Universal Containers has two integrations to Salesforce; System A requires read-only accessto all Opportunity data while System B requires read-write access to all Accounts. Which approach ensures compliance with the principal of least priviledge?

A.

Utilize a single "Integration User" with the "Modify All data" profile setting enabled so thatall integrations always have access to all data.

B.

Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.

C.

Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.

D.

Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.

Universal Containers(UC) has a legacy application that tracks customer order status once theorder has been sent to the fulfillment department this legacy application does not easily provide an API to integrate with Customer service reps need to be able t access the data from within Sales force and cannot be given separate logins to the application, UC does not have single-sign-on enabled. How should an architect solve this problem?

A.

Leverage canvas to display the legacy application within Salesforce.

B.

use the Streaming API to receive order updates in real time.

C.

Migrate the legacy application to Heroku and Integrate the database.

D.

Create a web-tab in Salesforce directly to the legacy application.

Universal containers has complex data transformation, error handling and process automation requirements as part of their integration strategy. What technology should an Architectrecommend in order to minimize Salesforce code customizations?

A.

Data Loader

B.

Canvas

C.

Process Builder

D.

Middleware

Universal Containers would like to display data from an external system inside of Salesforce, and has chosen not to enable lightning Experience. They do not need the data for any other purposes within Salesforce. Which approach should an Integration Architect recommend that matches the Salesforce UI? Choose 2 answers

A.

An iFrame embedding a custom .Net application that displays data from the other systems.

B.

Acustom visualforce page with a controller thats calls-out to the other systems.

C.

A custom Visualforce page with client- side calls out to the other systems.

D.

A middleware orchestration to continuously persist data from other systems into Salesforce.

Universal Containers has built an integration using theSOAP API to load records from a back-office system into Salesforce. The records created in the back-office system must be loaded into Salesforce in almost real time, so a custommodule was written to identify CRUD events in the back-office system and perform sync with Salesforce. UC has several other systems that integrate with Salesforce through the SOAP API using separate integration users. What is a risk involved with this sort of integration?

A.

Too many concurrent sessions

B.

Reaching an API call limit.

C.

Reaching a logins per Day limit.

D.

Too many record-lock errors

What are two benefits of named credentials? Choose 2 answers

A.

They simplify utilizing oAuth for Apex callouts.

B.

They Secure integrations to Salesforce from other systems.

C.

They enforce secure communication to external systems

D.

They securely store credentials in a maintainable way.

What are three capabilities of Salesforce to Salesforce(S2S)? Choose 3 answers

A.

Share reports and dashboards between Salesforceorgs.

B.

Automatically publish data from the publisher org.

C.

Manually consume data into the consumer org.

D.

Integrate data between Salesforce orgs via pre-built web service adapters.

E.

Publish data from the publisher's Account object to the consumer'sCustomer__c object.