Questions

Q:

The ODBC core API consists of which of the following functions?

A) Commit or rollback transactions only B) Connect to data sources only
C) Connect to data sources with driver-specific information only D) Both 1 and 2 above are in the OBDC core API.
 
Answer & Explanation Answer: D) Both 1 and 2 above are in the OBDC core API.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 5427
Q:

What is the name of India’s initiative to deliver Covid-19 vaccines to friendly countries?

 

A) Bharat Vaccine Mitra B) Vaccine Maitri
C) India Contributes D) Vaccine to Mitron
 
Answer & Explanation Answer: B) Vaccine Maitri

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 5426
Q:

Which of the following range is known as 'Sahyadri'?

 

A) Satpura B) Western Ghats
C) Eastern Ghats D) Aravali
 
Answer & Explanation Answer: B) Western Ghats

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 5425
Q:

WHAT WORDS CAN U MAKE OUT OF THESE LETTERS H,E,I,V,D,E,O

Answer

Video
Dove
Ode
Hive
He
Doe 

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles

36 5422
Q:

We want to round off x, a Float to an Int value. The correct way to do so would be

A) Y = ( int ) ( x + 0.5 ) ; B) Y = int ( x + 0.5) ;
C) Y = ( int ) x + 0.5; D) Y = ( int ) ( ( int ) x + 0.5 )
 
Answer & Explanation Answer: A) Y = ( int ) ( x + 0.5 ) ;

Explanation:

Rounding off a value means replacing it by a nearest value that is approximately equal or smaller or greater to the given number.

 

y = (int)(x + 0.5); here x is any float value. To roundoff, we have to typecast the value of x by using (int)

 

Example:

 

#include

 

int main ()

 

{

 

  float x = 2.6;

 

  int y = (int)(x + 0.5);

 

  printf ("Result = %d\n", y );

 

  return 0;

 

}

 

Result : 3

Report Error

View Answer Report Error Discuss

Filed Under: Programming

2 5422
Q:

Bao dhaan is a variety of rice cultivated in which Indian state?

 

A) Assam B) Haryana
C) Telangana D) Odisha
 
Answer & Explanation Answer: A) Assam

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 5421
Q:

In which country 'The SolarWinds hack', a cyber attack was recently discovered?

 

A) China B) Russia
C) US D) Japan
 
Answer & Explanation Answer: C) US

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

3 5419
Q:

GDP can be calculated by summing

A) Consumption, investment, government purchases, and net exports B) Consumption, investment, government spending, and imports
C) Consumption, investment, government purchases, and imports D) Consumption, investment, wages, and rent
 
Answer & Explanation Answer: A) Consumption, investment, government purchases, and net exports

Explanation:

Gross domestic product (GDP) is the monetary value of all the finished goods and services produced within a country's borders in a specific time period.

Simply, GDP is a broad measurement of a nation’s overall economic activity. 

It is calculated by summation of Consumption, investment, government purchases, and net exports.

Report Error

View Answer Report Error Discuss

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

5 5418