Certification Questions

Q:

Project Time Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Schedule Control ?

Answer

I. Inputs



  • Schedule management plan

  • Schedule baseline

  • Performance reports

  • Approved change requests


II. Tools and Techniques



  • Progress reporting

  • Schedule change control system

  • Performance measurement

  • Project management software

  • Variance analysis

  • Schedule comparision bar charts


III. Outputs



  • Schedule model data (updates)

  • Schedule baseline (updates)

  • Performance measurements

  • Requested changes

  • Recommended corrective actions

  • Organizational process assets (updates)

  • Activity list (updates)

  • Activity attributes (updates)

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 1859
Q:

You are creating an ASP.NET application for XYZ. The company data is stored in a Microsoft SQL Server 6.5 database. Your application generates accounting summary reports based on transaction tables that contain million of rows.


You want your application to return each summary report as quickly as possible. You need to configure your application to connect to the database and retrieve the data in a away that achieves this goal.


What should you do?

A) Use a SqlConnection object to connect to the database, and use a SqlCommand object to run a stored procedure that returns the data. B) Use an OleDbConnection object to connect to the database, and use an OleDbCommand object to run a stored procedure that returns the data.
C) Configure SQL Server to support HTTP access, and create an XML template to run a stored procedure that returns the data in XML format. D) Use COM interop to create an ADODB.Connection object, and use an ADODB.Command object to run a SQL statement that returns the data.
 
Answer & Explanation Answer: B) Use an OleDbConnection object to connect to the database, and use an OleDbCommand object to run a stored procedure that returns the data.

Explanation:

We need to use an OleDBConnection to connect to SQL Server Version 6.5 (or earlier). 

 

Incorrect Answers:

 

A: We could use a SqlConnection object only if the SQL Server were SQL Server 7.0, 2000 or later.

 

C: HTTP functionality is not required in this scenario. It would introduce unnecessary overhead.

 

D: ADODB is a legacy standard and should not be used here

Report Error

View Answer Report Error Discuss

1 1858
Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Qualitative Risk Analysis?

Answer

I. Inputs



  • Organizational process assets

  • Project scope statement 

  • Risk management plan

  • Risk register


II.  Tools and Techniques



  • Risk probability and impact assesment

  • Probability and impact matrix

  • Risk data quality assessment

  • Risk categorization 

  • Risk Urgency assessment


III. Outputs



  • Risk register (updates)

Report Error

View answer Workspace Report Error Discuss

0 1856
Q:

Project Quality Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Perform Quality Control?

Answer

I. Inputs



  • Quality management plan

  • Quality metrics 

  • Quality checklists

  • Organizational process assets

  • Work performance information

  • Approved change requests

  • Deliverables


II. Tools and Techniques



  • Cause and effect diagram

  • Control charts

  • Flow Charting

  • Histogram

  • Pareto chart

  • Run chart

  • Scatter diagram

  • Statistical sampling

  • Inspection

  • Defect repair review


III. Outputs



  • Quality control measurements

  • Validated defect repair

  • Quality baseline (updates)

  • Recommended corrective actions

  • Recommended preventive actions

  • Requested changes

  • Recommended defect repair

  • Organization process assets (updates)

  • Validated deliverables

  • Project management plan (updates)


 


 

Report Error

View answer Workspace Report Error Discuss

0 1855
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Develop Project Charter phase?

Answer

I. Inputs



  • Contract (when applicable)

  • Project statement of work

  • Enterprise environmental factors

  • Organizational process assets


II. Tools and Techniques



  • Project selection methods

  • Project management methodology

  • Project management information system

  • Expert Judgment


III. Outputs


         1. Project charter

Report Error

View answer Workspace Report Error Discuss

0 1853
Q:

Project Life Cycle

What is the Project Life Cycle?

Answer

Project managers or the organization can divide projects into phases to provide better management control with appropriate links to the ongoing operations of the performing organization. Collectively, these phases are known as the project life cycle.

Report Error

View answer Workspace Report Error Discuss

0 1853
Q:

Payroll Manager is responsible for:

A. Maintain HR master data and Time Management Data.

B. Running Payroll correctly.

C. Create remuneration statement.

D. Provide general overview of the Payroll results.

Answer

Answer : B , C , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP HR

1 1853
Q:

You would like to use the command line to end an application that a Terminal Services client is running. What command can you use?

A) Tscon B) Tsprof
C) Tsend D) Tskill
 
Answer & Explanation Answer: D) Tskill

Explanation:

Tskill ends a process. Since you want to stop an application, this is the command you would use.

Report Error

View Answer Report Error Discuss

0 1849