Questions

Q:

RBI issued currency notes under which system

A) Maximum Fiduciary System B) Proportional Reserve System
C) Fixed Fiduciary System D) Fixed Minimum Reserve System
 
Answer & Explanation Answer: D) Fixed Minimum Reserve System

Explanation:

RBI issued currency notes under Fixed Minimum Reserve System.

Report Error

View Answer Report Error Discuss

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

2 2055
Q:

The new product development process usually starts with

A) idea generation B) market strategy development
C) concept development D) idea screening
 
Answer & Explanation Answer: A) idea generation

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales
Exam Prep: CAT
Job Role: Analyst

6 2054
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Develop project management plan phase?

Answer

I. Inputs



  • Preliminary project scope statement

  • Project management processes

  • Enterprise environmental factors

  • Organizational process assets


II. Tools and Techniques



  • Project management methodology

  • Project management information system

  • Expert Judgment


III. Outputs



  • Project management plan

Report Error

View answer Workspace Report Error Discuss

0 2054
Q:

Project Time Management

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

Answer

Activity Definition - Identifying the Specific schedule activities that need to be performed to produce the various project deliverables.


Activity Sequencing - Identifying and documenting dependencies among schedule activities


Activity Resource Estimating - Estimating the type and quantities of resources required to perform each schedule activity


Activity Duration Estimating - Estimating the number of work periods that will be needed to complete individual schedule activities


Schedule Development - Analyzing activity sequences, durations, resource requirements, and schedule constraints to creae the project schedule.


Schedule Control - Controlling changes to the project schedule

Report Error

View answer Workspace Report Error Discuss

0 2054
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 2054
Q:

What would be the output of the following program?

main()

{

    int i = -3, j =2, k =0, m ;

    m = ++j && ++i || ++k ;

    Printf ( "\n%d%d%d%d", i , j , k , m );

}

Answer

-2  3  0  1

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2054
Q:

Which layer of the earth is the hottest ?

A) Inner Core B) Mantle
C) Crust D) Outer Core
 
Answer & Explanation Answer: A) Inner Core

Explanation:

The hottest layer of the Earth is its innermost layer. The inner core Quite literally the center of the Earth, the inner core is solid and can get to estimate temperatures over 9,000 degrees Fahrenheit

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

Through which light cannot pass?

A) Notebook paper B) Water
C) Book D) Sun glasses
 
Answer & Explanation Answer: C) Book

Explanation:

The objects through which light cannot pass are called as Opaque objects. Some objects allow some light to pass through them and are called as Translucent objects. The objects which allow all the light to pass through them are called as Transparent objects.

 

Here in the given options Book is an example of opaque object as it does not allow light to pass through it. Water is transparent object and notebook paper and sun glasses are examples of translucent objects.

Report Error

View Answer Report Error Discuss

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

2 2054