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
-
DEFAULT_PROJECT
-
MY_PROJECT
-
PROJECT
-
NEW_PROJECT
B
Correct answer
Explanation
OWB creates a default project named 'MY_PROJECT' when you initialize a new repository. This is the standard naming convention in Oracle Warehouse Builder for the first project in a fresh repository.
-
Project Explorer
-
Connection Explorer
-
Workspace Explorer
-
Global Explorer
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.
-
Drill Up
-
Drill Through
-
Drill Down
-
Drill Back
D
Correct answer
Explanation
Drill Back is a specific navigation feature in Report Studio that allows returning to a previous report or state in the navigation path.
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.
-
Workflow Manager
-
Designer
-
Workflow Monitor
-
Repository Manger
B
Correct answer
Explanation
The Informatica Designer tool provides debugging capabilities for mapping validation and transformation logic testing.
B
Correct answer
Explanation
Reusable transformations must be developed in the Transformation Developer, not the Mapping Designer. Mapping Designer is for creating mappings using existing transformations.
-
Router
-
Aggregator
-
Both A & B
-
Non of the above
A
Correct answer
Explanation
Router transformation has a default group that captures all rows not matching any user-defined group condition. Aggregator does not have a default group.
-
Provisioning policy definition
-
The requirements for dynamic role definition
-
Reconciliation requirements for Active Directory
-
The requirements for how often to check for inactive accounts
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.
-
Quova
-
IP2Location
-
MaxMind
-
None
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.
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.
-
Channel Communication
-
Channel Factory
-
Channel Formatter
-
Channel listeners
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.
-
Managed Model
-
Ad-Hoc Model
-
Echo Model
-
Discovery Model
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.
-
People in same project working together for different purpose
-
People with similar roles working together for a shared purpose
-
People in different roles working for a shared purpose
-
People in different roles working for a different purpose
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.
-
Changeset
-
Check-in
-
Shelveset
-
None of the above
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.
-
understand parallel development
-
protect the quality of your code
-
plan and manage your work
-
Report on progress and quality
-
Administer TFS for your environment
-
None of the above
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.