• 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

Longer Post - ALL IBM ICE EXAM Q's for UML

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is a consolidated list of all of IBM's questions for the UML test (I found 54 unique questions). I have taken the practice test several times and am now consistently getting 100%, so I believe my answers to be accurate. (Answers are denoted by an * next to the choice) Let me know if you have any questions.
1) If a use case had a requirement "Calculate account balance," which OOAD artifact would be the BEST source for determining the name of the public method used to invoke the operation?
a) Use case
*b) Interaction diagram
c) Class diagram
d) Activity diagram

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


2) True or false. Ideally, all public methods in business model objects are defined directly or indirectly because of a use case requirement.
*a) True
b) False

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


3) Which of the following are effective ways to manage an OO project?
*a) Organize the scheduled tasks along the lines of the use cases.
*b) Organize the test cases along the lines of the use cases.
*c) Organize the user's guide along the lines of the use cases.
*d) Organize development teams along the lines of the packages.

Multiple Select - Please select all of the correct answers (this question has 4 correct choices).


4) 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}
Single Select - Please select the best answer (one and only one choice must be selected).

5) An iterative development process:
a) represents a structured methodology, which includes functional decomposition.
*b) is a technique for managing complexity and plans for change during software development.
c) is a top-down approach without the dataflow diagrams.
d) is equivalent to an incremental development process.

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

6) What is wrong with the following analysis use case?
*a) There are design details intermixed with the requirements.
b) The actor's actions and system responses are not separated.
c) "Sell goods" is too broad to be a use case.
d) There is nothing wrong with this use case.

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


7) 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

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


8) What are the system's actors in the diagram, Figure Use Case ?
a) Clerk, Manager
b) Clerk, Manager, Customer
c) Clerk, Manager, Bank network
*d) Clerk, Manager, Bank network, Customer

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


9) When designing the user interface for an application, if it is unclear what skill level the end user of an application will possess, which of the following is the BEST approach to take?
a) Define the level of skill that will be required by the end user and make the necessary arrangements for educating the users.
b) Define the level of skill that will be required by the end user and provide detailed on-line help that can be accessed by the users when needed.
c) Prototype portions of the user interface and perform some usability tests to identify any problem areas. Document any issues in the product readme and have the users read it before using the product.
*d) Prototype portions of the user interface and perform some usability tests to determine the users level of satisfaction. Make any necessary changes and repeat the process.}

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


10) A use case model should:
a) Capture as much design detail as possible.
*b) Identify all of the actors, use cases, and their relationships.
c) Describe all of the implementation specifics of an application.
Single Select - Please select the best answer (one and only one choice must be selected).

11) Valid reasons for grouping classes into the same package are that, the classes:
a) are related by aggregation.
b) are worked on by the same group of developers.
*c) are related by specialization.
*d) support the same high-level services.
Multiple Select - Please select all of the correct answers (this question has 2 correct choices).


12) Given the dependency in the Figure Packages, which one of the following is correct?
a) Changes to the Loan package requires an examination of the Customer and Account packages to see if changes are required to their classes.
b) Changes to the Loan package requires an examination of the Customer package to see if changes are warranted. If they are, the Account package needs to be examined to see if changes are required to its classes.
*c) Changes to the Account package require` an examination of the Customer package to see if changes are warranted. If they are, the Loan package needs to be examined to see if changes are required to its classes.
d) Changes to the packages can be made independently of changes to other packages since dependencies have been localized to each of the packages' internal designs.

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

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

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

14) Referring to the deployment diagram, Figure Deployment, for a system that manages mortgages, which of the following are correct?
*a) GUI classes should be in the Branch Client process.
*b) These components comprise a three-tier architecture, whether they execute on the same or different computers.
*c) For scalability, the business objects should reside in the Financial Apps Server.
d) Client integration is at the Database Server.

Multiple Select - Please select all of the correct answers (this question has 3 correct choices).


15) Which of the following are true about software architecture?
*a) Two tier software architectures do not scale to as many clients as three+ tier architectures.
b) Two tier architectures lead to more reuse than three+ tier architectures.
c) Thin clients are restricted to GUI parts
d) Technologies such as CORBA, RMI, DCOM, and Servlets allow multiple clients to work with the same server-based business objects.
Single Select - Please select the best answer (one and only one choice must be selected).

16) In design #1, the Catalog object has a getProducts() method, which returns a collection object, such as a Dictionary or array, containing all the Products the company sells. In design #2, the Catalog object has a getProductNumbered(anIdentifier) method, which returns the Product with the specified unique identifier. Considering the objects returned, which of the following BEST characterizes the two designs?
a) Both designs maintain the objects' encapsulation and reduce coupling by accessing state data via methods only and not directly.
b) Both designs break the objects' encapsulation, adding brittle coupling.
*c) Design #1 breaks the encapsulation of the Catalog, adding brittle coupling. Design #2 maintains the encapsulation of the Catalog, making future design changes easier.

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


17) When creating a subclass, the:
a) selected superclass should be chosen because it has some methods the subclass can reuse, even if others do not apply.
*b) class name should normally be a qualification of its superclass' name
*c) subclass should be of the same type as all of its superclasses
d) superclass should be marked as abstract

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).

18) Which of the following are true about interpreting class diagrams from different perspectives?
a) Specification perspective class diagrams are developed without considering the programming language that might be used to implement it.
*b) The conceptual perspective class diagram of an application would not include all the classes required and their details, rather, they would only identify domain classes.
*c) In the conceptual perspective, associations represent relationships between classes, where as they represent responsibilities in the specification perspective.
d) Operations (the processes that a class knows to carry out) should be used in conceptual models to specify the interface of a class.
Multiple Select - Please select all of the correct answers (this question has 2 correct choices).

19) Referring to the diagram in Figure Interface, which of the following are true?
a) Classes "X" and "Y" are subclasses of Mortgageable.
*b) Instances of "X" and "Y" can be passed as parameters declared as type Mortgageable.
*c) "X" and "Y" must implement a getAppraisedValue() method.
d) There are instances of Mortgageable in the production system.

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).


20) Which one of the following is a good strategy for resolving class name collisions that occur during OO analysis?
a) Allow each team member to choose a preferred name.
b) Create a class for each domain name, passing on requests to the one class that implements the behavior for all of them to share.
*c) Discover better names for different concepts that are referred by the same term.
Single Select - Please select the best answer (one and only one choice must be selected).


21) Referring to these partial requirements, which of the following is true?
a) The verbs in the requirements become methods in the object model.
*b) Some of the verbs in the requirements become methods of the nouns they reference. E.g., a FinancialInstitution class would have a getFinancialInformationFor( aCustomer ) method.
c) Some of the verbs in the requirements become methods of the concept taking the action. E.g., a LoanOfficer class would have a getFinancialInformationFor( aCustomer ) method.
d) Some of the verb phrases in the requirements become overriding methods of the related superclass, due to the specialization of the action.
Single Select - Please select the best answer (one and only one choice must be selected).


22) Referring to the partial class diagram in Figure Qualified Association, which of the following BEST describes the relationship?
*a) Access to SalesLineItems is by Product. A SalesTransaction can have multiple SalesLineItems for one Product.
b) Access to Products is by SalesLineItem. A SalesTransaction has zero or more SalesLineItems for one Product.
c) SalesTransactions contain Products, which are listed by one or more SalesLineItems.
d) SalesLineItems are for a quantity of one or more Products for a particular SalesTransaction.
Single Select - Please select the best answer (one and only one choice must be selected).


23) Refer to the Figure Sample 1. Consider the scenario that 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. If there is a new requirement to restock the warehouse automatically as products are sold, how is the new requirement BEST handled?

a) Add "reorderLevel" and "reorderQuantity" attributes used by a new deplete() method in the Inventory class. Use these to generate new orders as InventoryProducts are sold.
*b) Add "reorderLevel" and "reorderQuantity" attributes used by a new deplete() method in the InventoryProduct class. Use these to generate new orders as InventoryProducts are sold.
c) Add a deliver() method to the Supplier class that uses the InventoryProduct's amountOnHand attribute to maintain the InventoryProducts in the warehouse.
d) Add "reorderLevel" and "reorderQuantity" to InventoryProduct. Create a Warehouse class that monitors the InventoryProducts' "amountOnHand", generating an order as levels drop below a "reorderQuantity".

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


24) Based on the following CRC card, what methods should Mortgage have?
*a) accrue( anAmountOfInterest )
b) calculateInterest( )
*c) apply( aPayment )
*d) getCollateral( )
Multiple Select - Please select all of the correct answers (this question has 3 correct choices).

25) 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.

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


26) Given the requirement statement, which of the following public methods would be used in a related sequence diagram?
a) aBalance.subtract( anAmount )
*b) anAmortizationTable.calculateInterestUsing( aPayment )
c) anAmortizationTable.apply( aPayment )
*d) aMortgage.apply( aPayment )

27) In an OO system, it is desirable to assign responsibilities:
*a) relatively evenly across the classes.
b) more heavily in a few controlling classes.
*c) according to interaction diagram messaging.

28) What is the BEST model change for the following new requirements in the mortgage processing system?
a) Add an updateAssessedValue( newValue ) method to the Mortgage class, which uses newValue in collaboration with the Property's tax rates to provide tax amounts.
*b) Add an updateAssessedValue( newValue ) method to the Property class, which uses newValue in collaboration with the TaxingAuthority's tax rates to provide tax amounts.
c) Add an updateAssessedValue( newValue ) method to the TaxingAuthority class, which uses its tax rates to provide tax amounts.
d) Add an updateAssessedValue( newValue ) method to the Property class, which uses its tax notes to provide tax amounts.

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


29) A non-object oriented legacy application which interacts with back end systems exists. It is now required to redesign this application into an object oriented system, that caters to high volume of requests. Which of the following need to be considered while modeling the system?
*a) It is not necessary to define classes, such that they represent the data fields in the back end. The object model should capture the behavior of the legacy system.
b) The object model should consist of classes which match the back end data fields. This aids the persistence of classes.
*c) Draw activity diagrams to understand the behavior of the existing legacy system.
d) The GUI client objects need to be behavioral driven and they directly communicate with the database.
Multiple Select - Please select all of the correct answers (this question has 2 correct choices).


30) Which of the following is the BEST description of the sequence diagram in Figure Interaction? When an instance of a:
*a) Person is asked for its assets, it sums the balances of each of its asset Accounts.
b) Customer is asked for its assets, it sums the balances of each of its asset Accounts.
c) Person is asked for its assets, it returns the balance of its asset Account.
d) Customer is asked for its assets, it returns the balance of its asset Account.
Single Select - Please select the best answer (one and only one choice must be selected).

31) Which of the following details are required in OO diagrams?
a) Show navigability of associations in conceptual class diagrams.
b) Show different scenario of a use case on the same interaction diagram for clear understanding.
*c) Show message sequence numbers in collaboration diagrams.
*d) If asynchronous messages exist in a scenario, show them in interaction diagrams.
Multiple Select - Please select all of the correct answers (this question has 2 correct choices).

32) Refer to the state diagram in Figure State for MortgageApplication. Suppose that there is a requirement to add state transitions to a "Cancelled" state from any states except "Closed". Which of the following are valid ways to add the "Cancelled" state?
a) Funnel all cancellations from only one of the other states.
b) Add a "Cancelled" superstate to the diagram.
*c) Add transitions from "Submitted" and "Qualified" to a new "Cancelled" state.
*d) Add an "Active" superstate that handles the transition to "Cancelled".

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).


33) Based on the activity diagram in Figure Activity, which activities can occur concurrently?
*a) Generate closing paperwork, Schedule closing
*b) Get property appraised, Verify assets, Check credit rating
c) All the activities can occur concurrently
d) The custom servlet name, is used as part of the URL used to invoke it.
Multiple Select - Please select all of the correct answers (this question has 2 correct choices).


34) Which of the following are true about the strengths and weaknesses of activity diagrams?
a) Activity diagrams are good at enumerating object collaborations to accomplish a task.
*b) Activity diagrams are good at exploring the interactions related to one or more use cases.
*c) It is difficult to discern exactly how to map the activity diagram actions to object model specifics.
*d) Since activity diagrams allow parallel behavior modeling, they are good for workflow modeling.

Multiple Select - Please select all of the correct answers (this question has 3 correct choices).


35) State diagrams:
*a) are good at depicting the behavior of an object across multiple use cases.
*b) are best used for objects that have multiple interesting states and not for most or all the objects in the system.
c) are good at depicting interactions among multiple objects.
*d) can be used for user interface or control objects.

Multiple Select - Please select all of the correct answers (this question has 3 correct choices).


36) Software entropy is a phenomenon wherein programs begin with well designed state, but as new functionalities are added, they lose their structure. Refactoring of classes is done to avoid software entropy. What are good practices to follow during refactoring?
*a) Renaming a method and moving a field from one class to another should be done in small steps, testing changes as required.
*b) Break down classes that are heavily loaded with responsibilities into smaller classes and distribute the responsibilities among them effectively.
*c) Consolidate similar methods from different classes in the same type hierarchy into a common super class wherever possible.
d) Add functionality and refactor simultaneously in order to obtain an efficient and effective design.

Multiple Select - Please select all of the correct answers (this question has 3 correct choices).


37) Which of the following are good practices to use while designing for reuse?
*a) Define a persistence framework that provides services for persisting objects.
b) Use design patterns, wherein complete solutions are already defined.
c) Use controller objects to control the flow of processes in the system.
*d) Assign responsibilities to classes such that coupling between them remains low.
e) Design classes with low cohesion.
Multiple Select - Please select all of the correct answers (this question has 2 correct choices).

38) A partial class diagram of a college course management application is shown in Figure studentInstructor. A student knows all of the instructors he is registered with. Similarly, an instructor also knows all the students who are registered with him. A new requirement is added which specifies that an instructor can also be a student for some courses. What is the BEST partial application redesign shown in the Figure?
a) Design 'A'
b) Design 'B'
*c) Design 'C'
d) Design 'D'
e) Design 'E'

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


39) Which of the following are true about implementing a system based on existing OOAD assets?
a) Due to constraints introduced by the target language, such as C++, Smalltalk, or Java, as well as physical packaging, the OO analysis model does not carry forward into detailed design and implementation.
*b) The classes, methods, attributes, and relationships identified during the OO analysis carry forward into detailed design and implementation.
*c) The OO analysis model is usually refactored later in the project.
*d) The classes from the OO analysis are expanded to add private methods and collaborations with helper classes.

Multiple Select - Please select all of the correct answers (this question has 3 correct choices).


40)
A resulting benefit of using polymorphism is reduction of:
a) methods in the associated classes
b) subclasses needed to accomplish the same functionality
*c) case statements and conditionals
d) coupling between classes in the system

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

41. UML interfaces are used to:
a) define an API for all classes.
b) program in Java, but not in C++ or Smalltalk.
c) define executable logic to reuse across classes.
*d) specify required services for types of objects.

42) True or false? When declaring a public method due to an additional message between classes as part of some system functionality, the OOAD UML assets should be updated to reflect this change.
*a) True
b) False
Single Select - Please select the best answer (one and only one choice must be selected).

43) 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

44) Referring to the "Book a Party" use case in the Figure Book a Party, which of the following is the BEST list of candidate interaction diagrams to support the use case?
*a) Find available date, Search for client, View client preferences, Book an event, Calculate cost of event, Generate confirmation letter
b) Find available date, Search for client, View client preferences, Explain menu alternatives, Book an event, Calculate cost of event, Generate confirmation letter
c) Find available date, Search for client, View client preferences, Book an event, Calculate cost of event, Request deposit, Generate confirmation letter
d) Find available date, Search for client, View client preferences, Book an event, Calculate cost of event, Generate confirmation letter, Mail confirmation letter

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

45) When creating the use cases related to the "Prepare for an Event" scenario in the Figure ChefScenario, which one of the following BEST represents the type of terminology that the use cases should contain?
Click here for figure
*a) chef, menu, recipes, ingredients
b) end user, bill of fare, cooking specifications, food contents
c) chef object, menu object, recipe object, ingredient object
d) person record, menu print stream, recipe container, ingredient array
Single Select - Please select the best answer (one and only one choice must be selected).

46) Which of the following are true about services resulting from use cases?
*a) New requirements in use cases generally result in one or more public methods in a business domain class.
b) Private methods are required by the system's use cases.
*c) Use cases drive the design of interaction diagrams, which in turn define public methods in model classes.
Multiple Select - Please select all of the correct answers (this question has 2 correct choices).

47) Which of the following are recommended when developing an OO system?
*a) Write a description of the concept that a class represents whenever a new class is declared.
*b) Use interfaces for types or roles that objects may play, independent of their location in the class hierarchy.
*c) Apply design patterns where applicable in the system.
d) Name classes based on their design specifics, such as "array" or "queue".
Multiple Select - Please select all of the correct answers (this question has 3 correct choices).

48) Which of the following are true about interaction diagrams?
*a) Interaction diagrams are at their best when they deal with one main design flow and not multiple variants that can happen.
*b) Interaction diagrams are good at designing part or all of one use case's functionality across multiple objects.
*c) Interaction diagrams allow the analyst to show iteration and conditional execution for messaging between objects.
*d) Sequence diagrams are logically equivalent to collaboration diagrams, differing primarily in format of presentation.
Multiple Select - Please select all of the correct answers (this question has 4 correct choices).

49) An Observer is a design pattern where dependent objects "register" with another "server" object so that they are notified of changes to the server object. The server object isn't specifically aware of its dependents, but only knows to notify them of changes to its state. Which of the following uses an Observer pattern to maintain the correct separation of model and view in a layered software architecture?
*a) GUI components register with business components so that they can update their views when the underlying model objects change.
b) GUI components register with other GUI components so that can be notified of user changes to the state of the system.
c) Business components register with GUI components so that the GUI components know who to ask for updates to their state.
d) Business components register with other business components so that they can enforce business rules based on state change.
Single Select - Please select the best answer (one and only one choice must be selected).
50)
Which of the following MUST be present to write use cases?
a) Development team
b) Object technology expert
*c) Domain expert
*d) Requirements decision maker
51)
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

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).
52)
Benefits resulting from designing and implementing layered application components include:
a) reduced initial design time.
b) reduced time for initial development cycle.
*c) maintainability and reuse of the application components

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

53)
Referring to the sequence diagram in Figure Interaction, what methods MUST be implemented by the Account class?

*a) withdraw, checkBalance
b) withdraw, log, checkBalance
c) withdraw, checkBalance, acknowledge
d) withdraw, acknowledge

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

54)
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.

Single Select - Please select the best answer (one and only one choice must be selected).
 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Michael,
You will find the answers to all these questions in the archives of the forum.You may start searching with "LONG POST" with my user name to start with.
If you still have any queries please do let us know and we would be glad to address the same.
Regards,
Sandeep
 
Michael McElwee
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You misunderstand. The correct answers ARE posted here(marked by asterisks). In this post I combined the information I gained from your LONG post with information from study/trial-and-error to get the answers for 54 questions from the ICE exam. I am able to get 100% on the ICE exam almost always now. I didn't have a question; I was just looking to help people out.
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You. I need such material. Made 43 % 4 weeks ago . But I'll try again.
Axel
 
Ranch Hand
Posts: 1246
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks !!!
agree great material.
 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Michael:
Thanks for you hard work and your generosity and sharing it with the community. The only missing piece of the puzzle is some questionns refer to diagrams. If we could get hold of the diagrams.
Sanjay
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Would you paste the Practice Test URL.
Thanks,
Prem
 
Michael McElwee
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IBM's ICE Exams can be found at:
http://certify.torolab.ibm.com/icetest.jsp
You will need to register to get an ID and password so that you can access the tests.
 
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am not sure if it is ILLEGAL to post the answers like this since IBM is not releasing the answers for the test.
I would ask the mderator to verify this.
Faisal
 
Desai Sandeep
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Faisal,
There is no problem in discussing the IBM pre-assessment test questions.They are infact meant to enhance our knowledge on the subject.So please feel free to discuss the same here.
However, posting any real test questions here would be against the policies of Javaranch.
Thanks,
Sandeep
Michael,
Am sorry for the misunderstanding on my behalf.
Thank you very much for the excellent work done to help Javaranchers.You may also consider the advise by Sanjay (on including the links of diagrams) to make the post more complete (or may be you may just post a link to the previous posts in the forum which contains the links.)
Thanks once again for your efforts
Regards,
Sandeep
 
Michael McElwee
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will track down the URLs for the diagrams and add them to this POST. This might take me a bit. What I did for my own studying purposes was to cut and paste the 54 questions (and their associated diagrams) into a MSWord (office 97) document. I don't know how/if I can post the attachment to this site, but if any of you want the Word document,I would be happy to e-mail it to you. Just let me know by e-mail (michael_mcelwee@hotmail.com)if you want it. Thanks.
 
Michael McElwee
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<html>
<head>
<title>Untitled</title>
</head>
<body>
Here are the updated ICE practice questions. I have added the links to the diagrams, as requested. I have also put the
correct answers in bold to make it more obvious than the asterisks were.



1) If a use case had a requirement "Calculate account balance," which OOAD artifact would be the BEST source for determining the name of the public method used to invoke the operation?

a) Use case

b) Interaction diagram

c) Class diagram

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





2) True or false. Ideally, all public methods in business model objects are defined directly or indirectly because of a use case requirement.

a) True

b) False

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







3) Which of the following are effective ways to manage an OO project?

a) Organize the scheduled tasks along the lines of the use cases.

b) Organize the test cases along the lines of the use cases.

c) Organize the user's guide along the lines of the use cases.

d) Organize development teams along the lines of the packages.


Multiple Select - Please select all of the correct answers (this question has 4 correct choices).






4) 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}

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






5) An iterative development process:

a) represents a structured methodology, which includes functional decomposition.

b) is a technique for managing complexity and plans for change during software development.


c) is a top-down approach without the dataflow diagrams.

d) is equivalent to an incremental development process.

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







6) What is wrong with the following analysis use case?

a) There are design details intermixed with the requirements.


b) The actor's actions and system responses are not separated.

c) "Sell goods" is too broad to be a use case.

d) There is nothing wrong with this use case.

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


Exhibit






7) 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

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


Exhibit







8) What are the system's actors in the diagram, Figure Use Case ?

a) Clerk, Manager

b) Clerk, Manager, Customer

c) Clerk, Manager, Bank network

d) Clerk, Manager, Bank network, Customer


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

Exhibit






9) When designing the user interface for an application, if it is unclear what skill level the end user of an application will possess, which of the following is the BEST approach to take?

a) Define the level of skill that will be required by the end user and make the necessary arrangements for educating the users.

b) Define the level of skill that will be required by the end user and provide detailed on-line help that can be accessed by the users when needed.

c) Prototype portions of the user interface and perform some usability tests to identify any problem areas. Document any issues in the product readme and have the users read it before using the product.

d) Prototype portions of the user interface and perform some usability tests to determine the users level of satisfaction. Make any necessary changes and repeat the process.}


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






10) A use case model should:

a) Capture as much design detail as possible.

b) Identify all of the actors, use cases, and their relationships.


c) Describe all of the implementation specifics of an application.

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






11) Valid reasons for grouping classes into the same package are that, the classes:

a) are related by aggregation.

b) are worked on by the same group of developers.

c) are related by specialization.


d) support the same high-level services.


Multiple Select - Please select all of the correct answers (this question has 2 correct choices).






12) Given the dependency in the Figure Packages, which one of the following is correct?

a) Changes to the Loan package requires an examination of the Customer and Account packages to see if changes are required to their classes.

b) Changes to the Loan package requires an examination of the Customer package to see if changes are warranted. If they are, the Account package needs to be examined to see if changes are required to its classes.

c) Changes to the Account package require` an examination of the Customer package to see if changes are warranted. If they are, the Loan package needs to be examined to see if changes are required to its classes.


