Month End Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

1z0-900 Sample Questions Answers

Questions 4

A customer has one Business Unit, two Legal Entities, and each have eight warehouses (defined as Inventory Orgs). While trying to set up Cost Organizations for each of these Legal Entities you were unable to perform the mandatory step of assigning the Profit Center Business Unit for one set of eight Inventory Organizations; however, you could do it for the other set.

What is the reason for this?

Options:

A.

The Legal Entity Setup is incomplete.

B.

There is no Inventory Validation Organization defined.

C.

The General Ledger is not associated with Business Unit.

D.

The Business Unit is not enabled for Costing.

E.

There is no Business Unit associated with the Legal Entity.

Buy Now
Questions 5

You have a high value item that you want to audit on an unscheduled basis to deter pilfering.

Which method would you use to do this?

Options:

A.

ABC Count

B.

Physical Inventory Count

C.

Automated Cycle Count

D.

Manual Cycle Count

E.

Blind Inventory Count

Buy Now
Questions 6

Which two approaches would result in the current date being added to the output of a JSP? (Choose two.)

Options:

A.

<%= out.printIn(new java.util.Date()) %>

B.

<% out.printIn(new java.util.Date()); %>

C.

<%= new java.util.Date() %>

D.

<% System.out.printIn(new java.util.Date()); %>

Buy Now
Questions 7

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

Options:

A.

/general-error.html

B.

*/general-error.html

C.

*/general-error.html

D.

/general-error.html

Buy Now
Questions 8

Your organization has lot controlled and nonlot controlled material and stores all defective material in a subinventory called “Defect”. The organization does not want defective material to be available for reservations or for subsequent shipping to customers.

Which option satisfies this requirement?

Options:

A.

Tag the lot as defective product.

B.

Disallow all inventory transactions for the subinventory “Defect”.

C.

Put a hold on the lot.

D.

Assign the subinventory a material status that disallows reservations and allows subinventory transfers and issues to scrap.

E.

Assign the lot a material status that disallows reservations and allows subinventory transfers and issues to scrap.

Buy Now
Questions 9

Which two statements are true in regard to using the Enterprise Structures Configuration? (Choose two.)

Options:

A.

It recommends job and position structures.

B.

It allows you to create your Enterprise, Business Units, and Warehouses in a single step.

C.

You cannot modify the recommendation from the tool. You must do it after you perform the initial configuration.

D.

The guided interview-based process helps you set up the enterprise with best practices.

E.

It creates the chart of accounts.

Buy Now
Questions 10

Your customer has a requirement across their 10 warehouses, each with different users. They would like that whenever a warehouse user logs in, their warehouse should get populated.

How will you achieve this?

Options:

A.

Set up the profile option INV_DEFAULT_WHSE_ID at site level.

B.

Set up the profile option INV_DEFAULT_WHSE_ID at user level for each user.

C.

Set up the profile option INV_DEFAULT_WHSE_ID at role level (different roles for different warehouses).

D.

Set up the profile option INV_DEFAULT_ORG_ID at user level for each user.

E.

Set up the profile option INV_DEFAULT_ORG_ID at role level (different roles for different warehouses).

F.

Set up the profile option INV_DEFAULT_ORG_ID at site level.

Buy Now
Questions 11

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 12

Given an HttpServletRequest request and an EJB SessionContext ctx.

Which is a valid way to retrieve the Principal invoking either behavior?

Options:

A.

request.getCallerPrincipal() and ctx.getCallerPrincipal()

B.

request.getUserPrincipal() and ctx.getUserPrincipal()

C.

request.getCallerPrincipal() and ctx.getUserPrincipal()

D.

request.getUserPrincipal() and ctx.getCallerPrincipal()

Buy Now
Questions 13

Your customer is managing a large sales team divided in two different geographies in the USA. They have the Est Coast sales team and the Central sales team. Both teams are handled by one manager and perform the same function.

Your customer wants to track the expenses of the two teams separately; however, they do not consider them different as they are handled by one manager only.

How will you fulfill the requirement?

Options:

A.

Define them as a single department and two separate cost centers.

B.

Define them as two separate departments and a single cost center.

C.

Define them as one department and one cost center.

D.

It is not possible to fulfill the requirement.

Buy Now
Questions 14

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 15

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 16

In the Back-to-Back (B2B) Order to Cash flow, ordered items are purchased from a supplier. The Sourcing Rules have been defined for the item and the buy flow has been initiated. The sales order line is shown as Awaiting Shipping and the supply line status is in “Purchasing” with the supply order generated but the purchase requisition not generating.

What is the reason?

Options:

A.

The sourcing rule is incorrect.

B.

Supply order is generated with exceptions.

C.

Prepare is not valid.

D.

No Blanket Purchase Agreement (BPA) exists for this supplier-item combination.

E.

Buy requests originate from Order Management.

Buy Now
Questions 17

During Cloud Inventory implementation your customer requires you to enable the Oracle Transactional Business Intelligence (OTBI) KPI to review the list of standard reports which is useful for their current business scenario. When navigating to reports and analytics, the warehouse dashboard doesn’t show any KPI watchlist.

Identify two causes. (Choose two.)

Options:

A.

Logistics Business Intelligence Analytics is enabled.

B.

Logistics Business Intelligence Analytics is not implemented.

C.

Organization is not enabled for warehousing.

D.

Data permissions for the organization being referenced are not set up.

E.

Supply Chain and Order Management Business Intelligence Analytics is not enabled.

Buy Now
Questions 18

On your JSF page, you have a form in which you have a command button:

A user submits the form by clicking the button, and no errors occur while processing the request. Which statement is true?

Options:

A.

The actNow() and ListenCarefully() methods are executed in parallel.

B.

The listenCarefully() method is executed followed by the actNow() method.

C.

The actNow() method controls the condition upon which the listenCarefully() method is allowed to be executed.

D.

The actNow method is executed followed by the listenCarefully() method.

Buy Now
Questions 19

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 20

The Applications Development Framework Desktop Integration (ADFdi) user interface is supported in Oracle Fusion Receiving, Inventory Management, and Shipping products.

Identify four ADFdi user interfaces that are supported.

Options:

A.

Upload ASN or ASBN

B.

Manage Lot/Serial Interface

C.

Manage Inventory Transaction Correction in Spreadsheet

D.

Review Receipts Interface

E.

Review Count Interface Records

F.

Manage Shipment Message Interface

Buy Now
Questions 21

What are two outcomes when a lot expires on an item with lot control enabled?

Options:

A.

It remains an inventory, but is not considered on-hand when the user is performing min-max or reorder point planning calculations.

B.

It is issued out of stores.

C.

It cannot be transacted.

D.

It is not included in cycle counts.

E.

It cannot be reserved for a date beyond the expiration date.

Buy Now
Questions 22

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 23

Your customer has defined three business units: two of the them require the same set of receivables payment terms whereas the third needs a separate set of receivables payment terms.

How will you receive this requirement?

Options:

A.

Define one data set with common payment terms and exclude the payment terms feature from the third business unit.

B.

Define one reference data set and modify the business unit security.

C.

Define two reference data sets, assign the first set to the two business units which will share the same payment terms and second set to the business unit which need separate payment terms.

D.

Define three reference data sets and assign each data set to each business unit.

Buy Now
Questions 24

Your customer has received 50 boxes of item A (priced at $10 per box) and these items are transferred to the asset Inventory organization. There are no additional quantities in any of the inventory organizations apart from the received 50 boxes. After running all the necessary cost accounting and receipt accounting processes successfully, the item valuation for item A is still zero.

What is the reason?

Options:

A.

Items are not consigned items but ownership is still with the supplier.

B.

Items are consigned items and ownership lies with the supplier.

C.

Items are consigned and ownership is transferred to “owned”.

D.

Items are not consigned items and ownership is with the organization.

Buy Now
Questions 25

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 26

A Java EE application that uses an EJB container must communicate with a legacy system developed using non-Java technologies.

Which two Java EE technologies can be used in the integration tier of the application? (Choose two.)

Options:

A.

JMS

B.

JSF

C.

JPA

D.

JCA

Buy Now
Questions 27

You face a supply request exception due to some reason. You realize that you need to make some changes to the Manage Supply Request Exceptions page.

Which action will you perform?

Options:

A.

The supply request cannot be updated. The only way is to resolve the error in the source application and resubmit the request.

B.

The supply request can be updated using a third-party application only.

C.

Update the supply request and submit it. The errors will be resolved automatically.

D.

Update the supply request and make sure errors are resolved before resubmitting it.

Buy Now
Questions 28

Which of these can be a JPA entity?

Options:

A.

Enum type

B.

Abstract class

C.

Interface type

D.

Final class

Buy Now
Questions 29

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

Options:

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.

Buy Now
Questions 30

Given the code fragments:

What code should you add to the body of the updateEmployee method in order to save pending changes to the database?

Options:

A.

entityManager.merge(emp);

B.

