Universal Containers has multiple Salesforce orgs as a result of a number of acquisitions over time. They decide to let the subsidiaries continue using their own orgs but would like to streamline their lead processing. They identified one org that would act as a gateway to receiveall the leads for the group and then distribute them to subsidiary orgs based on lead type. Changes to lead status in subsidiary orgs must be reflected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution. What limitation ofSalesforce-to-Salesforce must be considered to ensure searchless two-way integration?
A. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
B. Salesforce-to-Salesforce has a limit on number of records shared between systems.
C. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.
D. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
Universal Containers decided to use Salesforce Sales Cloud for their sales processes. Won Opportuinities must be sent to an external source for Order fulfillment. All lint items must also be sent, along with opportunities. The ERP system has SOAP based web services orders. UC chose to use Apex callouts. Which two design trade-offs must be taken into account when using Apex callouts to SOAP base web services? Choose 2 answers
A. Too many callouts resulting in exceeding the daily limit for number of callouts.
B. Code changesmay be required following upgrades to the ERP system.
C. DML operations are not allowed right after Apex callouts.
D. Appropriate error handling to retry failed messages.
Universal containers has a simple co -premise web app that is unauthenticated. What capability should an integration Architect recommend to make the app accessible from within Salesforce?
A. Apex callout
B. Visualforce
C. Custom Web tab
D. Lightning connect
Universal containers has an ERP application where all customer orders are stored. There are millions of customer orders stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order informationmay house personally identifiable information that, due to company policy, can only be stored in ERP. Universal Containers would like the five most recent orders displayed on the account page in Salesforce. How should an architect design this requirement considering both security and scalability?
A. Leverage the REST API to receive orders from the ERP system as they are created.
B. Leverage Salesforce Lightning Connect to display order information in Salesforce.
C. write an outboundmessage to receive orders from ERP system as they are created.
D. Build a scheduled ETL job to sync all customer order history in the orders object.
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
A system at Universal Containers needs to retrieve opportunity details(including line items and opportunity learn) and then update the opportunity with new information in real time, as one atomic operation. What approach should an architect recommend that conserves API limits?
A. Use a publisher action to update the data and callback to the other system.
B. Use the generic streaming API to publish changes and listen for updates.
C. Use the SOAP API to upsert the data. The API will then return all opportunity details.
D. Use a custom Apex class with a webservice method that performs both actions.
When making an Apex callout, what approach should an Integration Architect recommend for securely transporting sensitive data from Salesforce over an unsecure network connection?
A. Base64 encode the data before performing the call out from Apex.
B. Encrypt the data with a shared key before performing the Apex callout.
C. Use platform Encryption to secure the data before transporting.
D. Salesforce automatically secures all data transmissions to external systems.
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.
What should an integration Architect consider when building a visulaforce page that makes client-side callouts to multiple domains that may violate the browser's same-origin policy? Choose 2 answers
A. Setup CORS to whitelistall domains that the client scripts communicate with.
B. utilize the canvas SDK to perform the callouts.
C. Ensure each javascript resource communicates only with its origin.
D. Set up Remote site settings for all domains that the client scripts communicate with.
Universal Containers has decided that acquisition of other companies will be akey focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customerservice agents must be able to see up-to-date order status from all ERP systems. What recommendation should a technical Architect make to minimize complexity during new acquisitions?
A. Use custom Linksto direct users to the appropriate ERP system to vieworder status.
B. Build all Integrations as nightly ETL batches to minimize real-time overhead.
C. Leverage Apex callouts to integrate directly with acquired applications.
D. Use an ESB to abstract the Salesforce integration from other enterprise applications.
Page 2 out of 9 Pages |
Previous |