d) Changes to the packages can be made independently of changes to other packages since dependencies have been localized to each of the packages' internal designs.

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

Exhibit







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

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






14) Referring to the deployment diagram, Figure Deployment, for a system that manages mortgages, which of the following are correct?

a) GUI classes should be in the Branch Client process.

b) These components comprise a three-tier architecture, whether they execute on the same or different computers.

c) For scalability, the business objects should reside in the Financial Apps Server.


d) Client integration is at the Database Server.


Multiple Select - Please select all of the correct answers (this question has 3 correct choices).

Exhibit






15) Which of the following are true about software architecture?

a) Two tier software architectures do not scale to as many clients as three+ tier architectures.


b) Two tier architectures lead to more reuse than three+ tier architectures.

c) Thin clients are restricted to GUI parts

d) Technologies such as CORBA, RMI, DCOM, and Servlets allow multiple clients to work with the same server-based business objects.

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






16) In design #1, the Catalog object has a getProducts() method, which returns a collection object, such as a Dictionary or array, containing all the Products the company sells. In design #2, the Catalog object has a getProductNumbered(anIdentifier) method, which returns the Product with the specified unique identifier. Considering the objects returned, which of the following BEST characterizes the two designs?

a) Both designs maintain the objects' encapsulation and reduce coupling by accessing state data via methods only and not directly.

