Given the code fragment from a Facelet page: On Line 1, you ae asked to insert a search box that displays the text "Search Here" via a placeholder. Assume searchMB is a valid Managed Bean.

Which two options enable you to create a search box with a placeholder attribute on Line 1? (Choose two.)
A.
B.
C.
D.
E.
Given the code fragment:

And

Which two steps, when performed independently, enable the index.xhtml page to print the following text: The Id is 12345? (Choose two.)
A. Replace line 2 with: @Inject public void setAcc(Account acc)
B. Replace line 3 with: @Inject public Account getAcc()
C. Replace line 1 with: @Inject private Account acc;
D. Replace line 3 with: public @Inject Account getAcc()
E. Replace line 1 with: private @Inject Account acc;
F. Replace line 2 with: public void setAcc(@Inject Account acc)
Which type allows you to share servlet attributes across your entire web application?
A. ServletContext
B. HttpSession
C. ServletRequest
D. ServletConfig
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?
A. timerService.createCalendarTimer(alarmDate, config);
B. timerService.createSingleActionTimer(alarmDate, config);
C. timerService.createIntervalTimer(alarmDate, -l, config);
D. timerService.createTimer(alarmDate, -l, config);
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();
C. Iterator props = msg.getPropertyNames();
D. List
Given the code fragment:

Assuming this bean is used only in the code fragment above, how long will the injected Bean instance be available?
A. for the lifetime of the enterprise application
B. for the lifetime of the request
C. for the lifetime of the session
D. for the lifetime of the Service object
Which three applications originate a buy request that is received by supply chain orchestration?
A. Purchasing
B. Inventory
C. Order Management
D. Planning
E. Self Service Procurement
F. Accounts Payable
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
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
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.