Domain Driven Design Exam
Domain Driven Design Exam
http://www.JavaChamp.com
DISCLAIMER
All services and content of JavaChamp.com are provided under JavaChamp.com terms of use on an "as is" basis, without
warranty of any kind, either expressed or implied, including, without limitation, warranties that the provided services and
content are free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and
performance of the provided services and content is with you. In no event shall JavaChamp.com be liable for any damages
whatsoever arising out of or in connection with the use or performance of the services. Should any provided services and
content prove defective in any respect, you (not the initial developer, author or any other contributor) assume the cost of any
necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of these "terms of use". No
use of any services and content of JavaChamp.com is authorized hereunder except under this disclaimer.
http://www.javachamp.com/public/termsOfUse.xhtml
This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 license.
http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode
http://creativecommons.org/licenses/by-nc-nd/3.0/
According to the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 license You agree to the following:
You are free to share, copy, distribute and transmit the work under the following conditions:
1. Basics
What is the role of the presentation layer in model driven design paradigm?
Check the answer of this question online on JavaChamp.com: model driven design presentation layer
Check the answer of this question online on JavaChamp.com: entities vs. value objects
which design pattern you would use to create independent domain context maps?
Check the answer of this question online on JavaChamp.com: separate ways pattern
A bundle of related objects which are treated from the client prescriptive as a single unit exposing a root object.
Check the answer of this question online on JavaChamp.com: object creation and storage design pattern
What is the role of the Infrastructure layer in model driven design paradigm?
Check the answer of this question online on JavaChamp.com: model driven design infrastructure layer
which design pattern you would use to create domain context maps when the intersection between domain
contexts is high?
Check the answer of this question online on JavaChamp.com: intersecting domain context maps
which of the following are considered domain driven design patterns? (choose 2)
Check the answer of this question online on JavaChamp.com: domain driven design patterns
What is the role of the Application layer in model driven design paradigm?
Check the answer of this question online on JavaChamp.com: model driven design application layer
Check the answer of this question online on JavaChamp.com: how to implement a value object?
What is the most suitable programming language concept for implementing the model of Domain Driven Design
paradigm?
Check the answer of this question online on JavaChamp.com: domain driven design programming language
For an e-Shop web application, the customer will provide his personal information for shipment of the ordered
products. You would like to attach residence, invoice, delivery addresses to a person object.
how would you implement the address object?
Check the answer of this question online on JavaChamp.com: how would you implement the address object?
Which domain design pattern you would use to state object ownership and boundaries?
Check the answer of this question online on JavaChamp.com: aggregate design pattern
Check the answer of this question online on JavaChamp.com: how should you implement an entity?
which design pattern you would use to enforce the domain constraints and ensure data integrity?
Check the answer of this question online on JavaChamp.com: aggregate domain pattern
which design pattern you would use to encapsulate the process of complex object creation?
Check the answer of this question online on JavaChamp.com: factroy domain pattern
Check the answer of this question online on JavaChamp.com: communicational vs. functional cohesion
What is the role of the Domain layer in model driven design paradigm?
Check the answer of this question online on JavaChamp.com: model driven design domain layer
Check the answer of this question online on JavaChamp.com: how would you implement a bank account
object?
which design pattern you would use to encapsulate the logic of retrieving the object references from the backing
enterprise data store?
Check the answer of this question online on JavaChamp.com: repository model pattern
Check the answer of this question online on JavaChamp.com: what is true about domain services?
which design pattern you would use to create domain context maps that interact with legacy systems?
Check the answer of this question online on JavaChamp.com: open host services pattern