
[2023年10月]更新のOrder-Management-Administrator試験問題集、Order-Management-Administrator練習テスト問題
検証済みOrder-Management-Administrator問題集PDF資料 [2023]
質問 # 27
The Ensure Funds process works on which set of Order Items?
- A. Only the items on the Fulfillment Order passed into the Ensure Funds method
- B. Only the items with a status of Waiting Payment
- C. All Items within a delivery group
- D. Only the items passed into the Ensure Funds method
- E. All Sales Order Items
正解:D
解説:
The Ensure Funds process works on only the items passed into the Ensure Funds method. This method is a flow core action that verifies that there are enough funds available for each Order Item passed into it, and updates their payment status accordingly. The administrator can pass any Order Items into this method, regardless of their status or delivery group. Verified Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_om_actions_ensure_funds_async.htm&type=5
質問 # 28
An Order Summary has three Fulfillment Orders and two Credit Memos associated with it. How many Invoices will be created when using the Create Invoice Apex action in a flow?
- A. 1.0
- B. 5.0
- C. 3.0
- D. 2.0
正解:A
解説:
One invoice will be created when using the Create Invoice Apex action in a flow. The Create Invoice Apex action is a custom action that creates an invoice for an order summary. 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. An order summary can have multiple fulfillment orders and credit memos associated with it, but only one invoice will be created for the entire order summary. Reference: Order Management Objects, [Create Invoice Apex Action]
質問 # 29
A user wants to review credit card payment data for a specific Order. Which object should the employee navigate to?
- A. Payment
- B. Order
- C. Payment Method
- D. Order Payment Summary
正解:D
解説:
Explanation
The object that the user should navigate to to review credit card payment data for a specific Order is Order Payment Summary. An Order Payment Summary is a record that represents a payment made for an order or part of an order. An Order Payment Summary has a lookup relationship to both Order Summary and Invoice objects, and it contains information such as the payment amount, method, status, etc. Verified References:https://help.salesforce.com/s/articleView?id=sf.order_management_order_payment_summary.htm&t
質問 # 30
What three steps are required when deploying changes via change sets?
- A. Create the change set in the sandbox org
- B. Approve the change set in the sandbox org
- C. Add the change set to the release schedule in the target org
- D. Upload the change set to the target org
- E. Deploy the change setin the target org
正解:A、D、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 References:
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
質問 # 31
An administrator needs to send an Outbound Message to an external accounting system whenever a Fulfillment Order is created. What is the best practice to create this functionality?
- A. Create an Apex Trigger
- B. Create a Flow
- C. Create a Workflow Rule
- D. Create a Process Builder
正解:D
解説:
Explanation
The best practice to create this functionality is to use a Process Builder. A Process Builder is a declarative tool that allows administrators to automate business processes based on certain criteria and actions. The administrator can create a Process Builder that triggers when a Fulfillment Order is created, and then executes an Outbound Message action that sends the information to the external accounting system. Verified References:
https://help.salesforce.com/s/articleView?id=sf.process_overview.htm&type=5https://help.salesforce.com/s/artic
質問 # 32
Where should a service agent go first to initiate changes related to an Order in Order Management?
- A. Change Order Details
- B. Order Details
- C. Fulfillment Order Details
- D. Order Summary Details
正解:D
解説:
A service agent should go first to the Order Summary Details page to initiate changes related to an order in Order Management. The Order Summary Details page provides a global view of the entire order lifecycle, including order capture, fulfillment, shipping, payment, invoicing, and service. From this page, a service agent can access various actions and flows to process changes such as cancellations, returns, exchanges, reshipments, refunds, and discounts. The service agent can also view related records such as Order, Fulfillment Orders, Shipments, Invoices, Credit Memos, and Change Orders. Reference: Order Management Console, Order Management Lifecycle
質問 # 33
Once the administrator has activated the integration between B2C Commerce and Order Management, orders being placed by customers will be sent to Order Management if the order status is set to which two values?
- A. Drafted
- B. Active
- C. Open
- D. New
- E. Created
正解:B、D
解説:
Once the administrator has activated the integration between B2C Commerce and Order Management, orders being placed by customers will be sent to Order Management if the order status is set to Active or New. These are the two order statuses that indicate that an order has been created or confirmed by a customer, and that it needs to be processed by Order Management. Verified Reference: https://help.salesforce.com/s/articleView?id=sf.order_management_order_api.htm&type=5
質問 # 34
Which set of conditions is required for an Order Summary object to be created?
- A. An Order is created, its status is set to Draft, Create OrderSummary Flow is installed and Create OrderSummary Flow is activated.
- B. An Order is created, the Create Order Summary Process is installed and the Create Order Summary Process is active
- C. An Order is created, its status is set to Activated. Create OrderSummary Flow is installed and the Create OrderSummary Process is installed.
- D. An Order is created, its status is set to Activated. Create OrderSummary Flow is installed and Create OrderSummary Flow is activated.
正解:B
解説:
The Order Summary object is a custom object that stores information about an order, such as the total amount, the number of items, and the fulfillment status. The Order Summary object 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. The process and the flow are part of the Order Management package and must be installed and activated for the order summary object to be created. Reference: Order Management Lifecycle, Order Management Objects, Configure Order Management Flows
質問 # 35
What two tools can an administrator use to debug an issue with an Apex trigger?
- A. Error Logs in the Developer Console
- B. Debug Logs in Setup
- C. Log Inspector in the Developer Console
- D. Apex Logs in Setup
正解:B、C
解説:
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.
質問 # 36
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. Edit the Product page layout to make the Pricebook field not require
- B. Create an External Data Source in Setup which references the external platform where the Pricebook is held
- C. Go to Setup. Order settings, and select Enable Optional Price Books for Orders
- D. This is not possible, all Products require a Pricebook Entry
正解:B
解説:
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 References:https://help.salesforce.com/s/articleView?id=sf.external_object_overview.htm&type=5
質問 # 37
A customer wants to change the layout of the out of the box Order Summary Lightning Record Page to three columns instead of two. How can an administrator satisfy this requirement?
- A. Edit the Lightning Record Page and change the Template lo Three Regions
- B. Change the page layout template to Three Regions in the layout editor
- C. Add another column component lo the existing Lightning Record Page
- D. Create a new Lightning Record Page and select the Three Regions template
正解:A
解説:
Explanation
The best way for the administrator to satisfy this requirement is to edit the Lightning Record Page and change the Template to Three Regions. A Lightning Record Page is a type of page that displays details and related information about a specific record in Lightning Experience or Salesforce mobile app. A Lightning Record Page can be customized using the Lightning App Builder, which is a tool that allows administrators to drag and drop components onto a page layout. A Template is a predefined layout that determines how components are arranged on a page. A Three Regions template is a type of template that divides the page into three columns or regions. The administrator can edit the Lightning Record Page for the Order Summary object, and change the Template to Three Regions in the Lightning App Builder. Verified References:
https://help.salesforce.com/s/articleView?id=sf.lightning_app_builder_customize_lex_pages.htm&type=5https://
質問 # 38
An administrator needs to send an Outbound Message to an external accounting system whenever a Fulfillment Order is created. What is the best practice to create this functionality?
- A. Create an Apex Trigger
- B. Create a Flow
- C. Create a Workflow Rule
- D. Create a Process Builder
正解:D
解説:
The best practice to create this functionality is to use a Process Builder. A Process Builder is a declarative tool that allows administrators to automate business processes based on certain criteria and actions. The administrator can create a Process Builder that triggers when a Fulfillment Order is created, and then executes an Outbound Message action that sends the information to the external accounting system. Verified Reference: https://help.salesforce.com/s/articleView?id=sf.process_overview.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.process_action_outbound_message.htm&type=5
質問 # 39
An administrator is configuring delivery methods. What two types of records need to be created?
- A. Product
- B. Product Summary
- C. Order Delivery Method
- D. Order Delivery Summary
- E. Delivery Method
正解:C、E
解説:
The Order Delivery Method and Delivery Method objects are used to configure delivery methods for orders. A delivery method is a way of delivering an order to a customer, such as standard shipping, express shipping, or in-store pickup. A Delivery Method record defines the name, description, type, and cost of a delivery method. An Order Delivery Method record associates an order with a delivery method and stores additional information such as the delivery address, tracking number, and status. Reference: Order Management Objects, [Delivery Methods]
質問 # 40
A user is encountering an error when attempting to save an Account record. What can an administrator use to research the issue?
- A. Lightning Logs within Setup
- B. The Chrome Dev Tools Console
- C. The Problems tab within the developer console
- D. A user trace flag and debug log on the affected user
正解:D
解説:
Explanation
The best way for an administrator to research the issue when a user is encountering an error when attempting to save an Account record is to use a user trace flag and debug log on the affected user. A user trace flag enables debug logging for a specific user, and a debug log captures database operations, system processes, and errors that occur when executing a transaction or running unit tests. The administrator can use these tools to identify the root cause of the error and fix it accordingly. Verified References:
https://help.salesforce.com/s/articleView?id=sf.code_add_users_debug_log.htm&type=5https://help.salesforce.c
質問 # 41
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, Order Summary, Change Order and Fulfillment Order
- B. Order and Order Summary
- C. Order Item and Order Item Summary
- D. Order, Order Summary, Order Item and Order Item Summary
正解:C
解説:
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]
質問 # 42
......
最新のOrder-Management-Administrator実際の無料試験問題は更新された87問あります:https://jp.fast2test.com/Order-Management-Administrator-premium-file.html
無料Order-Management-Administrator試験ブレーン問題集認定ガイド問題と解答:https://drive.google.com/open?id=1xe44J0pOFk6dfiBt-UzIf6vaYhToBoJg