b) Both designs break the objects' encapsulation, adding brittle coupling.

c) Design #1 breaks the encapsulation of the Catalog, adding brittle coupling. Design #2 maintains the encapsulation of the Catalog, making future design changes easier.



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






17) When creating a subclass, the:

a) selected superclass should be chosen because it has some methods the subclass can reuse, even if others do not apply.

b) class name should normally be a qualification of its superclass' name

c) subclass should be of the same type as all of its superclasses


d) superclass should be marked as abstract

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).




18) Which of the following are true about interpreting class diagrams from different perspectives?

a) Specification perspective class diagrams are developed without considering the programming language that might be used to implement it.

b) The conceptual perspective class diagram of an application would not include all the classes required and their details, rather, they would only identify domain classes.

c) In the conceptual perspective, associations represent relationships between classes, where as they represent responsibilities in the specification perspective.


d) Operations (the processes that a class knows to carry out) should be used in conceptual models to specify the interface of a class.

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).




19) Referring to the diagram in Figure Interface, which of the following are true?

a) Classes "X" and "Y" are subclasses of Mortgageable.

b) Instances of "X" and "Y" can be passed as parameters declared as type Mortgageable.

c) "X" and "Y" must implement a getAppraisedValue() method.


d) There are instances of Mortgageable in the production system.

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).

