Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

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

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

Order Allocation should work on Order Items in which status?

Options:

A.

Pending

B.

created

C.

Ordered

D.

Awaiting Allocation

Question 2

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?

Options:

A.

Create a fault connector

B.

Add a Display Text component which includes {! SFIow.FaultMessage}

C.

Add an error node

D.

Add a screen node

E.

Create an errorconnector

Question 3

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 4

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 5

What are two ways an administrator can query Order Summaries using APIs in Workbench?

Options:

A.

Apex API

B.

Connect API

C.

Platform API

D.

Composite API

E.

Invocable API

Question 6

Some admins are exploring the optimal Data Model for their QMS Org. What should be considered when choosing between Person Accounts vs Contacts?

Options:

A.

Person Accounts once enabled cannot be rolled back and makes changes to the data model

B.

Person Accounts once enabled can be rolled back

C.

Person Accounts are appropriate for B2B transactions while Account-Contact model is appropriate for B2C transactions

D.

Person Accounts are appropriate for B2C transactions while Account-Contact model is appropriate for B2B transactions

Question 7

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

Options:

A.

Picklist

B.

String

C.

Text

D.

Number

Question 8

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 9

Which three componentscan be used to modify the user experience in the Order Summary detail page?

Options:

A.

Tabs

B.

Accordion

C.

Related List-Single

D.

Related List - Double

Question 10

When a new PaymentSummary is created, an email should be sent to the owner of the associated account and an approval after review should be required. What three steps should the administrator do to implement this functionality?

Options:

A.

Create an email alert action

B.

Create a trigger flow when the payment summary is created with an email flow node

C.

Create an approval process on the Payment Summary object

D.

Create a flow to send an email to the owner of the associated account when a payment summary is created

E.

Create an email template

Question 11

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 12

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 13

Which object is used to createan invoice?

Options:

A.

Fulfillment Order

B.

Order Summary

C.

Shipment

D.

Order

Question 14

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 15

Where can an administrator find the Billing Customer Name as it relates to an Order Summary?

Options:

A.

Order Summary Lookup (Payment) Billing Name

B.

Order Summary Lookup (Contact) BillToContactId

C.

Order Summary Lookup (Account) Contact.BillToAccountId

D.

Order Summary Lookup (Account) BillToAccountId

Question 16

When are Fulfillment Orders created by default?

Options:

A.

During import with a status of Activated

B.

During import with a status of Managed

C.

The Status field on the Order Summary entity changes and a platform event which is caught by a flow

Question 17

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 18

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 19

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 20

Which three statements are true about change sets?

Options:

A.

Sending a change set between two orgs requires a deployment connection

B.

Change sets can only be sent between orgs that are affiliatedwith a production org

C.

A change request should be created when the admin wants to send customizations from the current org to another org

D.

Changes can be deployed to any instance of Salesforce as long as the destination has approved it

E.

Change sets can contain only modifications made through the Setup menu

Question 21

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 22

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 23

An Order contains products that will need to be shipped to multipleaddresses. How does this affect fulfillment?

Options:

A.

Multiple Invoices will be created

B.

Multiple Order Delivery Group Summaries will be created

C.

Multiple Fulfillment Orders will be created

D.

Multiple Order Payment Summaries will be created

Question 24

A user is encountering an error when attempting to save an Account record. What can an administrator use to research the issue?

Options:

A.

The Problems tab within the developer console

B.

The Chrome Dev Tools Console

C.

Lightning Logs within Setup

D.

A user trace flag and debug log onthe affected user

Question 25

Where is the Shipping Address stored as it relates to Order Summary?

Options:

A.

Order Delivery Group Summary

B.

Order Shipping Summary

C.

Order Shipping Details

D.

Order Delivery Group Details

Question 26

Which three objects are likely to get created in Order Management as an order progresses through its lifecycle?

Options:

A.

Fulfillment Order

B.

rmaorder

C.

Replacement Order

D.

Return Order

E.

Change Order

Question 27

An Administrator has created a change set with two items, a new apex class

and a new apex trigger. When attempting to deploy the change set, and error

occurs? What could be the cause?

Options:

A.


B.

Different Metadata types cannot be deployed within a single change set

C.

An Apex Trigger cannot be deployed via change set

D.

Apex Classes require a header file when deployed

E.

The new apex class and trigger have lowered the sent *** **** the ********* threshold

Question 28

Where should a service agent go first to initiate changes related to an Order in Order Management?

Options:

A.

Change Order Details

B.

Order Details

C.

Fulfillment Order Details

D.

Order Summary Details

Question 29

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 30

An administrator is attempting to deploy aChange 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?

Options:

A.

The components in the Change set could not be found within the test org

B.

ChangeSets can only be deployed from a sandbox org to a production org, not another sandbox org.

C.

The development org has not been approved to upload Change Sets from within the test org

D.

The development org and test org are not associated with the same production org.

Question 31

An administrator is encountering errors when reusing a composite APIcall to load test orders via the Workbench. What are three possible causes of this issue?

Options:

A.

The administrator has duplicate Product SKUs in the JSON query

B.

The number of subrequests in the JSON query exceeds the 20 subrequest limit

C.

The Administratorhas logged into the wrong environment in Workbench

D.

The administrator is creating multiple objects in a single JSON query

E.

Record IDs used within the request are incorrect

Question 32

An administrator has created a screen flow for users to create accounts. Some

users have complained that they do not always have all the required data to

create the account and lost progress when they leave the flow. What two steps

should the administrator take to prevent lost progress? Choose 2

Options:

A.

Ask a developer to create a lightning component to pause the flow

B.

Add a pause button to the footer of the screen flow

C.

Add the paused flows component to the home page

D.

Enable paused flows in process automation settings in setup

Question 33

A company has multiple fulfillment centers that they want to utilize when orders arefulfilled. The administrator is tasked with minimizing the distance from fulfillment center to delivery location. How can this be accomplished?

Options:

A.

Create a Workflow Rule on the Fulfillment Order object that utilizes the Order Management workflow field update actions

B.

Add the "Order Routing Rank By Closest Distance" action to the fulfillment flow

C.

Modify the Fulfillment Location Search process to search by closes! distance instead of least number of splits

D.

Ask a developer to create an Apex Action thatcan determine the closest fulfillment location