[Q17-Q36] Latest Integration-Architecture-Designer Exam with Accurate Salesforce Certified Integration Architecture Designer PDF Questions [Oct 05, 2021]

Share

[Oct 05, 2021] Latest Integration-Architecture-Designer Exam with Accurate Salesforce Certified Integration Architecture Designer PDF Questions

Practice To Integration-Architecture-Designer - Actual4Exams Remarkable Practice On your Salesforce Certified Integration Architecture Designer Exam

NEW QUESTION 17
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

  • A. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • B. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
  • C. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
  • D. Integrating Salesforce with Email Management System, Order Management System and Case Management System.

Answer: B

 

NEW QUESTION 18
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. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
  • B. Design an MDM solution that maps external ID's to the Salesforce record ID.
  • C. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
  • D. Use Change Data Capture to update downstream systems accordingly when a record changes.

Answer: B,D

 

NEW QUESTION 19
In which three ways can production data be moved into a sandbox for testing purpose?

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

Answer: A,C,D

 

NEW QUESTION 20
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforceorgs 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. 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.
  • B. Contact Salesforcesupport and create a case to temporarily enable API access for managed packages.
  • C. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
  • D. Use an encryptedfield 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. 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.

Answer: A,C,E

 

NEW QUESTION 21
What are three capabilities of Salesforce Lightning Connect?
Choose 3 answers.

  • A. Associate external object records to Salesforce Account records.
  • B. Write to OData - Compliant data sources without APEX.
  • C. Write triggers and workflows on external objects.
  • D. Read from OData - Compliant data sources without APEX.
  • E. Write SOQL queries on external object.

Answer: A,D,E

 

NEW QUESTION 22
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. Canvas
  • B. Visualforce
  • C. Lightning Component
  • D. Custom Web Tab

Answer: A

 

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

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

Answer: B,C

 

NEW QUESTION 24
Universal Containers (UC) is a global financial company. UC support agents would like to open bank accounts on the spot for a customer who is inquiring ab UC products.
During opening the bank account process, the agents execute credit checks for the customers through external agencies. At a given time, up to 30 concurrent rewill be using the service for performing credit checks for customers.
What error handling mechanisms should be built to display an error to the agent when the credit verification process failed?

  • A. Handle verification process error in the Verification Webservice API in case there is a connection issue to the Webservice if it responds with an error.
  • B. In case the verification process is down, use fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online.
  • C. In case the verification process is down, Use mock service to send the response to the agent.
  • D. Handle integration errors in the middleware in case the verification process is down, thenthe middleware should retry processing the request multiple times.

Answer: A

 

NEW QUESTION 25
Universal Containers manages a catalog of over one million products that it makes available to its customers.
The master product catalog is stored and managed in their ERP application with frequent updates made to the product catalog by their sourcing team. The sourcing team may update attributes such as price, general catalog availability, and the product description. When the sourcing team makes an update that change must go into effect during the next business day and there may be thousands of changes made over the course of the day.
What integration pattern would you recommend to best manage this scenario?

  • A. Write an outbound message to send product changes in real time from ERP.
  • B. Write a custom web service to accept product catalog changes from ERP.
  • C. Use the streaming API to receive product changes in real time from ERP.
  • D. Build a scheduled ETL job to sync products on a nightly basis from ERP.

Answer: D

 

NEW QUESTION 26
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. Partner WSDL because of a requirement to utilize REST-based web services
  • D. Enterprise WSDL because of a requirement to utilize SOAP-based services
  • E. Streaming API because of a requirement to dynamically inspect field names during runtime.

Answer: A,B,D

 

NEW QUESTION 27
Universal Containers decided to use Salesforce Sales Cloud for their sales processes. Won Opportuinities must be sent to an external source for Order fulfillment. All lint items must also be sent, along with opportunities.
The ERP system has SOAP based web services orders. UC chose to use Apex callouts.
Which two design trade-offs must be taken into account when using Apex callouts to SOAP base web services?
Choose 2 answers

  • A. Appropriate error handling to retry failed messages.
  • B. Too many callouts resulting in exceeding the daily limit for number of callouts.
  • C. DML operations are not allowed right after Apex callouts.
  • D. Code changes may be required following upgrades to the ERP system.

Answer: B,C

 

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

Answer: E

 

NEW QUESTION 29
Northern Trail Outfitters is planning to create a native employee facing mobile app with the look and feel of Salesforce's Lighting Experience. The mobile ap needs to integrate with their Salesforce org.
Which Salesforce API should be used to implement this integration?

  • A. Connect REST API
  • B. User Interface API
  • C. Streaming API
  • D. REST API

Answer: B

 

NEW QUESTION 30
Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs and an external data source us Salesforce Connect. The external data source supports Open Data Protocol.
Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce?
Choose 3 answers

  • A. Configure CSRF Protection on External Data Source.
  • B. Configure a Certificate for OData connection.
  • C. Configure Special Compatibility for OData connection,
  • D. Configure CSRF Protection for OData connection.
  • E. Configure Identity Type for OData connection.

Answer: B,D,E

Explanation:
Explanation
https://help.salesforce.com/articleView?id=apex_add_external_data_source.htm&type=5

 

NEW QUESTION 31
A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications.
Which two findings about their current state will allow copies of legacy data in Salesforce?
Choose 2 answers

  • A. Only on-premise systems are allowed access to legacy systems.
  • B. On-premise middleware provides APIs to legacy systems data.
  • C. Legacy systems can use queues for on-premise integration.
  • D. Cloud-based ETL can access Salesforce and supports queues.

Answer: B,D

 

NEW QUESTION 32
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 Process Invocation-Request and Reply
  • 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. UI Update Based on Data Changes and Batch Data Synchronization

Answer: B

 

NEW QUESTION 33
A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).
The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers

  • A. OpenId Connect Authentication Provider and just-in-time provisioning
  • B. SAML SSO and Registration Handler
  • C. SAML SSO and just-in-time provisioning
  • D. OpenId Connect Authentication Provider and Registration Handler

Answer: C,D

 

NEW QUESTION 34
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 opportunities.

Answer: C

 

NEW QUESTION 35
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. Create a new user with System Administrator profile.
  • C. Authenticate the integration using existing Single Sign-On.
  • D. Create a special user solely for the integration purposes.

Answer: D

 

NEW QUESTION 36
......

Exam Questions and Answers for  Integration-Architecture-Designer Study Guide Questions and Answers!: https://www.actual4exams.com/Integration-Architecture-Designer-valid-dump.html

Practice To Integration-Architecture-Designer - Actual4Exams Remarkable Practice On your Salesforce Certified Integration Architecture Designer Exam: https://drive.google.com/open?id=18EV_jkIwANXJkkRDqdBm3ipv0DoE6hPj