2901. In factory method pattern, the framework must instantiate classes but it only knows about the abstract classes, which it cannot initiate. How would one solve this problem ?
comments icon0

A. moving this knowledge out of the framework

B. instantiating the application specific documents without knowing their class

C. all of the mentioned

D. encapsulating the knowledge of which document subclass to is to be created and

2904. At Conceptual level Class diagrams should include_____________________?
comments icon0

A. operations only

B. attributes only

C. both operations and attributes

D. none of the mentioned

2905. Which of the following statement(s) is true about interaction diagrams ?
comments icon0

A. Interaction diagrams are good at designing part or all of one use cases functionality across multiple objects

B. All of the mentioned

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

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

2906. What is an object________________?
comments icon0

A. An object includes encapsulation of data

B. An object is not an instance of a class

C. All of the mentioned

D. An object is an instance of a class
2907. Which of the following is not a characteristics of box diagram ?
comments icon0

A. arbitrary transfer of control is impossible

B. functional domain

C. recursion is easy to represent

D. providing a notation that translates actions and conditions
2908. What is an abstract class ?
comments icon0

A. A class that has direct instances, but whose descendants may not have direct instances

B. All of the mentioned

C. A class that has direct instances, but whose descendants may have direct instances

D. A class that has no direct instances, but whose descendants may have direct instances
2909. What establishes the profile of end-users of the system ?
comments icon0

A. design model

B. system image

C. mental image

D. users model
2911. A data model contains___________________?
comments icon0
A. all of the mentioned

B. data object

C. attributes

D. relationships

2912. Select the statement true for activity diagrams ?
comments icon0
A. All of the mentioned

B. They can be used to discover parallel activities

C. They are used to depict workflow for a particular business activity

D. Activity diagram do not tell who does what and are difficult to trace back to object models

2913. Which pattern prevents one from creating more than one instance of a variable ?
comments icon0

A. None of the mentioned

B. Observer

C. Factory Method

D. Singleton
2915. Which mechanism is applied to use a design pattern in an OO system ?
comments icon0
A. All of the mentioned

B. Composition

C. None of the mentioned

D. Inheritance

2916. Which of the following option is not considered by the Interface design ?
comments icon0

A. the design of interfaces between software components

B. all of the mentioned

C. the design of the interface between two computers

D. the design of interfaces between the software and human producers and consumers of information

2917. You want to minimize development cost by reusing methods? Which design pattern would you choose ?
comments icon0

A. Singleton Pattern

B. Delegation pattern

C. Immutable Pattern

D. Adapter Pattern

2918. Which of the following is not a construct ?
comments icon0

A. condition

B. repetition

C. sequence

D. selection
2919. Which of the following is not a part of a test design document ?
comments icon0

A. Test Design Specification

B. Test Case Specification

C. Test Plan

D. Test Log
2920. Specifying a set of test cases or test paths for each item to be tested at that level is known as__________________?
comments icon0

A. None of the mentioned

B. Test case generation

C. Test case design

D. ALL of the mentioned
2923. Which design pattern defines one-to-many dependency among objects ?
comments icon0

A. Singleton pattern

B. Factory method pattern

C. Observer pattern

D. Facade Pattern

2924. Which of the following is not a user interface design process ?
comments icon0

A. Interface validation

B. User, task, and environment analysis and modeling

C. Interface design

D. Knowledgeable, frequent users
2925. When users are involved in complex tasks, the demand on _______________ can be significant?
comments icon0

A. all of the mentioned

B. shortcuts

C. objects that appear on the screen

D. short-term memory
2927. Which of the following is not a design principle that allow the user to maintain control ?
comments icon0

A. Allow user interaction to be interrupt-able and undo-able

B. Design for direct interaction with objects that appear on the screen

C. Provide for flexible interaction

D. Show technical internals from the casual user
2930. A software might allow a user to interact via________________________?
comments icon0

A. keyboard commands

B. mouse movement

C. all of the mentioned

D. voice recognition commands

2931. Which of the following is golden rule for interface design ?
comments icon0
A. All of the mentioned

B. Make the interface consistent

C. Place the user in control

D. Reduce the users memory load