Exhibit





20) Which one of the following is a good strategy for resolving class name collisions that occur during OO analysis?

a) Allow each team member to choose a preferred name.

b) Create a class for each domain name, passing on requests to the one class that implements the behavior for all of them to share.

c) Discover better names for different concepts that are referred by the same term.


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




21) Referring to these partial requirements, which of the following is true?

a) The verbs in the requirements become methods in the object model.

b) Some of the verbs in the requirements become methods of the nouns they reference. E.g., a FinancialInstitution class would have a getFinancialInformationFor( aCustomer ) method.


c) Some of the verbs in the requirements become methods of the concept taking the action. E.g., a LoanOfficer class would have a getFinancialInformationFor( aCustomer ) method.

d) Some of the verb phrases in the requirements become overriding methods of the related superclass, due to the specialization of the action.

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

Exhibit




22) Referring to the partial class diagram in Figure Qualified Association, which of the following BEST describes the relationship?

a) Access to SalesLineItems is by Product. A SalesTransaction can have multiple SalesLineItems for one Product.


b) Access to Products is by SalesLineItem. A SalesTransaction has zero or more SalesLineItems for one Product.

c) SalesTransactions contain Products, which are listed by one or more SalesLineItems.

d) SalesLineItems are for a quantity of one or more Products for a particular SalesTransaction.

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


