Before-Save Flows
Before-Save Flows (Fast Field Updates) are up to 10 times faster than traditional record updates because they make the change to the record before it is saved to the database, avoiding additional DML operations.
check_circleTherefore, the correct answer is: Record-Triggered Flow (Before-Save).
cancelThe option that says: Record-Triggered Flow (After-Save) is incorrect because it requires an extra DML operation, reducing performance.
cancelThe option that says: Workflow Rule with Field Update is incorrect because it is a retiring tool and less efficient than a Before-Save Flow.
cancelThe option that says: Process Builder is incorrect because it always runs after-save and is being retired.