Certification Questions

Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Management Planning?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project Scope statement

  • Project Management plan


II. Tools and Techniques



  • Planning meetings and analysis


III. Outputs



  • Risk Management Plan

Report Error

View answer Workspace Report Error Discuss

0 2052
Q:

A subquery in an sql select statement.

Answer

A Subquery or Inner query or a Nested query is a query within another SQL query and embedded within the WHERE clause.


Subqueries are most frequently used with the SELECT statement. The basic syntax is as follows::


SELECT column_name [, column_name ]
FROM table1 [, table2 ]
WHERE column_name OPERATOR
(SELECT column_name [, column_name ]
FROM table1 [, table2 ]
[WHERE])



A subquery is used to return data that will be used in the main query as a condition to further restrict the data to be retrieved.


Subqueries can be used with the SELECT, INSERT, UPDATE, and DELETE statements along with the operators like =, <, >, >=, <=, IN, BETWEEN, etc.


 


There are a few rules that subqueries must follow −


 


1. Subqueries must be enclosed within parentheses.


2. A subquery can have only one column in the SELECT clause, unless multiple columns are in the main query for the subquery to compare its selected columns.


3. An ORDER BY command cannot be used in a subquery, although the main query can use an ORDER BY. The GROUP BY command can be used to perform the same function as the ORDER BY in a subquery.


4. Subqueries that return more than one row can only be used with multiple value operators such as the IN operator.


5. The SELECT list cannot include any references to values that evaluate to a BLOB, ARRAY, CLOB, or NCLOB.


6. A subquery cannot be immediately enclosed in a set function.


7. The BETWEEN operator cannot be used with a subquery. However, the BETWEEN operator can be used within the subquery.

Report Error

View answer Workspace Report Error Discuss

0 2050
Q:

Project Procurement Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Plan Purchase and Acquisitions?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Work breakdown structure

  • WBS dictionary

  • Project management plan


                 - Risk register


                 - Risk - related contractual agreements


                 - Resource requirements


                 - Project schedule


                 - Activity cost estimates


                 - Cost baseline


II. Tools and Techniques



  • Make-or-buy analysis

  • Expert judgement

  • Contract types


III. Outputs



  • Procurement management plan

  • contract statement of work

  • make-or-buy decisions

  • Requested changes       

Report Error

View answer Workspace Report Error Discuss

0 2048
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Develop Preliminary Project Scope Statement phase?

Answer

I. Inputs



  • Project Charter

  • Project Statement of work

  • Enterprise environmental factors

  • Organizational process assets


II. Tools and Techniques



  • Project management methodology

  • Project management information system

  • Expert Judgment


III. Outputs



  • Preliminary project scope statement 

Report Error

View answer Workspace Report Error Discuss

0 2047
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 2044
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 2041
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 2039
Q:

Identify the fields in the Data Link portion of an Ethernet frame?

Answer

The fields in the Data Link portion of a frame include the Preamble, Start Frame Delimiter, Destination MAC address, Source MAC address, Length or Type, Data, and Frame Check Sequence.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 2038