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

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

You have been asked to implement internationalization in your JSF web application.

Where do you configure the supported locales?

A.

in the tag of the Facelet page

B.

in the web.xml file

C.

in the faces-config.xml file

D.

in the src folder

During Cloud Inventory implementation your customer requires you to enable the Oracle Transactional Business Intelligence (OTBI) KPI to review the list of standard reports which is useful for their current business scenario. When navigating to reports and analytics, the warehouse dashboard doesn’t show any KPI watchlist.

Identify two causes. (Choose two.)

A.

Logistics Business Intelligence Analytics is enabled.

B.

Logistics Business Intelligence Analytics is not implemented.

C.

Organization is not enabled for warehousing.

D.

Data permissions for the organization being referenced are not set up.

E.

Supply Chain and Order Management Business Intelligence Analytics is not enabled.

You have an organization that runs both its domestic and international business from the same offices. However, the organization does not want the domestic side of the business to be able to transact on the international side, even though they are selling the same material.

How do you configure your enterprise to meet this requirement?

A.

Set up the domestic and international businesses as separate operating units.

B.

Set up the domestic and international businesses as separate projects.

C.

Set up the domestic and international businesses as separate business units.

D.

Use data access security to separate what each customer can control.

E.

Set up the domestic and international businesses as separate cost centers.

Which of these can be a JPA entity?

A.

Enum type

B.

Abstract class

C.

Interface type

D.

Final class

Given the code fragment:

Which method should be used on line 3 to enable default validation mechanism?

A.

u.setProperty(String, Object)

B.

u.setProperty(Schema)

C.

u.setEventHandler(ValidationEventHandler)

D.

u.setAdapter(XmlAdapter)

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.

You are currently implementing Oracle Cloud for the Singapore entity of your multinational customer. Their head office is located in Japan. Apart from Singapore, their other entities are using a legacy system.

Their requirement is to implement Oracle Cloud in such a way that at the end of the financial year, all their financial reporting should be in Japanese Yen.

How will you fulfill the above requirement?

A.

Define one primary ledger with Japanese Yen currency so that all the subledger data gets converted to Japanese Yen automatically.

B.

Define one primary ledger with SGD (Singapore Dollars) as primary currency and use the reporting currency functionality to provide the necessary data in Japanese Yen currency.

C.

This requirement cannot be fulfilled.

D.

Define two ledgers one in SGD (Singapore Dollars) and one in Japanese Yen and transfer data of all the subledgers in these two primary ledgers.

Your customer wants to prevent customer shipments out of a specific subventory. They are setting up a material status to control this.

Which transaction do they need to disallow?

A.

Sales Order Pick

B.

Sales Order Issue

C.

Ship Confirm

D.

Miscellaneous Issue

E.

Move Request Putaway.

Which URL represents an invalid approach to pass a parameter to a REST resource?

A.

/Employees?value=1

B.

/Employees&value=1

C.

/Employees/1

D.

/Employees;value=1