New Year Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Salesforce Order-Management-Administrator Dumps

Salesforce Order Management Administrator Accredited Professional (AP-219) Questions and Answers

Question 1

What are two ways an administrator can export data from order Management?

(Choose 2)

Options:

A.

Use workbench to access the daase

B.

User the developer console

C.

Use data loader

D.

Find an application on AppExchange

E.

Write APEX classes to query the daase and write to a file

Question 2

Where should a service agent go first to view process exceptions related to a specific Order?

Options:

A.

Order Record - Process Exception Details Tab

B.

Change order Record -Related Tab

C.

Order Record - Details Tab

D.

Order Summary Record - Related Tab

Question 3

What are two items that an administrator should consider when building out a flow for one location vs multiple locations?

Options:

A.

Having multiple locationsmandates writing custom Apex code

B.

A default warehouse location should be set first in flows handling multiple locations

C.

Multiple locations will introduce nested loops which can make the canvas substantially larger

D.

Multiple locations can lead to limit exceptions

Question 4

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?

Options:

A.

Stock Keeping Unit values must be updated

B.

The payment data must be updated

C.

The stock levels inthe org are depleted from the first order

D.

The Order Reference Number must be updated

Question 5

What ate two reasons an admin should choose an Eventover a Trigger when it comes to building out a solution?

Options:

A.

Event order is not guaranteed within a topic

B.

Events are asynchronous

C.

Events cannot be subscribed lo in a batch for bulk operations

D.

Events do not participate in a transaction scope

Question 6

A company sells its products in kits. The company wants the kits to remain grouped together during returns in Order Management so that all parts of the kit are accounted for.

What should theadministrator recommend?

Options:

A.

Add a suffix to the Stock Keeping Unit of the Product which represents Kit status

B.

Track the individual kit items using custom attributes

C.

Add a custom attribute to the order header only

D.

Pass the data as is. Order Management will handle the kit.

Question 7

Which option is available for an admin to use as middleware to import data to. or export data from Order Management?

Options:

A.

Use Workbench to access the database

B.

Use the Developer console

C.

Find an application on AppExchange

D.

Write Apex classes to query the database and write to a file

E.

Use Data Loader

Question 8

What are three tools that can be used to deploy changes to a Salesforce Org?

Choose 3 answers

Options:

A.

Developer Console

B.

Change Sets

C.

Ant Migration Tool

D.

Salesforce Pull Requests

E.

Release Manager

Question 9

Which objects can a Process Exception be related to?

Options:

A.

Order Summary, Fulfillment Order, Payment Invoice

B.

Order Details, Fulfillment Order, Payment Invoice

C.

Order Summary, Fulfillment Order

D.

Order Summary, Order Details, Fulfillment Order

Question 10

An administrator is setting up Order Management in a development org. The

administrator is using Workbench to create test orders but the corresponding Order

Summaries are not being created. What could be the issue?

Options:

A.

Order Summary has been disabled in the Order Management settings in Setup

B.

The Order object trigger is not activated

C.

The administrator did not set the "CreateOrderSummary" attribute to TRUE in the

API call in workbench when posting the orders

D.

The Create Order Summary flow is not activated

Question 11

Universal Containers (UC) has a flow which performs some custom logic in order todetermine a least-cost shipping location. Some of the variables should be reset at the beginning of each loop iteration. Which design element in Flow allows the Admin to do this?

Options:

A.

Preset

B.

Reassignment

C.

Reset

D.

Assignment

Question 12

Whichtwo Order Management objects have their tabs set to Tab Hidden by default?

Options:

A.

OrderDeliveryMethod

B.

SalesLocation

C.

Locations

D.

Fulfillment Orders

E.

Accounts

Question 13

The order object represents which two statements? (Choose 2)

Options:

A.

The invoice data for accounting purposes

B.

The customer’s intent at the time or purchase

C.

An overall summary of the order being processed

D.

The initial exchange of funds for goods or services

Question 14

Which of the following options represent two ways that an administrator can utilize APIs in Workbench to query OrderSummaries?

Options:

A.

Apex API and Connect API

B.

Connect API and Platform API

C.

Platform API and Composite API

D.

Composite API and Invocable API

E.

Invocable API and Apex API

Question 15

When can an Invoice be created?

Options:

A.

At anypoint before the Fulfillment Order is created, by customizing flow "Create Invoice and Ensure Funds"

B.

At any point before the Fulfillment Order is created, by customizing flow "Create invoice"

C.

At any point after the Fulfillment Order is created, by customizing flow 'Create Invoice and Ensure Funds*

D.

At any point after the Fulfillment Order is created, by customizing flow "Create Invoice'

Question 16

Which three options are the main types of building blocks when working in Flow Builder?

Options:

A.

Connectors

B.

Elements

C.

Async processes

D.

Data lookups

E.

Resources

Question 17

Which three steps should an administrator take to set up a mock payment gateway in a new org?

Options:

A.

Create a Payment Gateway

B.

Create a Named Credential

C.

Create a Payment Provider

D.

Create a CORS (Cross-Origin Resource Sharing) entry

