Questions

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 2203
Q:

Project Time Management - Processes

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

Answer

I. Inputs



  • Organizational process assets

  • Project scope statement

  • Activity list

  • Activity attributes

  • Project schedule network diagrams

  • Activity resource requirements

  • Resource calendars

  • Activity duration estimates 

  • Project management plan


                - RisK register


II. Tools and Techniques



  • Schedule network analysis

  • Critical path method

  • Schedule compression

  • What-if scenario analysis

  • Resource leveling

  • Critical chain method

  • Project management software

  • Applying calendars

  • Adjusting leads and lags 

  • Schedule model


III. Outputs



  • Project schedule

  • Schedule model data

  • Schedule baseline

  • Resource requirements (updates)

  • Activity attributes (updates)

  • Project calendar (updates)

  • Requested changes

  • Project management plan (updates)


                 - Schedule management plan(updates)

Report Error

View answer Workspace Report Error Discuss

0 2203
Q:

Indus Valley Civilization flourished during

A) 2500-1750 B.C B) 1500-500 B.C
C) 5000-3500 B.C D) 3000-1500 B.C
 
Answer & Explanation Answer: A) 2500-1750 B.C

Explanation:

Indus Valley Civilization flourished during 2500-1750 B.C. Indus Valley Civilization is also called as Bronze age civilization.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

7 2203
Q:

In which language did Vardhaman Mahavira taught?

A) Prakrit B) Hindi
C) Pali D) Sanskrit
 
Answer & Explanation Answer: A) Prakrit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 2203
Q:

Swap two variables without using third variable.

Answer

#include<stdio.h>
int main(){
    int a=5,b=10;
    a=b+a;
    b=a-b;
    a=a-b;
    printf("a= %d  b=  %d",a,b);
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2203
Q:

What is relative path and absolute path?

Answer

Absolute path-- Exact path from root directory.

Relative path-- Relative to the current path.

Report Error

View answer Workspace Report Error Discuss

1 2203
Q:

Which to withdraw from OPEC as of Jan 2019?

A) Gabon B) Angola
C) Saudi Arabia D) Qatar
 
Answer & Explanation Answer: D) Qatar

Explanation:

Qatar to withdraw from OPEC as of Jan 2019. OPEC, The Organization of the Petroleum Exporting Countries is an intergovernmental organisation of 14 nations, founded in 1960 in Baghdad, Iraq.


Its members are Qatar, Saudi Arabia, Iran, Iraq, Indonesia, Venezuela, Nigeria, Libya, United Arab Emirates, Algeria, Kuwait, Ecuador, Angola, Gabon.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2203
Q:

A hard copy of a document is

A) stored in a pen drive B) read in floppy disc
C) printed on printer D) stored in hard disc
 
Answer & Explanation Answer: C) printed on printer

Explanation:

A hard copy of a document is a physical object which is printed on printer.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2203