Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

In Which Phase Of Rup Is The "business Case" For The Project Established?

Answer»

Inception.

Inception.

2.

In Which Phase Of The "rup Process" Is The Software Accepted By The End Users?

Answer»

TRANSITION PHASE

Transition Phase

3.

What Are The "4 Sequential Phases" That Make Up The "sw" Development Life Cycle In The Rup ?

Answer»
  1. INCEPTION
  2. ELABORATION
  3. CONSTRUCTION
  4. TRANSITION

4.

What "framework" Is Used In Rup To Drive The Goals And Objectives In Each Of The Iterations?

Answer»

Phases and ITERATIONS together provide the FOUNDATION for ITERATIVE development.

Phases and Iterations together provide the foundation for iterative development.

5.

What Are The "5 Disciplines" In The Iterative Life Cycle?

Answer»
  1. REQUIREMENTS
  2. Analysis and DESIGN
  3. IMPLEMENTATION
  4. Test
  5. DEPLOYMENT

6.

What Is Iteration?

Answer»

Iteration is a DISTINCT, time-boxed SEQUENCE of activities that results in a RELEASE (INTERNAL or EXTERNAL) of an executable product.

Iteration is a distinct, time-boxed sequence of activities that results in a release (internal or external) of an executable product.

7.

What 2 Workflow Details Do The "implementation Discipline Workflow" Consist Of?

Answer»
  1. STRUCTURE the implementation model
  2. IMPLEMENT DESIGN IMPLEMENTS

8.

What Is The Workflow Detail?

Answer»

WORKFLOW detail is a grouping of ACTIVITIES that are often PERFORMED together to PRODUCE a SPECIFIC result.

Workflow detail is a grouping of activities that are often performed together to produce a specific result.

9.

At What 2 Levels Is The Rup Process Described?

Answer»
  1. DISCIPLINE LEVEL
  2. WORKFLOW DETAIL level

10.

What Is Rmi - Iiop?

Answer»
  1. Remote Method Invocation over Internet Inter-Orb Protocol (RMI-IIOP). 
  2. RMI is a JAVA standard for providing distributed object communication between TWO Java OBJECTS
  3. In order to provide maximum interoperability between elements that may not be WRITTEN in Java (such as an EJB container), the J2EE platform stipulates that the language-independent Internet Inter-Orb Protocol (IIOP) be used.
  4. IIOP is an element of the CORBA (Common Object REQUEST Broker Architecture) standard that is defined by the OMG.

11.

What Does Jaas Enable?

Answer»

JAVA Authentication and Authorization Service: JAAS allows J2EE APPLICATIONS to authenticate users (to reliably and securely determine who is currently EXECUTING Java code) and authorize users (to ensure that they have the permissions required to perform the necessary actions).

Java Authentication and Authorization Service: JAAS allows J2EE applications to authenticate users (to reliably and securely determine who is currently executing Java code) and authorize users (to ensure that they have the permissions required to perform the necessary actions).

12.

Why Is The Concept Of Container-based Computing Central To The J2ee Platform?

Answer»

It allows COMPONENTS to EXECUTE in an ENVIRONMENT that provides the services they require. Research transactional services.

It allows components to execute in an environment that provides the services they require. Research transactional services.

13.

In Which Tier Does A User Interface Framework Correspond To?

Answer»

The PRESENTATION TIER. The VIEW of the MVC ARCHITECTURE.

The presentation tier. The View of the MVC Architecture.

14.

What Is A Common Multi-tier Architecture?

Answer»
  1. PRESENTATION TIER
  2. BUSINESS Tier
  3. INTEGRATION Tier

15.

Which 3 Concerns Do Enterprise Systems Exhibit?

Answer»
  1. BUSINESS CONCERNS
  2. INTEGRATION Concerns
  3. DEVELOPMENT Concerns

16.

What Are Some Of The Development Concerns Common To Every Project?

Answer»

System attributes such as:

  1. Performance
  2. Scalability
  3. RELIABILITY
  4. MAINTAINABILITY
  5. Security
  6. EASE of incorporating new functionality
  7. Ability to INTEGRATE the system with existing systems.

System attributes such as:

17.

What Types Of Solutions Does Using Component-based Architectures Offer?

Answer»
  1. Components facilitate resilient architectures.
  2. Modularity enables a CLEAR separation of concerns among elements of a system that are subject to change.
  3. Reuse is FACILITATED by leveraging standardized frameworks (such as COM +, CORBA, and EJB) and COMMERCIALLY available components.
  4. Components provide a natural BASIS for configuration management.
  5. Visual modeling tools provide automation for component-based DEVELOPMENT.

18.

Which Set Of Significant Decisions Does A System's Architecture Encompass?

Answer»
  1. The ORGANIZATION of a software SYSTEM.
  2. The SELECTION of the structural elements and their interfaces by which the system is COMPOSED.
  3. Their behavior, as specified by the collaborations among those elements.
  4. The composition of these structural and behavioral elements into progressively larger subsystems.
  5. The architectural style that guides this organization: These elements and their interfaces, their collaborations, and their composition.

19.

What Is A Requirement?

Answer»

A requirement is a condition or capability a system must meet.

The active MANAGEMENT of requirements encompasses three activities:

  1. ELICITING
  2. ORGANIZING
  3. Documenting

The system's required functionality and constraints.

A requirement is a condition or capability a system must meet.

The active management of requirements encompasses three activities:

The system's required functionality and constraints.