Salesforce Certified Order Management Administrator Practice Test - Questions Answers, Page 2

List of questions
Question 11

A customer orders 10 products. The products must be shipped to three different locations. Two of the orders are fulfilled at the same location. How many Fulfillment Orders would be created for this order?
The number of Fulfillment Orders that would be created for this order is one per destination, totaling 3. A Fulfillment Order is a record that represents a group of products in an order that are fulfilled together from the same location. A Fulfillment Order has a lookup relationship to the Order Summary object, and it contains information such as the fulfillment location, delivery method, status, etc. The number of Fulfillment Orders created depends on three factors: Fulfillment Location, Delivery Method and Recipient Address. These factors determine how the Order Items are grouped and allocated to Fulfillment Orders based on routing rules and inventory availability. In this case, since the products must be shipped to three different locations, three Fulfillment Orders are created for each destination. Verified
Reference: https://help.salesforce.com/s/articleView?id=sf.order_management_fulfillment_order.htm&type=5
Question 12

Which data type is the Status field on an Order Summary object?
The Status field on an Order Summary object is a picklist data type. A picklist is a field that allows users to select one value from a predefined list of values. The Status field on an Order Summary object indicates the current state of the order, such as Draft, Activated, Completed, or Cancelled. The values for the Status field are defined in the Order Status picklist field on the Order object.
Reference:Order Management Objects, [Picklist Fields]
Question 13

Which object is used to create an invoice?
The Order Summary object is used to create an invoice. An invoice is a document that requests payment from a customer for an order. An invoice can include one or more fulfillment orders and one or more credit memos. A fulfillment order is a record that represents a part of an order that is fulfilled by a specific location. A credit memo is a record that represents a partial or full refund for an order or a fulfillment order. To create an invoice, an administrator can use the Create Invoice Apex action in a flow. The Create Invoice Apex action requires the Order Summary ID as an input parameter and creates an Invoice record associated with the Order Summary record.
Reference:Order Management Objects, [Create Invoice Apex Action]
Question 14

What is the required amount of test code coverage when deploying an Apex class?
The required amount of test code coverage when deploying an Apex class is 75%. This means that at least 75% of the Apex code must be covered by unit tests, and all of those tests must complete successfully. Verified
Reference: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_deploying_ant_deploy.htm
Question 15

An administrator suspects that recent changes to a flow have created a defect. The administrator wants to test the flow with input data that they believe will cause the error. What can the developer do next?
Debugging a flow with input data allows the administrator to test the flow with specific values and see how the flow behaves. The Debug with inputs option is available in the Flow Builder toolbar and lets the administrator provide input values for each flow variable before running the flow. Verified
Reference: https://help.salesforce.com/s/articleView?id=sf.flow_builder_debug.htm&type=5
Question 16

An administrator is attempting to deploy a Change Set from a development org to a test org but the test org is not available in the list of target organizations. What are two reasons that could cause this issue?
Two reasons that could cause the issue of not being able to deploy a Change Set from a development org to a test org are:
The development org has not been approved to upload Change Sets from within the test org. To deploy Change Sets between two sandbox orgs, the administrator needs to establish a deployment connection between them. A deployment connection allows one org to send outbound Change Sets and another org to receive inbound Change Sets. The administrator can create a deployment connection request from the development org and approve it from the test org.
The development org and test org are not associated with the same production org. To deploy Change Sets between two sandbox orgs, they must be linked to the same production org. A production org is an org that contains live data and business processes. A sandbox org is a copy of a production org that is used for development, testing, or training purposes. Sandbox orgs inherit the deployment connections of their source production orgs.
Reference:Deploy Using Change Sets,Deploy a Change Set
Question 17

Which three statements are true about change sets?
Question 18

An administrator has created a flow but during testing they encounter an unhandled fault error. Which three can the administrator do to get more details for debugging?
Question 19

An admin is working with Order Management licensed as standalone (B2C Commerce is not in the scenario). The admin submits a JSON payload using Workbench and Workbench indicates the operation was successful The second time the same payload is submitted the operation fails. What are two likely causes?
Question 20

What three steps are required when deploying changes via change sets?
Question