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

What are three capabilities of Salesforce Lightning Connect? Choose 3 answers.

A.

Write to OData - Compliant data sources without APEX.

B.

Read from OData - Compliant data sources without APEX.

C.

Associate external object records to Salesforce Account records.

D.

Write triggers and workflows on external objects.

E.

Write SOQL queries on external object.

Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials. Which two methods should the architect consider in order to protect these credentials? Choose 2 answers

A.

Utilize named credentials to store the username/password of the web service end post.

B.

Utilize a custom object with an encrypted text field to store the username/password of the web service end point.

C.

Utilize protected custom settings to store the username/password of the web service end point.

D.

Store the username/password directly in the Apex class that will be obfuscated in the managed package.

What are two scenarios that utilize the chatter REST API? Choose 2 answers

A.

When integrating chatter into custom mobile apps.

B.

When migrating Opportunity data.

C.

When uploading large files.

D.

When posting status updates to social media.

Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool. How should calls to a custom Apex web service be secured?

A.

VPN

B.

Two-way SSL

C.

Profile Security

D.

IP Whitelisting

Universal Containers has a SOAP-based integration that runs nightly to update the Product(Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is a green-screen ERP that must be takenoffline to produce nightly production reports, such as the inventory availability report used for this integration. The integration is performing very slowly and does not complete within the allocated four-hour time slot. What three recommendations might aTechnical Architect make to resolve this issue? Choose 3 answers

A.

Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.

B.

Store the Salesforce Product ID in the source system to eliminate the needfor External IDs and UPSERT API calls.

C.

Pre-process the data to avoid the need for workflow rules or triggers

D.

Use the Bulk API UPDATE or UPSERT records more efficiently.

E.

Contact Salesforce support to request that they turn off record locking on theProduct2 object.