1D0-538  Exam

Exam # of questions Description  Update
1D0-538 101 1D0-538... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

1D0-538 - Exam Information
  • Description:Object Oriented Analysis Aand Design Test (JCERT)
  • Passing Score:75%
  • Practice Test - Number of questions:101 questions
  • Simulation Test - Number of questions:101 questions
  • Simulation Test Duration:90 minutes
  • Has explanations:No

Question of the day

If there is a business rule stating that a Customer object must be associated with every SalesTransaction, it can BEST be enforced by:

Answer(s)

  1. Writing the customer creation code so that it requires a SalesTransaction parameter.
  2. Writing our object creation code so that it is not possible to create a SalesTransaction objectwithout its required association with Customer in place.
  3. Writing a test case based on the use case requirement.
  4. Drawing an association between SalesTransaction and Customer on the class diagram.
Correct Answer

Writing our object creation code so that it is not possible to create a SalesTransaction objectwithout its required association with Customer in place.