Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

[Q61-Q78] 2023 Updates For the Latest Integration-Architecture-Designer Free Exam Study Guide!

Share

2023 Updates For the Latest Integration-Architecture-Designer Free Exam Study Guide!

Best Integration-Architecture-Designer Exam Preparation Material with New Dumps Questions

NEW QUESTION # 61
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 separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
  • B. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
  • C. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
  • D. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.

Answer: A


NEW QUESTION # 62
Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.
UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real-time.
Which two actions should be recommended to fulfill this system requirement?
Choose 2 answers

  • A. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.
  • B. Develop custom APIs on the company's network that are invokable by Salesforce.
  • C. Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.
  • D. Develop an application in Heroku that connects to the on-premise database via an ODBC string and VPC connection.

Answer: B,C


NEW QUESTION # 63
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 Rest API to pull data from Salesforce and update the external application.
  • B. Use the Force.com canvas framework to embed the external application into Salesforce.
  • C. Use Steaming API to create a push topic to send the message to the external system asynchronously.

Answer: B


NEW QUESTION # 64
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. Synchronous transactions
  • B. Message queuing
  • C. Extract, transform, and load
  • D. Support for Metadata API

Answer: B,C


NEW QUESTION # 65
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. Remote Call-In, with UI Update Based on Data Changes
  • B. Remote Process Invocation-Fire and Forget, with UI Update Based on Data Changes
  • C. Remote Process Invocation-Request and Reply
  • D. UI Update Based on Data Changes and Batch Data Synchronization

Answer: B


NEW QUESTION # 66
Universal Containers (UC) maintains the Customer Master outside of Salesforce and would like to sync the Customer records with Salesforce on a daily basis. UC has complex logic in the Account trigger and will have to test it for bulk inserts and updates. UC has been given a csv file with test data.
What is the recommended way to use this data in a test class?

  • A. Load the customer-provided csv file under Documents and refer to it in the test classes.
  • B. Load the customer-provided csv file as a static resource and refer to it in the test classes.
  • C. Load the customer-provided csv file as a Chatter file and refer to it in the test classes.
  • D. Load the customer-provided csv file to a custom object for testing and delete the test records after testing.

Answer: B


NEW QUESTION # 67
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. Utilize a third-party ETL tool to synchronize the data from Salesforce to the Forecasting application using the Bulk API.
  • C. Configure an Outbound Message to send a SOAP call via a Workflow rule to the Forecasting application on close.
  • D. Create an APEX trigger that makes the REST callout to the Forecasting application with the data when the deal closes.

Answer: A


NEW QUESTION # 68
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:
1. Transactions are created at any time through their various on-premise and cloud-based systems.
2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.
3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.
The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?

  • A. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
  • B. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
  • C. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
  • D. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.

Answer: C


NEW QUESTION # 69
Universal containers is planning to implement Salesforce as their CRM system. Currently they have the following systems
1. Leads are managed in a Marketing System.
2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.
3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM system is expected to provide Sales and Support people the ability to have a single view of their customers and manage their contacts, emails and activities in Salesforce CRM.
What should an Integration Consultant consider to support the proposed CRM system strategy?

  • A. Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.
  • B. Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.
  • C. Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.
  • D. Propose a middleware system that can support interface between systems with Salesforce.

Answer: C


NEW QUESTION # 70
Universal Containers has built an integration using the SOAP API to load records from a back-office system into Salesforce. The records created in the back-office system must be loaded into Salesforce in almost real time, so a custommodule was written to identify CRUD events in the back-office system and perform sync with Salesforce. UC has several other systems that integrate with Salesforce through the SOAP API using separate integration users.
What is a risk involved with this sort of integration?

  • A. Reaching an API call limit.
  • B. Too many concurrent sessions
  • C. Too many record-lock errors
  • D. Reaching a logins per Day limit.

Answer: A


NEW QUESTION # 71
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 REST API
  • B. Leverage Message Queue Product
  • C. Leverage SOAP API
  • D. Leverage Identity Product
  • E. Leverage Identity Product

Answer: A


NEW QUESTION # 72
Which two system constraint questions should be considered when designing an integration to send orders from Salesforce to a fulfillment system?
Choose 2 answers

  • A. What latency is acceptable for orders to reach the fulfillment system?
  • B. Which system will validate order shipping addresses?
  • C. Can the fulfillment system implement a contract-first Outbound Messaging interface?
  • D. Can the fulfillment system participate in idempotent design to avoid duplicate orders?

Answer: C,D


NEW QUESTION # 73
Which two automated methods should an architect use to solve an issue with duplicate contacts?
Choose 2 answers

  • A. Assign new contacts to queues to be reviewed by a data quality team.
  • B. Leverage an AppExchange data management toolto de-duplicate contacts.
  • C. Enable duplicate management in the org to prevent duplicates.
  • D. Write a Batch Apex class to manage the deduplication

Answer: B,C


NEW QUESTION # 74
Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server.
This monolithic web service is responsible for Point-to-Point (P2P) integrations between:
1. Salesforce and a legacy billing application
2. Salesforce and a cloud-based Enterprise Resource Planning application
3. Salesforce and a data lake.
UC has found that the tight interdependencies between systems is causing integrations to fail.
What should an architect recommend to decouple the systems and improve performance of the integrations?

  • A. Move the custom monolithic web service from on-premise to a cloud provider.
  • B. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
  • C. Re-write and optimize the current web service to be more efficient.
  • D. Use the Salesforce Bulk API when integrating back into Salesforce.

Answer: B


NEW QUESTION # 75
A large B2C customer is planning to implement Salesforce CRM to become a Customer centric enterprise.
Below, is their current system landscape diagram.

The goals for implementing Salesforce follows:
1. Develop a 360 view of customer
2. Leverage Salesforce capabilities for Marketing, Sales and Service processes
3. Reuse Enterprise capabilities built for Quoting andOrder Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce?
Choose 3 answers

  • A. Order Management System
  • B. Email Marketing System
  • C. Sales Activity System
  • D. Case Management System
  • E. Quoting System

Answer: B,C,D


NEW QUESTION # 76
Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that eac order reach the finance application exactly once for accurate invoicing.
What solution should an architect propose?

  • A. Button press invokes synchronous callout, with user handling retries in case of error
  • B. Trigger invokes Queueable Apex method, with custom error handling process.
  • C. Trigger makes @future Apex method, with custom error handling process.
  • D. Outbound Messaging, which will automatically handle error retries to the service.

Answer: B


NEW QUESTION # 77
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 ofsynchronous 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?

  • A. Sum of A and H
  • B. Sum of A to F
  • C. Sum of A, G, and H
  • D. Sum of A to H

Answer: A


NEW QUESTION # 78
......

Free Integration-Architecture-Designer Exam Files Verified & Correct Answers Downloaded Instantly: https://www.actual4test.com/Integration-Architecture-Designer_examcollection.html

Fast Exam Updates Integration-Architecture-Designer dumps with PDF Test Engine Practice: https://drive.google.com/open?id=1NeMOth7KoztmMv0KXWMO6xkzN4oBsYn0