1 You are designing an online shopping application to make it easier for customers to order products from your company. The aim is that the majority of customers buying over the phone will start using the web instead. When customers purchases goods online they will use credit
cards and will require an instant response as to whether the sale has been approved or not. (Note the credit card validation is carried out by another very powerful system.) What type of messaging should be used?
a) Synchronous messaging
b) Asynchronous messaging
c) You shouldn't be using messaging at all as it's not transactional.
d) You could use messaging because it is transactional however it's not advised, as the system would never perform well enough for an instant response.
I think d is the best answer,but SCEA@whiz give c
2 You are writing an Enterprise Javabean to represent a Flight in a Travel agency application. One of the developers recommended that you use Bean Managed Persistence (BMP) for the
EJB. What is true about BMP?
a) Improves your ability to move your EJB from one Application server to another.
b) Reduces your ability to move your EJB from one Application server to another.
c) Improves your ability to move your EJB from one data store to another.
d) Reduces your ability to move your EJB from one data store to another.
it seams d is correct,because question doesn't refer anything about DAO,but answer is c
3 You have a method that can't be executed in a transaction. What is the correct attribute in the deployment descriptor?
a)Leave it empty this is the default.
b)NEVER
c)NOT SUPPORTED
d)NO_TRANSACTIONS
why not the answer is c but b?
I think "a method that can't be executed in a transaction" doesn't mean "a method that can't be called in a transaction"
Last question : Whether SCEA@Whiz's mock
test harder than the real test or not?
[ November 12, 2002: Message edited by: abner tan ]