Questions

Q:

In the following question, a sentence has been given in Active/Passive voice. Out of the four alternatives suggested, select the one 

Karnataka grows coffee

A) Coffee is being grown in Karnataka. B) Coffee grown in Karnataka.
C) Coffee is grown in Karnataka. D) Let the coffee be grown in Karnataka.
 
Answer & Explanation Answer: C) Coffee is grown in Karnataka.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2019
Q:

Which country has replaced Japan as world’s 2nd largest steel producing country?

A) India B) China
C) Russia D) Iran
 
Answer & Explanation Answer: A) India

Explanation:

India replaced Japan as world’s 2nd largest steel producing country.

Report Error

View Answer Report Error Discuss

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

2 2018
Q:

Enumerators are stored by the compiler in

A) integer B) string
C) float D) any of above
 
Answer & Explanation Answer: A) integer

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

3 2018
Q:

An improvement in technology would shift

A) the demand curve rightward B) the supply curve rightward
C) the supply curve leftward D) the demand curve leftward
 
Answer & Explanation Answer: B) the supply curve rightward

Explanation:

An improvement in technology would shift the supply curve rightward.

Report Error

View Answer Report Error Discuss

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

1 2018
Q:

In the following question, out of the given four alternatives, select the one which best expresses the meaning of the given word.

Austerity

A)

Strict

B)

Moist

C)

Tolerant

D)

Kindness

 
Answer & Explanation Answer: A)

Strict



Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , CAT , GRE , TOEFL
Job Role: Bank Clerk , Bank PO

0 2018
Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int i;
    for(i=10;i<=15;i++){
         while(i){
             do{
                 printf("%d ",1);
                 if(i>1)
                      continue;
             }while(0);
             break;
         }
    }
    return 0;
}

Answer

Output: 1 1 1 1 1 1
For loop will execute six times.


 


 


 


Note: continue keyword in do-while loop bring the program its while condition (while(0)) which is always false.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2018
Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Identification?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Risk management plan

  • Project management plan


II. Tools and Techniques



  • Documentation reviews

  • Information gathering techniques

  • Checklist analysis

  • Assumptions analysis

  • Diagramming techniques


III. Outputs



  • Risk register

Report Error

View answer Workspace Report Error Discuss

0 2018
Q:

The Great wall of China was built in the year

Answer

214 BC

Report Error

View answer Workspace Report Error Discuss

Subject: World History

2 2017