Jan-2022 Latest Free4Torrent Integration-Architecture-Designer Exam Dumps with PDF and Exam Engine Free Updated Today!
Following are some new Integration-Architecture-Designer Real Exam Questions!
NEW QUESTION 13
In order to avoid slowing down inbound call center sales agents, Universal Containers wants to de-duplicate Lead records against their 3rd-party MDM system after that the agent has served the record in Salesforce.
What integration strategy should an Architect recommend?
- A. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.
- B. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.
- C. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
- D. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.
Answer: D
NEW QUESTION 14
Universal Containers has 1,200 active users. Up until last year, they were creating a maximum of 200,000 orders a day. This year because of a new product launch, they are creating a maximum of 300,000 orders per day. They have a trigger on the Order object that has a @future method inside, which it calls via an external web service hosted on middleware. Due to this sudden growth, they have started seeing delays in web service calls where some of the calls are delayed for a few hours.
What can be issue for this delay and what integration pattern would an Architect recommend?
- A. The system is reaching daily limits of web service callouts. Create a ticket to Salesforce support to increase the limit.
- B. The system is reaching daily limits of @future calls. Replace the HTTP Callout with a Workflow Rule and Outbound messages.
- C. The system is reaching daily limits of web service callouts. Batch web service callouts to stay under the limit.
- D. The system is reaching daily limits of @future calls. Remove @future annotation and call the web service directly from the trigger.
Answer: B
NEW QUESTION 15
Universal Containers is a global financial company that sells financial products and services.
There is a daily scheduled Batch Apex job that generates invoice from a given set of orders.
UC requested building a resilient integration for this batch apex job in case the invoice generation fails.
What should an integration architect recommend to fulfill the requirement?
- A. Batch Retry & Error Handling report to monitor the error handling.
- B. Build Batch Retry & Error Handling using BatchApexErrorEvent.
- C. Build Batch Retry & Error Handling in the middleware.
- D. Build Batch Retry & Error Handling in the Batch Apex Job itself.
Answer: B
NEW QUESTION 16
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. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
- C. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
- 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. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
Answer: A,B,E
NEW QUESTION 17
Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.
Which integration solution should an architect recommend in order for the service agents to see order history from a B2C Commerce system?
- A. A REST API offered by Commerce Platform
- B. Salesforce B2C Commerce to Service Cloud Connector
- C. REST API offered by Salesforce Platform
- D. Mulesoft Anypoint Platform
Answer: B
Explanation:
Explanation
https://help.salesforce.com/articleView?id=icx_b2c_conversationalcommerce_connector.htm&type=5
NEW QUESTION 18
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 19
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. The Bulk API allows multiple attachments to be leaded from within a single ZIP file.
- B. The SOAP API avoids record locking contention on parent objects of Master-Details relationship.
- C. DML limits on Bulk are not governed on Salesforce servers.
- D. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.
- E. The SOAP API provides jpb monitoring on the Salesforce setup menu.
Answer: A,B,D
NEW QUESTION 20
Universal Containers has a custom Visualforce page that makes a callout to an external service to show historical sales data from the warehouse. Due to heavy usage and slow response time of the external web service, Salesforce continues to hit the Apex Concurrent limit. Assuming that external web service response time can't be improved, what changes can be made to the custom Visaualforce page and Apex Controller to avoid hitting the Apex Concurrent limit?
- A. Invoke a Workflow Outbound message from the Apex trigger.
- B. Use @future annotation to make the HTTP Callout.
- C. Set a timeout on the web service HTTP callout.
- D. Replace the standard HTTP Callout with Continuation.
Answer: D
NEW QUESTION 21
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. Connect via Salesforce Connect.
- C. Handle authentication in the code.
- D. Handle authentication with login flows.
Answer: D
Explanation:
Explanation
https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5
NEW QUESTION 22
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. Content Security Policies
- B. Named Credentials
- C. Enterprise ESB
- D. Remote Site Settings
Answer: B,D
Explanation:
Explanation
https://help.salesforce.com/articleView?id=collab_files_overview.htm&type=5
NEW QUESTION 23
In which three ways can production data be moved into a sandbox for testing purpose?
- A. use the Apex Data Loader.
- B. Refresh a Full Sandbox.
- C. Refresh a Copy Sandbox.
- D. Request a Snapshot from Support
- E. Use the metadata API.
Answer: A,B,C
NEW QUESTION 24
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers
- A. Inability to query event messages using SOQL
- B. You can use Event Monitoring to track user activity, such as logins and running reports.
- C. Inability to create a Lightning record page for platform events.
- D. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
- E. When you delete an event definition, it's permanently removed and can't be restored.
Answer: A,C,E
NEW QUESTION 25
When a Sales Rep closes an opportunity in Salesforce, an Order should be created in Universal Containers' SAP system and the Sales Rep should be notified with an order number as soon as possible.
What is the recommended solution?
- A. Workflow Outbound message with an email notification on acknowledgement from SAP
- B. Apex callout from an update trigger with an opportunity page refresh using Streaming API.
- C. Apex @ future callout from an update trigger with an opportunity page refresh using Streaming API.
- D. Workflow Outbound message with an email notification on callback from SAP
Answer: D
NEW QUESTION 26
Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool.
How should calls to a custom Apex web service be secured?
- A. IP Whitelisting
- B. VPN
- C. Two-way SSL
- D. Profile Security
Answer: C
NEW QUESTION 27
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?
Choose 2 answers
- A. They cannot utilize publisher actions.
- B. They cannot be built or maintained declaratively
- C. They require unit and functional testing
- D. They consume more API limits than SOAP or REST API
Answer: B,C
NEW QUESTION 28
Universal Containers has a SOAP-based integration that runs nightly to update the Product(Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is a green-screen ERP that must be taken offline to produce nightly production reports, such as the inventory availability report used for this integration. The integration is performing very slowly and does not complete within the allocated four-hour time slot.
What three recommendations might a Technical Architect make to resolve this issue?
Choose 3 answers
- A. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
- B. Contact Salesforce support to request that they turn off record locking on the Product2 object.
- C. Use the Bulk API UPDATE or UPSERT records more efficiently.
- D. Pre-process the data to avoid the need for workflow rules or triggers
- E. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.
Answer: C,D,E
NEW QUESTION 29
Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI Markup Language (RAML) specifications that include field-level definition of every API request and response payload. RAML specs serve as interface contracts that Apex REST API Clients can rely on.
Which two design specifications should theIntegration Architect include in the integration architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML specs?
Choose 2 answers
- A. Clients. D Implement HttpCalloutMock to return responses per RAML specification.
- B. Require theApex REST API Clients to implement the HttpCalloutMock.
- C. Call the Apex REST API Clients in a test context to get the mock response.
- D. Call the HttpCalloutMock implementation from the Apex REST API
Answer: A,C
NEW QUESTION 30
Universal containers is migrating to Salesforce from a legacy system with existing SMTP-based integrations.
What Salesforce platform capability should an Integration Architect consider?
- A. Custom InboundEmailHandler to process the messages.
- B. Custom Apex class with webservice methods that implement the SMTP protocol.
- C. Lightning connect with an oData/SMTP interchange.
- D. Custom Apex batch job to check for SMTP messages.
Answer: A
NEW QUESTION 31
......
Resources From:
- 2022 Latest Free4Torrent Integration-Architecture-Designer Exam Dumps (PDF & Exam Engine) Free Share: https://www.free4torrent.com/Integration-Architecture-Designer-braindumps-torrent.html
- 2022 Latest Free4Torrent Integration-Architecture-Designer PDF and Integration-Architecture-Designer Exam Dumps Free Share: https://drive.google.com/open?id=142ydOfePKxAIV3J55-X4yD5UJINvRLOD
Free Resources from Free4Torrent, We Devoted to Helping You 100% Pass All Exams!