Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

Integration-Architect Sample Questions Answers

Questions 4

Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call into a custor ApexREST 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

Options:

A.

Create an Auth provider in the package and set the consumer key and consumer secret of the

connected app in the central org.

B.

Contact Salesforce support and create a case to temporarily enable API access for managed

packages.

C.

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.

D.

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.

E.

Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and Select Start Authentication Flow on Save.

Buy Now
Questions 5

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

Buy Now
Questions 6

A company that is a leading provider of courses and training delivers courses using third

party trainers. The trainer for the company has to be verified from 10 different training

accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.

The company decided to automate the trainer accreditation verification process by integrating to the agencies’ web services.

What is the recommended approach to automate this process?

Options:

A.

Use salesforce external service to make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".

B.

Create a trigger on the trainer record to make a Callout to each verification agencies, write business logic to consolidate the verification then update the trainer status to verified".

C.

Make an apex callout using @future annotation to make the call out to all different agencies. The response should update the trainer status to "verified".

D.

Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to salesforce and update the verification status to "verified".

Buy Now
Questions 7

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

Buy Now
Questions 8

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?

Options:

A.

Push Topic Event can define a custom payload.B Change Data Capture does not have record access support.

B.

Change Data Capture can be published from Apex.

C.

Apex triggers can subscribe to Generic Events.

Buy Now
Questions 9

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?

Options:

A.

Change Data Capture

B.

Generic Events

C.

Platform Events

D.

Callouts

Buy Now
Questions 10

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

Options:

A.

When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.

B.

High-volume event messages are stored for 24 hours (one day).

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 72 hours (three days).

Buy Now
Questions 11

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.

Buy Now
Questions 12

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

Options:

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.

Buy Now
Questions 13

Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the 3rd part agencies on the design files and allow them to be able to view the design files in the community.

The conceptual design files size is 2.5 GB.

Which solution should an integration architect recommend?

Options:

A.

Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.

B.

Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.

C.

Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.

D.

Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.

Buy Now
Questions 14

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?

Options:

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.

Buy Now
Questions 15

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

Options:

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.

Buy Now
Questions 16

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.

Buy Now
Questions 17

Northern Trail Outfitters has a registration system that is used for workshopsoffered 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 reservationswhen the conference schedule goes live.

Which integration pattern should be used to manage the influx in registrations?

Options:

A.

Remote Process Invocation-Request and Reply

B.

Remote Process Invocation-Fire and Forget

C.

Batch Data Synchronization

D.

RemoteCall-In

Buy Now
Questions 18

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.

Buy Now
Questions 19

Universal Containers (UC) uses Salesforce to track the following customer data:

1. Leads,

2. Contacts

3. Accounts

4. Cases

Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.

UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.

Which two solutions should an Integration Architect recommend to handle this requirement?

Choose 2answers

Options:

A.

Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.

B.

Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.

C.

Use Change Data Capture to update downstream systems accordingly when a record changes.

D.

Design an MDM solution that maps external ID's to the Salesforce record ID.

Buy Now
Questions 20

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?

Options:

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.

Buy Now
Questions 21

An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using athird-party Identity Provider for integrations between other systems.

Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?

Options:

A.

Make formula fields with HYPERLINK() to external web servers more secure.

B.

Make Apex SOAP outbound integrations to external web services more secure.

C.

A Make Apex REST outbound integrations to external web services more secure.

D.

Make an API inbound integration from an external Java client more secure.

Buy Now
Questions 22

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.

Buy Now
Questions 23

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?

Options:

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.

Buy Now
Questions 24

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

Choose 2 answers

Options:

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

Buy Now
Questions 25

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?

Options:

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

Buy Now
Questions 26

An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints.

How is authentication achieved?

Options:

A.

Handle authentication with login flows.

B.

Handle authentication in the code.

C.

Connect via Salesforce Connect.

D.

Connect via Communities.

Buy Now
Questions 27

A company accepts payment requests 24x7. Once they accept a payment request, their

service level agreement (SLA) requires them to make sure each payment request is processed

by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.

They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time.

Which two recommendations should an integration architect make to improve their SLA and update conflict handling?

Choose 2 answers

Options:

A.

Middleware should coordinate request delivery and payment processing.

B.

Data Entry Point and Middleware should automatically retry requests.

C.

Payment System should process a payment request only once.

D.

Payment System and Middleware should automatically retry requests.

Buy Now
Questions 28

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.

Buy Now
Questions 29

An integration architect has been tasked with integrating Salesforce with an on-premises system. Due to some established policies, this system must remain on-premises.

What should the integration architect use to build a solution for this requirement?

Options:

A.

Use Salesforce Connect if the database supports Open Database Connectivity (ODBC).

B.

Use Heroku Connect if the data is hosted in Heroku.

C.

Use Salesforce Connect If the database supports Open Data Protocol (OData).

Buy Now
Questions 30

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 beingpublished?

Options:

A.

The platform events are published immediately before the Apex transaction completes.

B.

The platform events are published after the Apex transaction completes.

C.

The platform events has a trigger in Apex.

D.

The platform events are being published from Apex.

Buy Now
Questions 31

Universal containers are planning to implement Salesforce as their CRM system. Currently

they have the following systems

1. Leads are managed in a Marketing System.

2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.

3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM

system is expected to provide Sales and Support people the ability to have a single view of their

customers and manage their contacts, emails and activities in Salesforce CRM.

What should an Integration Consultant consider to support the proposed CRM system strategy?

Options:

A.

Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.

B.

Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.

C.

Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.

D.

Propose a middleware system that can support interface between systems with Salesforce.

Buy Now
Questions 32

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

Options:

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.

Buy Now
Exam Code: Integration-Architect
Exam Name: Salesforce Certified Integration Architect (SP24)
Last Update: May 5, 2024
Questions: 109
$64  $159.99
$48  $119.99
$40  $99.99
buy now Integration-Architect