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 databases
  1. Objects

  2. Mappings and mapping data

  3. Tables,Schema,Mapping

  4. Metadata definitions

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

Metadata definitions are stored in a repository as they contain schema information, structural constraints, and descriptive data about objects rather than the actual objects, mappings, or tables themselves. The distractors represent different types of data storage but not repository metadata.

Multiple choice technology databases
  1. Publishing report through a web portal.

  2. Cleaning of Source data

  3. Data Mining

  4. Forecasting

  5. Statistical Analysis

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

Data cleaning is part of the Extract, Transform, and Load (ETL) data integration phase, which prepares data for analysis. In contrast, reporting, data mining, forecasting, and statistical analysis are analytical features directly utilized by end-users within Business Intelligence systems to derive insights from already cleaned data.

Multiple choice technology
  1. Java Callout

  2. DB Adapter

  3. both A and B

  4. None of the above

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

Stored procedures in OSB can be called using both Java Callout and DB Adapter. Java Callout enables procedural logic while DB Adapter directly connects to databases to execute stored procedures.

Multiple choice technology
  1. File

  2. Database

  3. both A and B

  4. None of the above

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

OSB reports are stored in databases for persistent storage and querying. While files could theoretically store reports, the standard and reliable storage method is databases which provide querying capabilities.

Multiple choice technology
  1. Route node

  2. Routing Options

  3. Dynamic Routing

  4. Routing Table

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

QoS (Quality of Service) in OSB is configured through Routing Options, which let you set message priority, expiration, and delivery parameters. Route node itself handles message routing, Dynamic Routing changes endpoints at runtime, Routing Table stores route definitions.

Multiple choice technology
  1. Http,HTTPs,jms,File,FTP

  2. EJB,Email,Tuxedo,WS,Flow,SB

  3. All of the above

  4. None of the above

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

OSB 10gR3 supports a comprehensive set of protocols including HTTP/HTTPS for web services, JMS for messaging, File/FTP for file-based transfers, Email for mail protocols, EJB for enterprise Java integration, Tuxedo for legacy systems, and WS (various web service standards). Options A and B each list different subsets of supported protocols, making C the inclusive correct answer.

Multiple choice technology databases
  1. Database connections

  2. key column

  3. metrics

  4. Dimension

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

User requirements in a universe (data context) typically include database connections for data access, key columns for identification, and metrics for analysis. Dimensions are structural elements rather than user requirements.

Multiple choice technology platforms and products
  1. DBAdapter & JMSAdapter

  2. DBAdapter,JMSAdapter,AQAdapter & Oracle Apps adapter

  3. DBAdapter,AQAdapter & Oracle Apps adapter

  4. None of the above

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

OSB 10gR3 provides out-of-box adapters for database connectivity (DBAdapter), Advanced Queuing (AQAdapter), and Oracle Applications integration. JMS is natively supported within OSB core rather than as a separate adapter, which is why it's excluded from this specific list.