Pre-Winter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

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.

B.

Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.

C.

Consider Enterprise security needs for access to DMS and EBS.

D.

Consider options to migrate DMS and EBS into Salesforce.

E.

Users should be authenticated into DMS and EBS without having to enter username and password.

Full Access
Question # 5

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 Connect to display the financial transactions as an external object.

B.

Use Salesforce Connect to display the financial transactions as an external object.

C.

Use Salesforce External Service to display financial transactions in a community lightning

page.

D.

Use Iframe to display core banking financial transactions data in the customer community.

Full Access
Question # 6

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

Choose 3 answers

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.

Full Access
Question # 7

An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce.

What should the integration architect recommend to ensure notifications are stored for up to three days if data replication fails?

A.

Change Data Capture

B.

Generic Events

C.

Platform Events

D.

Callouts

Full Access
Question # 8

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 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.

B.

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.

C.

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.

D.

Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.

Full Access
Question # 9

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 shouldan Integration Architect recommend be implemented to minimize potential downtime for users in this situation?

Choose 2 answers

A.

Named Credentials

B.

Remote Site Settings

C.

Content Security Policies

D.

Enterprise ESB

Full Access
Question # 10

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 to H

B.

Sum of A to F

C.

Sum of A, G, and H

D.

Sum of A and H

Full Access
Question # 11

Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.

Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption?

Choose 2 answers

A.

Encrypt the data using the most current key.

B.

Review shield platformencryption configurations.

C.

Encrypt all the data so that it is secure.

D.

Use Shield Platform Encryption as a user authentication or authorization tool.

Full Access
Question # 12

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 in the Batch Apex Job itself.

B.

Batch Retry & Error Handling report to monitor the error handling.

C.

Build Batch Retry & Error Handling using BatchApexErrorEvent.

D.

Build Batch Retry & Error Handling in the middleware.

Full Access
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?

A.

Connect REST API

B.

Tooling API

C.

REST API

D.

Streaming API

Full Access
Question # 14

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

A.

The endpoint domain has been added to Cross-Origin Resource Sharing.

B.

The endpoint URL has been added to Content Security Policies.

C.

The endpoint URL has added been to an outbound firewall rule.

D.

The endpoint URL has been added to Remote Site Settings.

Full Access
Question # 15

Which two system constraint questions should be considered when designing an integration

to send orders from Salesforce to a fulfillment system?

Choose 2 answers

A.

What latency is acceptable for orders to reach the fulfillment system?

B.

Which system will validate order shipping addresses?

C.

Can the fulfillment system implement a contract-first Outbound Messaging interface?

D.

Can the fulfillment system participate in idempotent design to avoid duplicate orders?

Full Access
Question # 16

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.

Platform Event

D.

Generic Event

Full Access
Question # 17

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.

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.

Full Access
Question # 18

Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?

Choose 2 answers

A.

SAML SSO and Registration Handler

B.

OpenId Connect Authentication Provider and Registration Handler

C.

SAML SSO and just-in-time provisioning

D.

OpenId Connect Authentication Provider and just-in-time provisioning

Full Access
Question # 19

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

B.

Change Data Capture Events

C.

PushTopic Events

D.

High Volume Platform Events

Full Access
Question # 20

A customer imports data from an external system into Salesforce using Bulk API. These

jobs have batch sizes of 2000 and are run in parallel mode. The batch fails frequently with the error "Max CPU time exceeded". A smaller batch size will fix this error.

Which two options should be considered when using a smaller batch size?

Choose 2 answers

A.

Smaller batch size may cause record-locking errors.

B.

Smaller batch size may increase time required to execute bulk jobs.

C.

Smaller batch size may exceed the concurrent API request limits.

D.

Smaller batch size can trigger "Too many concurrent batches" error.

Full Access
Question # 21

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.

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).

Full Access
Question # 22

A company needs to be able to send data from Salesforce to a homegrown system behind a corporate firewall. The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.

What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?

A.

Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.

B.

Due to high volume of records, a third-party integration tool is required to stage records off platform.

C.

Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.

D.

Due to high volume of records, salesforce will need to make a REST API call to external system.

Full Access
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

A.

Encrypted Custom Fields

B.

Named Credentials

C.

Protected Custom Metadata Types

D.

Protected Custom Settings

Full Access
Question # 24

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 SystemAdministrator profile.

B.

Authenticate the integration using existing Single Sign-On.

C.

Authenticate the integration using existing Network-BasedSecurity.

D.

Create a special user solely for the integration purposes.

Full Access
Question # 25

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

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.

Full Access
Question # 26

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.

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.

Full Access
Question # 27

Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from

an externalsystem 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.

Write the error response fromthe Bulk API status to a custom error logging object

in Salesforce using an Apex trigger and create reports on the object.

B.

Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in

the setup menu.

C.

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.

D.

Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.

Full Access
Question # 28

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 storeit 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 SOAP API inbound call.The mobile device receives a REST Apex callout call.

B.

The mobile device makes a REST API inbound call.

C.

The mobile device makes a REST Apex inbound call.

Full Access
Question # 29

A largeB2C 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.

Order Management System

B.

Case Management System

C.

Sales Activity System

D.

Email Marketing System

E.

Quoting System

Full Access
Question # 30

Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.

Which integration solution should an architect recommend in order for the service agents to see order history from a B2C Commerce system?

A.

Salesforce B2C Commerce to Service Cloud Connector

B.

A REST API offered by Commerce Platform

C.

Mulesoft Anypoint Platform

D.

REST API offered by Salesforce Platform

Full Access
Question # 31

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

API Gateway.

What integration security mechanism should be employed?

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.

Full Access