A fully updated 2021 Integration-Architecture-Designer Exam Dumps exam guide from training expert iPassleader [Q33-Q58]

Share

A fully updated 2021 Integration-Architecture-Designer Exam Dumps exam guide from training expert iPassleader

Provides complete coverage of every objective on exam and exam preparation Integration-Architecture-Designer

NEW QUESTION 33
Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues.
Which three stages should the Architect consider to reduce the security concerns for this Integration use case?
Choose 3 answers

  • A. Enable WS-security for the web services made between Salesforce and the accounting system.
  • B. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
  • C. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
  • D. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
  • E. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.

Answer: C,D,E

 

NEW QUESTION 34
A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.

The following business processes need to be supported in Salesforce:
1. Sales Consultants should be able to have access to current inventory.
2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.
3. Quotes should be generated in Salesforce with pricing from ERP.
4. Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards.
5. Master Data Management (MDM) is the system of record for customers and prospects.
6. Invoices should be accessible in Salesforce.
Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?

  • A. ERP, Invoices system, Data Warehouse and BI Tool
  • B. ERP, MDM, BI tool and Data Warehouse
  • C. ERP, MDM, Data Warehouse, Invoices system
  • D. ERP, Inventory, Pricing Engine, Invoices system

Answer: D

 

NEW QUESTION 35
Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records.
While planning for the data migration, what techniques should the Architect recommend to make sure the load go according to schedule?
Choose 2 answers

  • A. Leverage several workstations, loading different objects simultaneously.
  • B. Perform loads over a weekend server resource availability.
  • C. Perform a test load using a full Sandbox prior to the Production load.
  • D. Pre-process data that the triggers and workflows can be deactivated.

Answer: C,D

 

NEW QUESTION 36
An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce.
What should the integration architect recommend to ensure notifications are stored for up to three days if data replication fails?

  • A. Platform Events
  • B. Callouts
  • C. Generic Events
  • D. Change Data Capture

Answer: D

Explanation:
Explanation
https://trailhead.salesforce.com/en/content/learn/modules/change-data-capture/understand-change-data-capture

 

NEW QUESTION 37
Universal learning (UC) is embarked on Salesforce transformation journey, UC will decommission the legacy CRM system and migrate data to Salesforce. The data migration team asked for a recommendation to optimize the performance of the dataload to Salesforce.
Which approach should used to meet the requirement?

  • A. Use Bulk API to process jobs in serial mode.
  • B. Use Bulk API to process jobs in parallel mode.
  • C. Contact Salesforce support to schedule performance load.
  • D. Use Bulk API to processjobs in high performance mode.

Answer: B

 

NEW QUESTION 38
Universal Containers is using Sales Could with Order Capture. It has been integrated with an SAP system for Order fulfillment. The SAP system sends the Order status updates to Salesforce on a nightly basis. The SAP system tracks Order status more granularly than required by Salesforce.
Which two options should an Architect recommend to address different statuses in Salesforce and SAP?

  • A. ETL Change Data Capture interface to send only required status updates to Salesforce.
  • B. Update the SAP Order fulfillment process to match Salesforce Order Statuses against the SAP order status.
  • C. Create a batch Apex to run on a daily basis, which converts order status to pre-defined order status.
  • D. ETL change Data capture interface transforms the SAP order statuses to Salesforce order status.

Answer: A,D

 

NEW QUESTION 39
What are two reasons an existing custom field cannot be marked as External ID?
Choose 2 answers

  • A. Maximum number of skinny tables has been reached.
  • B. Maximum number of External IDs allowed on an object has been reached,
  • C. Maximum number of indexes allowed on an object has been reached.
  • D. Maximum number of fields of an object has been reached.

Answer: B,C

 

NEW QUESTION 40
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system.
NTOwould like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.
Which Salesforce API should an Integration Architect use to fulfill this requirement?

  • A. Connect REST API
  • B. Streaming API
  • C. Tooling API
  • D. REST API

Answer: B

 

NEW QUESTION 41
Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details.
However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders lifecylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.
Which integration pattern should be used for this business use case?

  • A. Fire and Forget
  • B. Remote Call In
  • C. Request and Reply
  • D. Batch Data Synchronization

Answer: A

 

NEW QUESTION 42
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 of synchronous 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 to H
  • B. Sum of A and H
  • C. Sum of A to F
  • D. Sum of A, G, and H

Answer: B

 

NEW QUESTION 43
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. Middleware
  • C. Canvas
  • D. Process Builder

Answer: B

 

