Computer Knowledge

Software Development and Management

2,312 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 packaged enterprise solutions
  1. Requires minimal modifications to the application.

  2. Decreases productivity

  3. Increases Productivity

  4. Increases the implementation time

  5. Reduces the implementation time

Reveal answer Fill a bubble to check yourself
A,C,E Correct answer
Explanation

Adapting the client's business processes to match the default software package configurations minimizes custom programming work. This reduces overall implementation time and increases productivity by avoiding complex custom code maintenance.

Multiple choice technology
  1. Service Operation

  2. Service Transition

  3. Continual Service Improvement

  4. Service Strategy

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

Continual Service Improvement (CSI) is the service lifecycle stage focused on improving process efficiency and cost-effectiveness. CSI systematically identifies and implements improvements to services and processes. Service Operation handles day-to-day delivery, Service Transition manages changes, and Service Strategy defines overall service plans.

Multiple choice technology
  1. Service Asset and Configuration Management

  2. Capacity Management

  3. IT Service Continuity

  4. Incident Management

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

Problem Management and Incident Management are closely linked processes. When incidents occur, they can lead to the identification of underlying problems, so both processes use compatible categorization and impact assessment systems to track related data effectively.

Multiple choice technology
  1. Service Design

  2. Service Transition

  3. Service Strategy

  4. Service Operation

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

Service Strategy is the foundational stage of the ITIL lifecycle where organizations define their overall approach to IT services. It establishes policies, objectives, and strategic decisions that guide all subsequent stages of design, transition, operation, and improvement.

Multiple choice technology
  1. Business Relationship Management

  2. Availability Management

  3. Continual Service Improvement

  4. Service Level Management

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

Service Level Management is responsible for monitoring and reporting on whether services meet their agreed targets. This process produces SLA compliance reports and discusses them with customers to ensure transparency about service performance and any areas needing improvement.

Multiple choice technology testing
  1. Scenario , Dry Run , Peer Group

  2. Pre Meeting Preparations

  3. Formal Follow Up Process

  4. Includes Metrics

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

A Walk Through is characterized by three key elements: Scenario (defining the test situation), Dry Run (practicing the test execution), and Peer Group (involving team members in the review process). While pre-meeting preparations happen, they're not defining characteristics, and walk-throughs typically don't include formal metrics or formal follow-up processes.

Multiple choice technology mainframe
  1. Material Supply Operations

  2. Production Programming and Scheduling

  3. Global Logistics and Customs

  4. All of them

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

All three listed functions are core operational processes at Chrysler: Material Supply Operations manages inbound parts, Production Programming and Scheduling handles manufacturing planning, and Global Logistics and Customs manages distribution and compliance.

Multiple choice technology mainframe
  1. Production Programming and Scheduling

  2. Global Logistics and Customs

  3. Advanced Material Handling Engineering

  4. All of them

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

The Central Supply System encompasses multiple core functional processes including Production Programming and Scheduling, Global Logistics and Customs, and Advanced Material Handling Engineering. These represent the comprehensive supply chain management functions at the enterprise level.

Multiple choice technology mainframe
  1. Design of Material Flow

  2. Customs

  3. Parts Material Control

  4. Vehicle Order Edit

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

Vehicle Order Edit is a core function of Production Programming and Scheduling (PPS) in automotive manufacturing, validating and refining orders before production scheduling. Distractors like Material Flow Design, Customs, and Parts Material Control represent other functions within Material Planning and Logistics rather than PPS.

Multiple choice technology packaged enterprise solutions
  1. True

  2. False

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

Siebel Process Models (Business Process Diagrams) represent high-level workflows rather than step-by-step low-level details for individual roles. Detailed work steps and test scripts are derived from lower-level tasks and business service scripts.

Multiple choice technology testing
  1. functional automation tools

  2. performance testing tools

  3. Configuration Management tools

  4. None of the above

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

ChangeMan and ClearCase are both Configuration Management (CM) tools used for version control and change tracking in software development. They manage source code versions, track changes, and coordinate team access. They are not functional automation or performance testing tools, making 'Configuration Management tools' the correct classification.

Multiple choice technology
  1. Manifest.xml

  2. Feature.xml

  3. Workflow.xml

  4. Package.ddf

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

Packaging a workflow feature in SharePoint 2007 requires four files: Manifest.xml (option A) defines the solution manifest, Feature.xml (option B) defines the feature itself, Workflow.xml (option C) contains the workflow definition, and Package.ddf (option D) is the makecab directive file for packaging the solution into a .wsp file. All four files are essential components of the workflow packaging process. The Manifest.xml lists the features in the solution, Feature.xml declares the workflow feature, Workflow.xml defines the workflow structure, and Package.ddf controls the cabinet file creation.

Multiple choice technology
  1. RAMP

  2. Mschange

  3. UTS

  4. iAdmin

  5. TMF

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

GFS (Global Foundation Services) uses specific tools for different operational functions. Mschange is the designated change management tool within the GFS infrastructure for tracking and approving changes.

Multiple choice technology testing
  1. cycles in the program

  2. errors in the program

  3. independent logic paths in the program

  4. statements in the program

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

Cyclomatic complexity is a software metric that measures the number of independent linear paths through a program's source code. It quantifies decision logic complexity by counting branching points. This metric helps identify areas needing thorough testing, as higher complexity indicates more paths to verify.