ARC-101 Dumps - Kickstart your Career with Real Updated Questions [Q37-Q56]

Share

ARC-101 Dumps - Kickstart your Career with Real  Updated Questions

Earn Quick And Easy Success With ARC-101 Dumps

NEW QUESTION 37
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would 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. REST API
  • D. Streaming API

Answer: D

 

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

Answer: A

 

NEW QUESTION 39
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. Named Credentials
  • C. Content Security Policies
  • D. Remote Site Settings

Answer: A,B

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

 

NEW QUESTION 40
A call center manager uses a custom dashboard to track Case related metrics. The manager wants a component to display the number of closed Cases in real time.
What type of event should be used to meet this requirement?

  • A. Generic Event
  • B. Push Topic Event
  • C. Change Data Capture Event
  • D. Platform Event

Answer: B

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/pushtopic_events_intro.htm

 

NEW QUESTION 41
A company accepts payment requests 24x7. Once they accept a payment request, their service level agreement (SLA) requires them to make sure each payment request is processed by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.
They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time.
Which two recommendations should an integration architect make to improve their SLA and update conflict handling?
Choose 2 answers

  • A. Payment System and Middleware should automatically retry requests.
  • B. Payment System should process a payment request only once.
  • C. Data Entry Point and Middleware should automatically retry requests.
  • D. Middleware should coordinate request delivery and payment processing.

Answer: B,D

 

NEW QUESTION 42
A global financial company sells financial products and services that include the following:
1. Bank Accounts
2. Loans
3. Insurance
The company has a core banking system that is state of the art and is the master system to store financial transactions, financial products and customer information. The core banking system currently processes 10M financial transactions per day. The CTO for the company is considering building a community port so that customers can review their bank account details, update their information and review their account financial transactions.
What should an integration architect recommend as a solution to enable customer community users to view their financial transactions?

  • A. Use Iframe to display core banking financial transactions data in the customer community.
  • B. Use Salesforce Connect to display the financial transactions as an external object.
  • C. Use Salesforce Connect to display the financial transactions as an external object.
  • D. Use Salesforce External Service to display financial transactions in a community lightning page.

Answer: D

 

NEW QUESTION 43
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: B

 

NEW QUESTION 44
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. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
  • B. 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.
  • C. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
  • D. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
  • E. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.

Answer: A,C,D

 

NEW QUESTION 45
Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met

  • A. Corporate WSDL
  • B. Partner WSDL
  • C. Enterprise WSDL
  • D. SOAP API WSDL

Answer: B

 

NEW QUESTION 46
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.
Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?

  • A. Batch
  • B. Composite
  • C. SObject Tree
  • D. SObject Collections

Answer: C

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm

 

NEW QUESTION 47
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. Mulesoft Anypoint Platform
  • B. REST API offered by Salesforce Platform
  • C. A REST API offered by Commerce Platform
  • D. Salesforce B2C Commerce to Service Cloud Connector

Answer: D

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

 

NEW QUESTION 48
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 number batch jobs that can run concurrently.
  • D. The typical and worst-case historical response times.

Answer: B,C

 

NEW QUESTION 49
Universal Containers (UC) is a leading provider of management training globally, UC embarked on a Salesforce transformation journey to allow students to register for courses in the Salesforce community. UC has a learning system that masters all courses and student registration.
UC requested a near real-time feed of student registration from Salesforce to the learning system. The integration architect recommends using Salesforce event.
Which API should be used for the Salesforce platform event solution?

  • A. SOAP API
  • B. O REST AP
  • C. Tooling API
  • D. Streaming API

Answer: D

 

NEW QUESTION 50
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.
One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.
Which API should an Integration Architect use to meet this requirement?

  • A. Apex REST
  • B. Streaming API
  • C. Connect REST API
  • D. REST API

Answer: C

 

NEW QUESTION 51
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. Considerations for using Deterministic Encryption
  • C. A Default gateway restrictions
  • D. Shield Platform Encryption Limitations

Answer: A

 

NEW QUESTION 52
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. SOAP API
  • B. Tooling API
  • C. Analytics REST API
  • D. Metadata API

Answer: B

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecoverage.htm

 

NEW QUESTION 53
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. 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.
  • C. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
  • D. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.

Answer: B,C,D

 

NEW QUESTION 54
An architect recommended using Apex code to make callouts to an external system to process insurance quote.
What should the integration architect consider to make sure this is the right option for the integration?

  • A. The limit on long-running requests (total execution time).
  • B. The maximum callouts in a single Apex transaction.
  • C. The maximum number of parallel Apex callouts in a single continuation.
  • D. The limit of pending operations in the same transaction.

Answer: D

 

NEW QUESTION 55
Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details. However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders lifecylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.
Which integration pattern should be used for this business use case?

  • A. Remote Call In
  • B. Request and Reply
  • C. Fire and Forget
  • D. Batch Data Synchronization

Answer: C

 

NEW QUESTION 56
......

Free ARC-101 pdf Files With Updated and Accurate Dumps Training: https://actualtests.troytecdumps.com/ARC-101-troytec-exam-dumps.html