Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

You are a shop floor manager and you have received an order which is a back-to-back order in nature. You need to reserve 100 pieces of an item in order to finish you order. However, there are only 50 pieces available for reservation.

If you process this request, how many pieces are provided as the fulfillment for the order?

A.

50 pieces, because full 100 quantities are not available.

B.

25 pieces, only half of the quantities can be reserved.

C.

0 pieces, because partial fulfillment of reservation not supported.

D.

100 pieces, 50 from on-hand and 50 in the form of a purchase order.

Full Access
Question # 5

In Supply Chain Orchestration, Automated Change Management performs which two functions?

A.

change to need by dates of a purchase order

B.

splitting of a sales order

C.

changing the ship method on a sales order

D.

change to item attributes

E.

changing the supplier on a purchase order

Full Access
Question # 6

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.

Full Access
Question # 7

Which is a valid description of REST?

A.

REST provides the same architectural properties as SOAP.

B.

REST is a library that is part of JEE called JAX-RS.

C.

REST is the conventional way of interacting with information resources.

D.

REST is a Web Services standard supported by JEE and JAX-RS.

Full Access
Question # 8

A customer has one Business Unit, two Legal Entities, and each have eight warehouses (defined as Inventory Orgs). While trying to set up Cost Organizations for each of these Legal Entities you were unable to perform the mandatory step of assigning the Profit Center Business Unit for one set of eight Inventory Organizations; however, you could do it for the other set.

What is the reason for this?

A.

The Legal Entity Setup is incomplete.

B.

There is no Inventory Validation Organization defined.

C.

The General Ledger is not associated with Business Unit.

D.

The Business Unit is not enabled for Costing.

E.

There is no Business Unit associated with the Legal Entity.

Full Access
Question # 9

You need to load on-hand balances for go live. Which template should be used for this?

A.

InventoryBalanceImportTemplate.xlsm

B.

InventoryReservationImportTemplate.xlsm

C.

InventoryTransactionImportTemplate.xlsm

D.

InventoryOnHandBalanceTemplate.xlsm

E.

InventoryMiscellaneousTrxTemplate.xlsm

Full Access
Question # 10

Which statement is true about the relationship between HTTP and WebSockets?

A.

A WebSocket connection is a bi-directional HTTP session with message-handling support.

B.

A WebSocket connection is initialized with an HTTP handshake.

C.

A WebSocket connection can be initialized by either client or server.

D.

A WebSocket connection uses HTTP protocol to exchange data with the browser.

Full Access
Question # 11

Your supplier sent you stock against a consigned agreement. You transferred at the stock to owned and generated a consumption advice. An invoice was raised by the supplier and the payment made. A few days after using some of the quantities of the stock, you realized that some of the stock sent by the supplier is not of suitable quality and you need to send the stock back.

What is the process of returning the material?

A.

You have to cancel the invoice and send the material back without changing the ownership.

B.

Return the material and create a debit memo for the supplier.

C.

You cannot return consigned items that are invoiced and paid. Treat the material as scrap.

D.

You have to transfer the ownership of item and perform the return transaction.

Full Access
Question # 12

The Applications Development Framework Desktop Integration (ADFdi) user interface is supported in Oracle Fusion Receiving, Inventory Management, and Shipping products.

Identify four ADFdi user interfaces that are supported.

A.

Upload ASN or ASBN

B.

Manage Lot/Serial Interface

C.

Manage Inventory Transaction Correction in Spreadsheet

D.

Review Receipts Interface

E.

Review Count Interface Records

F.

Manage Shipment Message Interface

Full Access
Question # 13

A shipment has not yet been created for a pick that you are running.

How is the due date calculated?

A.

request date from the order line

B.

schedule ship date from the order line

C.

promise date from the order line

D.

system date

E.

earliest acceptable date from the order line

Full Access
Question # 14

While creating the consignment agreement, you have set the consumption advice frequency to “monthly” and the billing cycle close date to “31st August, 2020”.

What will happen when you run the consumption advice process on 31st August, 2020?

A.

No consumption advice is created.

B.

Consumption advice is created and the next closing date is set to 30th October, 2020.

C.

Consumption advice is created and the next closing date is set to 7th September, 2020.

D.

Consumption advice is created and the next closing date is set to 30th September, 2020.

Full Access
Question # 15

Given the following class definition with numbered lines:

How do you specify to use this mock CDI bean implementation instead of the regular implementation class?

A.

Use the alternatives element in the beans.xml file and specify the class name in the class element within it.

B.

Start up the server with the optional –alternative command-line option, specifying any alternative class names in a comma-separated list.

C.

Reorder the implementation names in the beans.xml file such that the desired alternative is listed earlier.

D.

Delete the regular implementation class from the WAR.

Full Access
Question # 16

Which type allows you to share servlet attributes across your entire web application?

A.

ServletContext

B.

HttpSession

C.

ServletRequest

D.

ServletConfig

Full Access
Question # 17

Your organization has lot controlled and nonlot controlled material and stores all defective material in a subinventory called “Defect”. The organization does not want defective material to be available for reservations or for subsequent shipping to customers.

Which option satisfies this requirement?

A.

Tag the lot as defective product.

B.

Disallow all inventory transactions for the subinventory “Defect”.

C.

Put a hold on the lot.

D.

Assign the subinventory a material status that disallows reservations and allows subinventory transfers and issues to scrap.

E.

Assign the lot a material status that disallows reservations and allows subinventory transfers and issues to scrap.

Full Access
Question # 18

Which execution document is created by supply chain orchestration when a make request is received?

A.

Transfer Order

B.

Work Order

C.

Routing Create

D.

Movement Request

E.

Purchase Order

Full Access
Question # 19

Given the JPQL code fragment:

Select pub.title, pub.author, pub.pages FROM Publisher pub

Which two clauses do you add to this JPQL query to retrieve only those books with between 500 and 750 total pages? (Choose two.)

A.

WHERE MIN(pages) >= 500 AND MAX(pages) <= 750

B.

WHERE pub.pages <= 500 OR pub.pages >= 750

C.

WHERE pub.pages BETWEEN 500 AND 750

D.

WHERE pub.pages <= 500 AND pub.pages >=750

Full Access
Question # 20

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.

Full Access
Question # 21

Your customer has a requirement across their 10 warehouses, each with different users. They would like that whenever a warehouse user logs in, their warehouse should get populated.

How will you achieve this?

A.

Set up the profile option INV_DEFAULT_WHSE_ID at site level.

B.

Set up the profile option INV_DEFAULT_WHSE_ID at user level for each user.

C.

Set up the profile option INV_DEFAULT_WHSE_ID at role level (different roles for different warehouses).

D.

Set up the profile option INV_DEFAULT_ORG_ID at user level for each user.

E.

Set up the profile option INV_DEFAULT_ORG_ID at role level (different roles for different warehouses).

F.

Set up the profile option INV_DEFAULT_ORG_ID at site level.

Full Access