E.

Create a Trusted Site Entry

Question 18

The Northern Trail Outfitters (NTO) team is already using Order Management. The team wants to transition from their home-grown Commerce engine to B2C Commerce Cloud. Which action do they need to perform?

Options:

A.

File a support case to activate an integration between B2C Commerce and Order Management

B.

Export the orders from B2C periodically and import them into Order Management using a scheduled job

C.

Change the Order Integration Flow in Setup so the org will start seeing the orders flow in

D.

Create a Flow to download the Orders from an SFTP location where B2C Commerce drops them and then ingest the data into Order Management

Question 19

A developer is creating a flow to generate Fulfillment Orders for Order

Summaries. What object is used to generate the Fulfillment Groups?

Options:

A.

Fulfillment Summaries

B.

Order Product Summaries

C.

Products

D.

Order Fulfillment Summaries

Question 20

An administrator wants to collect additional information from the customer when they cancel items on an Order Summary. How can the administrator modify the user interface to collect this information?

Options:

A.

Copy the Cancel Item Flow and add a screen component with the new questions

B.

Create a workflow rule that fires when an Order Summary is edited with field update actions for each of the questions that needs to be answered

C.

Modify the Return Item Flow to collect the additional information

D.

Create a lightning web component with the additional questions and add it to the Order Summary lightning record page

Question 21

An administrator has created a new currency field on the Fulfillment Order object and wants to roll up thetotal to theOrder Summary object. When creating a rollup field on the Order Summary object, Fulfillment Order does not appear as an option. Why is this?

Options:

A.

Rollup Fields cannot sum Currency Fields

B.

The Rollup Summary field must be created on the Fulfillment Order object with the Order Summary object as the parent

C.

The Order Summary field on the Fulfillment Order object is a Lookup

D.

The Order Summary object has reached the limit of Rollup Summary fields

Question 22

Which three objects are found within Order Management?

Choose 3 answers

Options:

A.

Fulfillment Order

B.

Warehouse Checklist

C.

Payment Summary

D.

Shopping Bag

E.

Invoice

Question 23

An administrator is configuring delivery methods. Whattwo types of records need to be created?

Options:

A.

Order Delivery Method

B.

Order Delivery Summary

C.

Product Summary

D.

Delivery Method

E.

Product

Question 24

An administrator is looking for payment information about a returned item on an Order Summary. Which object should the administrator look at?

Options:

A.

Return

B.

Credit Memo

C.

Invoice

D.

Return Order Summary

Question 25

An admin is observing a flow and needs to watch all of the variables changing as

the process executes, but nothing like this is being displayed. What did the developer forget to enable?

Options:

A.

Show execution details inline

B.

Show the details of what's executed and render flow in Lightning Runtime

C.

Show the details of what's executed and render flow in Lightning Experience

D.

E. Show execution details

Question 26

How can a user view the information exchanged betweenthe payment platform and the external payment gateways?

Options:

A.

Navigate to Payments within the setup menu and select the payment platform

B.

Check associated debug logs in Debug Logs in setup

C.

Check for process exceptions associated with the Order Payment Summary

D.

Navigate to Payment Gateway Logs related list on the corresponding Order Payment Summary

Question 27

The Ensure Funds process works on which setof Order Items?

Options:

A.

Only the items with a status of Waiting Payment

B.

Only the items on the Fulfillment Order passed into the Ensure Funds method

C.

All Items within a delivery group

D.

All Sales Order Items

E.

Only the items passed into the Ensure Funds method

Question 28

What object must an admin populate to create digital wallet type payment

methods, such as ApplePay or Electronic Gift Certificate?

Options:

A.

AlternativePaymentMethod

B.

CardPaymentMethod

C.

GtwyProvPaymentMethodType

D.

PaymentGatewayProvider

Question 29

Which object record Is created when customer returns a product after fulfillment?

Options:

A.

Return Order

B.

Order Summary Adjustment

C.

Fulfillment Order

D.

Payment Order Summary

Question 30

Which two APIs can an admin suggest so that customers can initiate order cancellations and returns from the B2C Commerce storefront and have their action carry out the cancel and returnoperations in Order Management?

Options:

A.

Connect APIs

B.

Bulk APIs

C.

REST APIs

D.

Streaming APIs

Question 31

Where are the gift message and gift flag stored by default as it relates to an Order Summary?

Options:

A.

Order Delivery Group Summary

B.

Order Item

C.

Gift Checkbox on OrderSummary

D.

Order Delivery Item

Question 32

Which set of conditions is required for an Order Summary object to be created?

Options:

A.

An Order is created, its status is set to Draft, Create OrderSummaryFlow 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 Create OrderSummary Flow is activated.

D.

An Order is created, its status is set to Activated. Create OrderSummary Flow is installed and the Create OrderSummary Process is installed.

Question 33

Auser wants to review credit card payment data for a specific Order. Which object should the employee navigate to?

Options:

A.

Payment Method

B.

Order Payment Summary

C.

Payment

D.

Order

Page: 1 / 11
Total 111 questions