• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

158: IBM ICE Test Questions

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
I am in a process of preparation for IBM 158 exam. Recently I grabbed an info from this site regarding IBM 158 ICE Test and 100% correct answers for this. Today I tried to take grabbed ICE test and found out at least one suggested correct answer may be wrong:
==========================
3) A client invokes the create() method on an CMP entity bean. Which of the following is a correct sequence in which the operations mentioned below are performed?
a. Container creates an EJBObject.
b. EJB home object invokes ejbCreate() on Bean instance.
c. Bean instance is associated with EJBObject.
d. Container creates new bean instance.
e. Container calls setEntityContext() on bean instance.
f. Container creates the bean representation in a database.
g. ejbPostCreate() method is invoked on bean instance.
a) b -> f -> a -> c -> g
b) b -> a -> f -> c -> e -> g
c) a -> d -> c -> b -> e -> g -> f
d) a -> d -> c -> b -> f -> g -> e
e) a -> c -> e -> b -> f -> g
Single Select - Please select the best answer (one and only one choice must be selected).
======================================
I have an info that correct answer should be 'a', but it is impossible! I think that correct answer is 'e'.
Gentlemen, I am confused!
reply
    Bookmark Topic Watch Topic
  • New Topic