Q1 -- Your organization is interested in building an application that will allow users to query and read volumes of statistical data for analysis. They anticipate high volumes of traffic and want the most scalable solution. This application will be distributed in a cluster and deployed as an enterprise archive. Components should be designed so that they can be accessed remotely by other
Java applications.
A.
Servlet accessed using HTTP.
B. Message-driven bean accessed using JMS.
C. Stateless session bean accessed using RMI.
D. Stored procedures and DAO's.
I am very positive that correct answer is "C" due to the scalability, clustering & distributed & pure java clients but the correct answer is shown as D in epractise of Oracle. Am I missing something?
Q2---
Elimination of the majority of required interfaces for persistent entities. To me this statement is true in the context of EJB3 architecture. what do you say?
Q3- Which is the correct design
pattern to avoid having lots of conditional statements? My understanidn says builder but the correct answer is presented as abstract factory. DO you agree?
Q4- Does the real
SCEA part 1 exam tell us, how many correct options need to be selected? Like choose any 2 or 3 etc