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

Free and Premium Salesforce Order-Management-Administrator Dumps Questions Answers

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

Question 1

An admin is analyzingproject requirements and notes that there are requirements to support both high volume and multiple locations. What is the recommended approach for this scenario?

Options:

A.

Download the Single Location High Volume sample flow from the Partner Community and modify all the flows to loop through locations

B.

Download the Multiple Locations sample flow from the Partner Community and have developers add Apex code to enhance performance

C.

Download the Single Location High Volume sample flow and the Multiple Locationssample flow from the Partner Community and make a blend ® between the two considering trade-offs

D.

Download the Single Location High Volume sample flow from the Partner Community and have the developers add Apex code to enhance performance

Buy Now
Question 2

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 3

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 4

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 5

An admin wants to deploy certain pages in Order Management to approved mobile devices. Which two steps are the recommended approach for this?

Options:

A.

Build a custom application on Heroku calling the APIs

B.

Install the Salesforce mobile app from Apple Store or Google Play

C.

Save the pages with the options of both Desktop and Phone applied

D.

Use the mobile publisher to create an app

Question 6

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 7

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 8

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 9

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 10

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 11

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 12

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 13

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 14

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 15

Universal Containers (UC) is evaluating Salesforce Order Management for managing its overarching process because their current system is writtenmostly in Apex code and has proved difficult to modify, deploy and debug. What are three advantages of using Flow Builder vs writing Apex code to manage the main flow of Order data?

Options:

A.

It allows for non-coding members of staff to contribute suggestions for optimizations and better overall customer experience

B.

The admin can attach a debugger to live customer sessions

C.

It will notify the admin before a third party integration's data interface has changed

D.

The admin can easily debug specific business cases visually.

E.

Because it is visual it is also self-documenting as changes are made

Question 16

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 17

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 18

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 19

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 20

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 21

Which two practices ate needed for a custom attribute to map into Order Management assumingthe attribute has been created on the necessary objects?

Options:

A.

The types must match within reason

B.

The names must be an exact match

C.

The types must be an exact match (i.e. String to String)

D.

The names must only contain letters and underscores

Question 22

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 23

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 24

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 25

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?

Options:

A.

Create a new Lightning Record Page and select the ThreeRegions template

B.

Edit the Lightning Record Page and change the Template lo Three Regions

C.

Change the page layout template to Three Regions in the layout editor

D.

Add another column component lo the existing Lightning Record Page

Question 26

How can an administrator allow an org to publish a change set to another org?

Options:

A.

In the target org: Open Deployment Settings, Select the environments to allow publishing from and Move themto the Enabled list

B.

In the source org: open Deployment settings, Select the environments to publish to and Move them to the enabled list

C.

In the source org: Open Publish Settings, Select the checkbox next to the environment to publish to and Click Save

D.

In the target org: Open Deployment Settings, Click Edit next to the source org. Select Allow Inbound Changes and Click Save

Question 27

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 28

Which two objects are found within Order Management?

Options:

A.

Fulfillment Order

B.

Receipt

C.

Cart

D.

Payment Summary

E.

Packing Manifest

Question 29

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 30

In which two ways can order management license be assigned? (choose 2)

Options:

A.

By role

B.

By profile

C.

By permission set

D.

By user

Question 31

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 32

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

Options:

A.

Picklist

B.

String

C.

Text

D.

Number

Question 33

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?

Options:

A.

Order and Order Summary

B.

Order Item and Order Item Summary

C.

Order, Order Summary, Order Item and Order Item Summary

D.

Order, Order Summary, Change Order and Fulfillment Order