Exhibit




23) Refer to the Figure Sample 1. Consider the scenario that 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. If there is a new requirement to restock the warehouse automatically as products are sold, how is the new requirement BEST handled?


a) Add "reorderLevel" and "reorderQuantity" attributes used by a new deplete() method in the Inventory class. Use these to generate new orders as InventoryProducts are sold.

b) Add "reorderLevel" and "reorderQuantity" attributes used by a new deplete() method in the InventoryProduct class. Use these to generate new orders as InventoryProducts are sold.


c) Add a deliver() method to the Supplier class that uses the InventoryProduct's amountOnHand attribute to maintain the InventoryProducts in the warehouse.

d) Add "reorderLevel" and "reorderQuantity" to InventoryProduct. Create a Warehouse class that monitors the InventoryProducts' "amountOnHand", generating an order as levels drop below a "reorderQuantity".

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

Exhibit




24) Based on the following CRC card, what methods should Mortgage have?

a) accrue( anAmountOfInterest )


b) calculateInterest( )

c) apply( aPayment )

d) getCollateral( )


Multiple Select - Please select all of the correct answers (this question has 3 correct choices).

Exhibit





25) 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.


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


Exhibit





26) Given the requirement statement, which of the following public methods would be used in a related sequence diagram?

a) aBalance.subtract( anAmount )

b) anAmortizationTable.calculateInterestUsing( aPayment )


c) anAmortizationTable.apply( aPayment )

