[Jul 14, 2023] Integration-Architecture-Designer Free Exam Questions with Quality Guaranteed
Integration-Architecture-Designer Free Exam Files Downloaded Instantly
NEW QUESTION # 36
Universal Containers has decidedthat acquisition of other companies will be a key focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customer service agents must be able to see up-to-date order status from all ERP systems.
What recommendation should a technical Architect make to minimize complexity during new acquisitions?
- A. Use an ESB to abstract the Salesforce integration from other enterprise applications.
- B. Build all Integrations as nightly ETL batches to minimize real-time overhead.
- C. Leverage Apex callouts to integrate directly with acquired applications.
- D. Use custom Linksto direct users to the appropriate ERP system to view order status.
Answer: B
NEW QUESTION # 37
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 orchestrated via 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. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
- B. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
- C. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
- D. 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.
- E. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
Answer: A,B,C
NEW QUESTION # 38
Which tool would an architect likely leverage while diagnosing issues with an inbound RESTful integration to Salesforce?
- A. Metadata audit trail
- B. Force.com SOAP Explorer
- C. Workbench
- D. Data Loader
Answer: C
NEW QUESTION # 39
A company has an external system that processes and tracks orders. Sales reps manage their leads and opportunity pipeline in Salesforce. In the current state, the two systems are disconnected and processing orders requires a lot of manual entry on sales rep part. This creates delays in processing orders and incomplete data due to manual entry.
As a part of modernization efforts the company decided to integrate Salesforce and the order management system. The following technical requirements were identified:
1. Orders need to be created in real time from salesforce
2. Minimal customization*, and code should be written due to a tight timeline and lack of developer resources
3. Sales reps need to be able to see order history and be able to see most up to date information on current order status.
4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.
5. The legacy system is hosted on premise and is currently connected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by salesforce team.
6. There are 1000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20-30 line items.
How should an integration architect integrate the two systems based on the technical requirements and system constraints?
- A. Use Salesforce big object, SOAP API and Dataloader.
- B. Use Salesforce custom object, custom REST API and ETL.
- C. Use Salesforce standard object, REST API and ETL.
- D. Use Salesforce external object and OData connector.
Answer: C
NEW QUESTION # 40
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:
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 the necessary 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. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
- B. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
- 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 response in a callback method.
Answer: D
NEW QUESTION # 41
Universal Containers has a custom Salesforce UI that is used by all users to check on a container's status. This check is done via an integration to its back-end system which all users have access to. However, some users have a higher privilege access into that back-end system, which allows them to retrieve more details in the same container status check. Those users would like the same Salesforce UI to recognize their higher privilege access and display those extra details for them, but without allowing all users to see the same level of details.
What is the recommended security approach to satisfy this requirement?
- A. Named credential set with "per-user" identify type to control the Apex callout.
- B. Hierarchical custom setting to store back-end system user credentials and referenced in the Apex callout.
- C. Permission set to identify users with higher-level privileges in order to control the Apex callout.
- D. Custom permission to control the Apex callout to retrieve different levels of details.
Answer: A
NEW QUESTION # 42
A customer is migrating from an old legacy system to Salesforce. As part of the modernization effort, they would like to integrate al existing systems that currently work with their legacy application with Salesforce.
Which three constraints and pain-points should an integration architect consider when choosing the integration pattern/mechanism?
Choose 3 answers
- A. Multi-language and multi-currency requirement
- B. Reporting and usability requirements
- C. Data Volume and Processing volume
- D. Error handling mechanisms
- E. System types - APIs, File systems, Email
Answer: C,D,E
NEW QUESTION # 43
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 Message Queue Product
- B. Leverage SOAP API
- C. Leverage REST API
- D. Leverage Identity Product
- E. Leverage Identity Product
Answer: C
NEW QUESTION # 44
The Integration Team at Universal Containers is frustrated because the developers keep changing the data model and trigger behaviors during development, resulting in frequent rework and unexpected bugs lade in the development process.
What two recommendations should a Technical Architect make to resolve this issue?
Choose 2 answers
- A. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
- B. Encourage code developers and integration developers to work in separate sandboxes.
- C. Implement a Regression Testing policy to catch issues earlier in the development process.
- D. Implement a continuous Integration process to identify issues earlier in the development process.
Answer: A,D
NEW QUESTION # 45
Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewallbefore accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services.
What are two considerations an Integration Architect should evaluate before choosing a middleware solution?
Choose 2 answers
- A. The middleware solution is able to interface directly with databases via an ODBC connection string.
- B. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
- C. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
- D. Themiddleware solution enforces the OAuth security protocol.
Answer: B,C
NEW QUESTION # 46
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. Create a new user with System Administrator profile.
- B. Create a special user solely for the integration purposes.
- C. Authenticate the integration using existing Single Sign-On.
- D. Authenticate the integration using existing Network-BasedSecurity.
Answer: B
NEW QUESTION # 47
Universal Containers would like to send all the closed opportunity records to the back-end legacy order management system. The order management system exposes REST API endpoints.
What is the recommended approach to send the data to the order management system?
- A. Workflow Outbound SOAP API message to a middleware system.
- B. Workflow Outbound SOAP message to a middleware system.
- C. Workflow Outbound REST message to the order management system.
- D. Workflow Outbound SOAP message to the order management system.
Answer: B
NEW QUESTION # 48
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 Continuation.
- C. Salesforce Outbound Messaging
- D. Message-oriented Middleware
Answer: C,D
NEW QUESTION # 49
Which two statements are correct about External ID?
Choose 2 answers
- A. External IDs can be used to upsert records
- B. External IDs fields are always unique
- C. External IDs are always searchable
- D. External IDs must be Text fields
Answer: A,C
NEW QUESTION # 50
Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met
- A. SOAP API WSDL
- B. Enterprise WSDL
- C. Corporate WSDL
- D. Partner WSDL
Answer: D
NEW QUESTION # 51
A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format.
Which integration capabilities should be used to integrate the two systems?
- A. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
- B. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
- C. Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
- D. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
Answer: B
NEW QUESTION # 52
Sales representatives at Universal Containers (UC) use Salesforce Sales Cloud as their primary CRM. UC owns a legacy homegrown application that stores a copy of customer dataas well. Sales representatives may edit or update Contact records in Salesforce if there is a change.
Both Salesforce and the homegrown application should be kept synchronized for consistency. UC has these requirements:
1. When a Contact record in Salesforce is updated, the external homegrown application should be
2. The synchronization should be event driven.
3. The integration should be asynchronous.
Which option should an architect recommend to satisfy the requirements?
- A. Leverage Platform Events to publish a custom event message containing changes to the Contact object.
- B. Leverage Change Data Capture to track changes to the Contact object and write a CometD subscriber on the homegrown application.
- C. Write an Apex Trigger with the @future annotation.
D Use an ETL tool to keep Salesforce and the homegrown application in sync on a regular candence.
Answer: B
NEW QUESTION # 53
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 transforms the SAP order statuses to Salesforce order status.
- B. ETL Change Data Capture interface to send only required status updates to Salesforce.
- C. Update the SAP Order fulfillment process to match Salesforce Order Statuses against the SAP order status.
- D. Create a batch Apex to run on a daily basis, which converts order status to pre-defined order status.
Answer: A,B
NEW QUESTION # 54
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. Perform a test load using a full Sandbox prior to the Production load.
- B. Leverage several workstations, loading different objects simultaneously.
- C. Pre-process data that the triggers and workflows can be deactivated.
- D. Perform loads over a weekend server resource availability.
Answer: A,C
NEW QUESTION # 55
......
Q&As with Explanations Verified & Correct Answers: https://troytec.itpassleader.com/Salesforce/Integration-Architecture-Designer-dumps-pass-exam.html