March Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

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

Questions 4

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 5

Given:

How often does the submitted task run?

Options:

A.

need more details to determine

B.

once

C.

as many times as you like

D.

based on a schedule

Buy Now
Questions 6

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?

Options:

A.

30

B.

20

C.

24

D.

25

Buy Now
Questions 7

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 8

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

Options:

A.

Purchasing

B.

Inventory

C.

Order Management

D.

Planning

E.

Self Service Procurement

F.

Accounts Payable

Buy Now
Questions 9

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 10

In Supply Chain Orchestration, Automated Change Management performs which two functions?

Options:

A.

change to need by dates of a purchase order

B.

splitting of a sales order

C.

changing the ship method on a sales order

D.

change to item attributes

E.

changing the supplier on a purchase order

Buy Now
Questions 11

A user is performing a material return transaction against access stock in an Inventory organization; however, the user fails to select the Physical Material Return Required check box.

What happens?

Options:

A.

It is considered as accounting-only return.

B.

Stock is reserved.

C.

A transfer order line remains open.

D.

Shipment lines are created.

Buy Now
Questions 12

Identify two statements that are true about the cost-organization relationship.

Options:

A.

Costing Item Validation Organization can only be Item Master Organization of the underlying inventory organizations.

B.

Only Inventory organizations belonging to different Item Master Organizations can be part of a cost organization.

C.

Costing Item Validation Organization is used to default the Unit of Measure for costing calculations.

D.

The inventory organizations that are assigned to a cost organization must all belong to the same legal entity.

Buy Now
Questions 13

Which action invokes supply chain orchestration and transfer of data to supply chain orchestration Interface tables?

Options:

A.

creating Purchase Order Receipt

B.

running a scheduled process called “Create Transactions”

C.

running Min-Max Planning

D.

creating a new Inventory Organization for execution of supply chain orchestration

Buy Now
Questions 14

Which statement is false about generating an Internal Material Transfer for expense destination Transfer Order?

Options:

A.

Expense destination transfers are expensed upon delivery hitting an expense account instead of an inventory asset account as would be the case for inventory destination transfers.

B.

If the receipt is not required Cost Accounting will pick up both the issue and receipt activity from the single inventory transaction “Transfer Order Issue”

C.

If the receipt is required, the accounting of the receipt delivery transaction will happen only on Receipt Accounting because there will not be a delivery transaction in inventory.

D.

Costs for Lot and serial numbers are tracked at put away time when the items are recorded in a destination inventory location.

E.

Cost Management will pick up the delivery transaction directly from Receiving and process the expense accounting from that transaction.

Buy Now
Questions 15

Given the JPQL code fragment:

Select pub.title, pub.author, pub.pages FROM Publisher pub

Which two clauses do you add to this JPQL query to retrieve only those books with between 500 and 750 total pages? (Choose two.)

Options:

A.

WHERE MIN(pages) >= 500 AND MAX(pages) <= 750

B.

WHERE pub.pages <= 500 OR pub.pages >= 750

C.

WHERE pub.pages BETWEEN 500 AND 750

D.

WHERE pub.pages <= 500 AND pub.pages >=750

Buy Now
Questions 16

You defined an Inventory Organization that is meant to track the contract manufacturing process outsourced to a supplier.

Where do you mention that this Inventory Organization is meant for one particular supplier?

Options:

A.

Manage Inventory Organization Locations

B.

Manage Subinventories

C.

Manage Inventory Organizations

D.

Manage Contract Manufacturing Relationships

E.

Manage Item Organizations

Buy Now
Questions 17

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?

Options:

A.

timerService.createCalendarTimer(alarmDate, config);

B.

timerService.createSingleActionTimer(alarmDate, config);

C.

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

D.

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

Buy Now
Questions 18

Your class requires multiple resources defined, as shown in the following:

Which annotation do you use to group multiple @Resource declarations together for class-based injection, replacing in the code above?

Options:

A.

@Resources

B.

@Resource

C.

@ResourceGroup

D.

@ResourceCollection

Buy Now
Questions 19

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 20

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 21

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
Exam Code: 1z0-900
Exam Name: Java EE 7 Application Developer
Last Update: Mar 29, 2024
Questions: 142

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90