Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Given the set of navigation rules:

Which two define a valid flow of view IDs through the application? (Choose two.)

A.

home > goodbye > list-widgets

B.

dashboard > home > add-widget > list-widgets

C.

list-widgets > add-widget > home > dashboard > home

D.

home > list-widgets > add-widget > goodbye

Your organization is using min-max planning to replenish stock and the planning parameters are set at item organization level with a default subinventory.

Item: A, Min Qty: 25, Max Qty: 150 and Current Level: 20

The item above is purchased from a supplier. Although there is subinventory on hand, the subinventory is below the minimum required level. This should trigger a Min-Max report entry, but the requisition is not generated. Why?

A.

Fixed lot multiplier is not set.

B.

No value has been set for the “Min-Max Replenishment Reorder Approval” profile.

C.

Min-Max planning can be performed at the Organization level.

D.

Rounding the Reorder Quantity is disabled.

E.

Item is not defined in Manage Item Subinventories.

Which three statements are true for an expense destination transfers that does NOT require a receipt at destination inventory organization?

A.

There is no cost associated to the transaction.

B.

There is no put away transaction in Inventory since the item is expensed.

C.

A receipt is required on interorganization expense destination transfer orders between the from and to organizations.

D.

The transfer order is considered received and delivered at the time of shipment.

E.

The destination inventory is not incremented.

What are the four steps for the move request process flow?

A.

Create shipment

B.

Create Movement Request

C.

Confirm pick slips

D.

Run the Movement Request Pick Slip Report

E.

Physically move the material

F.

Run pick slip allocation

Your customer decides to implement Cloud Procurement and Inventory. While discussing with your customer, you come to know that they have a business that spans across multiple locations and they have warehouse situated across USA and Canada.

    All their procurement, payables, and distribution activities take place from USA.

    They have a central warehouse in USA and after the goods are delivered to this warehouse, they are distributed across multiple additional warehouses. The warehouses are managed separately from the requisitioning units.

    For requesting material they have two units. One located in USA that monitors the current stock. They are responsible for creating requisition for any material shortage in USA. They have another location in Canada for requesting material.

Which setup fulfills this scenario?

A.

BU1: USA - as procurement and requisitioning Business Unit (BU)BU2: Canada - as requisitioning Business UnitDefine Service provider relationship where Canada procurement business unit serves as procurement and payables service provider for Canada Requisitioning Business Unit.

B.

BU1: USA - as procurement business unit (BU)BU2: Canada - as requisitioning business unitBU3: USA - as requisitioning business unitDefine Service provider relationship where USA procurement business unit serves as procurement and payables service provider for Canada Requisitioning Business Unit.

C.

BU1: USA - as procurement business unit (BU)BU2: Canada - as requisitioning business unitBU3: USA - as requisitioning business unitDefine Service provider relationship where Canada procurement business unit serves as procurement and payables service provider for Canada Requisitioning Business Unit.

D.

BU1: USA - as procurement business unit (BU)BU2: Canada - as requisitioning business unitBU3: USA - as requisitioning business unitDefine Service provider relationship where USA procurement business unit serves as procurement and payables service provider for both Canada and USA requisitioning Business Units.

Given an HttpServletRequest request and an EJB SessionContext ctx.

Which is a valid way to retrieve the Principal invoking either behavior?

A.

request.getCallerPrincipal() and ctx.getCallerPrincipal()

B.

request.getUserPrincipal() and ctx.getUserPrincipal()

C.

request.getCallerPrincipal() and ctx.getUserPrincipal()

D.

request.getUserPrincipal() and ctx.getCallerPrincipal()

What is true about Message-Driven Beans (MDBs)?

A.

MDBs can participate in transactions.

B.

MDBs are invoked synchronously.

C.

Each MDBs can process messages only from a single client.

D.

MDBs retain data caches between client calls.

On your JSF page, you have a form in which you have a command button:

A user submits the form by clicking the button, and no errors occur while processing the request. Which statement is true?

A.

The actNow() and ListenCarefully() methods are executed in parallel.

B.

The listenCarefully() method is executed followed by the actNow() method.

C.

The actNow() method controls the condition upon which the listenCarefully() method is allowed to be executed.

D.

The actNow method is executed followed by the listenCarefully() method.

Your client is about to define their primary ledger.

Which set of three primary attributes do they need to know in order to complete this?

A.

Chart of Accounts, Description, and Accounting Method

B.

Chart of Accounts, Ledger Balance, and Accounting Method

C.

Chart of Accounts, Accounting Calendar, and Currency

D.

Currency, Description, and Accounting Method

Given the code fragment from a Facelet page:

On Line 1, you ae asked to insert a search box that displays the text “Search Here” via a placeholder.

Assume searchMB is a valid Managed Bean.

Which two options enable you to create a search box with a placeholder attribute on Line 1? (Choose two.)

A.

B.

C.

D.

E.