You have been asked to implement internationalization in your JSF web application. Where do you configure the supported locales?
A. in the
B. in the web.xml file
C. in the faces-config.xml file
D. in the src folder
Java EE's support for WS-Security includes handling which two types of security credentials? (Choose two.)
A. X.509 certificates
B. SAML tokens
C. OAuth Bearer tokens
D. Two-factor authentication tokens
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?
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.
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?
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.
Which two elements CANNOT be injected by using an @Inject annotation? (Choose two.)
A. static fields
B. instance fields declared final
C. concrete methods
D. abstract methods
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?
A. Manage Inventory Organization Locations
B. Manage Subinventories
C. Manage Inventory Organizations
D. Manage Contract Manufacturing Relationships
E. Manage Item Organizations
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
Which statement is false about generating an Internal Material Transfer for expense destination Transfer Order?
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.
You are in the process of analyzing the demand and supply schedules for the item based on high level reservations.
A. On Hand
B. Movement Request
C. Requisition
D. Transfer Order
E. Work Order
F. Account Alias
Identify three statements that are true about reservations in back-to-back processing.
A. Partial fulfillment of reservations is supported.
B. Changes to reservation in Oracle Logistics Cloud leads to exceptions, which are displayed in the Supply Chain Orchestration work area.
C. Reservations cannot be created for back-to-back On Hand supply orders.
D. One reservation is created for a demand and supply.
E. Reservation supplies that can be reserved are Purchase Orders, Transfer Orders, Work Orders, and On Hand inventory.