File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes OO, Patterns, UML and Refactoring and the fly likes Development process IBM question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "Development process IBM question" Watch "Development process IBM question" New topic
Author

Development process IBM question

Hassan Mumtaz
Greenhorn

Joined: Jul 04, 2001
Posts: 15
Which is the correct answer and why?

When using OOAD artifacts to organize and assign team responsibilities on a project, it is BEST to:

a) evenly distribute use cases among team members and have them work as independently as possible in order to minimize code dependencies

b) designate one team for implementing interaction diagrams related to the "common code path" and another team for implementing interaction diagrams related to "code path variations" (for example ? conditional or error paths)

c) divide teams according to package diagram dependencies and utilize use cases to schedule the work for the individual team members

d) divide teams according to the layers in the software architecture and have them work as independently as possible in order to minimize dependencies between the layers

Hassan
Qudsia Jaffery
Greenhorn

Joined: Jun 20, 2001
Posts: 16
The corrext answer is c.
d) sounds reasonable at first reading, however the answer is incomplete, since it dose not specify how the work with in the layer is assigned to individual programers. If it was some thing like
"divide teams according to the layers in the software architecture and utilize use cases to schedule the work for the individual team members and have them work as independently as possible in order to minimize dependencies between the layers
it would have been acceptable
Based on the above reasoning I have picked c and I believe it is right, since I have scored 96 and 100.


Qudsia
 
 
subject: Development process IBM question
 
Threads others viewed
IBM Exam 486 UML and OOAD
Please find correct answers !!
to organize and assign team responsibility
oops question
questiones on IBM UML mock test?
IntelliJ Java IDE