2026 New Integration-Architecture-Designer Exam Dumps with PDF and VCE Free: https://www.2passeasy.com/dumps/Integration-Architecture-Designer/
Testking offers free demo for Integration-Architecture-Designer exam. "Salesforce Certified Integration Architecture Designer (SP19)", also known as Integration-Architecture-Designer exam, is a Salesforce Certification. This set of posts, Passing the Salesforce Integration-Architecture-Designer exam, will help you answer those questions. The Integration-Architecture-Designer Questions & Answers covers all the knowledge points of the real exam. 100% real Salesforce Integration-Architecture-Designer exams and revised by experts!
Online Integration-Architecture-Designer free questions and answers of New Version:
NEW QUESTION 1
Universal Containers would like to integrate to an external system from Salesforce over a secure channel howeverthe external system does not support HTTP-basic authentication
What approach should an integration Architect recommend that enables the external system to trust the data being received?
- A. Digitally sign the Payload using a private key trusted by the external syste
- B. B.Include a secret passphrase in the payload that is a validated by the external system.
- C. Base64 encode the data to ensure untrusted 3rd parties don't see it.
- D. Utilize a 3rd-party SSO solution to authenticate the sessio
Answer: C
NEW QUESTION 2
Universal Containers send quotes to customers periodically when the customer contract is near
expiration. Quoting is generated by an external quoting engine. The VP recommends that the quotegenerated request should be sent one week prior to the contract expiration. The Quote engine
requires the latest account, contact, and contract information from Salesforce to generate the quote. What is the recommended solution?
- A. A scheduled batch Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
- B. Workflow-initiated alert to the Sales Rep, who will submit a request from a custom controller in a Visualforce page.
- C. Workflow-initiated outbound message with a callback to gather additional information from Salesforce.
- D. Workflow-initiated Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
Answer: A
NEW QUESTION 3
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.
What could be the cause of this issue ?
- A. The trigger is failing Unit Tests that access the new data.
- B. API limits being limited.
- C. Data skew is causing record locking issues on the Oder Share object.
- D. Record locking contention on the parent Accoun
Answer: D
NEW QUESTION 4
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
Answer: C
NEW QUESTION 5
Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time.
Which two integration designs should the architect consider? Choose 2 answers
- A. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.
- B. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.
- C. Utilize workflow outbound messaging, which has a built-in queuing framework.
- D. Utilize an Apex trigger with an @future class to callout to the accounting system after the monthend processing is complete.
Answer: BC
NEW QUESTION 6
Universal Containers has just purchased large volume of contact data from an external vendor. The head of sales would like to use the new data set within the existing production org. The production org currently contains a large volume of contacts.
What should an Architect recommend to prevent data duplication in salesforce?
- A. Load the data into salesforce and then utilize the contact Duplicate Rule feature
- B. Utilize an off-platform de-duplication tool prior to loading.
- C. Create a de-duplication trigger before loading the data.
- D. Utilize a batch apex process to de-duplicate the data after loadin
Answer: B
NEW QUESTION 7
Customer Support Reps at Universal Containers (UC) work on a Case record in Salesforce while talking to a customer on the phone about a piece of machinery they have purchased from UC. This machine is a connected device and sends data packets to UC as the customer presses buttions on the machine.
What integration pattern will allow the support Rep to watch their screen and diagnose problems customer is having in near real-time?
- A. UI Update Based on Data Changes
- B. Remote Process Invocation-Request and Reply
- C. Remote Process Invocation-Fire and Forget
- D. Remote Call-In
Answer: A
NEW QUESTION 8
The Integration Team at Universal Containers is frustrated because the developers keep changing the data model and trigger behaviors during development, resulting in frequent rework and unexpected bugs lade in the development process.
What two recommendations should a Technical Architect make to resolve this issue? Choose 2 answers
- A. Implement a Regression Testing policy to catch issues earlier in the development process.
- B. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
- C. Implement a continuous Integration process to identify issues earlier in the development process.
- D. Encourage code developers and integration developers to work in separate sandboxe
Answer: BC
NEW QUESTION 9
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 10
Universal Containers (UC) has an ERP application where all customer orders are stored. There are millions of customers order stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order information may house personally identifiable information that, due to company policy, can only be stored in ERP. UC 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 Salesforce Connect to display order information in Salesforce.
- B. Write an outbound message to receive orders from ERP system as they are created.
- C. Build a scheduled ETL job to sync all customer order history in the Orders object.
- D. Leverage the REST API to receive orders from the ERP system as they are create
Answer: A
NEW QUESTION 11
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 12
When an opportunity is closed in Salesforce, an order should be created in the back-office SAP system. At the end of the day, Universal Containers allows customers to call back and cancel an order within 24 hours. To cancel an order, the Sales Rep has to set the opportunity status to Open from Closed. The Sales Manager wants all opportunities that changed from Closed to Open to be sent over to the SAP system for order cancellation on nightly basis. Salesforce has a total of 20M opportunities. What is the recommended way to achieve this?
- A. An ETL job to leverage Bulk API to extract modified opportunities.
- B. An ETL job to leverage REST API to extract all opportunities.
- C. An ETL job to leverage SOAP API to extract modified opportunities.
- D. An ETL job to leverage SOAP API to extract all opportunitie
Answer: C
NEW QUESTION 13
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 14
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 15
Universal Containers' Customer Service Managers wants to be automatically notified when a Customer Service Representative successfully closes a case
What is the recommended approach for the Service Manager to be notified in the Salesforce user interface without having to refresh the screen?
- A. Have the user refresh the standard Visaulforce page to see closed case updates by setting up the refresh interval on the browser.
- B. Use a standard Visualforce page and embed JavaScript in the standard Visualforce page to refresh the porting of the standard page layout.
- C. Create a custom Visaulforce page, subscribe to the "closed cases" push topic, and display alerts onscreen.
- D. Create a custom Visualforce page with a custom polling mechanism to poll for closed cases and display alerts on the Visualforce page.
Answer: C
NEW QUESTION 16
Universal containers has complex data transformation, error handling and process automation requirements as part of their integration strategy.
What technology should an Architect recommend in order to minimize Salesforce code customizations?
- A. Data Loader
- B. Canvas
- C. Process Builder
- D. Middleware
Answer: D
NEW QUESTION 17
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 18
What are two benefits of canvas that an Integration Architect should consider when exposing external systems from within Salesforce?
Choose 2 Answers
- A. Canvas can provide authorization information via the signed Request.
- B. The canvas SDK can be used to make an external systems UI look like Salesforce.
- C. Canvas can send data to an external system asynchronously.
- D. Canvas endpoint URLs can be dynamically changed via a Lifecycle Handle
Answer: AD
NEW QUESTION 19
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
NEW QUESTION 20
Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials
Which two methods should the architect consider in order to protect these credentials? Choose 2 answers
- A. Utilize named credentials to store the username/password of the web service end post.
- B. Utilize a custom object with an encrypted text field to store the username/password of the web service end point.
- C. Utilize protected custom settings to store the username/password of the web service end point.
- D. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
Answer: AC
NEW QUESTION 21
When a Sales Rep closes an opportunity in Salesforce, an Order should be created in Universal Containers' SAP system and the Sales Rep should be notified with an order number as soon as possible.
What is the recommended solution?
- A. Apex @ future callout from an update trigger with an opportunity page refresh using Streaming API.
- B. Workflow Outbound message with an email notification on callback from SAP
- C. Apex callout from an update trigger with an opportunity page refresh using Streaming API.
- D. Workflow Outbound message with an email notification on acknowledgement from SAP
Answer: B
NEW QUESTION 22
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 23
Universal Containers has chosen Salesforce Wave as their Analytics Platform. There is a requirement to join data from multiple systems(including Salesforce) to be displayed in a single Wave Lens. What should the Architect recommend?
- A. Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.
- B. Use Data flow to load Salesforce data, and an ETL tool to load other data sets.
- C. Use an ETL tool to join multiple sources and load them into a single data set.
- D. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.
Answer: C
NEW QUESTION 24
......
P.S. Easily pass Integration-Architecture-Designer Exam with 141 Q&As Dumpscollection Dumps & pdf Version, Welcome to Download the Newest Dumpscollection Integration-Architecture-Designer Dumps: http://www.dumpscollection.net/dumps/Integration-Architecture-Designer/ (141 New Questions)