Best Integration-Architecture-Designer Exam Dumps for the Preparation of Latest Integration-Architecture-Designer Exam Questions [Q17-Q37]

Share

Best Integration-Architecture-Designer Exam Dumps for the Preparation of Latest Integration-Architecture-Designer Exam Questions

Download Latest & Valid Questions For Salesforce Integration-Architecture-Designer exam


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.


Salesforce Integration-Architecture-Designer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Analyze and Determine When and Where to use Data Cleaning, Standardization, Deduplication, and Data Transformation as Part of Data Integration
Topic 2
  • Provided an Integration Scenario, Describe Requirements and Issues that the Architect Must Consider to Select the Right Pattern
Topic 3
  • Compare and Contrast the Advantages and Drawbacks
  • Remote Process Invocation—Request and Reply
Topic 4
  • Remote Process Invocation—Fire and Forget, Batch Data Synchronization, Remote Call-In, and UI Update Based on Data Changes
Topic 5
  • Given a Scenario, Determine the Appropriate Tools to Meet the Customer Requirements
  • Given a Scenario, Determine the Appropriate Security Strategy to Meet the Customer Requirements
Topic 6
  • Given an Integration Scenario, Determine the Appropriate Platform Capability Needed to Meet the Testing Requirements
Topic 7
  • Given a Customer Scenario Containing Business Requirements for Integrating Salesforce With Other Enterprise Back-Office Systems, Recommend the Appropriate Integration Architecture
Topic 8
  • In a Customer Scenario Containing Business Requirements, Summarize Which Implementation Pattern will Achieve Those Goals
Topic 9
  • Given a Software Development Lifecycle Scenario, Determine the Timing, Type, and Sequence of Testing Activities That are Needed for Successful Implementation
Topic 10
  • Salesforce Integration Capabilities
  • Given a Scenario, Identify, Isolate, and Recommend Approaches for Integration Challenges
Topic 11
  • Salesforce Integration Patterns
  • Compare and Contrast the Advantages and Drawbacks

 

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

Answer: D

 

NEW QUESTION 18
The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories to leads before Sales team members can work on them. The current integration often experiences latency issues.
Which two recommendations should an Architect make to improve the integration performance?
Choose 2 answers

  • A. Reduce batch size of asynchronous BULK API.
  • B. Reduce batch size of synchronous BULK API.
  • C. Legacy system should submit in parallel mode.
  • D. Legacy system should submit in serial mode.

Answer: A,C

 

NEW QUESTION 19
Northern Trail Outfitters needs to present shipping costs and estimated delivery times to their customers.
Shipping services used vary by region, and have similar but distinct service request parameters.
Which integration component capability should be used?

  • A. Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry.
  • B. Enterprise Service Bus user interface to collect shipper-specific form data.
  • C. Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format.
  • D. APEX REST Service to implement routing logic to the various shipping service.

Answer: C

 

NEW QUESTION 20
Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:
1. The external systems must follow the principle of least privilege, and
2. The activities of the eternal systems must be available for audit.
What should an Integration Architect recommend as a solution for these integrations?

  • A. A Connected App for each external system integration.
  • B. A unique integration user for each external system integration.
  • C. A shared Connected App for the three external system integrations.
  • D. A shared integration user for the three external system integrations.

Answer: A

 

NEW QUESTION 21
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is asfollows:
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 thenecessary 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. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
  • B. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
  • C. Let the Lightning Data Service with an @wire adapter display new values when the custom object records change.
  • D. Use the Continuation class to call the Enterprise APIs and then process the responsein a callback method.

Answer: A

 

NEW QUESTION 22
What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?

  • A. Generate a CA-signed Certificate.
  • B. Enable My Domain and SSL/TLS.
  • C. Enforce SSL/TLS Mutual Authentication.
  • D. Generate a Self-signed Certificate.

Answer: C

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

 

NEW QUESTION 23
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. Too many callouts resulting in exceeding the daily limit for number of callouts.
  • B. DML operations are not allowed right after Apex callouts.
  • C. Code changes may be required following upgrades to the ERP system.
  • D. Appropriate error handling to retry failed messages.

Answer: A,B

 

NEW QUESTION 24
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 takes more than five minutes to run.
  • B. The integration is causing UC to exceedits API limits
  • C. Error reporting is not enabled in Salesforce.
  • D. The Integration cannot find the parent orders for some Shipments.

Answer: A

 

NEW QUESTION 25
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.
What should the Architect consider before recommending a solution?

  • A. External gateway products in use
  • B. A Default gateway restrictions
  • C. Considerations for using Deterministic Encryption
  • D. Shield Platform Encryption Limitations

Answer: B

 

NEW QUESTION 26
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 a Streaming API client to subscribe to the related push topic.
  • B. Leverage an outbound message to the portal whenever an idea is voted on the saved.
  • C. Leverage a related push topic that pushed information to the portal client.
  • D. Leverage Canvas to send information to the portal whenever an idea is voted on.

Answer: A

 

NEW QUESTION 27
Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.
What should be done to mitigate the concerns that the CIO has?

  • A. Refactor the existing future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.
  • B. Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.
  • C. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.
  • D. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.

Answer: A

 

NEW QUESTION 28
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. Implement two way (or mutual) SSL certificates.
  • B. Use a pre-shared key in a query parameter.
  • C. Encrypt the Payload with a shared key.
  • D. Utilize CA - signed certificates on the host.

Answer: D

 

NEW QUESTION 29
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 withEmail Management System, Order Management System and Case Management System.
  • B. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
  • C. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • D. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.

Answer: D

 

NEW QUESTION 30
Universal Containers (UC) stores inventory of products in one Salesforce org. UC wants regional and local branch offices who have their own Salesforce orgs to see the latest information about the product.
What is the recommended approach to provide data access?

  • A. Use Heroku Connect to provide access to products as external objects from other orgs.
  • B. Use Apex HTTP Callouts to call Salesforce Rest APIs and provide access restrictions within the Apex class.
  • C. Use Cross-Org adapter for Salesforce Connect to provide access to products as external objects.
  • D. Use Salesforce Connect with oData to provide access to products as external objects.

Answer: C

 

NEW QUESTION 31
Universal Containers is implementing Salesforce, including a new business process for order management. All Opportunities that reach the Close -Won stage need to be sent to an order management system. When this Opportunity is marked as Complete, a record must be created in their billing system. After the bill is processed, their billing system will be marked as Paid. Each status change from each system must be reflected in Salesforce so call center agents can answer questions about the status of a customer order. All system administrators have agreed to use recent Production data to seed their test systems. What types of sandbox should an Architect recommend end-to-end testing occur in? Choose 2 answers

  • A. Developer Org
  • B. Full Sandbox
  • C. Partial Copy Sandbox
  • D. Developer Pro Sandbox

Answer: B,C

 

NEW QUESTION 32
Universal containers ships millions of orders per year and releases code fixes to the production org mightily.
Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production.
How can Universal Containers achieve the requirement?

  • A. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
  • B. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.
  • C. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
  • D. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.

Answer: D

 

NEW QUESTION 33
An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is secured with oAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store it on a custom geolocation field.
The geolocation field is secured with Field Level Security, so users can view the value without changing it.
What should be done to meet the requirement?

  • A. The mobile device makes a REST Apex inbound call.
  • B. The mobile device makes a SOAP API inbound call.
    The mobile device receives a REST Apex callout call.
  • C. The mobile device makes a REST API inbound call.

Answer: A

 

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

Answer: B

 

NEW QUESTION 35
UC leverages customer MDM as a source of truth. The requirement is to dedupe and store any account or contact created in MDM before the same is created in Salesforce. This ensures data is clean and not duplicated in Salesforce. During peak season, users experience a "Concurrent Request Limit Exceeded" error.
What is the recommended solution?

  • A. Invoke a continuation callout to MDM from a VF Page @future call.
  • B. Invoke a continuation callout to MDM from a before insert trigger.
  • C. Invoke a continuation callout to MDM from a VF Page JavaScript.
  • D. Invoke a continuation callout to MDM from a VF Page controller.

Answer: D

 

NEW QUESTION 36
Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time.
Which two integration designs should the architect consider?
Choose 2 answers

  • A. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.
  • B. Utilize workflow outbound messaging, which has a built-in queuing framework.
  • C. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.
  • D. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.

Answer: B,D

 

NEW QUESTION 37
......


Below is the Integration Architecture Designer Exam Format

  • Format: Multiple choices, multiple answers
  • Passing score: 67%
  • Number of Questions: 60
  • Language: English
  • Length of Examination: 105 mins

 

Exam Materials for You to Prepare & Pass Integration-Architecture-Designer Exam: https://troytec.itpassleader.com/Salesforce/Integration-Architecture-Designer-dumps-pass-exam.html

0
0
0
0