[Oct-2022] Free ARC-101 Exam Questions ARC-101 Actual Free Exam Questions
Verified ARC-101 dumps and 108 unique questions
NEW QUESTION 48
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. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.
- B. Develop custom APIs on the company's network that are invokable by Salesforce.
- C. Develop an application in Heroku that connects to the on-premise database via an ODBC string and VPC connection.
- D. Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.
Answer: B,D
NEW QUESTION 49
Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy.
Which two things should an architect do to improve the performance of the integration?
Choose 2 answers
- A. Remove the sharing restrictions.
- B. Remove the query filters.
- C. Include selective criteria in query filters.
- D. Include non-selective criteria in query filters.
Answer: A,C
Explanation:
https://help.salesforce.com/articleView?id=000325247&type=1&mode=1
NEW QUESTION 50
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 ad-hoc 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
- A. Case Workflow Rule that sends an Outbound Message.
- B. Custom Apex controller that publishes a Platform Event.
- C. Case after insert Trigger that publishes a Platform Event.
- D. Case after insert Trigger that executes a callout.
Answer: B,C
NEW QUESTION 51
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
- A. Sales Activity System
- B. Quoting System
- C. Order Management System
- D. Case Management System
- E. Email Marketing System
Answer: A,D,E
NEW QUESTION 52
Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.
1. An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order,
2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window.
Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?
Choose 2 answers
- A. High-volume event messages are stored for 72 hours (three days).
- B. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
- C. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
- D. High-volume event messages are stored for 24 hours (one day).
Answer: A,B
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durability.htm
NEW QUESTION 53
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.
What should the architect consider when making the recommendation?
- A. Apex triggers can subscribe to Generic Events.
- B. Push Topic Event can define a custom payload.
- C. Change Data Capture can be published from Apex.
- D. Change Data Capture does not have record access support.
Answer: D
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. Change Data Capture Event
- B. Push Topic Event
- C. Platform Event
- D. Generic Event
Answer: B
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/pushtopic_events_intro.htm
NEW QUESTION 55
An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events.
What is taking place if events are only being published?
- A. The platform events are being published from Apex.
- B. The platform events are published immediately before the Apex transaction completes.
- C. The platform events are published after the Apex transaction completes.
- D. The platform events has a trigger in Apex.
Answer: C
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define_ui.htm
NEW QUESTION 56
When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values.
Which integration pattern and mechanism should be selected to meet the conditions?
- A. Remote Call-In: Salesforce REST API with REST Composite Resources.
- B. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
- C. Request-Reply: Enhanced External Services invokes a REST API.
- D. Data Virtualization: Salesforce Connect map data external REST data in external objects.
Answer: C
NEW QUESTION 57
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 Change Data Capture to track changes to the Contact object and write a CometD subscriber on the homegrown application.
- B. Leverage Platform Events to publish a custom event message containing changes to the Contact object.
- C. Write an Apex Trigger with the @future annotation.
Answer: A
Explanation:
D Use an ETL tool to keep Salesforce and the homegrown application in sync on a regular candence.
NEW QUESTION 58
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements?
Choose 2 answers
- A. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
- B. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
- C. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
- D. Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu.
Answer: A,C
NEW QUESTION 59
A large consumer goods manufacturer operating in multiple countries is planning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:
1. Internal users from each country have to be authenticated with their local active directory.
2. Customers can create their own login or use Google login.
3. Partners have to be authenticated through a central system which is to be determined.
4. Internal users will have access to the central ERP with their credentials maintained in the ERP.
5. Additional internal systems will be integrated with Salesforce for Sales and Support business processes.
Which three requirements should the integration architect evaluate while designing the integration needs of this project?
Choose 3 answers
- A. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
- B. Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
- C. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
- D. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
- E. Assess security requirements for internal systems and decide Integration methods that support the requirements.
Answer: C,D,E
NEW QUESTION 60
Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce.
Which three considerations should be evaluated and highlighted when deciding between the solutions?
Choose 3 answers
- A. Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real- time integrations.
- B. Message sequence is possible in Outbound Message but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.
- C. Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.
- D. In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.
- E. Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.
Answer: C,D,E
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.htm
https://help.salesforce.com/articleView?id=workflow_om_considerations.htm&type=5
NEW QUESTION 61
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.
Which two solutions should an architect propose?
Choose 2 answers
- A. Use Platform Events to construct and publish shipper-specific events.
- B. Store shipping services in a picklist that is dependent on a country picklist.
- C. Invoke middleware service to retrieve valid shipping methods.
- D. Use middleware to abstract the call to the specific shipping services.
Answer: C,D
NEW QUESTION 62
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 Salesforce External Service to display financial transactions in a community lightning page.
- B. Use Iframe to display core banking financial transactions data in the customer community.
- C. Use Salesforce Connect to display the financial transactions as an external object.
- D. Use Salesforce Connect to display the financial transactions as an external object.
Answer: A
NEW QUESTION 63
A US business-to-consumer (B2C) company is planning to expand to Latin Americ a. They project an initial Latin American customer base of about one million, and a growth rate of around 10% every year for the next 5 years. They anticipate privacy and data protection requirements similar to those in the European Union to come into effect during this time. Their initial analysis indicates that key personal data is stored in the following systems:
1. Legacy mainframe systems that have remained untouched for years and are due to be decommissioned.
2. Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud.
3. The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand.
Which three requirements should the integration architect consider?
Choose 3 answers
- A. Manual steps and procedures that may be necessary.
- B. Impact of deleted records on system functionality.
- C. Ability to provide a 360-degree view of the customer.
- D. Feasibility to restore deleted records when needed.
- E. Ability to delete personal data in every system.
Answer: B,D,E
NEW QUESTION 64
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. O REST AP
- B. SOAP API
- C. Streaming API
- D. Tooling API
Answer: C
NEW QUESTION 65
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 Trigger.
- B. Use Time-based workflow rule.
- C. Use Process builder.
- D. Use Batch Apex.
Answer: D
NEW QUESTION 66
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. Leverage an Identity Provider solution that communicates with the API tiers via SAML
- D. Implement an API gateway that all systems of engagement must interface with first.
Answer: D
NEW QUESTION 67
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. Named Credentials
- B. Enterprise ESB
- 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 68
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 69
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. Select Start Authentication Flow on Save.
- 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. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
- D. 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.
- E. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
Answer: A,D,E
NEW QUESTION 70
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. REST API
- B. Connect REST API
- C. Streaming API
- D. Tooling API
Answer: C
NEW QUESTION 71
An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is secured with oAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store it on a custom geolocation field.
The geolocation field is secured with Field Level Security, so users can view the value without changing it.
What should be done to meet the requirement?
- A. The mobile device makes a REST Apex inbound call.
- B. The mobile device makes a SOAP API inbound call.
The mobile device receives a REST Apex callout call. - C. The mobile device makes a REST API inbound call.
Answer: C
NEW QUESTION 72
An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a third-party Identity Provider for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?
- A. Make an API inbound integration from an external Java client more secure.
- B. A Make Apex REST outbound integrations to external web services more secure.
- C. Make formula fields with HYPERLINK() to external web servers more secure.
- D. Make Apex SOAP outbound integrations to external web services more secure.
Answer: C
NEW QUESTION 73
......
Latest 100% Passing Guarantee - Brilliant ARC-101 Exam Questions PDF: https://passleader.examtorrent.com/ARC-101-prep4sure-dumps.html
