ExamGecko
Question list
Search
Search

List of questions

Search

Question 26 - Certified Order Management Administrator discussion

Report
Export

An administrator is running into performance issues due to a high number of records being created in a flow. How can the administrator modify the flow to improve scalability?

A.
Ask a developer to create a Flow apex action to offload the creation of records
Answers
A.
Ask a developer to create a Flow apex action to offload the creation of records
B.
Ask a developer to offload all the Flow functionality to Apex code via Triggers and Apex classes
Answers
B.
Ask a developer to offload all the Flow functionality to Apex code via Triggers and Apex classes
C.
Use the Bulk Create Records node in the Flow to improve performance
Answers
C.
Use the Bulk Create Records node in the Flow to improve performance
D.
Offload the creation of records to a Subflow that will be called in the Reference Flow
Answers
D.
Offload the creation of records to a Subflow that will be called in the Reference Flow
Suggested answer: C

Explanation:

The best way for an administrator to modify the flow to improve scalability when running into performance issues due to a high number of records being created in a flow is to use the Bulk Create Records node in the Flow. This node allows the administrator to create multiple records of the same object type in one transaction, which reduces the number of database operations and improves the flow performance. Verified

Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_data_bulk_create.htm&type=5

asked 23/09/2024
Jorge Fontes
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first