What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?

What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?
A . Visualforce
B . Custom Web Tab
C . Canvas
D . Lightning Component

Answer: C

What is the recommended security approach to satisfy this requirement?

Universal Containers has a custom Salesforce UI that is used by all users to check on a container’s status. This check is done via an integration to its back-end system which all users have access to. However, some users have a higher privilege access into that back-end system, which allows them to retrieve more details in the same container status check. Those users would like the same Salesforce UI to recognize their higher privilege access and display those extra details for them, but without allowing all users to see the same level of details.

What is the recommended security approach to satisfy this requirement?
A . Named credential set with "per-user" identify type to control the Apex callout.
B . Custom permission to control the Apex callout to retrieve different levels of details.
C . Hierarchical custom setting to store back-end system user credentials and referenced in the Apex callout.
D . Permission set to identify users with higher-level privileges in order to control the Apex callout.

Answer: A

Which two options are recommended to achieve the desired functionality?

Universal Containers (UC) manages all of their customer information on the Sales Cloud. UC would like to view real-time order information from their ERP system, and also update the ERP system with service information from Salesforce that relates to the orders. UC’s ERP system supports OData 4.0.

Which two options are recommended to achieve the desired functionality?
A . Set up data replication for order and service data syncing.
B . Use an Apex callout to look up order information on the ERP system.
C . Use Salesforce connect for looking up order information from ER
E . Use Salesforce connect to write service data into UC’s ERP system.

Answer: C,D

What Salesforce technology best fulfills this requirement?

Universal Containers has a customer setup process that relies on external database to send customers welcome & registration emails. When a customer contacts Universal containers via phone they need to receive the welcome email shortly following the conversation with the UC representative. Universal containers representatives work exclusively in Salesforce and any new customer contacts are created in Salesforce by the representative. The external database exposes a SOAP API for integration with other applications.

What Salesforce technology best fulfills this requirement?
A . Write a nightly batch synchronization to send customer information to the external database.
B . Write an outbound message to send customer Information to an ES
D . Write an outbound message to send customer Information to the external database.
E . Write a trigger with an @future method to send customer Information to the external database

Answer: C

What two possible strategies should the architect consider?

Universal containers utilizes the REST API to update the multiple Salesforce objects in real time based upon changes from their ERP system. They recently started encountering API Limits and have consulted the Integration Architect on possible solutions.

What two possible strategies should the architect consider? Choose 2 answers
A . Migrate the integration to the partner WSDL to support 200 DML operations in a single API call.
B . Migrate the integration to the Bulk API which does not count towards the API limits.
C . Utilize the REST API batch URI to consolidate 100 DML operations into single API call.
D . Utilize workflow outbound messaging which does not count towards the API limits.

Answer: B,C

What should an Architect recommend?

Universal Containers (UC) has multiple orgs with Sales and Service Cloud implementation to support different lines of business. UC is planning to consolidate Salesforce orgs to benefit from a 360-degree view of the customer based on revenue, support requests, and contracts.

What should an Architect recommend?
A . Use staging tables with an ETL tool for data cleaning and standardization.
B . Use a custom REST service for data cleaning and standardization.
C . Use a custom SOAP service for data cleaning and standardization.
D . Use standard SOAP API for data cleaning and standardization.

Answer: A

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

What are three capabilities of Salesforce Lightning Connect? Choose 3 answers.
A . Write to OData – Compliant data sources without APE
C . Read from OData – Compliant data sources without APE
E . Associate external object records to Salesforce Account records.
F . Write triggers and workflows on external objects.
G . Write SOQL queries on external object.

Answer: B,C,E

Which two recommended steps can be done to prevent this looping issue?

Universal Containers (UC) sends Order data to an external ERP system via ESB. UC sends an outbound message on update or Order to ESB. Once ESB completes creating the Order in the back-end ERP, it send back the Order with the Order Number from the ERP. During development, UC is experiencing an issue. When the Order is updated by ESB, it again fires a workflow rule that sends the outbound message again.

Which two recommended steps can be done to prevent this looping issue?
A . Write an Apex trigger to send an outbound message to ES
C . Update workflow rule conditions to exclude the ERP Order Number field update.
D . Update workflow rule conditions to exclude the Integration User.
E . Update the outbound message to exclude the Integration User.
F . Update workflow rule conditions to exclude the ERP Order Number field update.

Answer: C

What capability should an Integration Architect consider if there is a need to synchronize data changed in Salesforce to a 3rd party with a JSON-based API endpoint?

What capability should an Integration Architect consider if there is a need to synchronize data changed in Salesforce to a 3rd party with a JSON-based API endpoint?
A . Use an outbound Message with the record’s data.
B . Use lightning connect to save the data to an external object.
C . Use an Apex class to perform the REST callout asynchronously.
D . use the REST API with the content-Type headerset to "JSO
E . "

Answer: C