Integration-Architecture-Designer Exam - Salesforce Certified Integration Architecture Designer (SP19)

certleader.com

Master the Integration-Architecture-Designer Salesforce Certified Integration Architecture Designer (SP19) content and be ready for exam day success quickly with this Certleader Integration-Architecture-Designer exam cram. We guarantee it!We make it a reality and give you real Integration-Architecture-Designer questions in our Salesforce Integration-Architecture-Designer braindumps.Latest 100% VALID Salesforce Integration-Architecture-Designer Exam Questions Dumps at below page. You can use our Salesforce Integration-Architecture-Designer braindumps and pass your exam.

Free Integration-Architecture-Designer Demo Online For Salesforce Certifitcation:

NEW QUESTION 1
Universal Containers is building an integration between Salesforce and their Accounting system. The integration will utilize outbound messaging with call back pattern to Salesforce. The security officer would like to understand the authentication solution.
What are the three ways that the call back can authenticate itself to Salesforce? Choose 3 answers

  • A. Utilize the Enterprise WSDL login() operation to obtain a new session ID.
  • B. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.
  • C. Utilize the REST API login() operation to obtain a new session ID
  • D. Utilize the session ID contained within the outbound message notification as the authorization header.
  • E. Utilize the partner WSDL with oAuth to obtain a valid oAuth token for the session I

Answer: ACD

NEW QUESTION 2
What are the three capabilities of the Bulk API? Choose 3 answers

  • A. process multiple batch jobs asynchronously
  • B. Process multiple batch jobs synchronously
  • C. Roll back all transactions within a batch of 10000 records
  • D. Monitor job status via the API.
  • E. Monitor job status via the Web U

Answer: ADE

NEW QUESTION 3
Universal Containers is replacing a home-grown CRM system. Currently, a .Net application runs a batch process to query the CRM system nightly and create a CSV file that is picked up via SFTP and loaded to a SQL database.
What technology should an architect use to minimize custom development when replacing the CRM
system with Salesforce?

  • A. Outbound messaging
  • B. APEX Batch
  • C. APEX Callout
  • D. Middleware

Answer: D

NEW QUESTION 4
Universal Containers has a requirement to update the Salesforce Account object any time the corresponding account is updated within their financial system.
Which three Salesforce capabilities should the Architect consider?

  • A. Partner WSDL because of a requirement to utilize SOAP-based web services.
  • B. Partner WSDL because of a requirement to dynamically inspect field names during runtime.
  • C. Streaming API because of a requirement to dynamically inspect field names during runtime.
  • D. Enterprise WSDL because of a requirement to utilize SOAP-based services
  • E. Partner WSDL because of a requirement to utilize REST-based web services

Answer: ABD

NEW QUESTION 5
UC leverages external MDM as the customer master. When an agent creates or updates an account in Salesforce, it must be created/updated in MDM before it is saved in Salesforce. Sales users should be allowed to navigate to other pages while the account record is saved.
What is the recommended approach?

  • A. Make an @future callout to MDM from a trigger with page refresh using Action region.
  • B. Make a continuation callout from VF page controller with page refresh using Action poller.
  • C. Make an asynchronous callout from VF page controller with page refresh using Action region.
  • D. Make a synchronous callout from VF page controller with page refresh using Action regio

Answer: B

NEW QUESTION 6
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

Answer: B

NEW QUESTION 7
Universal Containers is planning to develop a native mobile app for their employees to interact with Salesforce.
Which two options should the Architect recommend?

  • A. Leverage Identity Product
  • B. Leverage SOAP API
  • C. Leverage Message Queue Product
  • D. Leverage REST API
  • E. Leverage Identity Product

Answer: D

NEW QUESTION 8
UC leverages customer MDM as a source of truth. The requirement is to dedupe and store any account or contact created in MDM before the same is created in Salesforce. This ensures data is clean and not duplicated in Salesforce. During peak season, users experience a "Concurrent Request Limit Exceeded" error.
What is the recommended solution?

  • A. Invoke a continuation callout to MDM from a VF Page controller.
  • B. Invoke a continuation callout to MDM from a before insert trigger.
  • C. Invoke a continuation callout to MDM from a VF Page JavaScript.
  • D. Invoke a continuation callout to MDM from a VF Page @future cal

Answer: A

NEW QUESTION 9
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

  • A. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.
  • B. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
  • C. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
  • D. igrate to the metadata API to download the new salesforce sObject definition into the financial system integration.

Answer: AD

NEW QUESTION 10
Universal Containers (UC) uses Salesforce to create and manager accounts and opportunities. With Salesforce being the master of records, the opportunities on existing accounts are required to be updated with product usage statistics from an on-premise usage tracking system that is capable of participating in contract-first integration.
Which three steps should the Integration Architect consider given that UC does not want any custom
development in Salesforce?

  • A. Create a Workflow outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system.
  • B. Use a REST API callback to update the Opportunity record with the product usage data from the remote system.
  • C. Create a Process Builder outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system.
  • D. Use a SOAP API callback to update the Opportunity record with the product usage data from the remote system.
  • E. Generate a partner WSDL in Salesforce and provide it to the remote system to create a client stu

Answer: ADE

NEW QUESTION 11
Universal Containers would like to display data from an external system inside of Salesforce, and has chosen not to enable lightning Experience. They do not need the data for any other purposes within Salesforce.
Which approach should an Integration Architect recommend that matches the Salesforce UI? Choose 2 answers

  • A. An iFrame embedding a custom .Net application that displays data from the other systems.
  • B. A custom visualforce page with a controller thats calls-out to the other systems.
  • C. A custom Visualforce page with client- side calls out to the other systems.
  • D. A middleware orchestration to continuously persist data from other systems into Salesforc

Answer: AB

NEW QUESTION 12
Universal containers is hearing complaints from users that recently released changes while they meet the functional requirements are not actually usable and/or do not meet their expectations for user experience for example, a Visualforce page that takes too long to display the first page of data. Which two types of testing should a technical Architect implement to reduce or eliminate the complaint?
Choose 2 answers

  • A. user Acceptance Testing
  • B. Unit Testing
  • C. Regression Testing
  • D. Performance testing

Answer: AD

NEW QUESTION 13
Universal containers has an integration that runs nightly to update the product(product2) object in Salesforce with updated product availability for over 500,000 products. Occasionally(less than 1 time per month) a product record fails to update due to a data validation issue that cannot be predicted in advance.
How should universal Containers monitor this nightly batch import of data into Salesforce so that any error can be corrected promptly?

  • A. Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.
  • B. Configure Salesforce to email an administrator when Bulk API batches fail.
  • C. Monitor the Bulk Data Load Jobs page daily for failed batches
  • D. Configure the ETL middleware to notify an administrator via email when a record update fail

Answer: C

NEW QUESTION 14
Universal Containers is integrating their Salesforce platform with their on-premise ERP system. As part of the test class design DML operations are to be performed before making the test callout. What capability does Salesforce provides to facilitate this?

  • A. Perform the DML operation within the Test.StartTest and Test.Stop Test and make the callout within Test.StartTest and Test.StopTest block.
  • B. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout with the Test.StartTest and Test.StopTest block.
  • C. Perform the DML operation inside the Test.StartTest and Test.Stop Test and make the callout outside the Test.StartTest and Test.Stop Test block.
  • D. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout outside of the Test.StartTest and Test.StopTest block.

Answer: B

NEW QUESTION 15
Which two statements are correct about External ID? Choose 2 answers

  • A. External IDs must be Text fields
  • B. External IDs are always searchable
  • C. External IDs fields are always unique
  • D. External IDs can be used to upsert records

Answer: BD

NEW QUESTION 16
Universal Containers has decidedthat acquisition of other companies will be a key 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 customer service 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 view order 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 application

Answer: B

NEW QUESTION 17
Universal Containers (UC) has Salesforce integrated with their mainframe system. All the orders placed in Salesforce are sent to the mainframe system in a nightly batch process.
Which two capabilities are required for middleware to support this integration?

  • A. Support for Metadata API
  • B. Extract, transform, and load
  • C. Message queuing
  • D. Synchronous transactions

Answer: BC

NEW QUESTION 18
Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete.
What integration pattern should an architect recommend to ensure minimal throwaway code?

  • A. point-to-point
  • B. Web Mashup
  • C. MiddleWare
  • D. Apex batch Processing

Answer: C

NEW QUESTION 19
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 dat
  • D. The API will then return all opportunity details.
  • E. Use a custom Apex class with a webservice method that performs both actions.

Answer: D

NEW QUESTION 20
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.
Which approach ensures compliance with the principal of least priviledge?

  • A. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
  • B. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
  • C. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
  • D. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.

Answer: C

NEW QUESTION 21
Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records.
While planning for the data migration, what techniques should the Architect recommend to make sure the load go according to schedule?
Choose 2 answers

  • A. Pre-process data that the triggers and workflows can be deactivated.
  • B. Perform a test load using a full Sandbox prior to the Production load.
  • C. Perform loads over a weekend server resource availability.
  • D. Leverage several workstations, loading different objects simultaneousl

Answer: AB

NEW QUESTION 22
......

Recommend!! Get the Full Integration-Architecture-Designer dumps in VCE and PDF From DumpSolutions, Welcome to Download: https://www.dumpsolutions.com/Integration-Architecture-Designer-dumps/ (New 141 Q&As Version)