ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 98 - Certified Platform App Builder discussion

Report
Export

Universal Containers wants to display the real-time stock price for each Account on the Account record page.

How should an app builder implement this request?

A.
Create a Lightning Web Component.
Answers
A.
Create a Lightning Web Component.
B.
Install a solution from the AppExchange.
Most voted
Answers (1)
Most voted
B.
Install a solution from the AppExchange.
C.
Build a Flow that uses API calls.
Answers
C.
Build a Flow that uses API calls.
D.
Use a scheduled Apex job.
Answers
D.
Use a scheduled Apex job.
Suggested answer: A

Explanation:

The best way to implement this request is to create a Lightning Web Component that can fetch the real-time stock price from an external API and display it on the Account record page. Installing a solution from the AppExchange may not be feasible as it may not match the exact requirements or may have additional costs. Building a Flow that uses API calls may not be efficient as it may consume API limits and may not be able to update the stock price in real-time.Using a scheduled Apex job may not be suitable as it may not be able to run frequently enough to reflect the real-time stock price

asked 23/09/2024
Rolf Johannesen
43 questions
User
Your answer:
1 comments
Sorted by
Up
0
Down
User
Jacques Lesteven

Edited 20 days ago

Voted B

my answer

Reply
Reply
Report