Certification Questions

Q:

You perform a normal backup for your company once a week. In addition, you want to perform a backup of data each day in between normal backups. You want to minimize the amount of time it takes to perform these backups. Which backup type should you use on the days in between normal backups?

A) Normal B) Incremental
C) Differential D) Copy
 
Answer & Explanation Answer: B) Incremental

Explanation:

In terms of the time it takes to perform backups, the incremental backup will take the least amount of time because it is not a cumulative backup, like the differential backup.

Report Error

View Answer Report Error Discuss

0 2717
Q:

What tasks, contents, and importance does the Data Dictionary have in the R/3 system

A. It is needed for developing R/3 software

B. It is needed to run R/3 applications

C. It contains, among other things, the R/3 Data Model attributes

D. It contains, among other things, the rules for checking entered data

Answer

Answer : A , B , C , D

Report Error

View answer Workspace Report Error Discuss

5 2717
Q:

Project Time Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Activity Definition ?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Work breakdown structure

  • WBS dictionary

  • Project management plan


II. Tools and Techniques



  • Decomposition

  • Templates

  • Rolling wave planning

  • Expert judgment

  • Planning component


III. Outputs



  • Activity list

  • Activity attributes

  • Milestone list

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

0 2711
Q:

Project Procurement Management - Processes

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

Answer

I. Inputs



  • Procurement management plan

  • Contract statement of work

  • Make-or-buy decisions

  • Project management plan


                 - Risk register


                 - Risk related contractual agreements


                 - Resource requirements


                 - Project schedule


                 - Activity cost estimate


                 - Cost baseline


II. Tools and Techniques



  • Standard forms

  • Expert judgment


III. Outputs



  • Procurement documents

  • Evaluation criteria

  • Contract statement of work (updates)

Report Error

View answer Workspace Report Error Discuss

0 2709
Q:

What is the Purpose of a Project Charter?

Answer

 


1. Project Charter refers to a statement of objectives in a project.


 
2. It provides a preliminary delineation of roles and responsibilities, outlines the project objectives, identifies the main stakeholders, and defines the authority of the project manager.


 
3. It serves as a reference of authority for the future of the project. The terms of reference are usually part of the project charter.

Report Error

View answer Workspace Report Error Discuss

10 2697
Q:

Insert command falls in which sub-language of SQL ?

A) DCL B) DQL
C) DML D) DDL
 
Answer & Explanation Answer: C) DML

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification

5 2687
Q:

Which statement fragments a table as round robin?

A) FRAGMENT AS ROUND ROBIN IN dbspace 1, dbspace 2 B) FRAGMENT BY ROUND ROBIN IN dbspace1, dbspace 2
C) FRAGMENT TABLE BY ROUND ROBIN IN dbspace1, dbspace 2 D) FRAGMENT BY ROUND ROBIN
 
Answer & Explanation Answer: B) FRAGMENT BY ROUND ROBIN IN dbspace1, dbspace 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

2 2686
Q:

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application uses the ADO.NET Entity Framework to manage customer and related order records. You add a new order for an existing customer. You need to associate the Order entity with the Customer entity. What should you do?

A) Set the Value property of the EntityReference of the Order entity. B) Call the Add method on the EntityCollection of the Order entity.
C) Use the AddObject method of the ObjectContext to add both Order and Customer entities. D) Use the Attach method of the ObjectContext to add both Order and Customer entities.
 
Answer & Explanation Answer: A) Set the Value property of the EntityReference of the Order entity.

Explanation:
Report Error

View Answer Report Error Discuss

11 2677