Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam ARC-101 Topic 8 Question 26 Discussion

Actual exam question for Salesforce's ARC-101 exam
Question #: 26
Topic #: 8
[All ARC-101 Questions]

A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:

1. Transactions are created at any time through their various on-premise and cloud-based systems.

2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.

3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.

The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Felicitas
9 days ago
C) looks like the most straightforward approach to me. Calling the APIs directly from the LWC component and updating the UI accordingly seems like the best way to ensure we display all the required transactions.
upvoted 0 times
...
Iluminada
17 days ago
I see both points, but I think option B could also work well. Letting the Lightning Data Service with a wire adapter display new values when custom object records change can provide a seamless user experience.
upvoted 0 times
...
Beata
20 days ago
I disagree, I believe option D is the way to go. Publishing a Platform Event and having the middleware update the custom object will ensure real-time updates and accurate data on the LWC.
upvoted 0 times
...
Vilma
26 days ago
I think option A is the best choice because using the Continuation class will allow us to call the Enterprise APIs asynchronously and process the response efficiently.
upvoted 0 times
...

Save Cancel