ExamGecko
Home Home / Salesforce / Certified Order Management Administrator

Salesforce Certified Order Management Administrator Practice Test - Questions Answers

Question list
Search
Search

List of questions

Search

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?

A.
Order and Order Summary
A.
Order and Order Summary
Answers
B.
Order Item and Order Item Summary
B.
Order Item and Order Item Summary
Answers
C.
Order, Order Summary, Order Item and Order Item Summary
C.
Order, Order Summary, Order Item and Order Item Summary
Answers
D.
Order, Order Summary, Change Order and Fulfillment Order
D.
Order, Order Summary, Change Order and Fulfillment Order
Answers
Suggested answer: B

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]

An admin wants to deploy certain pages in Order Management to approved mobile devices. Which two steps are the recommended approach for this?

A.
Build a custom application on Heroku calling the APIs
A.
Build a custom application on Heroku calling the APIs
Answers
B.
Install the Salesforce mobile app from Apple Store or Google Play
B.
Install the Salesforce mobile app from Apple Store or Google Play
Answers
C.
Save the pages with the options of both Desktop and Phone applied
C.
Save the pages with the options of both Desktop and Phone applied
Answers
D.
Use the mobile publisher to create an app
D.
Use the mobile publisher to create an app
Answers
Suggested answer: B, C

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

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?

A.
Use an AppExchange solution
A.
Use an AppExchange solution
Answers
B.
Handle this in the Commerce System originating the Orders.
B.
Handle this in the Commerce System originating the Orders.
Answers
C.
Write an Apex class with the validation rules and expose it as an Invocable Action
C.
Write an Apex class with the validation rules and expose it as an Invocable Action
Answers
D.
Use a Salesforce Labs solution
D.
Use a Salesforce Labs solution
Answers
Suggested answer: B

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

What two tools can an administrator use to debug an issue with an Apex trigger?

A.
Apex Logs in Setup
A.
Apex Logs in Setup
Answers
B.
Error Logs in the Developer Console
B.
Error Logs in the Developer Console
Answers
C.
Log Inspector in the Developer Console
C.
Log Inspector in the Developer Console
Answers
D.
Debug Logs in Setup
D.
Debug Logs in Setup
Answers
Suggested answer: C, D

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.

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?

A.
Delivery Groups
A.
Delivery Groups
Answers
B.
Order Summary
B.
Order Summary
Answers
C.
Change Order
C.
Change Order
Answers
D.
Payment Summary
D.
Payment Summary
Answers
Suggested answer: B

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

What does a summary object represent?

A.
A dynamic view of underlying data
A.
A dynamic view of underlying data
Answers
B.
An individual change lo financial data
B.
An individual change lo financial data
Answers
C.
A change lo an underlying record.
C.
A change lo an underlying record.
Answers
D.
A discount to underlying data
D.
A discount to underlying data
Answers
Suggested answer: A

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

How can an administrator quickly examine the relationships between several objects?

A.
Go to Schema Builder and check the boxes next to the object names
A.
Go to Schema Builder and check the boxes next to the object names
Answers
B.
File a support case asking for a data relationship diagram
B.
File a support case asking for a data relationship diagram
Answers
C.
Generate an Entity Relationship Diagram by going to Data in Setup
C.
Generate an Entity Relationship Diagram by going to Data in Setup
Answers
D.
Download it from the Partner Community
D.
Download it from the Partner Community
Answers
Suggested answer: A

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

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?

A.
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
A.
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
Answers
B.
Set up an SFTP server as a waystation. drop the files there using the off-platform job and schedule a job in-platform to process the file
B.
Set up an SFTP server as a waystation. drop the files there using the off-platform job and schedule a job in-platform to process the file
Answers
C.
Create a job in the org (on-platform) to drop a file of existing data. Use the off-platform machine to generate a file and identify the details between the two. Push the changes to the org's 'Import' directory
C.
Create a job in the org (on-platform) to drop a file of existing data. Use the off-platform machine to generate a file and identify the details between the two. Push the changes to the org's 'Import' directory
Answers
D.
Authorize a machine against the Salesforce org's APIs with appropriate security measures and create a script to call the APIs
D.
Authorize a machine against the Salesforce org's APIs with appropriate security measures and create a script to call the APIs
Answers
Suggested answer: A, D

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

An administrator is tasked to utilize a Product Price Book which is managed on an external platform. How can the administrator meet this requirement?

A.
Create an External Data Source in Setup which references the external platform where the Pricebook is held
A.
Create an External Data Source in Setup which references the external platform where the Pricebook is held
Answers
B.
Go to Setup. Order settings, and select Enable Optional Price Books for Orders
B.
Go to Setup. Order settings, and select Enable Optional Price Books for Orders
Answers
C.
This is not possible, all Products require a Pricebook Entry
C.
This is not possible, all Products require a Pricebook Entry
Answers
D.
Edit the Product page layout to make the Pricebook field not require
D.
Edit the Product page layout to make the Pricebook field not require
Answers
Suggested answer: A

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

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?

A.
The customer service representative has to wait until the Order Summary is created
A.
The customer service representative has to wait until the Order Summary is created
Answers
B.
Import the Order from the associated Account page
B.
Import the Order from the associated Account page
Answers
C.
Manually create the Order Summary record
C.
Manually create the Order Summary record
Answers
D.
Use the Create Order Summary action on the Order records actions menu
D.
Use the Create Order Summary action on the Order records actions menu
Answers
Suggested answer: A

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

Total 85 questions
Go to page: of 9