Sunday, 5 November 2017

Salesforce Certified Integration Architecture Designer - Spring '17 Release Exam

1 of 5.
A customer has order information in an SAP system and invoice information in a legacy billing system. The customer would like to display the order and the related invoice total amount on a Visualforce page. The customer does not have middleware.

What should the customer consider?

A.
Leverage Salesforce Connect to get the order information and also display the invoice total.
B.
Use a chained queueable job to make a callout to SAP to get the order information first, and if found, make a subsequent call to get the invoice total.
C.
Make two parallel @future callouts at the same time to get the order information and the invoice total.
D.
Make an Apex callout to SAP to get the order header and store it in a custom object. Make another call to query the invoice from the legacy system.


2 of 5.
A customer would like to correct the account geocode address as soon as a new account record is created.

What should an Architect consider in order to accomplish this? 

A.
Geocode check is not available in Salesforce, therefore, leverage an AppExchange app instead.
B.
Leverage data integration rules provided by Data.com to update the geocode information.
C.
Integrate with a Google map API and verify the geocode as soon as the account is created.
D.
Make a callout to an external Address Verification service to check the geocode.


3 of 5.
An Architect is advising a company that uses Service Cloud for its internal customer support team that currently handles inbound and outbound calls. The company would like this team to start interacting with customers through online chat when customers are visiting the company’s e-commerce website.

Which three points should the Architect highlight when discussing using Snap-Ins Chat for this new customer support use case? 

Choose 3 answers

A.
A Salesforce Community or Force.com Site is required.
B.
Snap-Ins Chat supports chat transfer between agents.
C.
A Live Agent license is required.
D.
Snap-Ins Chat can be set up on a public website.
E.
Snap-Ins Chat supports Agent File Transfers.

4 of 5.
A customer wants to implement Open CTI for the Lightning console application.

What is the recommended option to accomplish this?

A.
Leverage the Open CTI API for Lightning Experience within the Lightning console app.
B.
Open CTI is not supported so leverage an AppExchange package.
C.
Wrap the Classic CTI application into a Lightning component.
D.
Open CTI for Classic could be used for Lightning CTI with minor changes to the CTI vendor libraries.

5 of 5.
A multi-org architecture is being considered for a large enterprise company using Salesforce. Each org will be used by small departments and will need to be able to both read and write records when interacting with the other orgs. Setting up External Objects with a cross-org adapter is one of the implementation strategies being discussed.

Which two are considerations that favor using this strategy? 

Choose 2 answers

A.
External Objects allow relationships to be defined between external and local object records.
B.
A cross-org adapter for Salesforce supports writing to External Object records.
C.
Cross-org adapters do not consume API calls on the provider or subscriber orgs.
D.
External Objects support high data volumes in both Classic and Lightning Experience.


No comments:

Post a Comment

Salesforce Certified Sharing and Visibility Designer - Spring '18 Release Exam

1 of 5. An organization uses Enterprise Territory Management to assign Accounts based on geography. In addition, Op...