Question 41

Universal Containers is using the enterprise WSDL to integrate their financial system to salesforce, while reading y=the release notes for the upcoming salesforce release the architect discovers a new object will be added to the salesforce data model that would be beneficial for the financial system integration.
What two actions should the architect take to ensure the new object will be available to the financial system integration?
Choose 2 answers
  • Question 42

    Northern Trail Outfitters is in the final stages of merging two Salesforce orgs but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms.
    The sales department has requested that new leads are available in the new Salesforce instan within 30 minutes.
    Which two approaches will require the least amount of development effort?
    Choose 2 answers
  • Question 43

    Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforceorgs within the company. The package needs to call into a custor Apex REST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.
    Which three items should an architect recommend to secure the integration in the package?Choose 3 answers
  • Question 44

    Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call into a custor Apex REST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.
    Which three items should an architect recommend to secure the integration in the package?
    Choose 3 answers
  • Question 45

    A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls.

    The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
    1. Log every call's start and finish date and time to a central analytics data store.
    2. Compute response time uniformly as the difference between the start and finish date and time - A to H in the diagram.
    Which computation represents the end-to-end response time from the user's perspective?