PLAT-ADMN-201 · Question #32
PLAT-ADMN-201 Question #32: Real Exam Question with Answer & Explanation
The correct answer is A: Scheduled flow. For any business process that needs to run at a specific time interval (in this case, "once a week"), a Scheduled flow is the standard tool. A scheduled flow allows the Platform Administrator to define a frequency (Daily, Weekly, or Once) and a start time. The flow can then query
Question
Cloud Kicks (CK) is partnering with a used shoe store and second-hand bicycle emporium. CK has an automated business process it wants to run once a week to count the number of open cases related to an Account. Which flow should a Platform Administrator recommend automating within Flow Builder for this business process?
Options
- AScheduled flow
- BRecord triggered flow
- CAutolaunched flow
- DAutomation event triggered flow
Explanation
For any business process that needs to run at a specific time interval (in this case, "once a week"), a Scheduled flow is the standard tool. A scheduled flow allows the Platform Administrator to define a frequency (Daily, Weekly, or Once) and a start time. The flow can then query all relevant Account records and perform the logic of counting open cases and updating the parent record autonomously. Record-triggered flows (Option B) are inappropriate here because the count needs to happen on a schedule rather than being triggered by an individual record edit. Autolaunched flows (Option C) must be called by another process, such as a button or Apex, and do not have their own timing mechanism. "Automation event triggered flow" (Option D) is not a standard type of flow used for recurring batch processing
Topics
Community Discussion
No community discussion yet for this question.