Context. Ctx = new InitialContext();UserTransaction utx = (UserTransaction)ctx.lookup(“java:comp/UserTransaction”);utx.begin();entityManager.merge(emp);utx.commit();С. entityManager.lock(emp);EntityManager.merge(emp);

C.

entityManager.getTransaction().begin();entityManager.merge(emp);entityManager.getTransaction().commit();

Buy Now
Questions 31

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?

Options:

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.

Buy Now
Questions 32

You set up an item organization and an inventory organization as part of your customer’s requirement.

Your customer has, by mistake, performed a receipt transaction in the item organization instead of the inventory organization. How will you rectify this error?

Options:

A.

Perform a correct receipt transaction and receive the item in the correct organization.

B.

Perform a return of item and receive the item again in the correct organization.

C.

It is not possible to receive item in the item organization.

D.

Perform a new receipt in the correct organization and retain the stock in item organization because it does not affect any other operation.

Buy Now
Questions 33

Your customer decides to implement Cloud Procurement and Inventory. While discussing with your customer, you come to know that they have a business that spans across multiple locations and they have warehouse situated across USA and Canada.

  • All their procurement, payables, and distribution activities take place from USA.
  • They have a central warehouse in USA and after the goods are delivered to this warehouse, they are distributed across multiple additional warehouses. The warehouses are managed separately from the requisitioning units.
  • For requesting material they have two units. One located in USA that monitors the current stock. They are responsible for creating requisition for any material shortage in USA. They have another location in Canada for requesting material.

Which setup fulfills this scenario?

Options:

A.

BU1: USA - as procurement and requisitioning Business Unit (BU)BU2: Canada - as requisitioning Business UnitDefine Service provider relationship where Canada procurement business unit serves as procurement and payables service provider for Canada Requisitioning Business Unit.

B.

BU1: USA - as procurement business unit (BU)BU2: Canada - as requisitioning business unitBU3: USA - as requisitioning business unitDefine Service provider relationship where USA procurement business unit serves as procurement and payables service provider for Canada Requisitioning Business Unit.

C.

BU1: USA - as procurement business unit (BU)BU2: Canada - as requisitioning business unitBU3: USA - as requisitioning business unitDefine Service provider relationship where Canada procurement business unit serves as procurement and payables service provider for Canada Requisitioning Business Unit.

D.

BU1: USA - as procurement business unit (BU)BU2: Canada - as requisitioning business unitBU3: USA - as requisitioning business unitDefine Service provider relationship where USA procurement business unit serves as procurement and payables service provider for both Canada and USA requisitioning Business Units.

Buy Now
Questions 34

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 35

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
Questions 36

Which is a valid description of REST?

Options:

A.

REST provides the same architectural properties as SOAP.

B.

REST is a library that is part of JEE called JAX-RS.

C.

REST is the conventional way of interacting with information resources.

D.

REST is a Web Services standard supported by JEE and JAX-RS.

Buy Now
Questions 37

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 38

Which statement is true about JAX-RS resource implementation?

Options:

A.

The REST resource implementation class must extend the javax.ws.rs.core.Application class

B.

The REST resource class can be implemented as a stateful Enterprise JavaBean (EJB).

C.

The REST resource class can be implemented as a Plain Old Java Object (POJO).

D.

The REST resource implementation class must not be final.

Buy Now
Questions 39

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 40

Given the following code:

What should you do at line 1 to enable this servlet receive request data without blocking?

Options:

A.

Use a Runnable instance with the start () method of AsyncContext.

B.

Define a ReadListener and assign it to the request input stream.

C.

Create a Callable class and delegate this operation to a ManagedExecutorService by using the dispatch method of AsyncContext.

D.

Define an AsyncListener and assign it to the AsyncContext object.

Buy Now
Questions 41

A shipment has not yet been created for a pick that you are running.

How is the due date calculated?

Options:

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

Buy Now
Questions 42

Material is transferred between the Subinventories within an organization via transfer order. The setup is complete and the transfer order is created though the FBDI process.

What is the primary interface data that needs to be completed in the template?

Options:

A.

CST_I_INCOMING_TXN_COSTS

B.

INV_SUBINVENTORY_TRANSFER

C.

INV_TRANSACTION_LOTS_INTERFACE

D.

INV_SERIAL_NUMBERS_INTERFACE

E.

INV_TRANSACTIONS_INTERFACE

Buy Now
Exam Code: 1z0-900
Exam Name: Java EE 7 Application Developer
Last Update: May 1, 2025
Questions: 142
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now 1z0-900