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

Integration-Architecture-Designer Questions and Answers

Note! Following Integration-Architecture-Designer Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is Integration-Architect

Integration-Architecture-Designer Questions and Answers

Question # 6

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

B.

Partner WSDL

C.

SOAP API WSDL

D.

Enterprise WSDL

Full Access
Question # 7

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 Salesforceplatform event solution?

A.

Tooling API

B.

Streaming API

C.

O REST AP

D.

SOAP API

Full Access
Question # 8

business requires automating the check and update of the phone number type

classification (mobile vs. landline) for all in-coming calls delivered to their phone

sales agents. The following conditions exist:

1. At peak, their call center can receive up to 100,000 calls per day.

2. The phone number type classification is a service provided by an external service API.

3. Business isflexible with timing and frequency to check and update the records (throughout

the night or every 6-12 hours is sufficient).

A Remote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System ->

Salesforce) are determined to work with amiddleware hosted on custom premise.

In order to implement these patterns and mechanisms, which component should an integration architect recommend?

A.

ConnectedApp configured in Salesforce to authenticate the middleware.

B.

IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.

C.

An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).

D.

Firewall and reverse proxy are required to protect internal APIs and resource being exposed.

Full Access
Question # 9

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

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

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 webservices more secure.

D.

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

Full Access
Question # 10

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?

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 withEmail Management System, Order Management System and Case Management System.

Full Access
Question # 11

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

20million records and growing) exists with connectivitybetween 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?

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

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 withRequest-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 customobject (historical data) related to Case object.

Full Access
Question # 12

Acompany'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 # 13

A customer of Salesforce has used Platform Events to integrate theirSalesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.

What type of monitoring should the Integration Consultant have considered to monitor this integration?

A.

Monitor Platform Events created per hour limits across the Salesforce instance.

B.

Set up debug logs for Platform Event triggers to monitor performance .

C.

Validate the Platform Event definition matches leads definition.

D.

Monitor the volume of leads that are created in Salesforce.

Full Access
Question # 14

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

A.

Create a lightning component with a Request and Replyintegration 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.

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

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