d) aMortgage.apply( aPayment )


Exhibit




27) In an OO system, it is desirable to assign responsibilities:

a) relatively evenly across the classes.


b) more heavily in a few controlling classes.

c) according to interaction diagram messaging.



28) What is the BEST model change for the following new requirements in the mortgage processing system?

a) Add an updateAssessedValue( newValue ) method to the Mortgage class, which uses newValue in collaboration with the Property's tax rates to provide tax amounts.

b) Add an updateAssessedValue( newValue ) method to the Property class, which uses newValue in collaboration with the TaxingAuthority's tax rates to provide tax amounts.


c) Add an updateAssessedValue( newValue ) method to the TaxingAuthority class, which uses its tax rates to provide tax amounts.

d) Add an updateAssessedValue( newValue ) method to the Property class, which uses its tax notes to provide tax amounts.


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

Exhibit




29) A non-object oriented legacy application which interacts with back end systems exists. It is now required to redesign this application into an object oriented system, that caters to high volume of requests. Which of the following need to be considered while modeling the system?

a) It is not necessary to define classes, such that they represent the data fields in the back end. The object model should capture the behavior of the legacy system.


b) The object model should consist of classes which match the back end data fields. This aids the persistence of classes.

c) Draw activity diagrams to understand the behavior of the existing legacy system.


d) The GUI client objects need to be behavioral driven and they directly communicate with the database.

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).




30) Which of the following is the BEST description of the sequence diagram in Figure Interaction? When an instance of a:

a) Person is asked for its assets, it sums the balances of each of its asset Accounts.


b) Customer is asked for its assets, it sums the balances of each of its asset Accounts.

c) Person is asked for its assets, it returns the balance of its asset Account.

d) Customer is asked for its assets, it returns the balance of its asset Account.

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

Exhibit






31) Which of the following details are required in OO diagrams?

a) Show navigability of associations in conceptual class diagrams.

b) Show different scenario of a use case on the same interaction diagram for clear understanding.

c) Show message sequence numbers in collaboration diagrams.

d) If asynchronous messages exist in a scenario, show them in interaction diagrams.


Multiple Select - Please select all of the correct answers (this question has 2 correct choices).






32) Refer to the state diagram in Figure State for MortgageApplication. Suppose that there is a requirement to add state transitions to a "Cancelled" state from any states except "Closed". Which of the following are valid ways to add the "Cancelled" state?

a) Funnel all cancellations from only one of the other states.

b) Add a "Cancelled" superstate to the diagram.

c) Add transitions from "Submitted" and "Qualified" to a new "Cancelled" state.

d) Add an "Active" superstate that handles the transition to "Cancelled".



Multiple Select - Please select all of the correct answers (this question has 2 correct choices).

Exhibit






33) Based on the activity diagram in Figure Activity, which activities can occur concurrently?

a) Generate closing paperwork, Schedule closing

b) Get property appraised, Verify assets, Check credit rating


c) All the activities can occur concurrently

d) The custom servlet name, is used as part of the URL used to invoke it.

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).

Exhibit






34) Which of the following are true about the strengths and weaknesses of activity diagrams?

a) Activity diagrams are good at enumerating object collaborations to accomplish a task.

b) Activity diagrams are good at exploring the interactions related to one or more use cases.

c) It is difficult to discern exactly how to map the activity diagram actions to object model specifics.

d) Since activity diagrams allow parallel behavior modeling, they are good for workflow modeling.



Multiple Select - Please select all of the correct answers (this question has 3 correct choices).






35) State diagrams:

a) are good at depicting the behavior of an object across multiple use cases.

b) are best used for objects that have multiple interesting states and not for most or all the objects in the system.


c) are good at depicting interactions among multiple objects.

d) can be used for user interface or control objects.



Multiple Select - Please select all of the correct answers (this question has 3 correct choices).






36) Software entropy is a phenomenon wherein programs begin with well designed state, but as new functionalities are added, they lose their structure. Refactoring of classes is done to avoid software entropy. What are good practices to follow during refactoring?

a) Renaming a method and moving a field from one class to another should be done in small steps, testing changes as required.

b) Break down classes that are heavily loaded with responsibilities into smaller classes and distribute the responsibilities among them effectively.

c) Consolidate similar methods from different classes in the same type hierarchy into a common super class wherever possible.


d) Add functionality and refactor simultaneously in order to obtain an efficient and effective design.


Multiple Select - Please select all of the correct answers (this question has 3 correct choices).






37) Which of the following are good practices to use while designing for reuse?

a) Define a persistence framework that provides services for persisting objects.


b) Use design patterns, wherein complete solutions are already defined.

c) Use controller objects to control the flow of processes in the system.

d) Assign responsibilities to classes such that coupling between them remains low.


e) Design classes with low cohesion.

Multiple Select - Please select all of the correct answers (this question has 2 correct choices).






38) A partial class diagram of a college course management application is shown in Figure studentInstructor. A student knows all of the instructors he is registered with. Similarly, an instructor also knows all the students who are registered with him. A new requirement is added which specifies that an instructor can also be a student for some courses. What is the BEST partial application redesign shown in the Figure?

