• 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

Preassessment Test Problems

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I just now took the preassessment test for test 486. Can anybody tell me what is the correct answer for the following questions??
3)To MOST effectively manage teams working on different packages within a large project, which one of the following should be true?
a) One technical lead should control the project details and communicate decisions to the different teams.
b) Type of database ( DB2 UDB, Oracle, Sybase, or InstantDB )
c) The team leads should focus on quality designs for the internals of their packages, mentoring their team members.
d) Communications between the teams should be minimized to reduce overhead burdens while they work on separate, independent use cases for their packages.
(only one answer)
I marked - a
4) 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
( only one answer )
I marked - c
6) Which one of the following is the BEST set of potential use cases for the "Prepare for an Event" scenario in Figure ChefScenario?
a) Prepare for party, Display menu, Generate shopping list, Exclude ingredients on hand, Generate utensil list, Generate to do list
b) Prepare for party, Display menu, Generate shopping list, Generate utensil list, Pack utensils, Generate to do list
c) Display menu, Generate shopping list, Generate utensil list, Generate to do list
d) Display menu, Generate shopping list, Exclude ingredients on hand, Generate utensil list, Generate to do list
e) Generate shopping list, Exclude ingredients on hand, Generate utensil list, Generate to do list, Check utensil list

pic - http://certify.torolab.ibm.com/figures/test486F4.gif
( only one answer )
I marked - c
7) Based on the following statements from a domain expert on a project, which of the following are requirements that MUST be extracted?
a) A note must be sent to the customer for incomplete mortgage applications, listing the missing items.
b) A file must be established for every mortgage application at the time it is submitted, whether the application is complete or not.

c) Addresses on mortgage applications must be entered as all capital letters.

d) A unique mortgage number must be assigned to each mortgage file. This identifier must follow financial industry standard format

pic - http://certify.torolab.ibm.com/figures/test486F2.gif
( two answer )
I marked - a,d
13) Which of the following is true about a deployment diagram?
a) Since there is always some kind of response to a message, the dependencies are two-way between deployment components.

b) Dependencies between deployment components tend to be the same as the package dependencies.

c) Deployment diagrams are NOT to be used to show physical modules of code.

d) Deployment diagrams do NOT show physical distribution of a system across computers
( only one answer )
I marked - b
15) eStore.com sells small appliances over the Internet. Currently, the store's catalog includes over 50 appliances from 10 different suppliers. A partial class diagram is shown in Figure Sample 1. There are two new requirements for eStore.com: discounts for damaged goods, and searches by size and color. Using Figure Sample 2, which of the following is the BEST way to extend the class diagram to handle these requirements?

a) Extend the InventoryProduct class to handle the new requirements.

b) Create a new class "PhysicalProduct" that represents an actual product in the warehouse. Associate the PhysicalProduct with its related InventoryProduct.

c) Add new capabilities to the Inventory class for the management of its Products.

d) No changes are needed due to these requirements.

pic - http://certify.torolab.ibm.com/figures/test486F20.gif
( only one answer )
I marked - c

Thnaks,
Ajeet
[This message has been edited by Ajeet Chauhan (edited October 15, 2001).]
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Q3: I choose (a), as I think it is one the roles of System Architect.
Q4: I choose (a), coz each function increment (build) and test case should be trace 'back' to use case. Therefore, use case is the best artifact for scheduling and planning.
Q6. Same as u. (c)
Q7. I choose (b) and (d). coz they are the 'MUST' requirements that need to be handled by system. (a) and (c) can be handled manually.
Q13. Same as u. (b)
Q15. I choose (b), as I think only (B) can show whether an product instance is 'damaged' (PhyscialProduct seems to represent each product isntance).
pls correct me if I have any wrong.
Regards,
filesdir
 
reply
    Bookmark Topic Watch Topic
  • New Topic