Weekend Sale Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Salesforce Integration-Architect Salesforce Certified Integration Architect (SP23) Exam Practice Test

Page: 1 / 11
Total 109 questions

Salesforce Certified Integration Architect (SP23) Questions and Answers

Question 1

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?

Options:

A.

Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.

B.

Remote Call-In: Salesforce REST API with REST Composite Resources.

C.

Request-Reply: Enhanced External Services invokes a REST API.

D.

Data Virtualization: Salesforce Connect map data external REST data in external objects.

Question 2

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?

Options:

A.

Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.

B.

Let the Lightning Data Service with an ©wire adapter display new values when the custom object records change.

C.

Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.

D.

Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.

Question 3

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?

Options:

A.

External gateway products in use

B.

A Default gateway restrictions

C.

Considerations for using Deterministic Encryption

D.

ShieldPlatform Encryption Limitations

Question 4

Universal Containers (UC) is a global financial company. UC support agents would like

to open bank accounts on the spot for a customer who is inquiring ab UC products.

During opening the bank account process, the agents execute credit checks for the customers

through external agencies. At a given time, up to 30 concurrent rewill be using the service for

performing credit checks for customers.

What error handling mechanisms should be built to display an error to the agent when the credit

verification process failed?

Options:

A.

In case the verification process is down, Use mock service to send the response to the agent.

B.

Handle verification process error in the Verification Webservice API in case there isa connection issue to the Webservice if it responds with an error.

C.

Handle integration errors in the middleware in case the verification process is down, then the middleware should retry processing the request multiple times.

D.

In case the verification process is down, use fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online.

Question 5

Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?

Choose 3 answers

Options:

A.

Inability to query event messages using SOQL

B.

Subscribe to an AssetToken Event stream to monitor OAuth2.0 authentication activity. C

C.

Inability to create a Lightning record page for platform events.

D.

When you delete an event definition, it's permanently removed and can't be restored.

E.

You can use Event Monitoring to track user activity, such as logins and running reports.

Question 6

Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs and anexternal data source us Salesforce Connect. The external data source supports Open Data Protocol.

Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce?

Choose 3 answers

Options:

A.

Configure Identity Type for OData connection.

B.

Configure a Certificate for OData connection.

C.

Configure Special Compatibility for OData connection,

D.

Configure CSRF Protection for OData connection.

E.

Configure CSRF Protection on External Data Source.

Question 7

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

Options:

A.

To subscribe to an event, the integration user in salesforce needs read access to theevent entity.

B.

Salesforce needs to be able to store information about the external system in order toknow which event to send out.

C.

External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.

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.

Question 8

Universal Containers has a requirement for all accounts that do NOT qualify for abusiness 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?

Options:

A.

Use Batch Apex.

B.

Use Time-based workflow rule.

C.

Use Process builder.

D.

Use Trigger.

Question 9

An enterprise customer that has more than 10 million customers have the following systems and conditions in their landscape:

Options:

A.

Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.

B.

Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.

C.

Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.

Question 10

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?

Options:

A.

SObject Collections

B.

SObject Tree

C.

Batch

D.

Composite

Question 11

KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.

1. Customer requests Customer Service Representative (CSR) for a Service upgrade.

2. Customer provides credit card details to CSR for payment.

3. CSR submits payment information in Salesforce, and processed in a

4. CSR receives confirmation of payment.

5. CSR upgrades service for customer and confirms Customer.

external payment gateway.

This use case requires the CSR to obtain confirmation of payment before upgrading the service.

The integration with Payment gateway needs to be reliable and monitored for audit purposes.

The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.

What should an Integration Architect recommend for this integration?

Options:

A.

Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of callouts and responses are logged for audit purposes.

B.

Use External Services feature to integrate gateway to Salesforce ensuring real-time updates the CSR and support post payment processes.

C.

Make a callout to the payment gateway through ESB supporting error handling and logging for audit purposes.

D.

Platform events allow integration to payment gateway through the exchange of real-time event data, platform events are scalable and secure.

Question 12

A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications.

Which two findings about their current state will allow copies of legacy data in Salesforce?

Choose 2 answers

Options:

A.

Only on-premise systems are allowed access to legacy systems.

B.

Cloud-based ETL can access Salesforce and supports queues.

C.

On-premise middleware provides APIs to legacy systems data.

D.

Legacy systems can use queues for on-premise integration.

Question 13

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 Salesforceanytime the quoting system will be taken down for maintenance.

Which Salesforce API should an Integration Architect use to fulfill this requirement?

Options:

A.

Connect REST API

B.

Tooling API

C.

REST API

D.

Streaming API

Question 14

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?

Options:

A.

Use Salesforce limits API to capture current API usage and configure alerts for monitoring.

B.

Use APIEVENT to track all user-initiated API calls through SOAP, REST or BULK APIs.

C.

Identify critical business processes and establish automation to monitor performance against established benchmarks.

D.

Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.

Question 15

Universal Containers is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls, live chat. The support agents would open bank accounts on the spot for customers who are inquiring about UC bank accounts.

UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID which has to be generated from the core banking system.

Which integration pattern is recommended for this use case?

Options:

A.

Use streaming API to generate push topic.

B.

Use outbound message.

C.

Use salesforce platform event.

D.

Use request and reply.

Question 16

Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applicationsand is planning to include Salesforce as well.

Which Salesforce API should an Integration Architect use to meet the requirement?

Options:

A.

SOAP API

B.

Analytics REST API

C.

Metadata API

D.

Tooling API

Question 17

Given the diagram below, a Salesforce org, middleware, and Historical data store (with

20million records and growing) exists with connectivity between them

Historical records are archived from Salesforce and moved to Historical Data store (which

houses 20M records and growing; fine-tuned to be performant with search queries).

Call center agents use Salesforce, when reviewing occasional special cases, have requested

access to view the related historical case items that relate to submit cases.

Which mechanism and patterns are recommended to maximize declarative configuration?

Options:

A.

Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Case object.

B.

C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.

C.

Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object

D.

Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.

Question 18

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

Options:

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.

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.

C.

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.

D.

Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single message to a SOAP end point.

E.

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.

Question 19

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?

Options:

A.

Integrating Salesforce with Order Management System, Email Management System and Case Management System.

B.

Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.

C.

Integrating Salesforce with Data Warehouse, Order Management and Email Management System.

D.

Integrating Salesforce with Email Management System, Order Management System and Case Management System.

Question 20

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

Options:

A.

Include non-selective criteria in query filters.

B.

Remove the query filters.

C.

Include selective criteria in query filters.

D.

Remove the sharing restrictions.

Question 21

Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure

API Gateway.

What integration security mechanism should be employed?

Options:

A.

Configure mutual server authentication with two-way SSL using CA issued certificates.

B.

Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.

C.

Use an API only user profile and implement use an external identity provider with federated API access.

D.

Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.

Question 22

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?

Options:

A.

Enforce separate security protocols and return formats at the first tier of the API-led

architecture.

B.

Implement an API gateway that all systems of engagement must interface with first.

C.

Enforce separate security protocols and return formats at the second tier of the API-led architecture.

D.

Leverage an Identity Provider solution that communicates with the API tiers via SAML

Question 23

A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.

Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?

Choose 2 answers

Options:

A.

Encrypted Custom Fields

B.

Named Credentials

C.

Protected Custom Metadata Types

D.

Protected Custom Settings

Question 24

An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.

What should an Architect determine before recommending a solution?

Options:

A.

Determine inbound integration requirements, then identify frequency.

B.

Determine data access prevention requirements, then identify frequency.

C.

Determine data volume requirements, then identify the loading schedule.

D.

Determine data access prevention requirements, then identify system constraints.

Question 25

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?

Options:

A.

Tooling API

B.

Streaming API

C.

O REST AP

D.

SOAP API

Question 26

A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.

The following business processes need to be supported in Salesforce:

1. Sales Consultants should be able to have access to current inventory.

2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.

3. Quotes should be generated in Salesforce with pricing from ERP.

4. Sales Management uses a Enterprise Business Intelligence (BI) toolto view Sales dashboards.

5. Master Data Management (MDM) is the system of record for customers and prospects.

6. Invoices should be accessible in Salesforce.

Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?

Options:

A.

ERP, Invoices system, Data Warehouse and BI Tool

B.

ERP, Inventory, Pricing Engine, Invoices system

C.

ERP, MDM, BI tool and Data Warehouse

D.

ERP, MDM, Data Warehouse, Invoices system

Question 27

Northern Trail Outfitters has recently experienced intermittent network outages in its

call center. When network service resumes, Sales representatives have inadvertently

created duplicate orders in the manufacturing system because the order was placed but the

return acknowledgement was lost during the outage.

Which solution should an architect recommend to avoid duplicate order booking?

Options:

A.

Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.

B.

Use scheduled apex to query manufacturing system for potential duplicate or missing orders.

C.

Implement idempotent design and have Sales Representatives retry order(s) in question.

D.

Have scheduled Apex resubmit orders that do not have a successful response.

Question 28

Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.

Which solution is recommended in order to meet the requirement?

Options:

A.

Create a connected app in the affiliate org and select the "Accept CometD API Requests".

B.

A Implement a polling mechanism in the client that calls the SOAP API get updated method to get the ID values of each updated record.

C.

Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.

D.

Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.

Question 29

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

Options:

A.

Generic Events

B.

Change Data Capture Events

C.

PushTopic Events

D.

High Volume Platform Events

Question 30

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

Options:

A.

ESB (Mule) with cache/state management to return a request ID (or) response if available from external system.

B.

Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.

C.

Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.

D.

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.

E.

Implement a 'Check Update' button that passes a request ID received from ESB (user action needed).

Question 31

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

Options:

A.

Use Platform Events to construct and publish shipper-specific events.

B.

Invoke middleware service to retrieve valid shipping methods.

C.

Use middleware to abstract the call to the specific shipping services.

D.

Store shipping services in a picklist that is dependent on a country picklist.

Question 32

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?

Options:

A.

A shared integration user for the three external system integrations.

B.

A shared Connected App for the three external system integrations.

C.

A unique integration user for each external system integration.

D.

A Connected App for each external system integration.

Page: 1 / 11
Total 109 questions