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

1z0-900 Java EE 7 Application Developer Questions and Answers

Questions 4

Given the code fragments:

Which action completes this composite primary key implementation?

Options:

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.

Buy Now
Questions 5

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?

Options:

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.

Buy Now
Questions 6

Which code snippet prints the exception error message as part of the page output?

Options:

A.

<%= exception.message %>

B.

C.

<% exception.getMessage(); %>

D.

<% System.out.println(e.getMessage()) %>

Buy Now
Questions 7

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

Options:

A.

InventoryBalanceImportTemplate.xlsm

B.

InventoryReservationImportTemplate.xlsm

C.

InventoryTransactionImportTemplate.xlsm

D.

InventoryOnHandBalanceTemplate.xlsm

E.

InventoryMiscellaneousTrxTemplate.xlsm

Buy Now
Questions 8

NO: 64

A Persistence application locks entity x with a LockModeType.PESSIMISTIC_READ lock type. Which statement is true?

Options:

A.

LockModeType.PESSIMISTIC_READ is the synonym of LockModeType.READ

B.

This operation will force serialization among transactions attempting to read the entity data.

C.

This operation will result in a TransactionRolledbackException if the lock cannot be obtained.

D.

If the application updates the entity later, and the changes are flushed to the database, the lock will be converted to an exclusive look.

Buy Now
Questions 9

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

Options:

A.

HttpServletResponse objects

B.

ServletContext objects

C.

HttpSession objects

D.

a database

Buy Now
Questions 10

Given the code fragment:

How are transactions managed?

Options:

A.

through a single shared transaction across the connection factory

B.

through a separate transaction per JMS Consumer

C.

through a single transaction for the entire JMS Topic

D.

through a single shared transaction in the JMS Context

Buy Now
Questions 11

You have orders that were due for shipping last week, but as for now they have not been shipped.

Which dashboard should you check at the end of the day to determine which orders have been shipped?

Options:

A.

Past Due Shipments

B.

Orders Completed in Full

C.

Past Due, Completed Today

D.

Due Today, Not Completed

E.

Past Due, Not Completed

Buy Now
Questions 12

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

Options:

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

Buy Now
Questions 13

Which interface should you implement if you want to be alerted to the lifecycle events surrounding your task being executed by a ManagedExecutorService?

Options:

A.

the Runnable Interface

B.

the ManagedExecutorTask interface

C.

the TaskEventListener interface

D.

the ManagedTaskListener interface

Buy Now
Questions 14

Which two capabilities are provided by the Java Authentication and Authorization Services (JAAS) API? (Choose two.)

Options:

A.

protecting data from unauthorized viewing by using encryption

B.

verifying that a user is allowed to perform an action

C.

ensuring that data is not modified in transit

D.

verifying identity claims from users

Buy Now
Questions 15

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?

Options:

A.

Sales Order Pick

B.

Sales Order Issue

C.

Ship Confirm

D.

Miscellaneous Issue

E.

Move Request Putaway.

Buy Now
Questions 16

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?

Options:

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.

Buy Now
Questions 17

What three Key Performance Indicators are available in the Warehouse Operations Dashboard?

Options:

A.

Shipment Value

B.

Hit or Miss Accuracy

C.

Cycle Count

D.

Inventory Value

E.

Distributed Value

F.

Exact Matches Rate

Buy Now
Questions 18

Your customer wants to transfer material from facility A to facility B. They are using the interorganization transfer to perform the transaction in the system. Their requirement is “whenever material is transferred from their facility A to facility B, facility B needs to pay 5% additional amount to the current item cost”.

Which task must be set up to accomplish this requirement?

Options:

A.

Manage Interorganization Markup

B.

Manage Transfer Pricing Rules

C.

Manage Cost Plus Pricing

D.

Manage Cost Organization Relationships

E.

Manage Organization Relationships

Buy Now
Questions 19

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?

Options:

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

Buy Now
Questions 20

Which three values are applicable for the profile option - “Transaction Processing Mode” for subinventory transfer and interorganization transfer?

Options:

A.

Background Processing

B.

Sequential Processing

C.

Concurrent Processing

D.

Online Processing

E.

Offline Processing

F.

Blind Processing

Buy Now
Questions 21

The physical inventory process is carried out for a particular inventory organization with the following parameters:

  • Negative quantity Tolerance Percentage is set to 10%
  • Approval Type = ‘Always’

The system says that there are 100 on band, but you only counted 95. What will happen?

Options:

A.

The setup is invalid; it will give an error message.

B.

Because the 95 is within the 10% tolerance, it will post without approval.

C.

The system will ask a user to recount before posting.

D.

An approval will be required before posting.

Buy Now
Exam Code: 1z0-900
Exam Name: Java EE 7 Application Developer
Last Update: Jun 15, 2025
Questions: 142
1z0-900 pdf

1z0-900 PDF

$29.75  $84.99
1z0-900 Engine

1z0-900 Testing Engine

$35  $99.99
1z0-900 PDF + Engine

1z0-900 PDF + Testing Engine

$47.25  $134.99