
Verified Integration-Architecture-Designer Exam Dumps Q&As - Provide Integration-Architecture-Designer with Correct Answers
Pass Your Integration-Architecture-Designer Dumps Free Latest Salesforce Practice Tests
Below are the topics of Integration Architecture Designer Exam
Candidates must know the topics before they start of preparation. Because it will really help them in hitting the core. Our Integration Architecture Designer dumps will include the following topics:
- TOOLS 10%
- SALESFORCE INTEGRATION TESTING 10%
- MONITORING 5%
- INTEGRATING WITH SALESFORCE: SECURITY 15%
- SALESFORCE INTEGRATION PATTERNS 17%
- ENTERPRISE INTEGRATION ARCHITECTURE CONCEPTS 15%
- SALESFORCE INTEGRATION CAPABILITIES 28%
NEW QUESTION 44
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. Tooling API
- B. Metadata API
- C. Analytics REST API
- D. SOAP API
Answer: A
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecov
NEW QUESTION 45
Universal containers merges with planetary shipping both companies use Salesforce for order processing and they decide to consolidate for processes. universal containers has well-established channels for receiving orders, so they decide to use Universal containers org for receiving and pre-processing of orders and Planetary Shipping's org for processing and fulfillment of orders.
What is the best way to integrate the business processes of the companies?
- A. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
- B. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
- C. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
- D. Use Apex callout to push orders from universal Containers to Planetary Shipping
Answer: C
NEW QUESTION 46
Universal Containers (UC) uses Salesforce to create and manager accounts and opportunities. With Salesforce being the master of records, the opportunities on existing accounts are required to be updated with product usage statistics from an on-premise usage tracking system that is capable of participating in contract-first integration.
Which three steps should the Integration Architect consider given that UC does not want any custom development in Salesforce?
- A. Create a Workflow outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system.
- B. Generate a partner WSDL in Salesforce and provide it to the remote system to create a client stub.
- C. Use a SOAP API callback to update the Opportunity record with the product usage data from the remote system.
- D. Create a Process Builder outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system.
- E. Use a REST API callback to update the Opportunity record with the product usage data from the remote system.
Answer: A,B,C
NEW QUESTION 47
When making an Apex callout, what approach should an Integration Architect recommend for securely transporting sensitive data from Salesforce over an unsecure network connection?
- A. Base64 encode the data before performing the call out from Apex.
- B. Use platform Encryption to secure the data before transporting.
- C. Salesforce automatically secures all data transmissions to external systems.
- D. Encrypt the data with a shared key before performing the Apex callout.
Answer: D
NEW QUESTION 48
An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints.
How is authentication achieved?
- A. Connect via Communities.
- B. Handle authentication with login flows.
- C. Connect via Salesforce Connect.
- D. Handle authentication in the code.
Answer: C
Explanation:
Explanation
https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5
NEW QUESTION 49
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. Let the Lightning Data Service with an @wire adapter display new values when the custom object records change.
- B. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
- C. Use the Continuation class to call the Enterprise APIs and then process the responsein a callback method.
- D. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
Answer: D
NEW QUESTION 50
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.
Which two options will fulfill the use case requirements?
Choose 2 answers
- A. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.
- B. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.
- C. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.
- D. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.
Answer: C,D
NEW QUESTION 51
A new Salesforce program has the following high level abstract requirement: Business processes executed on Salesforce require data updates between the internal systems and Salesforce Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Choose 3 answers
- A. Integration skills, SME availability and Program Governance details.
- B. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.
- C. Integration Style Process based, Data based, Virtual integration. E Core functional and non functional requirements for User Experience design, Encryption needs, Community, and license choices.
- D. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
Answer: B,C,D
NEW QUESTION 52
Universal Containers (UC) wants to connect their on-premise ERP system to view Order data in Salesforce.
UC is considering a solution to integrate the on-premise system using Salesforce Connect via OData.
Which three considerations should an Architect keep in mind when recommending use of Salesforce Connect?
- A. Customer needs to query small amounts of data at any time and display using a related list.
- B. Customer wants the ability to query external data using Global Search and reports.
- C. Customer does not want real-time access to the ERP data and is willing to wait for hourly refreshes.
- D. Customer has a large amount of data that they do not want to load into Salesforce.
- E. Customer wants to create a master-detail relationship between Opportunity and the external object.
Answer: A,B,D
NEW QUESTION 53
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. Enterprise ESB
- B. Content Security Policies
- C. Named Credentials
- D. Remote Site Settings
Answer: C,D
Explanation:
Explanation
https://help.salesforce.com/articleView?id=collab_files_overview.htm&type=5
NEW QUESTION 54
try 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. DML limits on Bulk are not governed on Salesforce servers.
- B. The SOAP API avoids record locking contention on parent objects of Master-Details relationship.
- C. The SOAP API provides jpb monitoring on the Salesforce setup menu.
- D. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.
- E. The Bulk API allows multiple attachments to be leaded from within a single ZIP file.
Answer: B,D,E
NEW QUESTION 55
Universal Containers has a back-end ordering system that restricts access on a per-user basis, it was determined that a "Named Credential" will be used to allow per-user identity type access for all integration with the system. One of the requirements is to have order information sent to the system when the status changes to "Confirmed".
Which two valid integration scenarios can take advantage of such a security setup?
- A. Order information sent via process builder via invokable method/future method callout.
- B. Order information sent via a Visualforce page with an Apex callout.
- C. Order information sent to the system via outbound message with session ID.
- D. Order information inserted or updated via Salesforce Connect: OData 2.0.
Answer: A,D
NEW QUESTION 56
Which two options should be considered to permit automatic retry of failed updates when loading data into Salesforce?
Choose 2 answers
- A. Bulk API with parallel option.
- B. Bulk API with serial option.
- C. Standard API with parallel option.
- D. Standard API with serial option.
Answer: A,B
NEW QUESTION 57
What should an integration Architect consider when building a visulaforce page that makes client-side callouts to multiple domains that may violate the browser's same-origin policy?
Choose 2 answers
- A. Set up Remote site settings for all domains that the client scripts communicate with.
- B. utilize the canvas SDK to perform the callouts.
- C. Setup CORS to whitelist all domains that the client scripts communicate with.
- D. Ensure each javascript resource communicates only with its origin.
Answer: A,C
NEW QUESTION 58
A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers
- A. Named Credentials
- B. Encrypted Custom Fields
- C. Protected Custom Settings
- D. Protected Custom Metadata Types
Answer: A,B
NEW QUESTION 59
What are two benefits of named credentials?
Choose 2 answers
- A. They enforce secure communication to external systems
- B. They Secure integrations to Salesforce from other systems.
- C. They securely store credentials in a maintainable way.
- D. They simplify utilizing oAuth for Apex callouts.
Answer: C,D
NEW QUESTION 60
What are two benefits of canvas that an Integration Architect should consider when exposing external systems from within Salesforce?
Choose 2 Answers
- A. The canvas SDK can be used to make an external systems UI look like Salesforce.
- B. Canvas can provide authorization information via the signed Request.
- C. Canvas endpoint URLs can be dynamically changed via a Lifecycle Handler.
- D. Canvas can send data to an external system asynchronously.
Answer: B,C
NEW QUESTION 61
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences.
Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It isexpected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.
Which integration pattern should be used to manage the influx in registrations?
- A. Batch Data Synchronization
- B. Remote Call-In
- C. Remote Process Invocation-Request and Reply
- D. RemoteProcess Invocation-Fire and Forget
Answer: A
NEW QUESTION 62
Universal containers is implementing Salesforce for the first time. As part of the implementation, approximately 10 Million contact records need to be migrated into the new environment.
What tool should an architect recommend?
- A. Data Import Wizard
- B. Salesforce Workbench
- C. Salesforce Data Loader
- D. Excel connector
Answer: C
NEW QUESTION 63
Northern Trail Outfitters needs to make synchronous callouts "available to promise" services to query product availability and reserve inventory during customer checkout process.
Which two considerations should an integration architect make when building a scalable integration solution?
Choose 2 answers
- A. How many concurrent service calls are being placed.
- B. The maximum query cursors open per user on the service.
- C. The typical and worst-case historical response times.
- D. The number batch jobs that can run concurrently.
Answer: B,D
NEW QUESTION 64
Universal Containers is planning to sue Bulk API instead of SOAP API to load 1 million activity records from Accounts. Opportunities, can Cases.
Which are two advantages of using Bulk API over SOAP API?
- A. Bulk API needs fewer network round trips to complete the data load.
- B. Bulk API doesn't need XML processing and can send data using CSV.
- C. Bulk API needs Partner WSDL, whereas SOAP API needs Enterprise WSDL.
- D. Bulk API doesn't need a login to Salesforce and can process data offline.
Answer: A,B
NEW QUESTION 65
......
Get Top-Rated Salesforce Integration-Architecture-Designer Exam Dumps Now: https://www.practicevce.com/Salesforce/Integration-Architecture-Designer-practice-exam-dumps.html
Integration-Architecture-Designer Exam Dumps Pass with Updated Tests Dumps: https://drive.google.com/open?id=1t9ZBeRiqZ79mNkIfhH9HaXFsJRrKoIYS