NEW QUESTION 44
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 45
Universal Containers has a data warehouse system that collects information from upstream systems in order to do proprietary reporting. Every day there are several thousand record insertions and updates in Salesforce that might be a interest to this data warehouse. Reports in the data warehouse are run at the end of the month.
What is a recommended way to transfer record insertions and updates to the data warehouse?

  • A. Use a trigger to do an Apex callout to the data warehouse with each record change.
  • B. Use native Outbound message functionality to send a message with each record change.
  • C. Use the SOAP API's getUpdated() method to retrieve changed record IDs, then retrieve records.
  • D. Use scheduled Apex to do an Apex callout to the data warehouse.

Answer: C

 

NEW QUESTION 46
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 reflected 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 a limit on number of records shared between systems.
  • B. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
  • C. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
  • D. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.

Answer: B

 

NEW QUESTION 47
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 48
A company that is a leading provider of courses and training delivers courses using third party trainers. The trainer for the company has to be verified from 10 different training accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.
The company decided to automate the trainer accreditation verification process by integrating to the agencies web services.
What is the recommended approach to automate this process?

  • A. Create a trigger on the trainer record to make a Callout to each verification agencies, write business logic to consolidate the verification then update the trainer status to verified".
  • B. Make an apex callout using @future annotation to make the call out to all differentagencies.
    The response should update the trainer status to "verified".
  • C. Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to sa lesforce and update the verification status to "verified".
  • D. Use salesforce external service to make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".

Answer: C

 

NEW QUESTION 49
What are the three capabilities of the Bulk API?
Choose 3 answers

  • A. Monitor job status via the API.
  • B. process multiple batch jobs asynchronously
  • C. Roll back all transactions within a batch of 10000 records
  • D. Monitor job status via the Web UI.
  • E. Process multiple batch jobs synchronously

Answer: A,B,D

 

NEW QUESTION 50
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. You can use Event Monitoring to track user activity, such as logins and running reports.
  • E. Inability to query event messages using SOQL

Answer: A,C,E

 

NEW QUESTION 51
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. Have scheduled Apex resubmit orders that do not have a successful response.
  • B. Implement idempotent design and have Sales Representatives retry order(s) in question.
  • C. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
  • D. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.

Answer: C

 

NEW QUESTION 52
Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce?

  • A. Use a pre-shared key in a query parameter.
  • B. Encrypt the Payload with a shared key.
  • C. Utilize CA - signed certificates on the host.
  • D. Implement two way (or mutual) SSL certificates.

Answer: C

 

NEW QUESTION 53
Universal Containers (UC) would like to provide near real-time updates on their customer-facing external portal when a Sales Manager approves a new feature that is recommended by a customer. UC has no middleware, and the portal exposes a REST API therefore, UC is considering a custom-built system process to handle the integration.
What is the recommended approach for the custom-built system process to retrieve updates in near real-time?

  • A. Leverage an outbound message to the portal whenever an idea is voted on the saved.
  • B. Leverage a related push topic that pushed information to the portal client.
  • C. Leverage a Streaming API client to subscribe to the related push topic.
  • D. Leverage Canvas to send information to the portal whenever an idea is voted on.

Answer: C

 

NEW QUESTION 54
Universal Containers wants to gather information from a third-party application to update shipping information for an order inside Salesforce. A salesperson could trigger an update and the user interface would refresh with the current status.
Which are two recommended options for this when utilizing a Remote Process Invocation-Request and Reply pattern?

  • A. A batch Apex job that performs an Apex SOAD or HTTP callout in a synchronous manner.
  • B. A custom Visualforce page or button that initiates an Apex REST callout in a synchronous manner.
  • C. A trigger that's invoked from Salesforce Data changes, performs and Apex SOAP in a synchronous manner
  • D. A custom Visualforce page or button that initiates an Apex SOAP callout in a synchronous manner.

Answer: B,D

 

NEW QUESTION 55
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 56
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 buttons 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. Remote Process Invocation-Request and Reply
  • B. Remote Call-In
  • C. UI Update Based on Data Changes
  • D. Remote Process Invocation-Fire and Forget

Answer: C

 

NEW QUESTION 57
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 58
......

Tested Material Used To Integration-Architecture-Designer: https://www.ipassleader.com/Salesforce/Integration-Architecture-Designer-practice-exam-dumps.html

Steps Necessary To Pass The Integration-Architecture-Designer Exam: https://drive.google.com/open?id=1mcsuCNmpHXA5wceKrE_Wwju_87PoYSF0