Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

1z0-900 Questions and Answers

Question # 6

Your customer wants you to restrict the values of Receivables Transaction Type for their three business units. You created three reference data sets for each business unit. However, the user is still able to see the values in the Transaction Type list of values which are not defined in the business unit data set.

What is the reason for this behavior?

A.

The user is seeing the values defined in the common set. The values should be removed from the common set.

B.

Receivables Transaction Types are common across business units.

C.

Reference Data Sets cannot be used uniquely across business units. They can only be used at the Legal Entity level.

D.

The user has multiple Business Unit Roles and, therefore, is able to see additional values.

Full Access
Question # 7

As part of implementing Oracle Cloud for your customer, you defined multiple Business Units. The customer wants you to define an Inventory Organization that is associated with all the business units and not just one particular business unit.

How do you achieve this?

A.

Define the Inventory Organization without associating it with any location.

B.

Leave the Management Business Unit field blank in the Inventory Organization definition.

C.

Leave the Profit Center Business Unit field blank in the Inventory Organization definition.

D.

It is not possible to define an Inventory Organization that is associated with more than one business unit.

Full Access
Question # 8

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 # 9

An inventory transaction is important to the system through an FBDI template.

Which transaction state denotes that an inventory transaction is created in the Oracle Inventory Management application?

A.

Created

B.

Validated

C.

Deferred

D.

New

E.

Staged

Full Access
Question # 10

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

How is the due date calculated?

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

Full Access
Question # 11

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

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.

Full Access
Question # 12

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?

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.

Full Access
Question # 13

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?

A.

ABC Count

B.

Physical Inventory Count

C.

Automated Cycle Count

D.

Manual Cycle Count

E.

Blind Inventory Count

Full Access
Question # 14

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?

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.

Full Access
Question # 15

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

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

Full Access
Question # 16

Given the code fragments:

Which action completes this composite primary key implementation?

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.

Full Access
Question # 17

Which three statements are true for an expense destination transfers that does NOT require a receipt at destination inventory organization?

A.

There is no cost associated to the transaction.

B.

There is no put away transaction in Inventory since the item is expensed.

C.

A receipt is required on interorganization expense destination transfer orders between the from and to organizations.

D.

The transfer order is considered received and delivered at the time of shipment.

E.

The destination inventory is not incremented.

Full Access
Question # 18

Given the code fragment:

How long does this cookie persist?

A.

until server shutdown

B.

until garbage collection in the servlet instance

C.

this request

D.

until browser shutdown

Full Access
Question # 19

Which two features are provided by the JSTL Core library for a JSP? (Choose two.)

A.

iteration over a collection

B.

buffering of large result sets

C.

testing conditions

D.

message localization

Full Access
Question # 20

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

A.

Background Processing

B.

Sequential Processing

C.

Concurrent Processing

D.

Online Processing

E.

Offline Processing

F.

Blind Processing

Full Access
Question # 21

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?

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.

Full Access