• 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

IBM Pre-assessment test : 1 Question

 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1)Scheduling project activities such as functional increments and test case development, which one of the following OOAD artifacts is the MOST useful?
a) Use cases
b) Interaction diagrams
c) Activity diagrams
d) Package diagrams
e) Class Diagrams

Single Select - Please select the best answer (one and only one choice must be selected).

Larman suggests that test cases are to be written to fulfill use case requirement.Martin suggests that tests are to be done on package-to-package basis.
However functional increments and scheduling should be done on the basis of use cases.
I would go for D for test case development, but for functional increments and scheduling activities it should be A.
So, what is the correct answer : A or D?I selected A.
Thanks in advance,
Sandeep
[This message has been edited by Desai Sandeep (edited June 14, 2001).]
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would choose A.
"UML Distilled, 2nd Edition" pg. 27: "...use cases serve as the foundation for planning the project, which is why the UML puts a lot of emphasis on them."

[This message has been edited by JUNILU LACAR (edited June 14, 2001).]
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
The correct answer is A.
Tariq
 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would say A) too .
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Definetely 'a' .
 
reply
    Bookmark Topic Watch Topic
  • New Topic