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 web technology
  1. Collection Size Limits

  2. Timeouts & Collection Size Limits

  3. Memory Allocation, Timeouts & Collection Size Limits

  4. Memory Allocatios & Collection Size Limits

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

WCF transports implement three categories of quotas: memory allocation limits prevent excessive buffer consumption, timeout quotas control operation duration, and collection size limits restrict the number of items in data structures. Together these protect services from resource exhaustion attacks.

Multiple choice technology web technology
  1. PortSharingEnabled

  2. SharingEnabled

  3. PortSharing

  4. PortSharingDisabled

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

The PortSharingEnabled property, when set to true on a binding's base address, enables multiple WCF services to share the same TCP port using the Net.TCP Port Sharing Service. This conserves network resources and allows more services on limited ports.

Multiple choice technology web technology
  1. Collection Size Limits

  2. Timeouts & Collection Size Limits

  3. Memory Allocation, Timeouts & Collection Size Limits

  4. Memory Allocatios & Collection Size Limits

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

WCF transports implement three categories of quotas: memory allocation limits prevent excessive buffer consumption, timeout quotas control operation duration, and collection size limits restrict the number of items in data structures. Together these protect services from resource exhaustion attacks.

Multiple choice technology enterprise content management
  1. A software solution that enables organizations to capture, process, and access electronic images of documents all on a unified content management platform

  2. An intersection of BPM and WCM

  3. Management of high-volume, paper-intensive processes involving the combination of human and systems-based activities

  4. Enables organizations to perform all content management operations

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

TCM (Total Content Management) provides a unified platform for capturing and managing electronic document images. It handles high-volume, paper-intensive processes by combining human workflows with automated systems. The integrated approach enables organizations to efficiently process and access documents across different management systems.

Multiple choice technology architecture
  1. True

  2. False

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

Design patterns establish a standardized vocabulary that enables developers to communicate complex design concepts efficiently. By providing common nomenclature, patterns facilitate clearer discussions about architectural solutions and best practices. This shared language helps teams collaborate more effectively on software design challenges.

Multiple choice technology web technology
  1. Draft

  2. Validated

  3. Installed

  4. Saved

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

Forms Builder templates must be in the Installed state to be available for use in TaskSpace. The template lifecycle progresses from Draft to Validated to Installed, with only Installed templates being deployable. This ensures that templates have completed all validation steps before being used in applications.

Multiple choice technology
  1. A-B-C-D-E-F

  2. A-B-D-C-E-F

  3. B-A-D-C-E-F

  4. D-C-A-B-E-F

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

The correct design process order is: first create source and target definitions, then build the mapping that connects them. Next, create a session task to define runtime parameters for the mapping, then wrap it in a workflow. After running, monitor and verify results. Creating workflow before session is incorrect because sessions are task components within workflows.

Multiple choice technology
  1. Gantt Chart view

  2. Task view

  3. Both

  4. None

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

Workflow Monitor provides two main views: Gantt Chart view shows task execution timelines and dependencies visually, while Task view shows task status and details in a tabular format. Both views are essential for monitoring different aspects of workflow execution and troubleshooting performance issues.

Multiple choice technology testing
  1. Alpha release

  2. Beta release

  3. Test release document

  4. Build

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

Beta releases are early builds distributed to select customers and marketing for demonstration purposes. Alpha releases are even earlier and typically internal-only. A Build is a generic compiled version, and Test release document is not a standard release phase.

Multiple choice technology architecture
  1. To segregate developer responsibilities

  2. To get common look and feel

  3. To use and build on the existing framework

  4. All of the above

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

The question appears to reference a specific 'PS' framework, but without clear context, the options describe general software engineering benefits: organizing developer work, maintaining consistent UI/UX, and reusing existing frameworks. If this refers to a presentation framework, these would be valid reasons for using it. 'All of the above' is appropriate when multiple benefits apply.

Multiple choice technology architecture
  1. Only one

  2. More than one

  3. Zero

  4. None of the above

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

The PS Framework allows multiple pages to be defined under a single task in ps.xml, supporting complex workflows and navigation scenarios. Restricting to one page would severely limit the framework's ability to handle multi-page user interactions within a task.

Multiple choice technology packaged enterprise solutions
  1. Functional Unit Testing

  2. FS Review

  3. Creation of Functional Specification

  4. Effort Estimation

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

The Functional Track Lead is accountable for the Functional Specification (FS) Review phase to ensure alignment with business requirements before development starts. Creation of the FS is the responsibility of the Functional Consultant, while effort estimation and unit testing involve technical roles rather than track lead accountability.

Multiple choice technology packaged enterprise solutions
  1. Technical Track Lead

  2. Functional Consultant

  3. Functional Track Lead

  4. Technical Consultant

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

In the project's RACI matrix, the Functional Track Lead is responsible for overall track delivery and review, whereas the actual effort estimation phase is performed and owned by the Technical Track Lead, Functional Consultants, and Technical Consultants who do the day-to-day development work.