Questions

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

Project Human Resource Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Human Resource Planning?

Answer

I. Inputs



  • Enterprise Environmental factors

  • Organizational process assets

  • Project management plan


                  - Activity resource requirements


II. Tools and Techniques



  • Organization charts and position descriptions 

  • Networking

  • Organizational theory


III. Outputs



  • Roles and responsibilities

  • Project organization charts

  • Staffing management plan

Report Error

View answer Workspace Report Error Discuss

0 2132
Q:

How would you find the length of each string in the following Program?

main()

{

    char *str[] = { "Frogs", "Do", "Not" , "Die" , "They" , "Croak!"};

    printf ("%d%d", sizeof (str), sizeof (str[0]));

}

Answer

main()


{


   char *str[] = { "Frogs", "Do", "Not", "Die." , "They", "Croak!" };


   int i;


         for ( i = 0;i<=5;i++)


         printf ("\n%s%d", str[i], strlen( str[i]));


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2132
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.

Scot­free

A) To escape from captivity B) Be free of all responsibilities
C) To Get something unexpected D) Without suffering any punishment or injury
 
Answer & Explanation Answer: D) Without suffering any punishment or injury

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT

1 2132
Q:

An object having the capability to do work is said to possess

A) Inertia B) Force
C) Pressure D) Energy
 
Answer & Explanation Answer: D) Energy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 2132
Q:

Which country have the most population of tigers in the world?

A) Russia B) India
C) USA D) Nepal
 
Answer & Explanation Answer: B) India

Explanation:

India have the most population of tigers with 70% in the world tiger population.

Report Error

View Answer Report Error Discuss

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

7 2131
Q:

In the following code in which order the functions would be called?

a = ( f1 ( 23,14 ) * f2 ( 12/4) ) + f3() ;

Answer

The order may vary from compiler to compiler.


Here the multiplication will happen before the addition , but in which order the functions would be called is undefined. In an arithmetic expression the parentheses tell the compiler which operands go with which operators but do not force the compiler to evaluate everything within the parentheses first.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2131
Q:

The powder keg in the balkans refers to the

A) efforts taken to ease tensions throughout the region B) invasion of the region
C) larger number of munitions factories built in the region D) political instability of the region
 
Answer & Explanation Answer: D) political instability of the region

Explanation:

In the early 20th century, the Balkans were called a "powder keg" because the political situation in the region was very unstable. For a long time, the Ottoman Turks occupied the balkans, and with the rise of nationalism, some balkan states declared independence.

Report Error

View Answer Report Error Discuss

Filed Under: World History
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

1 2131