Order-Management-Administrator Practice Test

Salesforce Spring 25 Release -
Updated On 18-Sep-2025

94 Questions

Which two Order Management objects have their tabs set to Tab Hidden by default?

A. OrderDeliveryMethod

B. SalesLocation

C. Locations

D. Fulfillment Orders

E. Accounts

A.   OrderDeliveryMethod
C.   Locations

Explanation: The OrderDeliveryMethod and Locations objects have their tabs set to Tab Hidden by default. These objects are used to store information about how an order is delivered and where it is fulfilled from, respectively. They are not meant to be accessed directly by users, but rather through related lists or lookup fields on other objects. References: Order Management Objects

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

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

D. Offload the creation of records to a Subflow that will be called in the Reference Flow

C.   Use the Bulk Create Records node in the Flow to improve performance

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.

Which three steps should an administrator take to set up a mock payment gateway in a new org?

A. Create a Payment Gateway

B. Create a Named Credential

C. Create a Payment Provider

D. Create a CORS (Cross-Origin Resource Sharing) entry

E. Create a Trusted Site Entry

A.   Create a Payment Gateway
B.   Create a Named Credential
C.   Create a Payment Provider

Explanation: To set up a mock payment gateway in a new org, an administrator should take the following steps:
Create a Payment Provider: This is a custom metadatatype that defines the configuration and behavior of a payment gateway. A payment provider specifies the name, type, class, and endpoint of the payment gateway.
Create a Named Credential: This is a Salesforce feature that securely stores authentication information for connecting to external services. A named credential specifies the URL, identity type, authentication protocol, and certificate of the payment gateway.
Create a Payment Gateway: This is a custom object that represents an instance of a payment provider. A payment gateway references a payment provider and a named credential, and defines additional settings such as currency, mode, and timeout.

For what use case would an administrator enable Person Accounts during Order Management setup?

A. Person Accounts are always enabled for Order Management

B. Connecting Order Management to B2C Commerce

C. Connecting to an external ERP system

D. Connecting Order Management to B2B Commerce

B.   Connecting Order Management to B2C Commerce

Explanation: An administrator would enable Person Accounts during Order Management setup for the use case of connecting Order Management to B2C Commerce. B2C Commerce is a cloud-based platform that enables businesses to create and manage online storefronts for consumers. B2CCommerce uses Person Accounts to represent individual shoppers who place orders on the storefronts. Person Accounts are a type of account that combines account and contact information into a single record. To connect Order Management to B2C Commerce, an administrator needs to enable Person Accounts in Order Management and install the B2C Commerce Integration package from AppExchange.

What ate two reasons an admin should choose an Event over a Trigger when it comes to building out a solution?

A. Event order is not guaranteed within a topic

B. Events are asynchronous

C. Events cannot be subscribed lo in a batch for bulk operations

D. Events do not participate in a transaction scope

B.   Events are asynchronous
D.   Events do not participate in a transaction scope

Order-Management-Administrator Exam Questions - Home
Page 2 out of 19 Pages