ExamGecko
Home Home / Salesforce / Certified Order Management Administrator

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

Question list
Search
Search

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?

A.
One Fulfilment Order per item in the order, totaling 10
A.
One Fulfilment Order per item in the order, totaling 10
Answers
B.
One Fulfillment Order per Fulfillment Location, totaling 2
B.
One Fulfillment Order per Fulfillment Location, totaling 2
Answers
C.
One Fulfillment Order
C.
One Fulfillment Order
Answers
D.
One Fulfillment Order pet destination, totaling 3
D.
One Fulfillment Order pet destination, totaling 3
Answers
Suggested answer: D

Explanation:

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

Which data type is the Status field on an Order Summary object?

A.
Picklist
A.
Picklist
Answers
B.
String
B.
String
Answers
C.
Text
C.
Text
Answers
D.
Number
D.
Number
Answers
Suggested answer: A

Explanation:

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]

Which object is used to create an invoice?

A.
Fulfillment Order
A.
Fulfillment Order
Answers
B.
Order Summary
B.
Order Summary
Answers
C.
Shipment
C.
Shipment
Answers
D.
Order
D.
Order
Answers
Suggested answer: B

Explanation:

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]

What is the required amount of test code coverage when deploying an Apex class?

A.
0.55
A.
0.55
Answers
B.
0.75
B.
0.75
Answers
C.
0.65
C.
0.65
Answers
D.
0.85
D.
0.85
Answers
Suggested answer: B

Explanation:

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

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?

A.
Open the Flow and select Attach to Live Session. Provide the Session Id. Select Attach
A.
Open the Flow and select Attach to Live Session. Provide the Session Id. Select Attach
Answers
B.
Open the Flow, Select Debug, Provide the input values, Select Run
B.
Open the Flow, Select Debug, Provide the input values, Select Run
Answers
C.
Open the Flow, Select Debug with inputs. Provide the input values, select Run
C.
Open the Flow, Select Debug with inputs. Provide the input values, select Run
Answers
D.
Open the Flow and select Attach to Live Session and Provide the Order Number
D.
Open the Flow and select Attach to Live Session and Provide the Order Number
Answers
Suggested answer: C

Explanation:

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

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?

A.
The components in the Change set could not be found within the test org
A.
The components in the Change set could not be found within the test org
Answers
B.
Change Sets can only be deployed from a sandbox org to a production org, not another sandbox org.
B.
Change Sets can only be deployed from a sandbox org to a production org, not another sandbox org.
Answers
C.
The development org has not been approved to upload Change Sets from within the test org
C.
The development org has not been approved to upload Change Sets from within the test org
Answers
D.
The development org and test org are not associated with the same production org.
D.
The development org and test org are not associated with the same production org.
Answers
Suggested answer: C, D

Explanation:

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

Which three statements are true about change sets?

A.
Sending a change set between two orgs requires a deployment connection
A.
Sending a change set between two orgs requires a deployment connection
Answers
B.
Change sets can only be sent between orgs that are affiliated with a production org
B.
Change sets can only be sent between orgs that are affiliated with a production org
Answers
C.
A change request should be created when the admin wants to send customizations from the current org to another org
C.
A change request should be created when the admin wants to send customizations from the current org to another org
Answers
D.
Changes can be deployed to any instance of Salesforce as long as the destination has approved it
D.
Changes can be deployed to any instance of Salesforce as long as the destination has approved it
Answers
E.
Change sets can contain only modifications made through the Setup menu
E.
Change sets can contain only modifications made through the Setup menu
Answers
Suggested answer: A, B, E

Explanation:

Three statements that are true about change sets are:

Sending a change set between two orgs requires a deployment connection. A deployment connection is a link between two orgs that allows one org to send change sets to another org.

Change sets can only be sent between orgs that are affiliated with a production org. A production org is an org that is used for live operations and data, and it can have one or more sandbox orgs that are used for development and testing. Change sets can only be sent from a sandbox org to its associated production org, or from one sandbox org to another sandbox org that shares the same production org.

Change sets can contain only modifications made through the Setup menu. A change set is a collection of metadata components that can be deployed from one org to another. Metadata components are customizations that are made through the Setup menu, such as custom objects, fields, workflows, etc.

Verified

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

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?

A.
Create a fault connector
A.
Create a fault connector
Answers
B.
Add a Display Text component which includes {! SFIow.FaultMessage}
B.
Add a Display Text component which includes {! SFIow.FaultMessage}
Answers
C.
Add an error node
C.
Add an error node
Answers
D.
Add a screen node
D.
Add a screen node
Answers
E.
Create an error connector
E.
Create an error connector
Answers
Suggested answer: A, B, E

Explanation:

Three things that the administrator can do to get more details for debugging when encountering an unhandled fault error are:

Create a fault connector. A fault connector is a special type of connector that handles errors that occur in a flow element, such as an assignment, a loop, or an action. A fault connector can route the flow to another element or end the flow with an error message.

Add a Display Text component which includes {! SFIow.FaultMessage}. A Display Text component is a screen component that displays text on a screen element in a flow. The {! SFIow.FaultMessage} is a system variable that contains information about the error that occurred in the flow, such as the element name, error type, and error message.

Create an error connector. An error connector is a special type of connector that handles errors that occur in a screen element, such as invalid user input or required fields being left blank. An error connector can route the flow to another screen element or end the flow with an error message.

Verified

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

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?

A.
Stock Keeping Unit values must be updated
A.
Stock Keeping Unit values must be updated
Answers
B.
The payment data must be updated
B.
The payment data must be updated
Answers
C.
The stock levels in the org are depleted from the first order
C.
The stock levels in the org are depleted from the first order
Answers
D.
The Order Reference Number must be updated
D.
The Order Reference Number must be updated
Answers
Suggested answer: B, D

Explanation:

Two likely causes that could make the second submission of the same JSON payload fail are:

The payment data must be updated. The payment data in the JSON payload contains information such as the payment method, amount, and authorization code. If the same payment data is used for the second order, it may cause a duplicate payment error or an invalid authorization error.

The Order Reference Number must be updated. The Order Reference Number is a unique identifier for each order that is generated by the external system and sent in the JSON payload. If the same Order Reference Number is used for the second order, it may cause a duplicate order error or an invalid order error.

Verified

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

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

A.
Deploy the change set in the target org
A.
Deploy the change set in the target org
Answers
B.
Approve the change set in the sandbox org
B.
Approve the change set in the sandbox org
Answers
C.
Upload the change set to the target org
C.
Upload the change set to the target org
Answers
D.
Add the change set to the release schedule in the target org
D.
Add the change set to the release schedule in the target org
Answers
E.
Create the change set in the sandbox org
E.
Create the change set in the sandbox org
Answers
Suggested answer: A, C, E

Explanation:

Three steps that are required when deploying changes via change sets are:

Create the change set in the sandbox org. This is the first step where the administrator selects the metadata components that they want to deploy and adds them to a change set in the source org, which is usually a sandbox org.

Upload the change set to the target org. This is the second step where the administrator sends the change set from the source org to the destination org, which is usually a production org or another sandbox org. The administrator needs to have a deployment connection with the target org and permission to upload change sets.

Deploy the change set in the target org. This is the final step where the administrator validates and deploys the change set in the destination org. The administrator needs to have permission to deploy change sets and resolve any deployment errors or warnings.

Verified

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

Total 85 questions
Go to page: of 9