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

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

Questions 4

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 5

While negotiating the terms of the consignment agreement, the buyer and the supplier mutually agree to set aging onset point as receipt and the aging period as five days. The terms also say that the consumption advice will be generated daily.

In which three scenarios will the goods be transferred from the supplier’s ownership to buyer’s ownership?

Options:

A.

You received the goods today and you decided to issue the goods after days without transferring the ownership.

B.

You received the goods today and for the next one week you do not plan any action on the same.

C.

You received the goods today after six days you decide to transfer the ownership using the “create transfer to consigned transaction” task.

D.

You received the goods today and you transfer the ownership using the “create transfer to owned transaction” task.

E.

You received the goods and after four days you return the material to the supplier.

F.

You received the goods today and after three days you transfer the ownership using the “create transfer to consigned transaction” task.

Buy Now
Questions 6

Which two elements CANNOT be injected by using an @Inject annotation? (Choose two.)

Options:

A.

static fields

B.

instance fields declared final

C.

concrete methods

D.

abstract methods

Buy Now
Questions 7

Which class do you use to handle an incoming JSON Message as a stream?

Options:

A.

JsonReader

B.

JsonObjectBuilder

C.

JsonParser

D.

JsonObject

Buy Now
Questions 8

You have a set up min-max planning at the subinventory level with the following to source item AS12312 for Organization: M1:

  • Source Type: Organization
  • Organization: M1

What type of supply request will be generated?

Options:

A.

Movement request

B.

Internal Requisition

C.

Purchase Requisition

D.

None; this is an invalid setup

E.

Intraorganization transfer order

Buy Now
Questions 9

Given a JSL document describing a batch job:

How do you initiate a batch job?

Options:

A.

Get the JobExecution object from BatchRuntime and call its start() method.

B.

Get the JobExecution object from BatchRuntime and set its status to JobStatus.INITIATED.

C.

Get the JobOperator object from BatchRuntime and call its start() method.

D.

Call BatchRunTime.initialize(“ProductLoadJob”);

Buy Now
Questions 10

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 11

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 12

: 15

Given:

What code needs to be added to line 1 for MyMapper bean instances to be correctly passivated?

Options:

A.

@Stateless @PassivationCapable

B.

@Stateless

C.

@Stateful @PassivationCapable

D.

@Stateful

Buy Now
Questions 13

Given the code fragment:

How can you apply DateConverter to the birthday field?

Options:

A.

by adding @Convert(to=Date.class) at line 3

B.

by invoking the setConverter(DateConverter.class) method on the EntityManager object

C.

by adding @Converter(autoApply=true) at line 1

D.

by adding @Convert((DateConverter.class)) at line 2

Buy Now
Questions 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?

Options:

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.

Buy Now
Questions 15

Your customer is a very large organization spanning across multiple countries. Their legal requirements, Human Resource Policies, and Functional Currencies for Ledger are different for each country. Your customer wants to maintain 10 different companies in the system.

Which combination meets this requirement?

Options:

A.

1 Enterprise, 10 Divisions, where each division has its own ledger with common legal entity across all divisions

B.

10 Enterprises, 10 Divisions, where each division has its own legal entity and ledger

C.

1 Enterprise, 10 Divisions, where each division has its own legal entity and ledger

D.

10 Enterprises, 1 Division, where each division has 10 legal entities and 1 ledger

Buy Now
Questions 16

You created two filters for your web application by using the @WebFilter annotation, one for authorization and the other for narrowing results by the provided search criteria. The authorization filter must be invoked first.

How can you specify this?

Options:

A.

setting the priority attribute of the @WebFilter annotation for each of the filters

B.

placing the filter mapping elements in the required order in the web.xml deployment descriptor

C.

placing @WebFilterMapping annotations in the required order

D.

specifying the filter precedence order by using the @Priority annotation

Buy Now
Questions 17

Which statement is true about the WS-Security standard?

Options:

A.

It is a Java EE standard for protecting SOAP services.

B.

It relies on HTTP security mechanism to protect SOAP messages in transmit.

C.

It provides message-level security.

D.

It defines protocol-specific ways of protecting SOAP messages.

Buy Now
Questions 18

Given:

What will be the response to a HEAD request?

Options:

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.

Buy Now
Questions 19

When handling a JSF request, your application code decided to redirect the call to another URL by using HTTP redirect. Which action should you take to correctly complete the handling of the JSF life cycle?

Options:

A.

Set the immediate=“true” attribute on the command button that was used to perform this call.

B.

Invoke the dispatch() method on the ExternalContext object.

C.

Invoke the setCurrentPhaseId(RENDER_RESPONSE) method on the FacesContext object.

D.

Invoke the responseComplete() method on the FacesContext object.

Buy Now
Questions 20

How can you inject a target web service into an EJB?

Options:

A.

Define service as an injectable resource by using the declaration.

B.

Use a HandlerChain.

C.

Use a java.xml.ws.WebServiceRef annotation.

D.

Use a java.xml.ws.WebServiceContext annotation.

Buy Now
Questions 21

What does the system do if you have not entered a count for a tag during physical inventory process?

Options:

A.

It will adjust your on-hand balances down to zero quantity.

B.

You will not be able to post without a quantity for every tag.

C.

Any adjustment will be rejected.

D.

It will consider the current system quantity.

E.

A warehouse person will be notified.

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