Certification Questions

Q:

Project Procurement Management

What are the Project Management Processes included in the Project Procurement Management?

Answer

The Project Procurement Management processes include the following:


Plan Purchases and Acquisitions - determining what to purchase or acquire and determining when and how.


Plan Contracting - documenting products, services, and results requirements and identifying potential sellers.


Request Seller Responses - obtaining information, quotations, bids, offers, or proposals, as appropriate.


Select Sellers - reviewing offers, choosing among potential sellers, and negotiating a written contract with each seller.


Contract Administration - managing the contract and relationship between the buyer and seller , reviewing and documenting how a seller is performing or has performed to establish required corrective actions and provide a basis for future relationships with the seller, managing contract-related changes and, when appropriate , managing the contractual relationship with the outside  buyer of the project.


Contract Closure - completing and settling each contract, including the resolution of any open items, and closing each contract applicable to the project or a project phase 

Report Error

View answer Workspace Report Error Discuss

0 2338
Q:

Project Cost Management

What are the Project Management Processes included in the Project Cost Management?

Answer

Cost Estimating - Developing an approximation of the costs of the resources needed to complete  project activities.


Cost Budgeting - Aggregating the estimated costs of individual activities or work packages to establish a cost baseline


Cost Control - Influencing the factors that create cost variances and controlling changes to the project budget.

Report Error

View answer Workspace Report Error Discuss

0 2338
Q:

The SAP standard includes the standard controlling area ______ which can be used as a template for creating other controlling areas.

A. 1000

B. 0001

C. IDES

D. 0002

Answer

Answer : B

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO

0 2334
Q:

What is the default location of the Terminal Services application compatibility scripts?

A) SystemRoot\ Application Compatibility Scripts\ Execute B) SystemRoot\ Application Compatibility Scripts\ Clients
C) SystemRoot\ Application Compatibility Scripts\ Windows D) SystemRoot\ Application Compatibility Scripts\ Install
 
Answer & Explanation Answer: D) SystemRoot\ Application Compatibility Scripts\ Install

Explanation:

The default location for Terminal Services application compatibility scripts is SystemRoot\ Application Compatibility Scripts\ Install

Report Error

View Answer Report Error Discuss

0 2332
Q:

Executing Process Group

What are the Project Management Processes included in the Executing Process Group?

Answer


    • Direct and Manage Project Execution

    • Perform Quality Assurance

    • Acquire Project Team

    • Develop Project Team

    • Information Distribution

    • Request Seller Responses

    • Select Sellers


Report Error

View answer Workspace Report Error Discuss

0 2330
Q:

What is Log Shipping?

Answer

Log shipping defines the process for automatically taking backup of the database and transaction files on a SQL Server and then restoring them on a standby/backup server. This keeps the two SQL Server instances in sync with each other. In case production server fails, users simply need to be pointed to the standby/backup server. Log shipping primarily consists of 3 operations:


Backup transaction logs of the Production server.


Copy these logs on the standby/backup server.


Restore the log on standby/backup server.

Report Error

View answer Workspace Report Error Discuss

2 2328
Q:

Assume a router has a loopback address of 135.77.9.254. Convert the loopback address to an IS-IS system ID.

Answer

The loopback address written in dotted decimal and using three digits for each byte has a value of 135.077.009.254. The system ID is 13.50.77.00.92.54.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

1 2326
Q:

You ASP.NET application manages order entry data by using a DataSet object named EXorderEntry. The EXorderEntry object includes two DataTable objects named orderNames and OrderDetails. A ForeignKeyConstraint object named orderDetailsKey is defined between the two DataTable objects.


You attempt to delete a row in orderNames while there are related rows in OrderDetails, and an exception is generated.What is the most likely cause of the problem?

A) The current value of OrderDetails.KeyDeleteRule is Rule.Cascade. B) The current value of OrderDetails.KeyDeleteRule is Rule.SetNull.
C) The current value of OrderDetails.KeyDeleteRule is Rule.SetDefault. D) The current value of OrderDetails.KeyDeleteRule is Rule.None.
 
Answer & Explanation Answer: D) The current value of OrderDetails.KeyDeleteRule is Rule.None.

Explanation:

The rule enumeration indicates the action that occurs when a ForeignKeyConstraint is enforced.None specifies that no action will occur, but exceptions are generated. This is what has occurred in this scenario.

 

Incorrect Answers:

 

A: Cascade specifies that all rows containing that value are also deleted.

B: SetNull specifies that values in all child columns are set to null values.

C: SetDefault specifies that all child columns be set to the default value for the column.

Report Error

View Answer Report Error Discuss

0 2324