Questions

Q:

The first electric railway of India was opened in

A) 1925 B) 1905
C) 1910 D) 1915
 
Answer & Explanation Answer: A) 1925

Explanation:

The first electric train of India was opened in 1925. The first electric train ran between Bombay (Victoria Terminus) and Kurla, a distance of 16 km.

Report Error

View Answer Report Error Discuss

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

3 2085
Q:

The most important determinant of consumer spending is

A) consumer expectations B) the level of income
C) the level of household borrowing D) the stock of wealth
 
Answer & Explanation Answer: B) the level of income

Explanation:

The most important determinant of consumer spending is the level of income.

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

In the given question, a statement divided into different segments is given. The first segment is fixed, rearrange the other segments to form a coherent statement.

Introduction of the finance bill was delayed/ budget allocation for the cottage (P)/ debating over the renewal of the last year's (Q)/ by a week as the lawmakers were busy (R)/ industry which got wasted (S)

A) PQRS B) SPQR
C) RQPS D) QRPS
 
Answer & Explanation Answer: C) RQPS

Explanation:

This question can be best solved by the elimination technique. 'was delayed budget allocation', 'was delayed industry which' and 'was delayed debating over' do not make sense; hence P, Q and S can't follow the first segment. This eliminates options 1, 2 and 4. Option 5 places S after R which makes the resultant segment as 'lawmakers were busy industry' which is illogical; hence option 5 can also be eliminated. Hence, the correct sequence is RQPS.

Report Error

View Answer Report Error Discuss

Filed Under: English

0 2084
Q:

India successfully launched Chandrayaan1 satellite in

A) 2008 B) 2006
C) 2010 D) 2013
 
Answer & Explanation Answer: A) 2008

Explanation:

India successfully launched Chandrayaan1 satellite from SDSC Sriharikota, Andhra Pradesh on 22 October, 2008.

Report Error

View Answer Report Error Discuss

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

3 2084
Q:

Who has become the first-ever captain to win 100 matches in IPL history?

A) Rohit Sharma B) Ajinkya Rahane
C) MS Dhoni D) Dinesh Karthik
 
Answer & Explanation Answer: C) MS Dhoni

Explanation:

MS Dhoni, the skipper of CSK - Chennai Super Kings team in IPL Indian Premier League has become the first-ever captain to win 100 matches in IPL history.

Report Error

View Answer Report Error Discuss

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

1 2084
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 2084
Q:

In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

Answer

For load-time dynamic linking: Load module to be loaded is read into memory. Any reference to a target external module causes that module to be loaded and the references are updated to a relative address from the start base address of the application module.


With run-time dynamic loading: Some of the linking is postponed until actual reference during execution. Then the correct module is loaded and linked.

Report Error

View answer Workspace Report Error Discuss

0 2084
Q:

The First battle of which war was the Battle of Alma?

A) Creek war B) Crimean war
C) Korean war D) Chinese war
 
Answer & Explanation Answer: B) Crimean war

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World History

2 2084