Integration-Architecture-Designer Tested & Approved Salesforce Integration Architecture Designer Study Materials [Q58-Q81]

Share

Integration-Architecture-Designer Tested & Approved Salesforce Integration Architecture Designer Study Materials

Validate your Skills with Updated Salesforce Integration Architecture Designer Exam Questions & Answers and Test Engine

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

Answer: D

 

NEW QUESTION 59
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. The SOAP API provides jpb monitoring on the Salesforce setup menu.
  • 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. DML limits on Bulk are not governed on Salesforce servers.

Answer: A,B,E

 

NEW QUESTION 60
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.
What could be the cause of this issue ?

  • A. API limits being limited.
  • B. Record locking contention on the parent Account.
  • C. Data skew is causing record locking issues on the Oder Share object.
  • D. The trigger is failing Unit Tests that access the new data.

Answer: B

 

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

Answer: B,C,E

 

NEW QUESTION 62
Universal Containers is currently doing User Acceptance Testing for small changes in a Developer sandbox.
Users are complaining that allow release to production, some functionality is broken and performance is often negatively impacted.
What is causing these complaints?

  • A. Users should be testing in a Partial Sandbox in order to replicate Production functionality and performance characteristics.
  • B. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
  • C. Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.
  • D. Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.

Answer: D

 

NEW QUESTION 63
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. Contact Salesforcesupport and create a case to temporarily enable API access for managed packages.
  • B. 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.
  • 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. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
  • E. 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.

Answer: B,C,D

 

NEW QUESTION 64
Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.
Which type of Integration should an architect recommend to meet this business requirement?

  • A. Process Orchestration
  • B. Data Synchronization
  • C. Batch Processing
  • D. Data Visualization

Answer: D

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.integration_patterns_and_practices.meta/integration_patterns_a

 

NEW QUESTION 65
Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.
Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption?
Choose 2 answers

  • A. Encrypt all the data so that it is secure.
  • B. Encrypt the data using the most current key.
  • C. Review shield platform encryption configurations.
  • D. Use Shield Platform Encryption as a user authentication or authorization tool.

Answer: B,C

 

NEW QUESTION 66
The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times from Salesforce and is a business critical function for end users.
Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation?
Choose 2 answers

  • A. Remote Site Settings
  • B. Named Credentials
  • C. Enterprise ESB
  • D. Content Security Policies

Answer: B,C

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

 

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

Answer: A,D,E

 

NEW QUESTION 68
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. Write a Batch Apex class to manage the deduplication
  • D. Enable duplicate management in the org to prevent duplicates.

Answer: C,D

 

NEW QUESTION 69
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.
What could be the cause of this issue ?

  • A. API limits being limited.
  • B. Data skew is causing record locking issues on the Oder Share object.
  • C. Record locking contention on the parent Account.
  • D. The trigger is failing Unit Tests that access the new data.

Answer: B

 

NEW QUESTION 70
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 data load 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 high performance mode.
  • C. Contact Salesforce support to schedule performance load.
  • D. Use Bulk API to process jobs in parallel mode.

Answer: D

 

NEW QUESTION 71
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. Tooling API
  • C. Streaming API
  • D. REST API

Answer: C

 

NEW QUESTION 72
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 the SOAP API's getUpdated() method to retrieve changed record IDs, then retrieve records.
  • C. Use native Outbound message functionality to send a message with each record change.
  • D. Use scheduled Apex to do an Apex callout to the data warehouse.

Answer: B

 

NEW QUESTION 73
Universal Containers has a batch integration that runs every five minutes to load Shipment records related to existing orders that have been updated in the previous five minutes. the integration is not reporting any errors, but some Shipment records are not being loaded.
What could be the problem?

  • A. The integration is causing UC to exceedits API limits
  • B. Error reporting is not enabled in Salesforce.
  • C. The integration takes more than five minutes to run.
  • D. The Integration cannot find the parent orders for some Shipments.

Answer: C

 

NEW QUESTION 74
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.
Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce?
should an integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers

  • A. Consider Enterprise security needs for access to DMS and EBS.
  • B. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
  • C. Users should be authenticated into DMS and EBS without having to enter username and password.
  • D. Consider options to migrate DMS and EBS into Salesforce.
  • E. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.

Answer: B,C,D

 

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

Answer: D

 

NEW QUESTION 76
An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram
& description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.

* About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
* There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).
* These eligibility systems can be accessed through APIs orchestratedvia ESB (MuleSoft).
* All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made?
Choose 3 answers

  • A. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
  • B. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
  • C. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
  • D. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
  • E. When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.

Answer: A,B,D

 

NEW QUESTION 77
Universal Containers leverages Sales Cloud as their sales platform. For every opportunity, three back-office 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. Integration Middleware
  • B. Salesforce Outbound Messaging
  • C. Message-oriented Middleware
  • D. Salesforce Continuation.

Answer: B,C

 

NEW QUESTION 78
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 an outbound message to send customer Information to an ESB.
  • B. Write a trigger with an @future method to send customer Information to the external database
  • C. Write a nightly batch synchronization to send customer information to the external database.
  • D. Write an outbound message to send customer Information to the external database.

Answer: D

 

NEW QUESTION 79
Universal Containers (UC) uses several systems as part of their enterprise system landscape, including Salesforce and an ERP system. Salesforce is the master system for CRM data, such as Accounts and Opportunities. The ERP system is the master system for customer orders, shipping, and billing information. As part of their business process flow, when an order is created in the ERP system, it also needs to be created in Salesforce in real time.
Which two options should UC consider to ensure duplicate Orders are not created in Salesforce?

  • A. Use outbound messaging to send a unique message ID to the ERP system.
  • B. Use the upsert() function instead of create() to prevent the creation of unwanted duplicate records.
  • C. Customize the Apex web service REST call to send a unique message ID to the ERP system.
  • D. Use a middleware tool to handle the responsibility for managing multiple duplicate calls.

Answer: B,D

 

NEW QUESTION 80
An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a third-party Identity Provider for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?

  • A. Make Apex SOAP outbound integrations to external web services more secure.
  • B. Make formula fields with HYPERLINK() to external web servers more secure.
  • C. A Make Apex REST outbound integrations to external web services more secure.
  • D. Make an API inbound integration from an external Java client more secure.

Answer: B

 

NEW QUESTION 81
......


How can you get ready for Integration Architecture Designer Certification Exam

There is a study guide for Integration Architecture Designer Certification Exam

Here is our instant guide if you don't have time to read all the page

The credentials of the Salesforce certified integration architecture designers are designed for architects, analysts and application managers who want to design secure and scalable integrations with the Lightning platform. The certification exam aims to determine a candidate's mastery in effectively communicating technical solutions to technical stakeholders and in providing a project delivery framework that guarantees quality and success.

 

Integration-Architecture-Designer [Jan-2023] Newly Released] Integration-Architecture-Designer Exam Questions For You To Pass: https://www.troytecdumps.com/Integration-Architecture-Designer-troytec-exam-dumps.html

For your comfort, TroytecDumps provides you the convenience of free Salesforce Integration Architecture Designer braindumps demo: https://drive.google.com/open?id=10IdGe3-RHR7RFbtljipaNBtcpRW5R5j7