Salesforce Integration-Architecture-Designer Exam Dumps [2022] Practice Valid Exam Dumps Question
Integration-Architecture-Designer Dumps - Grab Out For [NEW-2022] Salesforce Exam
Salesforce Integration-Architecture-Designer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
Below is the cost of Integration Architecture Designer Exam
The cost of Integration Architecture Designer is $400.
NEW QUESTION 28
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. Leverage Apex callouts to integrate directly with acquired applications.
- B. Use an ESB to abstract the Salesforce integration from other enterprise applications.
- C. Build all Integrations as nightly ETL batches to minimize real-time overhead.
- D. Use custom Linksto direct users to the appropriate ERP system to view order status.
Answer: C
NEW QUESTION 29
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 a batch apex process to de-duplicate the data after loading.
- C. Create a de-duplication trigger before loading the data.
- D. Utilize an off-platform de-duplication tool prior to loading.
Answer: D
NEW QUESTION 30
Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keep service unavailable for several days.
What solution should an architect recommend to handle errors during these types of service outages?
- A. Use Outbound Messaging to automatically retry failed service calls.
- B. Use middleware queuing and buffering to insulate Salesforce from system outages.
- C. Use @future jobld and custom scheduled apex process to retry failed service calls.
- D. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
Answer: B
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_co
NEW QUESTION 31
Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applications and is planning to include Salesforce as well.
Which Salesforce API should an Integration Architect use to meet the requirement?
- A. Analytics REST API
- B. Metadata API
- C. Tooling API
- D. SOAP API
Answer: C
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecov
NEW QUESTION 32
Universal Containers would like their end users to be able to periodically import lists of leads into the Salesforce lead object. What tool should an architect recommend to support this?
- A. BulkWeb-to-Lead
- B. Data Import Wizard
- C. Salesforce Data Loader
- D. Salesforce Workbench
Answer: B
NEW QUESTION 33
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers
- A. Inability to create a Lightning record page for platform events.
- B. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
- C. When you delete an event definition, it's permanently removed and can't be restored.
- D. Inability to query event messages using SOQL
- E. You can use Event Monitoring to track user activity, such as logins and running reports.
Answer: A,C,D
NEW QUESTION 34
An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?
- A. Authenticate the integration using existing Network-BasedSecurity.
- B. Authenticate the integration using existing Single Sign-On.
- C. Create a new user with System Administrator profile.
- D. Create a special user solely for the integration purposes.
Answer: D
NEW QUESTION 35
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call into a custor Apex REST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.
Which three items should an architect recommend to secure the integration in the package?
Choose 3 answers
- A. Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and Select Start Authentication Flow on Save.
- B. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
- C. Create a connected app in the central org and add the callback URL of each org the package is installed in to redirect to after successful authentication.
- D. Use an encrypted field to store the password that the security team enters and use password management for external orgs and set the encryption method to TLS 1.2.
- E. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
Answer: A,C,E
NEW QUESTION 36
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?
- A. SMTP
- B. TLS
- C. SFTP
- D. SSH
Answer: B
NEW QUESTION 37
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. User Acceptance Testing
- B. Performance Testing
- C. Unit Testing
C .Regression Testing
Answer: A
NEW QUESTION 38
Universal Containers (UC) uses Salesforce to track the following customer data:
1. Leads,
2. Contacts
3. Accounts
4. Cases
Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.
UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.
Which two solutions should an Integration Architect recommend to handle this requirement?
Choose 2 answers
- A. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
- B. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
- C. Design an MDM solution that maps external ID's to the Salesforce record ID.
- D. Use Change Data Capture to update downstream systems accordingly when a record changes.
Answer: C,D
NEW QUESTION 39
Universal Containers is planning a data migration into Salesforce and must decide whether to use the Bulk API or the SOAP API.
Which three statements are true about the Bulk API and REST API?
Choose 3 answers
- A. The SOAP API avoids record locking contention on parent objects of Master-Details relationship.
- B. DML limits on Bulk are not governed on Salesforce servers.
- C. The Bulk API allows multiple attachments to be leaded from within a single ZIP file.
- D. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.
- E. The SOAP API provides jpb monitoring on the Salesforce setup menu.
Answer: A,B,E
NEW QUESTION 40
Northern Trail Outfitters has recently experienced intermittent network outages in its call center. When network service resumes, Sales representatives have inadvertently created duplicate orders in the manufacturing system because the order was placed but the return acknowledgement was lost during the outage.
Which solution should an architect recommend to avoid duplicate order booking?
- A. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.
- B. Have scheduled Apex resubmit orders that do not have a successful response.
- C. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
- D. Implement idempotent design and have Sales Representatives retry order(s) in question.
Answer: C
NEW QUESTION 41
Universal Containers is a global financial company that sells financial products and services.
There is a daily scheduled Batch Apex job that generates invoice from a given set of orders.
UC requested building a resilient integration for this batch apex job in case the invoice generation fails.
What should an integration architect recommend to fulfill the requirement?
- A. Build Batch Retry & Error Handling in the Batch Apex Job itself.
- B. Build Batch Retry & Error Handling using BatchApexErrorEvent.
- C. Build Batch Retry & Error Handling in the middleware.
- D. Batch Retry & Error Handling report to monitor the error handling.
Answer: B
NEW QUESTION 42
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 and Order Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce?
Choose 3 answers
- A. Quoting System
- B. Sales Activity System
- C. Order Management System
- D. Email Marketing System
- E. Case Management System
Answer: B,D,E
NEW QUESTION 43
Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the
3rd part agencies on the design files and allow them to be able to view the design files in the community.
The conceptual design files size is 2.5 GB.
Which solution should an integration architect recommend?
- A. Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
- B. Define an External Data Source and use Salesforce Connect to upload the files to an external object.
Link the external object using Indirect lookup. - C. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
- D. Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.
Answer: B
Explanation:
Explanation
https://help.salesforce.com/articleView?id=collab_files_connect_share.htm&type=5
NEW QUESTION 44
Which tool would an architect likely leverage while diagnosing issues with an inbound RESTful integration to Salesforce?
- A. Force.com SOAP Explorer
- B. Data Loader
- C. Metadata audit trail
- D. Workbench
Answer: D
NEW QUESTION 45
......
Integration-Architecture-Designer Exam Dumps PDF Guaranteed Success with Accurate & Updated Questions: https://actualtests.test4engine.com/Integration-Architecture-Designer-real-exam-questions.html