• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

1z0-807 Not passed (70% vs 71 needed)

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

on monday i did the 1z0-807 exam scoring 70% as result (with a needed 71%!). I'm a bit jittered about it. Btw i can remember some of the questions (not precise words of course) that i think i have missed.

Can i post my questions about those ones i remember ?

Regards.
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry to hear that. The score report will have those areas you need more work on.

Marco Bertotti wrote:
Can i post my questions about those ones i remember ?



Not a good idea. But you can ask the gist of it.
 
Marco Bertotti
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is one i remember:
An email notification need to be send every 8 hours starting a week before the deadline and until the goal is accomplished.
Which type of beans are most closely match the implementation needs for this case?

Managed bean
Stateful session bean
Stateless session bean
Message-driven bean

i answered : Message-driven bean but then i figured out it had "ARE" in the question.
 
Bartender
Posts: 3903
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Marco Bertotti wrote:This is one i remember:
An email notification need to be send every 8 hours starting a week before the deadline and until the goal is accomplished.
Which type of beans are most closely match the implementation needs for this case?

Managed bean
Stateful session bean
Stateless session bean
Message-driven bean

i answered : Message-driven bean but then i figured out it had "ARE" in the question.



IMHO: Stateless and Message-Driven, as only they can be used as EJB timers.

Hint: Automatic timers are created by the EJB container, and stateless and message-driven normally created by server (they must have default constructor), and statefull beans normally created on user's request.
 
K. Tsang
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Marco Bertotti wrote:This is one i remember:
An email notification need to be send every 8 hours starting a week before the deadline and until the goal is accomplished.
Which type of beans are most closely match the implementation needs for this case?

Managed bean
Stateful session bean
Stateless session bean
Message-driven bean

i answered : Message-driven bean but then i figured out it had "ARE" in the question.



For me I would answer message driven bean. The question will say how many options to choose.

As MZ pointed out, only MDB and SLSB can be used by EJB timers.
 
Marco Bertotti
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot for the quick replay. So i missed this for sure
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Marco Bertotti wrote:Thanks a lot for the quick replay. So i missed this for sure

Usually they may mention how many to choose right?
 
Mikalai Zaikin
Bartender
Posts: 3903
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

shiva nath wrote:

Marco Bertotti wrote:Thanks a lot for the quick replay. So i missed this for sure

Usually they may mention how many to choose right?


They always mention how many to choose.
 
Marco Bertotti
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was my mistake to misread the question This disrupted my exam (70% vs 71%)
 
Hoo hoo hoo! Looks like we got a live one! Here, wave this tiny ad at it:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic