Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

1z0-900 Exam Dumps - Java EE 7 Application Developer

Question # 4

Your client has just up their chart of accounts. They are now designing the organization hierarchy in the system.

Which three structures should the customer use the to do this?

A.

Warehouse, Subinventory, and Locators

B.

Cost Centers, Organizations, and Locations

C.

Cost type, Default Cost Structure, and Item Organization

D.

Divisions, Business Units, and Departments

Full Access
Question # 5

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

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

Full Access
Question # 6

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?

A.

Movement request

B.

Internal Requisition

C.

Purchase Requisition

D.

None; this is an invalid setup

E.

Intraorganization transfer order

Full Access
Question # 7

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?

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.

Full Access
Question # 8

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?

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.

Full Access
Question # 9

Your client has not been managing Supply Request Exceptions on a regular basis.

What issue does this cause?

A.

No issues would be caused; these are just warnings.

B.

After the errors reach a set threshold in profile options, no new supply requests can be created.

C.

If exceptions are nor resolved within a set threshold days, it alerts the manager and continues to escalate up the Supply Request Exception Chain.

D.

The request will be denied automatically if not resolved within two days.

Full Access
Question # 10

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?

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.

Full Access
Question # 11

Which three replenishment count types are used for Periodic Automated Replenishment (PAR)?

A.

Order Economic Quantity (EQQ): Generates a replenishment request for the calculated quantities based on inventory policies to maintain the PAR quantity.

B.

Reorder Point: Generates a replenishment request for the order quantity based on days of cover for the item lead time.

C.

Order Quantity: Generates a replenishment request for the order quantity entered for the replenishment count.

D.

Order RAR: Generates a replenishment requisition for the RAR-level quantity.

E.

On-hand Quantity: Generates a replenishment requisition for the difference between the on-hand quantity and the RAR-level.

Full Access
Question # 12

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

A.

JMS

B.

JSF

C.

JPA

D.

JCA

Full Access
Question # 13

Identify the availability type that is applicable for the item quantities maintained in a unit of measure different from the primary unit of measure and is available for various transactions.

A.

Available

B.

Secondary Available Quantity

C.

Reserved

D.

Secondary On-hand Quantity

E.

On Hand

Full Access
Question # 14

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.

Full Access
Question # 15

Given the code fragment:

How can you get all property names of a JMS message in the JMS consumer onMessage operation?

A.

String [] props = msg.getPropertyNames();

B.

Enumeration props = msg.getPropertyNames();С. Iterator props = msg.getPropertyNames();

C.

List props = msg.getProperties();

Full Access
Question # 16

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?

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

Full Access
Question # 17

You need to develop a chat application, which allows the display of emoticons and images together with text messages.

How should you configure a WebSocket endpoints to receive both text and binary messages?

A.

Create two @onMessage methods in the same endpoint with appropriate parameter types.

B.

Define the @onMessage methods in your endpoint with Object as parameter and check the actual type in your code.

C.

You can achieve this only by creating separate WebSocket endpoints for each message type.

D.

Create two @onMessage methods, each with appropriate decoder attribute in the same endpoint.

Full Access
Question # 18

Which annotation allows a request to be executed with another Principal’s identity?

A.

It is not possible to execute a request with another Principal’s identity.

B.

@UseIdentity

C.

@RolesAllowed

D.

@Runs

Full Access
Question # 19

You have been asked to implement internationalization in your JSF web application.

Where do you configure the supported locales?

A.

in the tag of the Facelet page

B.

in the web.xml file

C.

in the faces-config.xml file

D.

in the src folder

Full Access
Question # 20

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.

Full Access
Question # 21

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?

A.

It is considered as accounting-only return.

B.

Stock is reserved.

C.

A transfer order line remains open.

D.

Shipment lines are created.

Full Access