• 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

Do we need to be prepared for other than 6 Design Patterns ?

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

Just want to check with you guys

Intercepting filter
MVC
Front Controller
Business Delegate
ServiceLocator
TransferObject

In HF ony the above patterns are explained. But i do see questions about other patterns like Value Objects, Data Access Objects, Fa�ade etc.

So do we need to be prepared for other than the patterns explained in HF ?

Kindly reply. Thank you
 
Ranch Hand
Posts: 643
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Click FAQ
 
muthu moorthy
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The FAQ says other patterns wont be answer for the questions found in MOCK and real exams. But i found few questions has the answer as Fa�ade, and ValueObjects. The questions are shown below. Any body can explain ?
Thank you


Why am I seeing Design Patterns in mock exams that aren't in the objectives?
Mock exams, as well as the real exam, contain answer options other than the 6 Design Patterns from the objectives. Those extra patterns are never the correct answer. Ever. Use this knowledge to your advantage.


_________ pattern provides a layer between clients and subsystems of a complex system; shields clients from subsystem components, making the subsystems easier to use
ASingleton
BFa�ade
CBusiness Delegate
DTemplate method

Answer is B.

___________ pattern enables improved network traffic and response time. Fewer remote calls are made and less data is passed back and forth
A Value Objects
B Data Access Objects
C Fa�ade
D Business Delegate

Answer is A
 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Value Object == Data Transfer Object == Transfer Object. I am not too sure about the other patterns I am trying to find out that answer myself. Of course it would never hurt knowing the extra patterns, but would rather work on the material that I need to know for the exam and study the other many other patterns at my leisure.
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I updated the FAQ to be more specific about this. Thanks.
 
Won't you please? Please won't you be my neighbor? - Fred Rogers. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic