ExamGecko
Home Home / Salesforce / Certified Design and Build Integration Solutions (ARC-101)

Salesforce Certified Design and Build Integration Solutions (ARC-101) Practice Test - Questions Answers, Page 10

Question list
Search
Search

List of questions

Search

Related questions











An Architect is asked to build a solution that allows a service to access Salesforce through the API.

What is the first thing the Architect should do?

A.
Create a new user with System Administrator profile.
A.
Create a new user with System Administrator profile.
Answers
B.
Authenticate the integration using existing Single Sign-On.
B.
Authenticate the integration using existing Single Sign-On.
Answers
C.
Authenticate the integration using existing Network-BasedSecurity.
C.
Authenticate the integration using existing Network-BasedSecurity.
Answers
D.
Create a special user solely for the integration purposes.
D.
Create a special user solely for the integration purposes.
Answers
Suggested answer: D

A company that is a leading provider of training delivers courses to students globally. The company decided to use customer community in order to allow studer to log in to the community, register for courses and pay course fees. The company has a payment gateway that takes more than 30 seconds to process the payn transaction. Students would like to get the payment result in real-time so in case an error happens, the students can retry the payment process.

What is the recommended integration approach to process payments based on this requirement?

A.
Use platform event to process payment to the payment gateway.
A.
Use platform event to process payment to the payment gateway.
Answers
B.
Use continuation to process payment to the payment gateway.C Use change data capture to process payment to the payment gateway.
B.
Use continuation to process payment to the payment gateway.C Use change data capture to process payment to the payment gateway.
Answers
C.
Use request and reply to make an API call to the payment gateway.
C.
Use request and reply to make an API call to the payment gateway.
Answers
Suggested answer: B

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

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
A.
Corporate WSDL
Answers
B.
Partner WSDL
B.
Partner WSDL
Answers
C.
SOAP API WSDL
C.
SOAP API WSDL
Answers
D.
Enterprise WSDL
D.
Enterprise WSDL
Answers
Suggested answer: B

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.
Push Topic Event can define a custom payload.
A.
Push Topic Event can define a custom payload.
Answers
B.
Change Data Capture does not have record access support.
B.
Change Data Capture does not have record access support.
Answers
C.
Change Data Capture can be published from Apex.
C.
Change Data Capture can be published from Apex.
Answers
D.
Apex triggers can subscribe to Generic Events.
D.
Apex triggers can subscribe to Generic Events.
Answers
Suggested answer: B

A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Their customer base and data set growing rapidly. They want to make sure that the following policies are enforced:

A.
Identifiable patient prescriptions must exist only in their secure system's databaseand encrypted at rest.
A.
Identifiable patient prescriptions must exist only in their secure system's databaseand encrypted at rest.
Answers
B.
Identifiable patient prescriptions must be made available only to people explicit authorized in the Patient Prescriptions System assigned nurses anddoctors, patient, and people explicitly the patient may authorize.
B.
Identifiable patient prescriptions must be made available only to people explicit authorized in the Patient Prescriptions System assigned nurses anddoctors, patient, and people explicitly the patient may authorize.
Answers
C.
Must be available only to verified and pre-approved people or legal entities.To enable this, the company provides the following capabilities:
C.
Must be available only to verified and pre-approved people or legal entities.To enable this, the company provides the following capabilities:
Answers
D.
One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes.
D.
One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes.
Answers
E.
Certificates for legal entities.. RESTful services.The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze de identified data in Einstein Analytics.Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics?Choose 2 answers
E.
Certificates for legal entities.. RESTful services.The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze de identified data in Einstein Analytics.Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics?Choose 2 answers
Answers
F.
Identity token data storage
F.
Identity token data storage
Answers
G.
Bulk load for Einstein Analytics
G.
Bulk load for Einstein Analytics
Answers
H.
Callouts to RESTful services
H.
Callouts to RESTful services
Answers
I.
Encryption in transit and at rest
I.
Encryption in transit and at rest
Answers
Suggested answer: B, C

An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days.

Which two types of Streaming API events should be considered?

Choose 2 answers

A.
Generic Events
A.
Generic Events
Answers
B.
Change Data Capture Events
B.
Change Data Capture Events
Answers
C.
PushTopic Events
C.
PushTopic Events
Answers
D.
High Volume Platform Events
D.
High Volume Platform Events
Answers
Suggested answer: B, D

Only authorized users are allowed access to the EBS and the Enterprise DMS.

Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.

Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce? should an integration consultant consider while integrating the DMS and ESB with Salesforce?

Choose 3 answers

A.
Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
A.
Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
Answers
B.
Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
B.
Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
Answers
C.
Consider Enterprise security needs for access to DMS and EBS.
C.
Consider Enterprise security needs for access to DMS and EBS.
Answers
D.
Consider options to migrate DMS and EBS into Salesforce.
D.
Consider options to migrate DMS and EBS into Salesforce.
Answers
E.
Users should be authenticated into DMS and EBS without having to enter username and password.
E.
Users should be authenticated into DMS and EBS without having to enter username and password.
Answers
Suggested answer: B, D, E

A Salesforce customer is planning to roll out Salesforce for all their Sales and Service staff.

Senior Management has requested that monitoring is to be in pla for Operations to notify any degradation in Salesforce performance.

How should an integration consultant implement monitoring?

A.
Use Salesforce limits API to capture current API usage and configure alerts for monitoring.
A.
Use Salesforce limits API to capture current API usage and configure alerts for monitoring.
Answers
B.
Use APIEVENT to track all user initiated API calls through SOAP, REST or BULK APIs.
B.
Use APIEVENT to track all user initiated API calls through SOAP, REST or BULK APIs.
Answers
C.
Identify critical business processes and establish automation to monitor performance against established benchmarks.
C.
Identify critical business processes and establish automation to monitor performance against established benchmarks.
Answers
D.
Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.
D.
Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.
Answers
Suggested answer: C

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.
Tooling API
A.
Tooling API
Answers
B.
Streaming API
B.
Streaming API
Answers
C.
O REST AP
C.
O REST AP
Answers
D.
SOAP API
D.
SOAP API
Answers
Suggested answer: B
Total 106 questions
Go to page: of 11