Salesforce Integration-Architecture-Designer Keys 2021

we provide Refined Salesforce Integration-Architecture-Designer practice which are the best for clearing Integration-Architecture-Designer test, and to get certified by Salesforce Salesforce Certified Integration Architecture Designer (SP19). The Integration-Architecture-Designer Questions & Answers covers all the knowledge points of the real Integration-Architecture-Designer exam. Crack your Salesforce Integration-Architecture-Designer Exam with latest dumps, guaranteed!

Salesforce Integration-Architecture-Designer Free Dumps Questions Online, Read and Test Now.

NEW QUESTION 1
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 2
In which three ways can production data be moved into a sandbox for testing purpose?

  • A. Refresh a Full Sandbox.
  • B. Use the metadata API.
  • C. Request a Snapshot from Support
  • D. Refresh a Copy Sandbox.
  • E. use the Apex Data Loade

Answer: ADE

NEW QUESTION 3
Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality.
What type of testing program should a Technical Architect implement to reduce or eliminate this
complaint?

  • A. Performance Testing
  • B. Unit Testing
  • C. Regression Testing
  • D. User Acceptance Testing

Answer: C

NEW QUESTION 4
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 5
Universal Containers has a customer setup process that relies on external database to send customers welcome & registration emails. When a customer contacts Universal containers via phone they need to receive the welcome email shortly following the conversation with the UC representative. Universal containers representatives work exclusively in Salesforce and any new customer contacts are created in Salesforce by the representative. The external database exposes a SOAP API for integration with other applications.
What Salesforce technology best fulfills this requirement?

  • A. Write a nightly batch synchronization to send customer information to the external database.
  • B. Write an outbound message to send customer Information to an ESB.
  • C. Write an outbound message to send customer Information to the external database.
  • D. Write a trigger with an @future method to send customer Information to the external database

Answer: C

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

Answer: A

NEW QUESTION 8
What are two benefits an Integration Architect should consider when recommending web-to-lead? Choose 2 answers

  • A. Web-to-Lead requests have their own limits separate from other APIs.
  • B. Web-to-Lead is a simple way to capture responses to marketing landing pages.
  • C. Web-to-Lead can be utilized for Lead data migrations.
  • D. web-to-Lead can be used to de-duplicate leads during integration

Answer: AB

NEW QUESTION 9
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 10
Universal Containers (UC) wants to start sharing some of the information collected from customers in Salesforce to other systems. UC wants to start sharing some sales data (orders) with a third-party application to help forecast inventory. This is a web application that supports SOAP and REST interfaces to send and receive data.
What is the recommended solution for integrating with this product?

  • A. Create a Submit to Forecast Button on the Order Page to send the data to the Web application via REST.
  • B. Configure an Outbound Message to send a SOAP call via a Workflow rule to the Forecasting application on close.
  • C. Create an APEX trigger that makes the REST callout to the Forecasting application with the data when the deal closes.
  • D. Utilize a third-party ETL tool to synchronize the data from Salesforce to the Forecasting application using the Bulk API.

Answer: A

NEW QUESTION 11
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 12
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 13
Universal Containers (UC) wants to connect their on-premise ERP system to view Order data in Salesforce. UC is considering a solution to integrate the on-premise system using Salesforce Connect via OData.
Which three considerations should an Architect keep in mind when recommending use of Salesforce Connect?

  • A. Customer wants the ability to query external data using Global Search and reports.
  • B. Customer does not want real-time access to the ERP data and is willing to wait for hourly refreshes.
  • C. Customer wants to create a master-detail relationship between Opportunity and the external object.
  • D. Customer needs to query small amounts of data at any time and display using a related list.
  • E. Customer has a large amount of data that they do not want to load into Salesforc

Answer: ADE

NEW QUESTION 14
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 receive all 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 refilected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution.
What limitation of Salesforce-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 relationship

Answer: D

NEW QUESTION 15
Universal Containers has a custom Visualforce page that makes a callout to an external service to show historical sales data from the warehouse. Due to heavy usage and slow response time of the external web service, Salesforce continues to hit the Apex Concurrent limit. Assuming that external web service response time can't be improved,
what changes can be made to the custom Visaualforce page and Apex Controller to avoid hitting the Apex Concurrent limit?

  • A. Use @future annotation to make the HTTP Callout.
  • B. Replace the standard HTTP Callout with Continuation.
  • C. Invoke a Workflow Outbound message from the Apex trigger.
  • D. Set a timeout on the web service HTTP callou

Answer: B

NEW QUESTION 16
Universal Containers leverages Sales Cloud as their sales platform. For every opportunity, three backoffice
systems need to be updated online in parallel under a single transaction, Unit of Work. If an
update to one of the systems fails, a rollback is required for all successful updates in the transaction. Each system exposes different Services for the update and Call to the Services may take more than 10 seconds.
Which two options should an Integration Architect introduce to support this requirement?

  • A. Salesforce Outbound Messaging
  • B. Integration Middleware
  • C. Message-oriented Middleware
  • D. Salesforce Continuatio

Answer: AC

NEW QUESTION 17
Universal Containers has Logistics Engineers that observe a near real-time dashboard in Salesforce of shipping containers that are in transit. Without leaving the dashboard, an Engineer can select a container to request an updated status on that container. These requests are handled by a
proprietary shipping system that queues the requests to send to each container. Containers are connected devices and check in with the shipping system every 30 seconds to receive any status requests.
What integration pattern or combination of patterns would be needed to connect Salesforce and the shipping system?

  • A. UI Update Based on Data Changes and Batch Data Synchronization
  • B. Remote Process Invocation-Fire and Forget, with UI Update Based on Data Changes
  • C. Remote Call-In, with UI Update Based on Data Changes
  • D. Remote Process Invocation-Request and Reply

Answer: B

NEW QUESTION 18
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 19
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 20
Universal Containers requires Salesforce to send order data to an ERP system that requires a systemdefined username/password for authentication.
Which two integration options are recommended from a security perspective?

  • A. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout.
  • B. Use custom settings to store the username and password allowing the Apex callout to read it.
  • C. Set up a Named Credential with a Named Principal Identity Type allowing the Apex callout to use it.
  • D. Store the username/hashed password in a private Static Resource, allowing the Apex callout to read it.
  • E. Use custom settings to store the username and password allowing the Apex callout to read i

Answer: C

NEW QUESTION 21
Universal Containers (UC) sends Order data to an external ERP system via ESB. UC sends an outbound message on update or Order to ESB. Once ESB completes creating the Order in the backend ERP, it send back the Order with the Order Number from the ERP. During development, UC is experiencing an issue. When the Order is updated by ESB, it again fires a workflow rule that sends the outbound message again.
Which two recommended steps can be done to prevent this looping issue?

  • A. Write an Apex trigger to send an outbound message to ESB.
  • B. Update workflow rule conditions to exclude the ERP Order Number field update.
  • C. Update workflow rule conditions to exclude the Integration User.
  • D. Update the outbound message to exclude the Integration User.
  • E. Update workflow rule conditions to exclude the ERP Order Number field updat

Answer: C

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

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