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 testing
  1. True

  2. False

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

The Agile Manifesto values working SOFTWARE over comprehensive documentation, not 'Working Hardware'. Hardware is incorrect. The other three values (a, c, d) are correct. Since one statement is wrong, the overall answer is False.

Multiple choice technology testing
  1. True

  2. False

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

Agile Management DOES use iterative cycles (a is wrong saying 'NotIterative'), DOES have rapid feedback (b is wrong), and DOES deliver early value (c is correct). Since statements contain clear contradictions (a and b say 'Not' to core Agile principles), the overall answer is False.

Multiple choice technology platforms and products
  1. Object Handle

  2. Size of the buffer assigned to hold the message

  3. Length of application data in message

  4. Connection Handle

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

MQGET API requires input parameters: Object Handle (Hobj), Buffer (to receive message), Buffer Length (size of buffer), and Connection Handle (Hconn). The 'Length of application data in message' is an OUTPUT parameter (returned in the DataLength field) that tells you how much data was actually retrieved, not an input you provide.

Multiple choice technology platforms and products
  1. Connection Handle

  2. Object Handle

  3. Reason Code

  4. Completion Code

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

MQCMIT API commits all operations within the current unit of work. Its parameters are: Connection Handle (Hconn), Completion Code (CompCode), and Reason Code (Reason). Object Handle (Hobj) is NOT a parameter for MQCMIT because commit operations work at the connection/transaction level, not on individual queue objects.

Multiple choice technology testing
  1. People Management

  2. Process management

  3. Project Management

  4. Product Designing

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

Agile is a project management methodology emphasizing iterative development, adaptive planning, and rapid delivery. It's not about people management (HR), pure process management, or product design aesthetics.

Multiple choice technology testing
  1. Scope,Define,develop,Evaluate

  2. Define, Design , Develop, Test

  3. Scope, Develop, Execute, Evaluate

  4. Scope, Design,Execute, Test

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

Agile components are Scope (define what to build), Define (plan details), Develop (build), Evaluate (review/adapt). The D-D-D-E pattern captures the iterative cycle of defining, executing, and evaluating work.

Multiple choice technology testing
  1. Scrum

  2. XP

  3. Lean Development

  4. All of the above

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

Scrum, XP, and Lean Development are all Agile methodology types. Scrum uses sprints and roles, XP emphasizes engineering practices, and Lean focuses on eliminating waste and delivering value.

Multiple choice technology web technology
  1. SDD is a doc written by a developer

  2. SDD is a doc written by a Business Analyst

  3. SDD is a doc written by a System Analyst

  4. SDD is a doc written by a Test Manager

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

SDD (Software Design Document or System Design Document) is typically authored by a System Analyst to describe the system architecture and design details. While developers may contribute, the SDD is primarily a system analyst's responsibility.

Multiple choice technology web technology
  1. SDD is a doc written by a developer

  2. SDD is a doc written by a Business Analyst

  3. SDD is a doc written by a System Analyst

  4. SDD is a doc written by a Test Manager

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

SDD (Software Design Document or System Design Document) is a technical document written by a System Analyst that describes system architecture, design components, and technical specifications. Developers implement from it, Business Analysts focus on requirements, and Test Managers use it for test planning.

Multiple choice technology testing
  1. ISO/IEC 12119

  2. ISO/IEC 14143

  3. ISO/IEC 15271

  4. ISO/IEC 12207

  5. ISO/IEC 15504

  6. ISO/IEC 15939

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

ISO/IEC 12207 'Systems and software engineering - Software life cycle processes' is the standard that defines software life cycle processes including acquisition, supply, development, operation, maintenance, and disposal. This matches the question precisely. 12119 covers software package quality requirements, 14143 is about function point analysis, 15271 relates to IT service management, 15504 covers process capability assessment, and 15939 addresses measurement processes.

Multiple choice technology web technology
  1. Cognos Datamanager

  2. Framework Manager

  3. Cognos Metrics Manager

  4. Cognos Metric Designer

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

Framework Manager is the Cognos BI product used to model metadata and create the semantic layer for reporting. Cognos Datamanager is for data integration, Cognos Metrics Manager is for scorecard metrics, and Cognos Metric Designer is also for metric design - none of these are the primary metadata modeling tool.

Multiple choice technology
  1. Cognos Connection

  2. Cognos SDK

  3. Metric Studio

  4. Report Studio

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

Report Studio is the Cognos tool designed for creating professional dashboard reports with visual components like gauges, lists, and graphs. It provides the flexibility to create executive-facing dashboards with multiple visualization types. Cognos Connection is for portal access, Cognos SDK is for development, and Metric Studio is for scorecard-style monitoring.

Multiple choice technology
  1. Cognos Planning

  2. Cognos TM1

  3. Analysis Studio

  4. Query Studio

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

Analysis Studio is designed for interactive data exploration and analysis. It allows users to drill through data, discover patterns, and perform ad-hoc analysis that leads to new questions. Cognos Planning is for budgeting, TM1 is for financial modeling, and Query Studio is for simpler querying without deep analysis capabilities.

Multiple choice technology
  1. Event Studio

  2. Metric Studio

  3. Batch Job Scheduling in Cognos Connection

  4. Cognos TM1

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

Event Studio is designed for event-driven notifications and actions in Cognos. When a condition is met (like product returns exceeding 10), it can automatically send emails and run reports to specified recipients. Metric Studio tracks KPIs over time but isn't designed for conditional event-based alerts with actions.