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

Sure Pass Exam Integration-Architect PDF

Salesforce Certified Platform Integration Architect (Plat-Arch-204) Questions and Answers

Question 13

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

Question 14

A company wants to standardize exception tracking, handling, and analytics. Given the following actions:

1. Build a companywide logging service hosted on a middleware platform

2. Create case object records for exceptions-based thresholds

3. Change all their Apex Loggers to publish Application Exceptions as custom Platform Events.

Which two specifications should the integration architect includein the logging service architecture?

Choose 2answers

Options:

A.

Receive Application Events through Change Data Capture (CDC).

B.

Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.

C.

Create Salesforce Cases conditionally using automatic Casecreation rules.

D.

Subscribe to the Application Exceptions using the Salesforce Streaming API.

Question 15

A customer is evaluating the Platform Events solution and would like help in comparing/contrasting it with Outbound Messaging for real-time/near real-time needs.

They expect 3,000 customers to view messages in Salesforce.

What should be evaluated and highlighted when deciding between the solutions?

Options:

A.

In both Platform Events and Outbound Messaging, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.

B.

Both Platform Events and Outbound Messaging are highly scalable. However, unlike Outbound Messaging, only Platform Events have Event Delivery and Event Publishing limits to be considered.

C.

Message sequence is possible in Outbound Messaging, but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.

Question 16

The sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories toleads before Sales team members can work on them. The current integration often experiences latency issues.

Which two recommendations should an Architect make to improve the integration performance?

Choose 2 answers

Options:

A.

Reduce batch size of asynchronous BULK API.

B.

Reduce batch size of synchronous BULK API.

C.

Legacy system should submit in serial mode.

D.

Legacy system should submit in parallel mode.