exam questions

Exam 1z0-900 All Questions

View all questions & answers for the 1z0-900 exam

Exam 1z0-900 topic 1 question 67 discussion

Actual exam question from Oracle's 1z0-900
Question #: 67
Topic #: 1
[All 1z0-900 Questions]

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?

  • A. Add annotations: @TransactionAttribute (TransactionAttributeType.REQUIRES_NEW) at line 2, @Transactional at line 9 and @TransactionAttribute ((TransactionAttributeType.MANDATORY) at line 12
  • B. No additional annotations are required.
  • C. Add annotations: @TransactionAttribute (TransactionAttributeType.REQUIRED) at line 2, @Transactional at line 9 and @TransactionAttribute ((TransactionAttributeType.REQUIRES_NEW) at line 12
  • D. Add annotations: @TransactionAttribute (TransactionAttributeType.MANDATORY) at line 2, @Transactional at line 9 and @TransactionAttribute ((TransactionAttributeType.REQUIRES_NEW) at line 12
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
orjava
7 months ago
B. REQUIRED (Default) The method became part of the caller s transaction. If the caller does not have a transaction, the method runs its own transaction.
upvoted 2 times
...
devmsaleh
1 year, 10 months ago
B is the correct answer
upvoted 3 times
...
LeoAlioth
2 years, 2 months ago
B is correct as the transaction should already be managed automatically
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago