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

Pearson Integration-Architect New Attempt

Salesforce Certified Integration Architect (SP23) Questions and Answers

Question 17

Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?

Choose 3 answers

Options:

A.

Inability to query event messages using SOQL

B.

Subscribe to an AssetToken Event stream to monitor OAuth2.0 authentication activity. C

C.

Inability to create a Lightning record page for platform events.

D.

When you delete an event definition, it's permanently removed and can't be restored.

E.

You can use Event Monitoring to track user activity, such as logins and running reports.

Question 18

The director of customer service at Northern Trail Outfitters (NTO) 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 that are of interest are:

A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep clicks on the "Initiate Refund" menu item on the Case

Which two solutions will meet these business requirements?

Choose 2 answers

Options:

A.

Case after insert Trigger that executes a callout.

B.

Case Workflow Rule that sends an Outbound Message.

C.

Case after insert Trigger that publishes a Platform Event.

D.

Custom Apex controller that publishes a Platform Event.

Question 19

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.

Question 20

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.