[Oct-2022] The Salesforce ARC-101 Exam Test For Brief Preparation [Q43-Q68]

Share

[Oct-2022] The Salesforce ARC-101 Exam Test For Brief Preparation 

Revolutionary Guide To Exam Salesforce Dumps


Salesforce ARC-101 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Understand Use Cases for a Data Virtualization Pattern
  • Create External Applications Using SOAP API
Topic 2
  • Build Event-Driven Applications Using Streaming API
  • Understand Use Cases for a Batch Data Synchronization Pattern
Topic 3
  • Review Integration Regulatory Requirements
  • Send Data from Salesforce to External Applications Using Outbound Message
Topic 4
  • Understand Use Cases for a UI Update Based on Data Changes Pattern
  • Understand the Importance of Integration
Topic 5
  • Translate Needs to Integration Requirements
  • Explore the Meaning of Single View of the Customer
Topic 6
  • Understand When to Use Remote Site Settings
  • Call External APIs Programmatically Using Callouts

 

NEW QUESTION 43
Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.
Which type of Integration should an architect recommend to meet this business requirement?

  • A. Data Visualization
  • B. Data Synchronization
  • C. Batch Processing
  • D. Process Orchestration

Answer: A

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.integration_patterns_and_practices.meta/integration_patterns_and_practices/integ_pat_data_virtualization.htm

 

NEW QUESTION 44
Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that eac order reach the finance application exactly once for accurate invoicing.
What solution should an architect propose?

  • A. Trigger invokes Queueable Apex method, with custom error handling process.
  • B. Button press invokes synchronous callout, with user handling retries in case of error
  • C. Outbound Messaging, which will automatically handle error retries to the service.
  • D. Trigger makes @future Apex method, with custom error handling process.

Answer: A

 

NEW QUESTION 45
Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:
1. The external systems must follow the principle of least privilege, and
2. The activities of the eternal systems must be available for audit.
What should an Integration Architect recommend as a solution for these integrations?

  • A. A shared integration user for the three external system integrations.
  • B. A Connected App for each external system integration.
  • C. A unique integration user for each external system integration.
  • D. A shared Connected App for the three external system integrations.

Answer: B

 

NEW QUESTION 46
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers

  • A. You can use Event Monitoring to track user activity, such as logins and running reports.
  • B. Inability to query event messages using SOQL
  • C. When you delete an event definition, it's permanently removed and can't be restored.
  • D. Inability to create a Lightning record page for platform events.
  • E. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C

Answer: B,C,D

 

NEW QUESTION 47
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 questions should the integration architect consider?
Choose 2 answers

  • A. Can the fulfillment system make a callback into Salesforce?
  • B. Is the product catalog data identical at all times in both systems?
  • C. Can the fulfillment system create new addresses within the Order Create service?
  • D. Can the fulfillment system implement a contract-first Outbound Messaging interface?

Answer: A,D

Explanation:
https://www.youtube.com/watch?v=zQncznMLrt4 Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.

 

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

Answer: B,D,E

 

NEW QUESTION 49
A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).
The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers

  • A. SAML SSO and just-in-time provisioning
  • B. OpenId Connect Authentication Provider and just-in-time provisioning
  • C. OpenId Connect Authentication Provider and Registration Handler
  • D. SAML SSO and Registration Handler

Answer: A,C

 

NEW QUESTION 50
Universal Containers has a requirement for all accounts that do NOT qualify for a business extension (Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month.
What is the recommended solution?

  • A. Use Time-based workflow rule.
  • B. Use Process builder.
  • C. Use Batch Apex.
  • D. Use Trigger.

Answer: C

 

NEW QUESTION 51
Universal Containers (UC) currently owns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third tier interfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an Integration Architect recommend to meet these requirements?

  • A. Enforce separate security protocols and return formats at the first tier of the API-led architecture.
  • B. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
  • C. Implement an API gateway that all systems of engagement must interface with first.
  • D. Leverage an Identity Provider solution that communicates with the API tiers via SAML

Answer: C

 

NEW QUESTION 52
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call into a custor Apex REST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.
Which three items should an architect recommend to secure the integration in the package?
Choose 3 answers

  • A. Create a connected app in the central org and add the callback URL of each org the package is installed in to redirect to after successful authentication.
  • B. Use an encrypted field to store the password that the security team enters and use password management for external orgs and set the encryption method to TLS 1.2. Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and
  • C. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
  • D. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
  • E. Select Start Authentication Flow on Save.

Answer: A,C,E

 

NEW QUESTION 53
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?

  • A. Sum of A, G, and H
  • B. Sum of A and H
  • C. Sum of A to F
  • D. Sum of A to H

Answer: B

 

NEW QUESTION 54
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. Push Topic Event
  • B. Change Data Capture Event
  • C. Generic Event
  • D. Platform Event

Answer: A

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

 

NEW QUESTION 55
Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to synch data from external sources. NTO's Integration Architec has received requirements for a new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once complete, 20GB (about 30M records) needs to be extracted to an external auditing system.
What should the architect recommend using to meet these requirements in a day?

  • A. Insert using Bulk API 1.0 and query using REST API.
  • B. Insert and query using Bulk API 1.0.
  • C. Insert and query using Bulk API 2.0.
  • D. Insert using Bulk API 2.0 and query using REST API.

Answer: C

 

NEW QUESTION 56
Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.
UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real-time.
Which two actions should be recommended to fulfill this system requirement?
Choose 2 answers

  • A. Develop custom APIs on the company's network that are invokable by Salesforce.
  • B. Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.
  • C. Develop an application in Heroku that connects to the on-premise database via an ODBC string and VPC connection.
  • D. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.

Answer: A,B

 

NEW QUESTION 57
A customer's enterprise architect has identified requirements around caching, queuing, error handling, alerts, retries, event handling, etc. The company has asked the Salesforce integration architect to help fulfill such aspects with their Salesforce program.
Which three recommendations should the Salesforce integration architect make?
Choose 3 answers

  • A. Event handling in a publish/subscribe scenario, the middleware can be used to route requests or messages to active data-event subscribers from active data-event publishers.
  • B. Message transformation and protocol translation should be done within Salesforce.
    Recommend leveraging Salesforce native protocol conversion capabilities as middle watools are NOT suited for such tasks
  • C. Event handling processes such as writing to a log, sending an error or recovery process, or sending an extra message, can be assumed to be handled by middleware.
  • D. Provide true message queueing for integration scenarios (including orchestration,process choreography, quality of service, etc.) given that a middleware solution is required.
  • E. Transform a fire-and-forget mechanism to request-reply should be handled bymiddleware tools (like ETL/ESB) to improve performance.

Answer: A,C,D

 

NEW QUESTION 58
Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:
1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2. Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
3. Expose custom business logic to 5 external applications in a highly secure manner.
4. Schedule nightly automated dataflows, recipes and data syncs.
Which set of APIs are recommended in order to meet the requirements?

  • A. Bulk API, Streaming API, Apex REST API, Analytics REST API
  • B. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
  • C. Bulk API, Chatter REST API, Apex REST API, Analytics REST API
  • D. Bulk API, Chatter REST API, Apex SOAP API, Tooling API

Answer: A

 

NEW QUESTION 59
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. The number batch jobs that can run concurrently.
  • B. The maximum query cursors open per user on the service.
  • C. The typical and worst-case historical response times.
  • D. How many concurrent service calls are being placed.

Answer: A,B

 

NEW QUESTION 60
A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated to multiple back office systems to provide a single interface for associates. Reliability and monitoring of these integrations is required as associates support customers.
Which integration solution should the architect consider when planning the implementation?

  • A. Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
  • B. Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
  • C. Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
  • D. Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.

Answer: A

 

NEW QUESTION 61
Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.
What should be done to mitigate the concerns that the CIO has?

  • A. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
  • B. Refactor the existing @future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.
  • C. Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.
  • D. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.

Answer: B

 

NEW QUESTION 62
An architect decided to use Platform Events for integrating Salesforce with an external system for a company.
Which three things should an architect consider when proposing this type of integration mechanism?
Choose 3 answers

  • A. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.
  • B. Salesforce needs to be able to store information about the external system in order toknow which event to send out.
  • C. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.
  • D. To publish an event, the integration user in salesforce needs create permission on the event entity.
  • E. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.

Answer: C,D,E

 

NEW QUESTION 63
Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's status to "Closed/Won" and there are products attached, the details should be passed to the OMS for fulfillment operations.
The callout from Salesforce to the OMS should be synchronous.
What should an Integration Architect do to satisfy these requirements?

  • A. Use Process Builder to call an Apex proxy class to make a REST callout to the Order Management System.
  • B. Build a Lightning Component that makes a synchronous Apex REST callout to the Order Management System when a button is clicked.
  • C. Develop a batch Apex job that aggregates Closed Opportunities and makes a REST callout to the Order Management System hourly.
  • D. Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System.

Answer: A

 

NEW QUESTION 64
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. Build Batch Retry & Error Handling using BatchApexErrorEvent.
  • B. Batch Retry & Error Handling report to monitor the error handling.
  • C. Build Batch Retry & Error Handling in the Batch Apex Job itself.
  • D. Build Batch Retry & Error Handling in the middleware.

Answer: A

 

NEW QUESTION 65
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 maximum number of parallel Apex callouts in a single continuation.
  • B. The limit of pending operations in the same transaction.
  • C. The maximum callouts in a single Apex transaction.
  • D. The limit on long-running requests (total execution time).

Answer: B

 

NEW QUESTION 66
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 is expected 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. Remote Call-In
  • B. Remote Process Invocation-Fire and Forget
  • C. Batch Data Synchronization
  • D. Remote Process Invocation-Request and Reply

Answer: C

 

NEW QUESTION 67
A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following:
1. An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.
2. A Marketing solution they use for email campaigns.
The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce.
Which system should be the System of record for their customers and prospects?

  • A. ERP with all prospect data from Marketing and Salesforce.
  • B. Salesforce with relevant Marketing and ERP information.
  • C. New Custom Database for Customers and Prospects.
  • D. Marketing with all customer data from Salesforce and ERP.

Answer: B

Explanation:
https://www.workfront.com/blog/systems-of-record

 

NEW QUESTION 68
......

ARC-101 Free Study Guide! with New Questions: https://www.bootcamppdf.com/ARC-101_exam-dumps.html

Pass ARC-101 Exam Latest Practice Questions: https://drive.google.com/open?id=11ELh4w4ivyHetG0BJHP9G_bWXDGHPY2S