300+ TOP Rational Unified Process Interview Questions [UPDATED]

  1. 1. What Is A Requirement?

    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.

  2. 2. Which Set Of Significant Decisions Does A System’s Architecture Encompass?

    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.

  3. SEI Capability Maturity Model Implementation (SEI CMMI) Interview Questions

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

    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.
  5. 4. What Are Some Of The Development Concerns Common To Every Project?

    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.

  6. SEI Capability Maturity Model Implementation (SEI CMMI) Tutorial

  7. 5. Which 3 Concerns Do Enterprise Systems Exhibit?

    1. Business Concerns
    2. Integration Concerns
    3. Development Concerns

  8. J2EE Interview Questions

  9. 6. What Is A Common Multi-tier Architecture?

    1. Presentation Tier
    2. Business Tier
    3. Integration Tier
  10. 7. In Which Tier Does A User Interface Framework Correspond To?

    The presentation tier. The View of the MVC Architecture.


  11. J2EE Tutorial
    MySQL Interview Questions

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

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

  13. 9. What Does Jaas Enable?

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


  14. SQL Interview Questions

  15. 10. What Is Rmi – Iiop?

    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.

  16. MySQL Tutorial

  17. 11. What Is Workflow?

    A workflow is a sequence of activities that produces a result observable value.


  18. Java-Google Web Toolkit (GWT) Interview Questions

  19. 12. At What 2 Levels Is The Rup Process Described?

    1. Discipline level
    2. Workflow detail level

  20. SEI Capability Maturity Model Implementation (SEI CMMI) Interview Questions

  21. 13. What Is The Workflow Detail?

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


  22. Web Developer Guide Tutorial

  23. 14. What 2 Workflow Details Do The “implementation Discipline Workflow” Consist Of?

    1. Structure the implementation model
    2. Implement Design Implements
  24. 15. What Is Iteration?

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


  25. Web Developer Guide Interview Questions

  26. 16. What Are The “5 Disciplines” In The Iterative Life Cycle?

    1. Requirements
    2. Analysis and Design
    3. Implementation
    4. Test
    5. Deployment

  27. Java 8 Tutorial

  28. 17. What “framework” Is Used In Rup To Drive The Goals And Objectives In Each Of The Iterations?

    Phases and Iterations together provide the foundation for iterative development.


  29. Java Abstraction Interview Questions

  30. 18. What Are The “4 Sequential Phases” That Make Up The “sw” Development Life Cycle In The Rup ?

    1. Inception
    2. Elaboration
    3. Construction
    4. Transition

  31. J2EE Interview Questions

  32. 19. In Which Phase Of The “rup Process” Is The Software Accepted By The End Users?

    Transition Phase


  33. Software Development Lifecycle (SDLC) Tutorial

  34. 20. In Which Phase Of Rup Is The “business Case” For The Project Established?

    Inception.


  35. Java 8 Interview Questions