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. Project Explorer

  2. Connection Explorer

  3. Workspace Explorer

  4. Global Explorer

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

OWB Design Center provides three main navigation views by default: Project Explorer (for navigating project objects), Connection Explorer (for managing database connections), and Global Explorer (for workspace-wide navigation). Workspace Explorer is not one of the standard views.

Multiple choice technology
  1. .xml

  2. .xls

  3. .pdf

  4. Both 1&2

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

Web Intelligence reports can be saved in various formats including Excel (.xls), PDF (.pdf), CSV, and HTML. The XML format is not a standard export option for WebI reports. The Save As dialog typically shows the supported formats, and .xml is not among the default options.

Multiple choice technology platforms and products
  1. Provisioning policy definition

  2. The requirements for dynamic role definition

  3. Reconciliation requirements for Active Directory

  4. The requirements for how often to check for inactive accounts

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

Lifecycle management must include processes for handling inactive accounts as part of the complete identity lifecycle. Checking for inactive accounts ensures proper security and compliance by identifying accounts that are no longer needed. Provisioning policies and dynamic roles are configuration elements, not lifecycle design components.

Multiple choice technology platforms and products
  1. Quova

  2. IP2Location

  3. MaxMind

  4. None

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

Quova, IP2Location, and MaxMind are all IP geolocation and intelligence services that can integrate with Oracle Adaptive Access Manager's open APIs to provide location-based risk assessment and fraud detection capabilities.

Multiple choice technology web technology
  1. SOAP

  2. Http

  3. RMI-IIOP

  4. RPC

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

Web services are called over both SOAP (which itself rides on HTTP) and directly over HTTP (especially RESTful services). SOAP is a protocol that uses HTTP as transport, and HTTP is the underlying network protocol. RMI-IIOP is specific to Java CORBA, not standard web services. RPC is a general concept but not specific protocol in this context.

Multiple choice technology programming languages
  1. Channel Communication

  2. Channel Factory

  3. Channel Formatter

  4. Channel listeners

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

Channel listeners are responsible for creating channels and receiving messages from the network or lower layers in the WCF channel stack. They wait for incoming connections and create appropriate channel objects.

Multiple choice technology programming languages
  1. Managed Model

  2. Ad-Hoc Model

  3. Echo Model

  4. Discovery Model

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

The Ad-Hoc discovery model uses multicast announcement messages where services announce their presence on the network. Interested clients listen for these announcements. This is contrasted with managed discovery which uses a centralized discovery proxy. WS-Discovery protocol supports this ad-hoc multicast model.

Multiple choice technology programming languages
  1. People in same project working together for different purpose

  2. People with similar roles working together for a shared purpose

  3. People in different roles working for a shared purpose

  4. People in different roles working for a different purpose

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

Team-based development involves a group of individuals with different specialized roles (like developers, testers, analysts) working collaboratively toward a common, shared product or goal. Distractors fail by suggesting different purposes or identical roles.

Multiple choice technology programming languages
  1. Changeset

  2. Check-in

  3. Shelveset

  4. None of the above

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

A shelveset in TFS allows you to store your pending changes on the server without committing them to the source control repository. This is useful for: (1) saving work-in-progress to share with others for code review, (2) switching to another task, or (3) getting a clean workspace for build. Changesets are permanent commits, and check-ins finalize changes.

Multiple choice technology programming languages
  1. understand parallel development

  2. protect the quality of your code

  3. plan and manage your work

  4. Report on progress and quality

  5. Administer TFS for your environment

  6. None of the above

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

The question asks what TFS 2010 CANNOT achieve. All options A-E (parallel development, code quality protection, work management, progress reporting, environment administration) are core capabilities of TFS 2010. Therefore, 'None of the above' is correct - there is nothing listed that TFS 2010 cannot do.