Winter Sale- Special Discount Limited Time 65% Offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

Salesforce Order-Management-Administrator Salesforce Order Management Administrator Accredited Professional (AP-219) Exam Practice Test

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

Question 1

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 2

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 3

A developer needs to create ascheduled job in an external system to move Order data into aSalesforce org every 24 hours. In which two ways can this off-platform job be established without additional third-party tools?

Options:

A.

Install a minimal set of dev tools on a machine such as theCommand Line Interface (CLI) and create appropriate scripts to import files containing the data

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

C.

Create a job inthe 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

D.

Authorize a machine against the Salesforce org's APIs withappropriate security measures and create a script to call the APIs

Question 4

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 5

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

Options:

A.

Create an External Data Source in Setup which references the external platform where the Pricebook is held

B.

Go to Setup. Order settings, and select Enable Optional Price Books for Orders

C.

This is not possible,all Products require a Pricebook Entry

D.

Edit the Product page layout to make the Pricebook field not require

Question 6

A customer applied a 10% off discount when placing an order. What object is created when the discount is applied to the order?

Options:

A.

Order Discount

B.

Order Payment Summary

C.

Order Adjustment Group Summary

D.

Credit Memo

Question 7

What two steps are required to add an item to the Actions & Recommendations panel on the Order Summary record page?

Options:

A.

Drag the Actions & Recommendations component on the page

B.

Make a new Lightning Record Page

C.

Create a New Deployment

D.

Create a new sub-flow

Question 8

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 9

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 10

What does the number of Fulfillment Orders created depend upon?

Options:

A.

Fulfillment Location. Delivery Method and Number of Payments

B.

Fulfillment Location, Recipient Address and Quantity

C.

Fulfillment Location. Delivery Method and RecipientAddress

D.

Fulfillment Location, Delivery Charges and Quantity

Question 11

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 12

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 13

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 14

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 15

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 16

How can an administrator localize screens in the Order Management flows?

Options:

A.

Create text localization variables in the flow

B.

Enable localization for the flow and modify the label's value to match the desired

language

C.

Add the Language Selector component at the start of the flow so users can

change the language

D.

Create a copy of the flow with hard-coded text in the desired language

Question 17

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 18

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 19

How can an administrator synchronize licenses from the production org when preparing a sandbox for development?

Options:

A.

Use a custom shell script

B.

import a Change Set

C.

Export a Change Set

D.

Run the Match Production Licenses to Sandbox without a Refresh tool in Setup

Question 20

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 21

What object does the Ensure Funds Apex Flow action look for when resolving Invoice balances associated with an Order Summary?

Options:

A.

Order Payments

B.

Payments

C.

Payment Summaries

D.

Order Payment Summaries

Question 22

An item is not able to be fulfilled by the location assigned to the Item’s Fulfillment Order. What two steps does a customer service representative need to do to move the item to a different fulfillment location?

Choose 2 answers

Options:

A.

Change the Quantity field of the Fulfillment Order Product to 0 from the Fulfillment Order’s related list

B.

Cancel the Fulfillment Order

C.

Delete the Fulfillment Order Product record from the Fulfillment Order’s related

D.

Create a new Fulfillment Order Product assigned to the appropriate Fulfillment Order

Question 23

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?

Options:

A.

Open theFlow and select Attach to Live Session. Provide the Session Id. Select Attach

B.

Open the Flow, Select Debug, Provide the input values, Select Run

C.

Open the Flow, Select Debug with inputs. Provide the input values, select Run

D.

Open the Flow and selectAttach to Live Session and Provide the Order Number

Question 24

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?

Options:

A.

2.0

B.

5.0

C.

1.0

D.

3.0

Question 25

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 26

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 27

Which two order management objects have their s set to hidden by default?

(choose 2)

Options:

A.

Fulfillment orders

B.

Order Delivery Method

C.

Accounts

D.

Sales Location

E.

Locations

Question 28

What are two reasons for using Flows instead of Apex code?

Options:

A.

Flows can be modified and created without a developer

B.

Flows have better performance options for large batches of records

C.

Flows can be triggered by undelete events

D.

Flows provide a visual debug process

Question 29

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 30

What three steps are requiredwhen deploying changes via change sets?

Options:

A.

Deploy the change set in the target org

B.

Approve the change set in the sandbox org

C.

Upload the change set to the target org

D.

Add the change set to the release schedule in the target org

E.

Create thechange set in the sandbox org

Question 31

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

Question 32

After deploying a new Lightning Web Component to an org, what should an

administrator do to add the component to a Lightning Record Page?

Options:

A.

Create a Metadata API (MDAPI) conversion file with the Command Line interface (CLI) then go to the page and adjust the positioning

B.

Navigate to the Page, Click on the "Custom Component Editor," Click "Publish" on the new component in the list and adjust the positioning

C.

Go to Deploy LWC in Setup

D.

Go to the page, edit it and drag the new component onto the page

Question 33

Universal Containers needs to implement a new Payment Method. What should the admin evaluate in relation to Payment Gateways and Payment Processors?

Options:

A.

Ensure the new payment method will support the existing payment gateway and payment processor

B.

An Apex implementation will need to be written as Payment Methods

have nothing to do with Payment Gateways and Payment Processors

C.

A new Payment Gateway needs to be adopted since each Payment Method needs its own Payment Gateway

D.

A new Payment Processor needs to be adopted since each Payment Method reeds its own Payment Processor