Certification Questions

Q:

Project Procurement Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Request Seller Responses?

Answer

I. Inputs



  • Organizational process assets

  • Procurement management plan

  • Procurement documents


II. Tools and Techniques



  • Bidder conferences

  • Advertising

  • Develop qualified sellers list


III. Outputs



  • Qualified sellers list

  • Procurement document package

  • Proposals

Report Error

View answer Workspace Report Error Discuss

0 2055
Q:

Explain Data Definition Language

Answer

Data Definition Language (DDL):- are the SQL statements that define the database structure.


Example:



  1.  CREATE

  2.  ALTER

  3.  DROP

  4.  TRUNCATE

  5.  COMMENT

  6.  RENAME

Report Error

View answer Workspace Report Error Discuss

1 2055
Q:

You responsible for maintaining an application that was written by a former colleague at XYZ.

 

The application reads from and writes to log files located on the local network. The original author included the following debugging code to facilitate maintenance:

try {
Debug.WriteLine(“Inside Try”);
throw(new IOException());}
catch (IOException e) {
Debug.WriteLine (“IOException Caught”);}
catch (Exception e) {
Debug.WriteLine(“Exception Caught”);}.
finally {
Debug.WriteLine (“Inside Finally”);}
Debug.WriteLine (“After End Try”);

 

Which output is produced by thus code?

A) Inside Try Exception Caught IOException Caught Inside Finally After End Try B) Inside Try Exception Caught Inside Finally After End Try
C) Inside Try IOException Caught Inside Finally After End Try D) Inside Try IOException Caught Inside Finally
 
Answer & Explanation Answer: C) Inside Try IOException Caught Inside Finally After End Try

Explanation:

First the try code runs. Then one single exception, the IOException occurs, not two exceptions.Then the Finally code segments executes. After Finally code bas been executed normal application resumes at the next line after the line that called the error. In this case, the After End Try code runs.

Report Error

View Answer Report Error Discuss

1 2052
Q:

Project Human Resource Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Manage Project Team?

Answer

I. Inputs



  • Organizational process assets

  • Project staff assignments

  • Roles and responsibilities

  • Project organization charts

  • Staffing management plan

  • Team performance assessment

  • Work performance information

  • Performance reports


II. Tools and Techniques



  • Observation and conversation

  • project performance appraisals

  • Conflict management

  • Issue log


III. Outputs



  • Requested changes

  • Recommended corrective actions

  • Recommended preventive actions

  • Organizational process assets (updates)

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2051
Q:

Which transaction shows the most up to date planning data?

A. Stock Requirement list

B. MRP list

C. Stock Overview report

D. List display of material and accounting documents

Answer

Answer : A

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

4 2050
Q:

Project Human Resource Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Acquire Project Team?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Roles and responsibilities 

  • Project organization charts

  • Staffing management plan


II. Tools and Techniques



  • Pre-assignment

  • Negotiation

  • Acquisition

  • Virtual teams


III. Outputs



  • Project staff assignments

  • Resource availability

  • Staffing management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2047
Q:

Project Human Resource Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Develop Project Team?

Answer

I. Inputs



  • Project staff assignments

  • Staffing management plan

  • Resource availability


II. Tools and Techniques



  • General management skills

  • Training

  • Team - building activities

  • Ground rules

  • Co-location

  • Recognition and rewards


III. outputs



  • Team performance assessment

Report Error

View answer Workspace Report Error Discuss

0 2044
Q:

You want to search for a specific shared folder object in Active Directory. Which tool should you use?

A) Search B) Windows Explorer
C) Active Directory Sites and Services D) Active Directory Users and Computers
 
Answer & Explanation Answer: D) Active Directory Users and Computers

Explanation:

To search for a specific shared folder in Active Directory, use Active Directory Users and computers. You can use Windows Explorer to browse Active Directory, but you can't use it to search for a specific  shared folder.

Report Error

View Answer Report Error Discuss

0 2043