a) Design 'A'

b) Design 'B'

c) Design 'C'


d) Design 'D'

e) Design 'E'


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

Exhibit




39) Which of the following are true about implementing a system based on existing OOAD assets?

a) Due to constraints introduced by the target language, such as C++, Smalltalk, or Java, as well as physical packaging, the OO analysis model does not carry forward into detailed design and implementation.

b) The classes, methods, attributes, and relationships identified during the OO analysis carry forward into detailed design and implementation.

c) The OO analysis model is usually refactored later in the project.

d) The classes from the OO analysis are expanded to add private methods and collaborations with helper classes.



Multiple Select - Please select all of the correct answers (this question has 3 correct choices).








40)
A resulting benefit of using polymorphism is reduction of:

a) methods in the associated classes

b) subclasses needed to accomplish the same functionality

c) case statements and conditionals


d) coupling between classes in the system


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






41. UML interfaces are used to:

a) define an API for all classes.

b) program in Java, but not in C++ or Smalltalk.

c) define executable logic to reuse across classes.

d) specify required services for types of objects.







42) True or false? When declaring a public method due to an additional message between classes as part of some system functionality, the OOAD UML assets should be updated to reflect this change.

a) True


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






43) 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






44) Referring to the "Book a Party" use case in the Figure Book a Party, which of the following is the BEST list of candidate interaction diagrams to support the use case?

a) Find available date, Search for client, View client preferences, Book an event, Calculate cost of event, Generate confirmation letter


b) Find available date, Search for client, View client preferences, Explain menu alternatives, Book an event, Calculate cost of event, Generate confirmation letter

c) Find available date, Search for client, View client preferences, Book an event, Calculate cost of event, Request deposit, Generate confirmation letter

d) Find available date, Search for client, View client preferences, Book an event, Calculate cost of event, Generate confirmation letter, Mail confirmation letter


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

Exhibit






45) When creating the use cases related to the "Prepare for an Event" scenario in the Figure ChefScenario, which one of the following BEST represents the type of terminology that the use cases should contain?
Click here for figure

a) chef, menu, recipes, ingredients


b) end user, bill of fare, cooking specifications, food contents

c) chef object, menu object, recipe object, ingredient object

d) person record, menu print stream, recipe container, ingredient array

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

Exhibit




46) Which of the following are true about services resulting from use cases?

a) New requirements in use cases generally result in one or more public methods in a business domain class.


b) Private methods are required by the system's use cases.

c) Use cases drive the design of interaction diagrams, which in turn define public methods in model classes.


Multiple Select - Please select all of the correct answers (this question has 2 correct choices).





47) Which of the following are recommended when developing an OO system?

a) Write a description of the concept that a class represents whenever a new class is declared.

b) Use interfaces for types or roles that objects may play, independent of their location in the class hierarchy.

c) Apply design patterns where applicable in the system.


d) Name classes based on their design specifics, such as "array" or "queue".

Multiple Select - Please select all of the correct answers (this question has 3 correct choices).






48) Which of the following are true about interaction diagrams?

a) Interaction diagrams are at their best when they deal with one main design flow and not multiple variants that can happen.

b) Interaction diagrams are good at designing part or all of one use case's functionality across multiple objects.

c) Interaction diagrams allow the analyst to show iteration and conditional execution for messaging between objects.

d) Sequence diagrams are logically equivalent to collaboration diagrams, differing primarily in format of presentation.


Multiple Select - Please select all of the correct answers (this question has 4 correct choices).






49) An Observer is a design pattern where dependent objects "register" with another "server" object so that they are notified of changes to the server object. The server object isn't specifically aware of its dependents, but only knows to notify them of changes to its state. Which of the following uses an Observer pattern to maintain the correct separation of model and view in a layered software architecture?

a) GUI components register with business components so that they can update their views when the underlying model objects change.


b) GUI components register with other GUI components so that can be notified of user changes to the state of the system.

c) Business components register with GUI components so that the GUI components know who to ask for updates to their state.

d) Business components register with other business components so that they can enforce business rules based on state change.

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






50)
Which of the following MUST be present to write use cases?

a) Development team

b) Object technology expert

c) Domain expert

d) Requirements decision maker







51)
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


Multiple Select - Please select all of the correct answers (this question has 2 correct choices).

Exhibit






52)
Benefits resulting from designing and implementing layered application components include:

a) reduced initial design time.

b) reduced time for initial development cycle.

c) maintainability and reuse of the application components



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







53)
Referring to the sequence diagram in Figure Interaction, what methods MUST be implemented by the Account class?


a) withdraw, checkBalance


b) withdraw, log, checkBalance

c) withdraw, checkBalance, acknowledge

d) withdraw, acknowledge


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


Exhibit







54)
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.


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


</body>
</html>
 
It's hard to fight evil. The little things, like a nice sandwich, really helps. Right tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic