Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

1z0-900 Oracle Java EE 7 Application Developer Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Oracle 1z0-900 Java EE 7 Application Developer certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 2 / 3
Total 142 questions

Your customer is setting up serial control. The requirement is that if item A has serial 123, then they don’t want item B to also have serial 123 within the same inventory organization.

Which serial control setting must be used to meet this requirement?

A.

Unique across Enterprise

B.

Unique within items

C.

Unique within organization

D.

Unique across organizations

E.

Unique within Item and organization

Which statement is true about Java methods that are exposed as Web Service operations by using JAX-WS API?

A.

The @WebResult annotation must exist.

B.

Method parameters and return types must be JAXB compatible.

C.

Method parameters must be declared by using @WebParam.

D.

The @WebMethod annotation must exist.

: 27

Given:

Which client-side Java method will send the employee object to the WebSocket Server Endpoint?

A.

session.post(employee);

B.

container.send(employee);С. session.send(employee);

C.

remote.sendObject(employee);

Which two features are provided by the JSTL Core library for a JSP? (Choose two.)

A.

iteration over a collection

B.

buffering of large result sets

C.

testing conditions

D.

message localization

Give the code fragment:

And the code fragment:

The sendConfirmation() and reserve() methods should be executed in the same transactional context.

Which transaction attributes do you ensure this?

A.

Add annotations:@TransactionAttribute (TransactionAttributeType.REQUIRES_NEW) at line 2,@Transactional at line 9 and@TransactionAttribute ((TransactionAttributeType.MANDATORY) at line 12

B.

No additional annotations are required.

C.

Add annotations:@TransactionAttribute (TransactionAttributeType.REQUIRED) at line 2,@Transactional at line 9 and@TransactionAttribute ((TransactionAttributeType.REQUIRES_NEW) at line 12

D.

Add annotations:@TransactionAttribute (TransactionAttributeType.MANDATORY) at line 2,@Transactional at line 9 and@TransactionAttribute ((TransactionAttributeType.REQUIRES_NEW) at line 12

Given:

What will be the response to a HEAD request?

A.

The findAll() method will be called and the employee list will be returned.

B.

The findAll() method will be called and no employees will be returned.

C.

No method will be invoked and no error will be returned.

D.

No method will be invoked and a 404 error will be returned.

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.

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()

You are in the process of analyzing the demand and supply schedules for the item based on high level reservations.

A.

On Hand

B.

Movement Request

C.

Requisition

D.

Transfer Order

E.

Work Order

F.

Account Alias

You are working with JMS publish-subscribe operations.

What happens when a producer publishes a message to a topic for which a durable subscription exists but there are no subscribers available?

A.

The publisher waits for a subscriber, who then consumes it. However, the publisher will time out if no consumer arrives within the given timeout period.

B.

The publisher sends the message. However, it is never consumed because there wasn’t anything listening when it arrived, regardless of the message timeout length.

C.

The publisher successfully sends a message, which will be consumed later, once there is a subscriber, assuming the message hasn’t timed out.

D.

The message publisher is immediately notified about the lack of subscribers and can decide for itself if, and when, to resend.

Given:

You are creating an Alarm management system. When you create a new alarm, you want it to create an alert that is triggered once at the specified time.

Which method should you call on Line 9 to create the timer?

A.

timerService.createCalendarTimer(alarmDate, config);

B.

timerService.createSingleActionTimer(alarmDate, config);

C.

timerService.createIntervalTimer(alarmDate, -l, config);

D.

timerService.createTimer(alarmDate, -l, config);

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.

Which three types of jurisdictions should be considered while designing the Enterprise Structure?

A.

Labor Jurisdiction

B.

Obligatory Jurisdiction

C.

Local Jurisdiction

D.

Income Tax Jurisdiction

E.

Transaction Tax Jurisdiction

F.

Identifying Jurisdiction

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.

A third-party service equipment is used for various purposes in a manufacturing facility and needs to be overhauled once a year. This equipment is charged based on its consumption without a project dependency.

At this point, it should be transferred out of the vendor’s warehouse for maintenance and then returned back in the future depending upon the requirement.

The material stock transfer should happen with an offline approval and with an account alias as a logical reference.

What is the ideal way to handle this process?

A.

Transfer Order

B.

Requisitions

C.

Move Request

D.

Miscellaneous Transaction

E.

Subinventory Transfer

Given the code sample:

And:

And:

And the next fragment from beans.xml:

And this injection point:

@Inject GenericMessenger messageHandler;

Which type would be injected at run time and referenced by the messageHandler variable?

A.

SmsHandler

B.

MsgHandler

C.

None of the above. An exception would be thrown due to ambiguous bean references.

D.

GenericMessenger

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

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

Which three applications originate a buy request that is received by supply chain orchestration?

A.

Purchasing

B.

Inventory

C.

Order Management

D.

Planning

E.

Self Service Procurement

F.

Accounts Payable

Given the code fragments:

Which action completes this composite primary key implementation?

A.

Add @IdClass annotation at line 1.

B.

Add @Embeddable annotation at line 1 and replace both @Id annotations with @EmbeddedId annotations.

C.

Add @IdClass(ContactId.class) annotation at line 2.

D.

Add @Embeddable annotation at line 1 and @EmbeddedId(ContactId.class) at line 2.

Page: 2 / 3
Total 142 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved