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. Connector

  2. Notify

  3. Router

  4. Trigger

  5. Assembler

  6. None of the Above

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

All the listed options (Connector, Notify, Router, Trigger, Assembler) are valid activity types in Pega. Since the question asks which is 'not a type of Activity' and all listed options are valid, 'None of the Above' (option F) is logically correct - there is no invalid option among A-E.

Multiple choice technology platforms and products
  1. Class Structure, Properties, User Interface, Activities

  2. Class Structure, Properties, Activities,User Interface

  3. Properties, Class Structure, User Interface, Activities

  4. Class Structure, Activities,Properties, User Interface

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

SmartBuild in Pega follows a logical sequence: first establish the Class Structure (data model foundation), then define Properties (attributes), then create the User Interface (forms/screens), and finally implement Activities (business logic and processing). This sequence ensures data structure exists before UI is built, and UI exists before process flows are defined.

Multiple choice technology platforms and products
  1. To transfer control to another activity

  2. Evaluated before each step is executed

  3. Is automatically enabled when activity created

  4. True-false test, evaluated during activity execution that determines whether the flow of control in an activity continues with the next numbered step.

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

A 'Transition' in a Pega activity is a true/false condition that is evaluated before each step executes. If the transition evaluates to true, the activity continues to the next numbered step. If false, the activity skips subsequent steps and exits. This provides conditional flow control within activities.

Multiple choice technology platforms and products
  1. Rational Unified Process

  2. Six sigma

  3. Object Oriented Programming

  4. Global Innovation Process

  5. Agile

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

Pega's implementation methodology (Direct Capture of Objectives, SmartBuild, etc.) is based on the Rational Unified Process (RUP). RUP provides the iterative, use-case-driven framework that Pega adapts for its low-code platform. This influences how projects are structured with phases, iterations, and deliverables.

Multiple choice technology platforms and products
  1. I, II, IV, III, V, VII, VI, VIII

  2. I, IV, V, VI, VII, VIII, II, III

  3. I, IV, II, V, VII, III, VI, VIII

  4. I, II, IV, V, VII, III, VI, VIII

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

In Pega class hierarchy creation, you establish the base class first, then build the work class hierarchy before data classes. Work classes (IV-VIII) are created before data classes (II-III) because work objects typically reference data classes. Within work classes, you create from general (PegaRP-Work) to specific (Work-Object, then specialized types like Work-Object-Admin and Work-Project-Inquiry).

Multiple choice technology
  1. execute the business method

  2. format the working document

  3. display the user screen

  4. all the above

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

The service event in Genesys is primarily used to execute the business method or logic associated with a service. It triggers the actual processing or computation that the service provides. The other options (formatting documents, displaying screens) are handled by different components in the framework.

Multiple choice technology
  1. provides input to the service

  2. format the working document

  3. display the user screen

  4. lookup for the service name

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

The In parameter in a service event provides input data to the service. This parameter allows data to flow into the service method for processing. It is not used for formatting documents, displaying screens, or looking up service names - those are separate concerns handled by other components.

Multiple choice technology
  1. Implement encapsulation

  2. Achieve polymorphism in genesys

  3. enable inheritance in rulesets

  4. B & C

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

The parent parameter in the initialisor event enables inheritance (passing configuration from parent to child rulesets) and achieves polymorphism (allowing child rulesets to override or extend parent behavior). Option A (encapsulation) is not directly related to parent parameters. Option C alone is incomplete.

Multiple choice technology
  1. provides input to the service

  2. format the working document

  3. display the user screen

  4. lookup for the service name

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

In client events, the In parameter is used to display the user screen - it specifies which screen or UI elements to present to the user. Option A refers to service events. Option B is not the primary purpose of In parameters. Option D refers to service lookup operations.

Multiple choice technology packaged enterprise solutions
  1. An integrated system that does not operate in real time

  2. A common database, that is accessed by all applications

  3. The ability to access the system without specialist integration by the Information System

  4. All of the above

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

An ERP must operate in real-time or near real-time, making option 608091 false. However, a common database shared across applications and access without custom complex integration are defining characteristics of standard ERP architectures, making options 608092 and 608093 correct.

Multiple choice technology testing
  1. Throughput

  2. Windows Resources

  3. Time to First Buffer Breakdown

  4. Transaction Performance Summary

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

The Time to First Buffer (TTFB) Breakdown graph specifically analyzes how much time each web page component spends on server processing versus network transfer before the first buffer is received. Throughput shows data transfer rates, Windows Resources monitors client machine performance, and Transaction Performance Summary aggregates overall transaction times.

Multiple choice technology testing
  1. General

  2. Browser

  3. Network

  4. Internet Protocol

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

In LoadRunner's Runtime Settings, the 'General' node contains settings that apply universally across all protocols - think, pacing, logging, and other fundamental settings. Protocol-specific nodes like Browser (for Web), Network (for network-level protocols), and Internet Protocol (for specific IP settings) are only available when those particular protocols are selected in the script.

Multiple choice technology testing
  1. Different Request IDs that are being passed in subsequent requests

  2. Object IDs of folders and cabinets

  3. Folder names and cabinet names

  4. UID

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

Object IDs uniquely identify folders and cabinets in Documentum and must be parameterized for Import, Navigation, and Export operations to work across different environments or user sessions. Request IDs are transient and handled by correlation, folder/cabinet names are display values not used in API calls, and UID is typically static user identification.

Multiple choice technology platforms and products
  1. Synchronize changes in all repository

  2. Synchronize changes in all Projects

  3. Synchronize changes in the current project

  4. Synchronize changes in current repository

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

Synchronizing from the Design Center only affects the current project being worked on. Each project in OWB has its own context and synchronization scope. Changes are not automatically propagated to other projects or across the entire repository.

Multiple choice technology platforms and products
  1. OMB Connect

  2. OMB Script builder

  3. OMB plus

  4. OMB Editor

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

OMB (Oracle Metadata Base) Plus is the scripting interface for OWB. It provides a command-line interface for automating repository operations, batch processing, and programmatic access to OWB functionality. OMB Plus enables automation beyond the GUI.