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 platforms and products
  1. Gadget

  2. Section

  3. HTML Property

  4. HTML Fragment

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

The Section rule in PRPC contains the Auto-Generate HTML feature, which automatically generates the HTML for the section's UI elements. Gadgets, HTML Properties, and HTML Fragments do not have this auto-generation capability - sections are specifically designed for visual UI layout with HTML generation.

Multiple choice technology platforms and products
  1. HTML Property rule

  2. Page List or Page Group Property

  3. Class of the pages corresponding to the Page List or Page Group Property

  4. The literal value "Data-"

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

When configuring a Repeat Row layout in Pega, you must specify a Page List or Page Group property as the source, and define the class of the pages contained within that list or group.

Multiple choice technology packaged enterprise solutions
  1. a) Quality Center Foundation

  2. b) Business Process Insight

  3. c) Service Test ComponentBusiness Process Insight

  4. d) Quality Center Dashboard

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

The Quality Center Dashboard provides a high-level, executive view of the entire quality assurance and testing process across projects, aggregating metrics and reports into visual graphs.

Multiple choice technology packaged enterprise solutions
  1. a) Linked to requirements

  2. b) Directly to the Release or Cycle

  3. c) Linked to any entity

  4. d) To Tests that are linked to Requirements that are linked to Releases or Cycles

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

For the Releases module Quality graphs to show linked defects, the defect must be linked to a test, and that test must be linked to a requirement, which in turn is linked to a Release or Cycle. This indirect linking path is required for the defects to appear in Release-specific quality graphs. Direct linking to releases or any entity won't populate these graphs correctly.

Multiple choice technology enterprise content management
  1. A school bag

  2. Your "In Box"

  3. Secured and managed storage location of electronic documents

  4. A storage cabinet for keeping paper files

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

A Document Repository is a secured and managed storage location for electronic documents. It provides centralized control, version management, and security for digital files. A school bag, physical storage cabinet, or inbox are not formal document management systems.

Multiple choice technology programming languages
  1. Brian Goetz

  2. Heinz Kabutz

  3. Cay Horstmann

  4. All of the above

  5. None of the above

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

Prominent Java experts, including Brian Goetz, Heinz Kabutz, and Cay Horstmann, advocate for writing clean, straightforward code because modern JIT compilers optimize standard OO patterns much better than complex, hand-optimized code.

Multiple choice technology databases
  1. Check-In

  2. Check-Out

  3. Deliver

  4. Retrieve

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

In ClearCase, Check-Out is the operation used to retrieve a file from the repository to your local workspace for editing. Check-In is the reverse operation - it returns the modified file back to the repository. Deliver is used to merge completed work between streams, not for retrieving individual files.

Multiple choice technology databases
  1. A new version of the file will be added

  2. The current version will be updated

  3. The current version of the file will be deleted

  4. None

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

ClearCase uses a version control system where each check-in creates a new version of the file rather than modifying the current version. This maintains the complete history of all changes. Option B is incorrect because ClearCase doesn't update in place; option C is incorrect as versions are never deleted.

Multiple choice technology databases
  1. To enable parallel development

  2. To Enable single user development

  3. To Enable multi site development

  4. None of the above

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

Merging in version control systems allows developers to integrate concurrent changes, thereby enabling parallel development across different branches or streams.

Multiple choice technology databases
  1. Html

  2. Java

  3. Binary

  4. Ascii

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

Binary files cannot be automatically merged by ClearCase because the system cannot intelligently merge binary data. Text-based files like HTML, Java, and ASCII files can be merged using line-by-line or diff-merge algorithms. Binary files require manual resolution.

Multiple choice technology databases
  1. Sets up workspace

  2. Integrates changes

  3. Creates baseline

  4. a & b

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

A developer's primary responsibilities include setting up their workspace (creating views, joining streams) and integrating their changes with the team's work (delivering to integration streams, resolving merges). Creating baselines is typically a project lead or integration manager responsibility, not a core developer task.

Multiple choice technology databases
  1. Contains orphaned elements, which are no longer catalogued in any version of any directory

  2. All the deleted elements will be stored

  3. It the meta directory of the ClearCase

  4. None

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

The Lost and Found directory in ClearCase contains orphaned elements - files or directories that were removed from all directory versions but still exist in the VOB database. It is not a general storage for deleted elements (those are in the VOB but not catalogued), nor is it a meta directory. It's a special container for cleanup of unreferenced objects.

Multiple choice technology enterprise content management
  1. exe

  2. dwp

  3. com

  4. wdp

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

Web parts in SharePoint use the .dwp file extension, which stands for 'Web Part Description file'. This XML-based format contains metadata about the web part's properties and settings. Option B is correct - .dwp files are the standard extension for SharePoint web parts.

Multiple choice technology mainframe
  1. Retrieving elements from production

  2. changing elements

  3. Moving elements to production

  4. All of the above

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

The integration stage procedure in software configuration management encompasses retrieving elements from production, modifying or changing those elements, and eventually moving them back to production. Thus, all of the listed steps are included.

Multiple choice technology mainframe
  1. I & II

  2. I & III

  3. II & III

  4. I , II & III

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

Endevor is a configuration management tool and version control tool for mainframe systems. It helps manage software components, track changes, and maintain version history. It is not a debugging tool - that's a different category of software utility.