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

Welcome To DumpsPedia

Integration-Architecture-Designer Sample Questions Answers

Questions 4

What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?

Options:

A.

Enable My Domain and SSL/TLS.

B.

Enforce SSL/TLS Mutual Authentication.

C.

Generate a Self-signed Certificate.

D.

Generate a CA-signed Certificate.

Buy Now
Questions 5

Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their

REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI

Markup Language (RAML) specifications that include field-level definition of every API

request and response payload. RAML specs serve as interface contracts that Apex REST API

Clients canrely on.

Which two design specifications should the Integration Architect include in the integration

architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML

specs?

Choose 2 answers

A Call the Apex REST API Clients in a test context to get the mock response.

B. Require the Apex REST API Clients to implement the HttpCalloutMock.

C Call the HttpCalloutMock implementation from the Apex REST API

Clients. D Implement HttpCalloutMock to return responses per RAML

specification.

Options:

Buy Now
Questions 6

A customer is migrating from an old legacy system to Salesforce. As part of the modernization effort, they would like to integrate al existing systems that currently work with their legacy application with Salesforce.

Which three constraints and pain-points should an integration architect consider when choosing the integration pattern/mechanism?

Choose 3 answers

Options:

A.

System types - APIs, File systems, Email

B.

Reporting and usability requirements

C.

Multi-language and multi-currency requirement

D.

Error handling mechanisms

E.

Data Volume and Processing volume

Buy Now
Questions 7

Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server.

This monolithic web service is responsible for Point-to-Point (P2P) integrations between:

1. Salesforce and a legacy billing application

2. Salesforce and a cloud-based Enterprise Resource Planning application

3. Salesforce and a data lake.

UC has found that the tight interdependencies between systems is causing integrations to fail.

What should an architect recommend to decouple the systems and improve performance of the integrations?

Options:

A.

Re-write and optimize the current web service to be more efficient.

B.

Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.

C.

Use the Salesforce Bulk API when integrating back into Salesforce.

D.

Move the custom monolithic web service from on-premise to a cloud provider.

Buy Now
Questions 8

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?

Options:

A.

Use platform event to process payment to the payment gateway.

B.

Use continuation to process payment to thepayment gateway.

C Use change data capture to process payment to the payment gateway.

C.

Use request and reply to make an API call to the payment gateway.

Buy Now
Questions 9

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.

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

Buy Now
Questions 10

Northern Trail Outfitters is in the final stages of merging two Salesforce orgs but needs to keep the retiring org available for a short period oftime for lead management as it is connected to multiple public web site forms. The sales department has requested that new leads are available in the new Salesforce instance within 30 minutes.

Which two approaches will require the least amount of development effort?

Choose 2 answers

A Configure named credentials in the source org.

B Use the Composite REST API to aggregate multiple leads in a single call.

C Use the tooling API with Process Builder to insert leads in real time.

D Call the Salesforce REST APIto insert the lead into the target system.

Options:

Buy Now
Questions 11

The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates thatis 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

Options:

A.

NamedCredentials

B.

Remote Site Settings

C.

Content Security Policies

D.

Enterprise ESB

Buy Now
Questions 12

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.

Buy Now
Questions 13

A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following:

1. An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.

2. A Marketing solution they use for email campaigns.

The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce.

Which system should be the System of record for their customers and prospects?

Options:

A.

ERP with all prospect data from Marketing and Salesforce.

B.

Marketing with all customer data from Salesforce and ERP.

C.

Salesforce with relevant Marketing and ERP information.

D.

New Custom Database forCustomers and Prospects.

Buy Now
Questions 14

Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to

synch data from external sources.NTO's Integration Architec has received requirements for a

new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once

complete, 20GB (about 30M records) needs to be extracted to an external auditing system.

What should thearchitect recommend using to meet these requirements in a day?

Options:

A.

Insert using Bulk API 2.0 and query using REST API.

B.

Insert and query using Bulk API 1.0.

C.

Insert using Bulk API 1.0 and query using REST API.

D.

Insert and query using Bulk API 2.0.

Buy Now
Questions 15

A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated therequirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format.

Which integration capabilitiesshould be used to integrate the two systems?

Options:

A.

Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

B.

Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.

C.

Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

D.

Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.

Buy Now
Status:
Expired , and Replaced By
Exam Code: Integration-Architecture-Designer
Exam Name: Salesforce Certified Integration Architect (WI23)
Last Update: Apr 14, 2023
Questions: 1
$66  $164.99
$50  $124.99
$42  $104.99
buy now Integration-Architecture-Designer