Month End Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce Integration-Architect - Salesforce Certified Platform Integration Architect (Plat-Arch-204)

Page: 1 / 4
Total 122 questions

The director of customer service at Northern Trail Outfitters wants to capture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an ad-hoc manner using an external analytics system. The events are as follows:

    A customer initiates a product exchange via a Case.

    A customer service rep clicks on the "Authorize Exchange Product" menu item in the Case.

    A customer initiates a subscription cancellation via a Case.

    A customer service rep clicks on the "Initiate Refund" menu item in the Case.

Which solution should meet these business requirements?

A.

Case Trigger after insert, after update to publish the platform event

B.

Case Workflow Rule that sends an Outbound Message

C.

Case after insert Trigger that executes a callout

Acustomer 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 theconcurrent API request limits.

D.

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

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

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?

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.

Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.

One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.

Which API should an Integration Architect use to meet this requirement?

A.

Connect REST API

B.

REST API

C.

Streaming API

D.

Apex REST

Northern Trail Outfitters (NTO) is planning to create a native employee-facing mobile app with the look and feel of Salesforce Lightning Experience. The mobile app needs to integrate with NTO's Salesforce org.

Which Salesforce API should be used to implement this integration?

A.

User Interface API

B.

REST API

C.

Connect REST API

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 a360 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 withthe 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

Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details. However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce,an order must be created in the remote system, which manages the orders life cylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.

Which integration pattern shouldbe used for this business use case?

A.

Remote Call In

B.

Request and Reply

C.

Fire and Forget

D.

Batch Data Synchronization

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

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

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

Choose 2 answers

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 foron-premise integration.