Download Salesforce.ARC-101.VCEplus.2022-12-23.20q.vcex

Download Exam

File Info

Exam Design and Build Integration Solutions
Number ARC-101
File Name Salesforce.ARC-101.VCEplus.2022-12-23.20q.vcex
Size 545 KB
Posted Dec 23, 2022
Download Salesforce.ARC-101.VCEplus.2022-12-23.20q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce.
Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.
What type of monitoring should the Integration Consultant have considered to monitor this integration?


  1. Monitor Platform Events created per hour limits across the Salesforce instance.
  2. Set up debug logs for Platform Event triggers to monitor performance .
  3. Validate the Platform Event definition matches leads definition.
  4. Monitor the volume of leads that are created in Salesforce.
Correct answer: B



Question 2

A large B2C customer is planning to implement Salesforce CRM to become a Customer centric enterprise. Below, is their current system landscape diagram.
    
The goals for implementing Salesforce follows:
  1. Develop a 360 view of customer
  2. Leverage Salesforce capabilities for Marketing, Sales and Service processes 3. Reuse Enterprise capabilities built for Quoting and Order Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce?
Choose 3 answers


  1. Order Management System
  2. Case Management System
  3. Sales Activity System
  4. Email Marketing System
  5. Quoting System
Correct answer: BCD



Question 3

What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?


  1. The endpoint domain has been added to Cross-Origin Resource Sharing.
  2. The endpoint URL has been added to Content Security Policies.
  3. The endpoint URL has added been to an outbound firewall rule.
  4. The endpoint URL has been added to Remote Site Settings.
Correct answer: B



Question 4

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?


  1. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
  2. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
  3. Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
  4. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
Correct answer: A



Question 5

A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls.
    
The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
  1. Log every call's start and finish date and time to a central analytics data store.
  2. Compute response time uniformly as the difference between the start and finish date and time -- A to H in the diagram.
Which computation represents the end-to-end response time from the user's perspective?


  1. Sum of A to H
  2. Sum of A to F
  3. Sum of A, G, and H
  4. Sum of A and H
Correct answer: D



Question 6

Universal Containers (UC) is currently managing a custom monolithic web service that runs on an onpremise server.
This monolithic web service is responsible for Point-to-Point (P2P) integrations between:
  1. Salesforce and a legacy billing application
  2. Salesforce and a cloud-based Enterprise Resource Planning application 3. Salesforce and a data lake.
UC has found that the tight interdependencies between systems is causing integrations to fail.
What should an architect recommend to decouple the systems and improve performance of the integrations?


  1. Re-write and optimize the current web service to be more efficient.
  2. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
  3. Use the Salesforce Bulk API when integrating back into Salesforce.
  4. Move the custom monolithic web service from on-premise to a cloud provider.
Correct answer: B



Question 7

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?


  1. SObject Collections
  2. SObject Tree
  3. Batch
  4. Composite
Correct answer: B
Explanation:
Reference:https://developer.salesforce.com/docs/atlas.enus.api_rest.meta/api_rest/resources_composite_sobject_tree.htm
Reference:
https://developer.salesforce.com/docs/atlas.enus.api_rest.meta/api_rest/resources_composite_sobject_tree.htm



Question 8

The director of customer service at Northern Trail Outfitters (NTO) wants to capture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an adhoc manner using an external analytics system. The events that are of interest are:
A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep clicks on the "Initiate Refund" menu item on the Case Which two solutions will meet these business requirements?
Choose 2 answers


  1. Case after insert Trigger that executes a callout.
  2. Case Workflow Rule that sends an Outbound Message.
  3. Case after insert Trigger that publishes a Platform Event.
  4. Custom Apex controller that publishes a Platform Event.
Correct answer: CD



Question 9

A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.
Which two consider?
Choose 2 answers


  1. Can the fulfillment system create new addresses within the Order Create service?
  2. Can the fulfillment system make a callback into Salesforce?
  3. Can the fulfillment system implement a contract-first Outbound Messaging interface?
  4. Is the product catalog data identical at all times in both systems?
Correct answer: BC
Explanation:
Reference:https://www.youtube.com/watch?v=zQncznMLrt4Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.
Reference:
https://www.youtube.com/watch?v=zQncznMLrt4
Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.



Question 10

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?


  1. Push Topic Event
  2. Change Data Capture Event
  3. Platform Event
  4. Generic Event
Correct answer: A
Explanation:
Reference:https://developer.salesforce.com/docs/atlas.enus.api_streaming.meta/api_streaming/pushtopic_events_intro.htm
Reference:
https://developer.salesforce.com/docs/atlas.enus.api_streaming.meta/api_streaming/pushtopic_events_intro.htm









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files