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

Order-Management-Administrator Questions and Answers

Question # 6

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

A.

Return

B.

Credit Memo

C.

Invoice

D.

Return Order Summary

Full Access
Question # 7

How can an administrator quickly examine the relationships between several objects?

A.

Goto SchemaBuilder and check the boxes next to the objectnames

B.

File a support case asking for a data relationship diagram

C.

Generate an Entity Relationship Diagram by going to Data in Setup

D.

Download it from the Partner Community

Full Access
Question # 8

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

A.

Fulfillment Order

B.

rmaorder

C.

Replacement Order

D.

Return Order

E.

Change Order

Full Access
Question # 9

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

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

Full Access
Question # 10

For what use case would an administrator enable Person Accounts during Order Management setup?

A.

Person Accounts are always enabled for Order Management

B.

Connecting Order Management to B2C Commerce

C.

Connecting to an external ERPsystem

D.

Connecting Order Management to B2B Commerce

Full Access
Question # 11

What two tools can an administrator use to debug an issue with an Apex trigger?

A.

Apex Logs in Setup

B.

Error Logs in the Developer Console

C.

Log Inspector in the Developer Console

D.

Debug Logs in Setup

Full Access
Question # 12

What type of relationship exists between FulfillmentOrder and Order Delivery Method?

A.

Lookup (Order Delivery Method)

B.

Master-Detail (Order Delivery Method)

C.

Junction (Many to Many)

D.

One-to-One Lookup (Location) FulfillmentFrom LocationId

Full Access
Question # 13

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

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

Full Access
Question # 14

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

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

Full Access
Question # 15

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

A.

Order Delivery Method

B.

Order Delivery Summary

C.

Product Summary

D.

Delivery Method

E.

Product

Full Access
Question # 16

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

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

Full Access
Question # 17

In which twoways can Order Management licenses be assigned?

A.

By Permission Set

B.

By Hole

C.

By Profile

D.

By User

Full Access
Question # 18

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?

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

Full Access
Question # 19

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

Choose 3 answers

A.

Developer Console

B.

Change Sets

C.

Ant Migration Tool

D.

Salesforce Pull Requests

E.

Release Manager

Full Access
Question # 20

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

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

Full Access
Question # 21

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?

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.

Full Access
Question # 22

What is the required amount of test codecoverage when deploying an Apex class?

A.

0.55

B.

0.75

C.

0.65

D.

0.85

Full Access
Question # 23

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

A.

OrderDeliveryMethod

B.

SalesLocation

C.

Locations

D.

Fulfillment Orders

E.

Accounts

Full Access
Question # 24

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

A.

Payment Method

B.

Order Payment Summary

C.

Payment

D.

Order

Full Access
Question # 25

What does a summary object represent?

A.

A dynamic view of underlying data

B.

An individual change lo financial data

C.

A change lo an underlying record.

D.

A discount to underlying data

Full Access
Question # 26

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 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.

Full Access
Question # 27

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

A.

Apex API

B.

Connect API

C.

Platform API

D.

Composite API

E.

Invocable API

Full Access
Question # 28

When can an Invoice be created?

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'

Full Access
Question # 29

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

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

Full Access
Question # 30

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

A.

Picklist

B.

String

C.

Text

D.

Number

Full Access
Question # 31

Which two process exceptions are available out of the box in order

management? (Choose 2)

A.

Find location fault

B.

Unable to capture payment

C.

Inventory check exception

D.

Navigate invoice amount

Full Access
Question # 32

Basedon some changes in Universal Containers' Commerce engine, new Orders are expected to have two additional attributes at the header level. In Order Management, which other Object besides Order also needs to be extended?

A.

Delivery Groups

B.

Order Summary

C.

Change Order

D.

Payment Summary

Full Access
Question # 33

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?

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

Full Access