Which URL represents an invalid approach to pass a parameter to a REST resource?
A.
B.
C.
D.
Which class do you use to handle an incoming JSON Message as a stream?
A. JsonReader
B. JsonObjectBuilder
C. JsonParser
D. JsonObject
Given the set of navigation rules:
Which two define a valid flow of view IDs through the application? (Choose two.)
A. home > goodbye > list-widgets
B. dashboard > home > add-widget > list-widgets
C. list-widgets > add-widget > home > dashboard > home
D. home > list-widgets > add-widget > goodbye
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
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
Given: What will be the response to a HEAD request?
A. The findAll() method will be called and the employee list will be returned.
B. The findAll() method will be called and no employees will be returned.
C. No method will be invoked and no error will be returned.
D. No method will be invoked and a 404 error will be returned.
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
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.
Which two tasks must be defined to a set up the Facilities Schedule? (Choose two.)
A. Manage Facility Workday Patterns
B. Manage Facility Operations
C. Manage Facility Holidays
D. Manage Facility Time Cards
E. Manage Facility Shifts
A customer has one Business Unit, two Legal Entities, and each have eight warehouses (defined as Inventory Orgs). While trying to set up Cost Organizations for each of these Legal Entities you were unable to perform the mandatory step of assigning the Profit Center Business Unit for one set of eight Inventory Organizations; however, you could do it for the other set.
What is the reason for this?
A. The Legal Entity Setup is incomplete.
B. There is no Inventory Validation Organization defined.
C. The General Ledger is not associated with Business Unit.
D. The Business Unit is not enabled for Costing.
E. There is no Business Unit associated with the Legal Entity.