601. Which of the following is a design pattern?
comments icon0

A. Behavioral

B. Abstract Factory

C. All of the mentioned

D. Structural

602. What describes how a set of interacting components can share data ?
comments icon0

A. none of the mentioned

B. model-view-controller

C. architecture pattern

D. repository pattern
603. Which option supports the statement:Most web frameworks now provide AJAX support ?
comments icon0
A. User interaction

B. Session Management

C. Security

D. Database support

604. 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. encapsulating the knowledge of which document subclass to is to be created and

D. all of the mentioned
605. In Java,______________________ are comparable with, though not identical to, RPCs?
comments icon0

A. None of the mentioned

B. Operating System

C. Remote Method Invocations

D. Clientserver computing

608. Which of the following strategies means that the impact of the risk will be reduced ?
comments icon0

A. Contingency plans

B. Avoidance strategies

C. Minimization strategies

D. All of the mentioned

610. Which architecture are reliant on middle-ware ?
comments icon0
A. Distributed component architecture

B. Master-slave architecture

C. Peer-to-peer architecture

D. Multi-tier clientserver architecture

611. Which things are dynamic parts of UML models ?
comments icon0
A. Behavioral things

B. Annotational things

C. Structural things

D. Grouping things

612. Which of the following is not a sign that indicates that an information systems project is in jeopardy?
comments icon0
A. Sponsorship is gained

B. Changes are managed poorly

C. Users are resistant

D. Software people dont understand their customers needs

613. Which architecture describes the various elements that support the implementation of services?
comments icon0

A. The Application Architecture

B. The Component Architecture

C. The Service Architecture

D. None of the mentioned

614. Which of the following is not included in SRS ?
comments icon0
A. Design solutions

B. Functionality

C. External Interfaces

D. Performance

615. We use _______________ where various parts of system use are identified and analyzed in turn?
comments icon0

A. design-based analysis

B. scenario-based analysis

C. tangible entities

D. none of the mentioned

619. Which of the following is a configuration item ?
comments icon0

A. Log information

B. Design & Test specification

C. All of the mentioned

D. Source code

620. Cleanroom software engineering complies with the operational analysis principles by using a method called known as________________?
comments icon0
A. box structure specification

B. none of the mentioned

C. degenerative error correction

D. referential transparency

621. Which type of software engineering team has a defined leader who coordinates specific tasks and secondary leaders that have responsibility for sub tasks ?
comments icon0
A. Controlled decentralized (CD)

B. Democratic decentralized (DD)

C. Controlled centralized (CC)

D. None of the mentioned

622. 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

623. Which diagram indicates the behaviour of the system as a consequence of external events ?
comments icon0

A. workflow diagram

B. control specification diagram

C. data flow diagram

D. state transition diagram
625. Which of the following is not a dimension of scalability ?
comments icon0

A. Distribution

B. Manageability

C. Size

D. Interception
626. A project usually has a timeline chart which was developed by_________________?
comments icon0

A. Ivar Jacabson

B. Barry Boehm

C. Henry Gantt

D. None of the mentioned

627. Which of the following is applicable on software radio ?
comments icon0

A. None of the mentioned

B. Distributed system

C. Environmental Control

D. Process Pipeline
628. Which of the following come under system control ?
comments icon0

A. Reconfigure

B. Shutdown

C. All of the mentioned

D. Powersave

631. Which things in UML are the explanatory parts of UML models ?
comments icon0

A. Structural things

B. Grouping things

C. Behavioral things

D. Annotational things
632. NET are specific to which platform ?
comments icon0
A. Microsoft

B. LINUX

C. Mac-OS

D. Java

633. Which of the following is not needed to develop a system design from concept to detailed object-oriented design ?
comments icon0

A. Designing system architecture

B. Developing a debugging system

C. Developing design models

D. Specifying interfaces

636. Which of the following categories is part of the output of software process ?
comments icon0
A. all of the mentioned

B. documents that describe the computer programs

C. data

D. computer programs

637. PM-CMM stands for___________________?
comments icon0
A. people management capability maturity model

B. project management capability maturity model

C. product management capability maturity model

D. process management capability maturity model

638. Which of the following is an essential principle of an architecture ?
comments icon0
A. All of the mentioned

B. Scalability

C. Consistency

D. Reliability

639. In which test design each input is tested at both ends of its valid range and just outside its valid range ?
comments icon0

A. Boundary value testing AND Equivalence class partitioning

B. Equivalence class partitioning

C. Boundary value testing

D. Decision tables

640. Arrange the following activities in order to build a SOA ____________________?
comments icon0

A. . Govern, secure and manage the services.

B. Virtualization through mediation.

C. Track services with registries.

D. Design for interoperability through the adoption of standards.</strong>

641. ERP stands for_________________?
comments icon0

A. None of the mentioned

B. Effective Reuse Planning

C. Effective Research Planning

D. Enterprise Resource Planning
645. Commitments to unrealistic time and resource estimates may result in____________________?
comments icon0

A. project delay

B. all of the mentioned

C. project failure

D. poor quality work

646. MVC framework includes___________________?
comments icon0

A. Strategy pattern

B. Observer pattern

C. All of the mentioned

D. Composite pattern

647. Which of the following is a building block of UML ?
comments icon0
A. All of the mentioned

B. Relationships

C. Things

D. Diagrams

648. The ________________ contains a state transition diagram that is a sequential specification of behavior?
comments icon0

A. data flow diagram

B. state transition diagram

C. workflow diagram

D. control specification
649. Which of the following UML diagrams has a static view ?
comments icon0

A. Collaboration

B. Use case

C. Activity

D. State chart

650. Which of the following is/are commonly used architectural pattern(s) ?
comments icon0

A. Layered Architecture

B. All of the mentioned

C. Model-View-Controller

D. Clientserver