Integration-Architecture-Designer Premium Bundle

Integration-Architecture-Designer Premium Bundle

Salesforce Certified Integration Architecture Designer (SP19) Certification Exam

4.5 
(49185 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
May 20, 2024Last update

Salesforce Integration-Architecture-Designer Free Practice Questions

100% Correct of Integration-Architecture-Designer exam fees materials and cram for Salesforce certification for customers, Real Success Guaranteed with Updated Integration-Architecture-Designer pdf dumps vce Materials. 100% PASS Salesforce Certified Integration Architecture Designer (SP19) exam Today!

Online Salesforce Integration-Architecture-Designer free dumps demo Below:

NEW QUESTION 1
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 2
What are three capabilities of Salesforce to Salesforce(S2S)? Choose 3 answers

  • A. Share reports and dashboards between Salesforce orgs.
  • B. Automatically publish data from the publisher org.
  • C. Manually consume data into the consumer org.
  • D. Integrate data between Salesforce orgs via pre-built web service adapters.
  • E. Publish data from the publisher's Account object to the consumer's Customer c objec

Answer: BCE

NEW QUESTION 3
Universal Containers wants to gather information from a third-party application to update shipping information for an order inside Salesforce. A salesperson could trigger an update and the user interface would refresh with the current status.
Which are two recommended options for this when utilizing a Remote Process Invocation-Request and Reply pattern?

  • A. A batch Apex job that performs an Apex SOAD or HTTP callout in a synchronous manner.
  • B. A custom Visualforce page or button that initiates an Apex REST callout in a synchronous manner.
  • C. A custom Visualforce page or button that initiates an Apex SOAP callout in a synchronous manner.
  • D. A trigger that's invoked from Salesforce Data changes, performs and Apex SOAP in a synchronous manner

Answer: BC

NEW QUESTION 4
Universal Containers (UC) has Wave Analytics in their Salesforce org. UC has expertise and access to the Dell boomi ETL tool. UC would like to get all leads and opportunities from the org and data from a few other Marketing tools to a Wave instance for enhanced analysis.
What is the recommended solution to set up the data process?

  • A. Dell boomi for data from Salesforce and data from other sources.
  • B. Wave Data flow for Salesforce data and Dell boomi for data from other sources.
  • C. Export data from all sources into Excel and use Wave connector to import data.
  • D. Use Wave data flow for Salesforce data and data from other source

Answer: B

NEW QUESTION 5
Universal containers is building an integration between their instance of Salesforce and their business partner's fulfillment systems, the security officer would like to ensure that only the authorized data for each business partner is accessible across all interfaces.
How should the architect ensure this requirement is met?

  • A. provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data.
  • B. Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data.
  • C. Provide each business partner their own username/password with an Apex custom web service to filter the data appropriately.
  • D. Provide each business partner their own username/password with a shared integration profile provisioned to the appropriate data.

Answer: B

NEW QUESTION 6
Universal Containers (UC) is working with multiple partners to get lists of leads into the Lead aggregation system. These leads are imported into Salesforce as parot of a daily batch integration through the ETL tool. UC observed that may times, leads are duplicated, as they are sourced from different partners.
Which two options should an Architect recommend to improve data quality?

  • A. Extract Salesforce lead data into a staging table and use ETL to de-duplicate.
  • B. Create a custom web service to identify duplicate leads and load.
  • C. Design an ETL job to eliminate duplicates from the lead aggregation system.
  • D. Use duplicate management rules on Lead to report duplicate record

Answer: CD

NEW QUESTION 7
Universal Containers (UC) has an existing web-based application that a group of employees use on a regular basis. These employees often have Salesforce and the web-based application open and find themselves manually moving the data between both. UC would like the two systems to be integrated so that the employees will see all the data in one screen without the need for manually updating the data.
What integration pattern can help accomplish this requirement?

  • A. Use the Force.com canvas framework to embed the external application into Salesforce.
  • B. Use Steaming API to create a push topic to send the message to the external system asynchronously.
  • C. Use Rest API to pull data from Salesforce and update the external applicatio

Answer: A

NEW QUESTION 8
Universal Containers sells its products online using a system built on Force.com sites. The orders are captures and processed in Salesforce. the company uses an external marketing system and would like to make use of the customer data captured in Salesforce.The marketing system has REST API that can be used to push data into it.
Which three options should a Technical Architect consider that do not require building custom web services on the marketing system?
Choose 3 answers

  • A. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.
  • B. Use Apex callout to send customer data from Salesforce to the marketing system
  • C. Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.
  • D. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.
  • E. Use outbound messages to send customer data from Salesforce to the marketing syste

Answer: ABE

NEW QUESTION 9
Universal Containers (UC) has third-party MDM database which is responsible for maintaining the data for Customer and Contacts information for its organization. UC wants to keep this information
up-to-date in Salesforce so that the information is as current as possible. UC wants to provide bidirectional synchronization of the data between the MDM and Salesforce.
What is the recommended approach to solving this problem?

  • A. Create a VisualForce page for Accounts/Contacts that will pull the data from MDM, display it, andsend any changes from Salesforce.
  • B. Implement a third-party middleware tool to maintain the synchronization between Salesforce and the MDM database as they occur.
  • C. Create a Batch process that runs every 5 minutes to pull the changes from MDM and any updates from Salesforce.
  • D. Modify the MDM database application to send and receive updates to and from Salesforce via REST or SOAP as they occur.

Answer: B

NEW QUESTION 10
Universal Containers has a homegrown application that polls Salesforce using SOAP API every 2 minutes to obtain newly created case information. This causes both performance issues and API usage limits to be exceeded.
What should an Architect recommend to improve performance and optimum use the API limits?

  • A. Use an Apex callout to identify new case records and send them to the client.
  • B. Use Streaming API to publish new case records to a push topic and subscribe to it.
  • C. Use Generic Streaming to send push notifications of case creation events to the client.
  • D. Use REST API to identify new case records in Salesforce every 15 minute

Answer: B

NEW QUESTION 11
Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours.
Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages?
Choose 2 answers

  • A. Out-of-order deliver
  • B. B.Duplicate messages
  • C. Orphaned Requests
  • D. Exceeding Governor Limit

Answer: BD

NEW QUESTION 12
Universal Containers has a requirement for users of a Validation page to be notified of data updates from Salesforce as well as message from other systems in real time.
Which three approaches should be considered when selecting the correct API? Choose 3 answers

  • A. REST API to continuously poll Salesforce for updates to records.
  • B. Generic Streaming API to support notifications coming from other systems.
  • C. Streaming API to support push notifications to users on mobile devices using Salesforce1.
  • D. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.
  • E. Streaming API to support real-time data updates by other users within Salesforc

Answer: CDE

NEW QUESTION 13
Universal Containers needs to send order details to the ERP system using an Apex callout to a REST API via HTTPS. The client has concerns with the integration's security and insists that such order details should be transmitted securely.
Which two approaches should be used to ensure secure transmission of data from Salesforce to the ERP's REST API?

  • A. The REST API should be SSLO enabled with a CA-signed certificate.
  • B. The order details should be passed in a URL parameter in the REST API endpoint.
  • C. The REST API should be SSL enabled with a Salesforce client certificate.
  • D. The order details should be passed in the body of the REST API callou

Answer: AD

NEW QUESTION 14
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 15
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 standardizatio

Answer: A

NEW QUESTION 16
Which two approaches should an Integration Architect recommend to allow access to on-premise systems by Salesforce?
Choose 2 answers

  • A. Place the systems in aDMZ.
  • B. Whitelist Salesforce IPs on the firewall.
  • C. Utilize two-way(mutual) SSL
  • D. Whitelist the corporate IPS in Salesforc

Answer: BC

NEW QUESTION 17
Universal Containers would like to use a hard-coded username/password/security token of a user with a System Administrator profile to integrate its back-end system to Salesforce for inbound API calls.
Which two security issues are associated with this approach.

  • A. All back-end systems get uncontrolled access to any data within the Salesforce environment.
  • B. Unintended password resets will cause the integration to stop working and disrupt business processes.
  • C. Apex web services can executive with system privileges with such Salesforce credentials.
  • D. Unsecure storage of the credentials may result in hackers gaining unauthorized access to Salesforce.

Answer: AD

NEW QUESTION 18
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 19
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 ERP.
  • D. Use Salesforce connect to write service data into UC's ERP syste

Answer: CD

NEW QUESTION 20
Universal Containers (UC) is planning to roll out a new Force.com app to a regional business unit. UC has partial copy and a full sandbox available for deployment. UC's Architect has been asked to design an environment strategy for integration testing and performance testing, as well as user acceptance testing.
What is the recommended use of available sandbox types that an Architect should consider?

  • A. Use the partial copy for performance testing and full sandbox for integration and user acceptance testing.
  • B. Use the full sandbox for performance and user acceptance testing and the partial copy for integration testing.
  • C. Use the full sandbox for integration testing and the partial copy for user acceptance and performance testing.
  • D. Use the full sandbox for user acceptance testing and use the partial copy for integration and performance testing.

Answer: B

NEW QUESTION 21
Universal Containers (UC) uses several systems as part of their enterprise system landscape, including Salesforce and an ERP system. Salesforce is the master system for CRM data, such as Accounts and Opportunities. The ERP system is the master system for customer orders, shipping, and billing information. As part of their business process flow, when an order is created in the ERP system, it also needs to be created in Salesforce in real time.
Which two options should UC consider to ensure duplicate Orders are not created in Salesforce?

  • A. Use outbound messaging to send a unique message ID to the ERP system.
  • B. Use the upsert() function instead of create() to prevent the creation of unwanted duplicate records.
  • C. Use a middleware tool to handle the responsibility for managing multiple duplicate calls.
  • D. Customize the Apex web service REST call to send a unique message ID to the ERP syste

Answer: BC

NEW QUESTION 22
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 23
......

Thanks for reading the newest Integration-Architecture-Designer exam dumps! We recommend you to try the PREMIUM Surepassexam Integration-Architecture-Designer dumps in VCE and PDF here: https://www.surepassexam.com/Integration-Architecture-Designer-exam-dumps.html (141 Q&As Dumps)


START Integration-Architecture-Designer EXAM