Questions

Q:

The Daily Weather Map of India is prepared and printed at___________

A) Kolkata B) Mumbai
C) New Delhi D) Pune
 
Answer & Explanation Answer: D) Pune

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

1 2124
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 2123
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 2123
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 2123
Q:

Length of two trains are 150 m and 200 m respectively and the ratio (shorter: longer) of their speed is 2 : 5. If they cross each other in opposite direction in 15 second then in what time faster train will overtake the slower train.

A) 20 seconds B) 25 seconds
C) 32 seconds D) 35 seconds
 
Answer & Explanation Answer: D) 35 seconds

Explanation:

Let speed of slower train = 2x
⇒ speed of faster train = 5x
ATQ, (150 + 200)/(2x + 5x) = 15
x = 10/3
Time required=350/[50/3–20/3]= 35 seconds

Report Error

View Answer Report Error Discuss

0 2123
Q:

The country which celebrates Independence day on 15th August, apart from India, is

Answer

South Korea

Report Error

View answer Workspace Report Error Discuss

Subject: World History

0 2122
Q:

Another name for false productivity is

A) making poor decisions B) filling your mind with negative self-talk
C) driving toward success D) spinning your wheels
 
Answer & Explanation Answer: D) spinning your wheels

Explanation:

Another name for false productivity is Spinning your wheels. They use the term for false productivity because your wheels are spinning as you're doing work but you're not going anywhere i.e, making any progress.

Report Error

View Answer Report Error Discuss

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

2 2122
Q:

The main products of photosynthesis are

A) Oxygen B) Sugar
C) Both A & B D) Carbon dioxide
 
Answer & Explanation Answer: C) Both A & B

Explanation:

The two main products of photosynthesis are sugar and oxygen. Oxygen is emitted as waste product and sugar is used for energy preparation using sun light.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

1 2122