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:
What code needs to be added to line 1 for MyMapper bean instances to be correctly passivated?
A. @Stateless @PassivationCapable
B. @Stateless
C. @Stateful @PassivationCapable
D. @Stateful
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?
A. entityManager.merge(emp);
B. Context. Ctx = new InitialContext(); UserTransaction utx = (UserTransaction)ctx.lookup("java:comp/UserTransaction"); utx.begin(); entityManager.merge(emp); utx.commit();
C. entityManager.lock(emp); EntityManager.merge(emp);
D. entityManager.getTransaction().begin(); entityManager.merge(emp); entityManager.getTransaction().commit();
Which class do you use to handle an incoming JSON Message as a stream?
A. JsonReader
B. JsonObjectBuilder
C. JsonParser
D. JsonObject
Which is a valid description of REST?
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.
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
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?
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.
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.
1.
All their procurement, payables, and distribution activities take place from USA.
2.
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.
3.
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?
A. BU1: USA - as procurement and requisitioning Business Unit (BU) BU2: Canada - as requisitioning Business Unit Define 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 unit BU3: USA - as requisitioning business unit Define 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 unit BU3: USA - as requisitioning business unit Define 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 unit BU3: USA - as requisitioning business unit Define Service provider relationship where USA procurement business unit serves as procurement and payables service provider for both Canada and USA requisitioning Business Units.
Which two statements are true in regard to using the Enterprise Structures Configuration? (Choose two.)
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.
What three Key Performance Indicators are available in the Warehouse Operations Dashboard?
A. Shipment Value
B. Hit or Miss Accuracy
C. Cycle Count
D. Inventory Value
E. Distributed Value
F. Exact Matches Rate