You need to develop a chat application, which allows the display of emoticons and images together
with text messages.
How should you configure a WebSocket endpoints to receive both text and binary messages?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
Reference:
Q: 2
You created two filters for your web application by using the @WebFilter annotation, one for
authorization and the other for narrowing results by the provided search criteri
a. The authorization filter must be invoked first.
How can you specify this?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 3
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.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A, B
Explanation
:
Q: 4
Reorder quantities for an item subinventory are calculated using Fixed Lot Multiple and Round Order
Quantity. Assume that the reorder quantity is 24 and you specify 10 for the fixed lot multiple and
enable rounding the reorder quantity.
What will be the reorder quantity?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 5
You are building the User Preferences page of an application. A user can change values, such as his or
her name, password, address, company, and so on. These values are sent to a CDI backing bean via
AJAX when the user tabs out of each field. However, the values must be retained in the CDI bean and
stored in the database only when the user clicks the Save button.
Which two scopes will allow your CDI bean to retain its state while the user is interacting with the
User Preferences page? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C, D
Explanation
:
Q: 6
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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 7
Given the code fragment:
Assuming this bean is used only in the code fragment above, how long will the injected Bean
instance be available?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 8
Which statement is true about Java methods that are exposed as Web Service operations by using
JAX-WS API?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 9
Give the code fragment:
And the code fragment:
The sendConfirmation() and reserve() methods should be executed in the same transactional
context.
Which transaction attributes do you ensure this?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 10
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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 11
Your client wants the purchasers to be able to run the min-max for items under their control and
then manage the POs created out of these.
Which parameters can they use to be able to do this?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 12
How can you inject a target web service into an EJB?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 13
You have been assigned to the Widget Editor portion of an application. It contains a Widget Editor
Facelet page, the Widget class, and a simple WidgetEditor backing bean, which contains a reference
to the current Widget instance.
Given the code fragment from the Widget class:
Given the code fragment from the Facelet page:
The page displays Conversion Error when a user fills out all the form fields and clicks the Save button.
Which step do you perform to fix this problem?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 14
On the Supply Lines Overview page, the deviations in supply type chart show a supply line status of
exception.
What action must you take?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 15
Which class do you use to handle an incoming JSON Message as a stream?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
Reference:
Q: 16
Your customer wants to transfer material from facility A to facility B. They are using the
interorganization transfer to perform the transaction in the system. Their requirement is “whenever
material is transferred from their facility A to facility B, facility B needs to pay 5% additional amount
to the current item cost”.
Which task must be set up to accomplish this requirement?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 17
While negotiating the terms of the consignment agreement, the buyer and the supplier mutually
agree to set aging onset point as receipt and the aging period as five days. The terms also say that
the consumption advice will be generated daily.
In which three scenarios will the goods be transferred from the supplier’s ownership to buyer’s
ownership?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A, B, D
Explanation
:
Q: 18
The Applications Development Framework Desktop Integration (ADFdi) user interface is supported in
Oracle Fusion Receiving, Inventory Management, and Shipping products.
Identify four ADFdi user interfaces that are supported.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B, C, D, F
Explanation
:
Q: 19
Given the code fragment:
Which URL triggers the invocation of the getEmployee () method?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 20
Identify three statements that are true about reservations in back-to-back processing.