Salesforce Certified Order Management Administrator Practice Test - Questions Answers
List of questions
Related questions
Question 1
At minimum, a custom attribute must be created on which objects for the values to automap in Order Management from B2C Commerce Cloud at the Order item level?
Explanation:
At minimum, a custom attribute must be created on the Order Item and Order Item Summary objects for the values to automap in Order Management from B2C Commerce Cloud at the order item level. A custom attribute is a field that stores additional information about an object that is not captured by the standard fields. A custom attribute can be created on any object in Order Management, but it must have the same API name and data type as the corresponding attribute in B2C Commerce Cloud. For example, if an order item has a custom attribute called Color in B2C Commerce Cloud, then an Order Item and an Order Item Summary must also have a custom attribute called Color in Order Management for the value to automap.
Reference:Order Management Objects, [Custom Attributes]
Question 2
An admin wants to deploy certain pages in Order Management to approved mobile devices. Which two steps are the recommended approach for this?
Explanation:
The recommended approach for deploying certain pages in Order Management to approved mobile devices is to install the Salesforce mobile app from Apple Store or Google Play and save the pages with the options of both Desktop and Phone applied. The Salesforce mobile app is designed for easy data access on the go. You can view Order Management record pages on the mobile app, but you can't access its console features, like screen flows. To make a page available on the mobile app, you need to save it with the options of both Desktop and Phone applied in the Lightning App Builder.
Reference:Salesforce Order Management,Mobile App Theme FAQ
Question 3
An administrator needs to ensure that the Orders coming from B2C Commerce honor some business rules which need to be the same in both B2C and Order Management. This validation must happen before the Order Summary object is created. What can the administrator suggest to the developer to implement this requirement?
Explanation:
The administrator can suggest to the developer to handle this requirement in the Commerce System originating the Orders. This way, the validation rules can be applied before the orders are sent to Order Management via the B2C Commerce Integration. The B2C Commerce Integration imports order data into Order Management and creates Order Summary records based on the order data. The validation must happen before the Order Summary object is created, so it cannot be done in Order Management using Apex or other tools.
Reference:B2C Commerce Integration,Order Management Lifecycle
Question 4
What two tools can an administrator use to debug an issue with an Apex trigger?
Explanation:
The administrator can use two tools to debug an issue with an Apex trigger: Log Inspector in the Developer Console and Debug Logs in Setup. The Log Inspector is a tool that displays a graphical representation of a debug log, which is a record of database operations, system processes, and errors that occur when executing a transaction or running unit tests. The Log Inspector helps you analyze and troubleshoot your code by highlighting errors, checkpoints, and execution times. The Debug Logs page in Setup lets you monitor and retain debug logs for users, Apex classes, Apex triggers, and Lightning components. You can view, download, or delete debug logs from this page.
Question 5
Based on some changes in Universal Containers' Commerce engine, new Orders are expected to have two additional attributes at the header level. In Order Management, which other Object besides Order also needs to be extended?
Explanation:
Based on some changes in Universal Containers' Commerce engine, new Orders are expected to have two additional attributes at the header level. In Order Management, besides Order, the other object that also needs to be extended is Order Summary. An Order Summary is a record that stores information about an order, such as the total amount, the number of items, and the fulfillment status. An Order Summary is created by a process called Create Order Summary Process, which runs whenever an order is created or updated. The process calls a flow called Create OrderSummary Flow, which calculates the order summary fields and creates or updates the order summary record. To extend an object in Order Management, an administrator can create custom attributes on that object that match the API name and data type of the corresponding attributes in B2C Commerce.
Reference:Order Management Objects
Question 6
What does a summary object represent?
Explanation:
A summary object represents a dynamic view of underlying data. A summary object is a type of object that aggregates data from related records and displays it in a single record. For example, an Order Summary object represents the financial summary of an order that is received from an external system, such as B2C Commerce or B2B Commerce. An Order Summary object aggregates data from related Order Item Summary records and displays it in fields such as total amount, tax amount, discount amount, etc. Verified
Reference: https://help.salesforce.com/s/articleView?id=sf.order_management_order_summary.htm&type=5
Question 7
How can an administrator quickly examine the relationships between several objects?
Explanation:
The best way for an administrator to quickly examine the relationships between several objects is to go to Schema Builder and check the boxes next to the object names. Schema Builder is a tool that allows administrators to view and modify the data model of their org in a graphical interface. Schema Builder shows the objects and fields in the org, as well as the relationships between them. The administrator can use Schema Builder to select the objects that they want to examine, and see how they are connected to each other. Verified
Reference: https://help.salesforce.com/s/articleView?id=sf.schema_builder.htm&type=5
Question 8
A developer needs to create a scheduled job in an external system to move Order data into a Salesforce org every 24 hours. In which two ways can this off-platform job be established without additional third-party tools?
Explanation:
Two ways that this off-platform job can be established without additional third-party tools are:
Install a minimal set of dev tools on a machine such as the Command Line Interface (CLI) and create appropriate scripts to import files containing the data. The CLI is a tool that allows developers to interact with Salesforce from the command line. The developer can use the CLI to create scripts that use commands such as force:data:bulk:upsert or force:data:tree:import to import data from CSV or JSON files into Salesforce.
Authorize a machine against the Salesforce org's APIs with appropriate security measures and create a script to call the APIs. The APIs are interfaces that allow developers to access data and functionality in Salesforce from external systems. The developer can use the APIs, such as REST API or Bulk API, to create a script that authenticates with Salesforce using OAuth 2.0 or JWT, and then performs operations such as insert, update, or delete on Order data.
Verified
Reference: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_data.htm https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm
Question 9
An administrator is tasked to utilize a Product Price Book which is managed on an external platform. How can the administrator meet this requirement?
Explanation:
The best way for the administrator to meet this requirement is to create an External Data Source in Setup that references the external platform where the Pricebook is held. An External Data Source is a type of metadata that defines the connection and authentication information for an external system that stores data outside of Salesforce. The administrator can create an External Data Source using the Lightning Connect OData 2.0 or 4.0 adapters, which support read-only access to data in relational databases. This way, the administrator can access the Product Price Book data from the external platform without importing it into Salesforce. Verified
Reference: https://help.salesforce.com/s/articleView?id=sf.external_object_overview.htm&type=5
Question 10
A company's Salesforce org has high-scale orders enabled. During a flash sale, a customer service representative needs to service an order but it shows as a Pending Order Summary in Salesforce.
What should the customer service representative do?
Explanation:
The best thing for the customer service representative to do in this situation is to wait until the Order Summary is created. An Order Summary is a record that represents the financial summary of an order that is received from an external system, such as B2C Commerce or B2B Commerce. An Order Summary is created after an order is ingested into Order Management, and it triggers various flows and processes for order fulfillment and payment processing. A Pending Order Summary is a temporary record that indicates that an order has been received but not yet processed by Order Management. A customer service representative cannot service an order until it has an Order Summary record. Verified
Reference: https://help.salesforce.com/s/articleView?id=sf.order_management_order_summary.htm&type=5
Question