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

Oracle 1z0-900 - Java EE 7 Application Developer

Page: 2 / 5
Total 142 questions

How do you specify a default error page in your web.xml file?

A.

/general-error.html

B.

*/general-error.html

C.

*/general-error.html

D.

/general-error.html

How can you configure, in a portable way, the number of threads used by a ManagedExecutorService?

A.

programmatically, using a ManagedExecutorService

B.

using the ManagedExecutors utility class to define the execution properties

C.

This cannot be done because this configuration is dependent on the Java EE Product Provider.

D.

configuring the thread pool info in the deployment descriptor

Reorder quantities for an item subinventory are calculated using Fixed Lot Multiple and Round Order Quantity. Assume that the reorder quantity is 24 and you specify 10 for the fixed lot multiple and enable rounding the reorder quantity.

What will be the reorder quantity?

A.

30

B.

20

C.

24

D.

25

Identify three statements that are true about reservations in back-to-back processing.

A.

Partial fulfillment of reservations is supported.

B.

Changes to reservation in Oracle Logistics Cloud leads to exceptions, which are displayed in the Supply Chain Orchestration work area.

C.

Reservations cannot be created for back-to-back On Hand supply orders.

D.

One reservation is created for a demand and supply.

E.

Reservation supplies that can be reserved are Purchase Orders, Transfer Orders, Work Orders, and On Hand inventory.

Your company is an automobile spares manufacturing organization, which follows a discrete process. It has its own manufacturing and distribution centers located globally.

It has these business units:

US - USA business unit

CAN - Canadian business unit

UK - UK business unit

MX - Mexican business unit

IND - India business unit

SPA - Spain business unit

FRA - France business unit

NL - Netherlands business unit

GER - Germany business unit

These are the inventory organizations that exist in each business unit:

Which two statements are true?

A.

All inventory organizations do not need to be in the same business unit to assign items.

B.

Item organizations are also supported to serve as inventory organizations.

C.

Items cannot be assigned to inventory organizations across business units.

D.

Items defined in the GM organization can be assigned to US1, US2, NL1, and MX1 inventory organizations.

E.

Operational Attributes can be controlled only at the Master Level.

F.

You can define an item in the IN1 inventory organization and assign it to the DE1 inventory organization.

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

NO: 61

Your web application requires logic to remember items that a user placed into a shopping cart.

Which two mechanisms should you use to associate that information with the user? (Choose two.)

A.

HttpServletResponse objects

B.

ServletContext objects

C.

HttpSession objects

D.

a database

Your client wants the purchasers to be able to run the min-max for items under their control and then manage the POs created out of these.

Which parameters can they use to be able to do this?

A.

Planning Level

B.

Sort by

C.

From Item to Item

D.

From Buyer to Buyer

E.

From Planner to Planner

Identify two valid WebSocket message types for which you can register handlers. (Choose two.)

A.

Error Message

B.

Binary Message

C.

Pong Message

D.

Ping Message

You need to exchange large binary messages using chunks in a WebSocket application. Identify two ways in which you can receive partial messages. (Choose two.)

A.

Define an @OnMessage method with a single MimePart parameter.

B.

Use a ChunkListener interface implementation.

C.

Use a MessageHandler.Partial interface implementation.

D.

Define an @OnMessage method with byte [] as the first parameter and a boolean as the second parameter.