Computer Knowledge

Software Development and Management

3,064 Questions

Software development and management focuses on the system development life cycle, enterprise architecture, and configuration management. It tests your familiarity with system analysis, design models, and IT project planning. This subject is essential for specialist and banking officer scale examinations.

System analysis and designSoftware development life cycleConfiguration managementEnterprise architectureObject oriented design

Software Development and Management Questions

Multiple choice technology architecture
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is the standard definition of a use case in UML, a sequence of actions a system performs that delivers value to actors. Use cases capture functional requirements by describing system interactions from user perspectives, focusing on observable results rather than internal implementation.

Multiple choice technology architecture
  1. views

  2. diagrams

  3. model elements

  4. all the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

UML consists of three main components: views (structural and behavioral perspectives of the system), diagrams (graphical representations like class diagrams, sequence diagrams), and model elements (basic building blocks like classes, objects, relationships). All three are essential parts of UML.

Multiple choice technology web technology
  1. Stages

  2. Tasks

  3. Models

  4. a&c

  5. a&b

  6. b&c

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The PeopleSoft KES (Key Enterprise Selling) process includes both Stages and Tasks. Stages represent the major phases in the sales cycle (like qualification, proposal, negotiation), while Tasks are the specific activities that need to be completed within each stage. This structure helps manage complex enterprise sales processes systematically.

Multiple choice technology platforms and products
  1. Option A is correct

  2. Option B is correct

  3. Both A and B are correct

  4. Both A and B are incorrect

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Both input controls (like textboxes) and display controls (like labels) can maintain their state across postbacks through mechanisms like ViewState in ASP.NET. This state management preserves user input and display values between round-trips to the server.

Multiple choice technology mainframe
  1. Refresh OPC scheduleby TOP

  2. Build the modified components

  3. Both 1 and 2

  4. nothing needds to changed

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When technical jobs are modified in an OPC (Operations Planning and Control) scheduling system, the schedule must be refreshed to recognize the changes. Option A correctly states this. Option B (rebuilding) is not the immediate step after job modification - the schedule must be updated first to know about the changes.

Multiple choice technology
  1. ISIS

  2. ABRD

  3. both a and b

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ABRD (Agile Business Rule Development) is recognized as the first open-source methodology for business rules development. It provides a structured approach to developing and managing business rules with an agile methodology, establishing foundational practices that later methodologies built upon.

Multiple choice technology
  1. can execute IRC

  2. is used to help visualization

  3. used to organize in to a sequence

  4. compulsory to execute a rule project

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Rule flow in IBM ODM is used to organize rule execution into a sequence of tasks, providing visual control over the order of rule execution. It helps with organization and sequencing, not just visualization, and is not compulsory for executing a rule project. IRC execution is not its purpose.

Multiple choice technology
  1. rule archives

  2. BOM entries

  3. XOM classes

  4. queries

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

Rule Studio rule projects contain rule archives (deployed rule packages), BOM entries (business object model definitions), and queries (for testing and data retrieval). XOM classes are external Java execution classes that exist outside the Rule Studio project - they are referenced but not contained within it.

Multiple choice technology web 2.0
  1. Nature of Task

  2. Tasks and Workflow

  3. Data Volume

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All three factors are crucial when designing information visualization: the nature of the task determines visualization type, the workflow affects user interaction patterns, and data volume impacts performance and rendering choices. Ignoring any of these can lead to ineffective visualizations.

Multiple choice technology testing
  1. Project plan

  2. Business plan

  3. Support plan

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The test plan is derived from the master project plan, which outlines the project scope, schedule, and resource allocations. Business plans and support plans do not provide the direct technical boundaries, milestones, and deliverables needed to structure testing activities.

Multiple choice technology testing
  1. Defect prevention

  2. Deliverable base-lining

  3. Management reporting

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Defect management processes focus on identifying, tracking, reporting, and preventing defects. Deliverable baselining is part of configuration management or project planning, not defect management. Defect prevention and management reporting are key components of defect management.

Multiple choice technology web technology
  1. Properties

  2. Flows

  3. Harness

  4. Correspondence Rules

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

System Architects in PRPC work with Properties as part of designing the data model and class structure. While they also work with flows and harnesses, properties are fundamental to their role in defining how data is stored and accessed throughout the application.

Multiple choice technology web technology
  1. Parent Class only

  2. Parent class and all its child classes

  3. Parent class and all its child classes unless explicitly overridden by another access rule

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In role-based access control systems like Pega, access roles defined at a parent class level automatically inherit down to all child classes. This inheritance persists unless explicitly overridden by a more specific access rule defined at the child class level. Other options miss this conditional override.

Multiple choice technology web technology
  1. px

  2. py

  3. A and B

  4. pz

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In PRPC, pz prefix properties (Pega-provided protected) are read-only and cannot be modified by developers or users. px properties are public and can be modified, while py properties are your custom properties that you can modify. The pz layer is Pega's protected code that shouldn't be altered.

Multiple choice technology web technology
  1. Covered work objects inherit from Cover-Object- class

  2. Ordinary work objects inherit from the Work-Object- class

  3. Folders may contain only one covered work object

  4. Folders may be a work object

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Ordinary work objects inherit from the Work-Object- base class in PRPC. Covered work objects inherit from Work-Cover- class, not Cover-Object-. Folders can contain multiple covered work objects, and folders themselves are work objects (Work-Folder- class), so options C and D are false.