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
-
Used for scheduling
-
Aviold reqource contentation
-
To validate program
-
None of above
B
Correct answer
Explanation
Virtual resources in CA7 are used to avoid resource contention by defining logical resources that jobs can require, ensuring that jobs needing the same resource don't run simultaneously. The option text 'Aviold reqource contentation' is a typo for 'Avoid resource contention'.
-
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.
-
Text Files
-
XML Files
-
Relational databases thru JDBC/ODBC drivers
-
All the above
D
Correct answer
Explanation
Scriptura can connect to multiple data source types including text files, XML files, and relational databases through standard JDBC/ODBC drivers. All listed options are valid connection methods, making option D the correct choice.
C
Correct answer
Explanation
The Scriptura client communicates with the server through default port 13542. This is the standard port configured for Scriptura client-server communication.
-
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.
-
UI-> Proxy?Provider -> Service-> Database?Mapper
-
UI-> Service?Service -> Mapper -> Database?Provider
-
UI-> Proxy -> Service -> Provider -> Database?Mapper
-
UI-> Service?Provider-> Proxy-> Database?Mapper
C
Correct answer
Explanation
The correct architectural flow is UI -> Proxy -> Service -> Provider -> Database -> Mapper. This layered architecture ensures proper separation of concerns: the UI communicates through a Proxy layer, which calls the Service layer, which uses a Provider for data access, which interacts with the Database, and finally a Mapper converts between data models. The other options either skip layers or place components in an illogical order.
-
T-Regualr Table, A-attachment
-
T-Regular Table, B-attachment
-
H-history, T- regualr, B-attachment
-
T-Regualr, H-History, A-attachment
B,C
Correct answer
Explanation
In Remedy ARS database schema, forms use specific table prefixes: 'T' for the main data table (regular/form table), 'B' for attachment blob data, and 'H' for history/audit trail. Therefore 'T-Regular Table, B-attachment' (Option B) is correct, and 'H-history, T- regualr, B-attachment' (Option C) is also correct as it includes all three table types.
A
Correct answer
Explanation
In ARS database, each attachment requires two tables: one for attachment metadata (fields, size, name, etc.) and one for the actual binary/blob data. This separation allows efficient storage and retrieval of attachment information without loading the entire binary content when only metadata is needed.