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
-
Requires minimal modifications to the application.
-
Decreases productivity
-
Increases Productivity
-
Increases the implementation time
-
Reduces the implementation time
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.
-
Service Operation
-
Service Transition
-
Continual Service Improvement
-
Service Strategy
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.
-
Service Asset and Configuration Management
-
Capacity Management
-
IT Service Continuity
-
Incident Management
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.
-
Service Design
-
Service Transition
-
Service Strategy
-
Service Operation
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.
-
Business Relationship Management
-
Availability Management
-
Continual Service Improvement
-
Service Level Management
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.
-
Scenario , Dry Run , Peer Group
-
Pre Meeting Preparations
-
Formal Follow Up Process
-
Includes Metrics
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.
-
Material Supply Operations
-
Production Programming and Scheduling
-
Global Logistics and Customs
-
All of them
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.
-
Production Programming and Scheduling
-
Global Logistics and Customs
-
Advanced Material Handling Engineering
-
All of them
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.
-
Design of Material Flow
-
Customs
-
Parts Material Control
-
Vehicle Order Edit
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.
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.
-
functional automation tools
-
performance testing tools
-
Configuration Management tools
-
None of the above
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.
-
Manifest.xml
-
Feature.xml
-
Workflow.xml
-
Package.ddf
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.
-
RAMP
-
Mschange
-
UTS
-
iAdmin
-
TMF
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.
-
Problem
-
Solution
-
Consequences
-
Intent
C,D
Correct answer
Explanation
Gang of Four format includes Intent (what the pattern does) and Consequences (trade-offs and results). Problem and Solution are not standard GoF sections - the pattern describes the solution, and the problem is implicit in the context.
-
cycles in the program
-
errors in the program
-
independent logic paths in the program
-
statements in the program
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.