Questions

Q:

Which of the following is an Inert Gas?

A) Hydrogen B) Nitrogen
C) Oxygen D) Argon
 
Answer & Explanation Answer: D) Argon

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 2231
Q:

In the following question, out of the given four alternatives, select the alternative which best expresses the meaning of the Idiom/Phrase.

To bid defiance

A) To disregard recklessly B) To apologize
C) To act in a like manner D) To bribe
 
Answer & Explanation Answer: A) To disregard recklessly

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

1 2231
Q:

Each item consists of six sentences of a passage. The first and sixth sentences are given in the beginning as S1 and S6. The middle four sentences in each have been jumbled up and labelled as P, Q, R and S. You are required to find the proper sequence of the four sentences and mark your response accordingly on the Answer Sheet.

S1 :The Nobel Prize for Economics in 2018 was awarded to Paul Romer and William Nordhaus for their work in two separate areas : economic growth and environmental economics respectively.
S6 :Among recent winners of Nobel Prize in Economics, it’s hard to think of one issue which is more topical and relevant to India.
P :But there is a common thread in their work.
Q : In economic jargon it’s termed as externality.
R : Productive activity often has spillovers, meaning that it can impact an unrelated party.
S :Romer and Nordhaus both studied the impact of externalities and came up with profound insights and economic models.
The correct sequence should be

A) P Q R S B) P R Q S
C) Q S P R D) Q S R P
 
Answer & Explanation Answer: B) P R Q S

Explanation:

PRQS is the correct order in which sentences should be arranged

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2231
Q:

Stretching exercises should ideally be performed

A) within a 5-minute time period B) 5 to 7 days a week
C) with a swinging, bouncing motion D) to the point of moderate pain
 
Answer & Explanation Answer: B) 5 to 7 days a week

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2231
Q:

Dynamic remarketing lets an advertiser

A) Re-run ad to increase the volume of people who will see it. B) Show prior visitors to his site ads that are based on products or services they saw on the site.
C) Show an ad to someone on his mobile device 24 hours after visiting the website on desktop PC. D) Engage visitors to the website by opening a chat session.
 
Answer & Explanation Answer: B) Show prior visitors to his site ads that are based on products or services they saw on the site.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Advertising and Media
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

5 2231
Q:

In which direction earth spins on its axis?

A) West to East B) East to West
C) South to North D) North to South
 
Answer & Explanation Answer: A) West to East

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

1 2231
Q:

A subquery in an sql select statement.

Answer

A Subquery or Inner query or a Nested query is a query within another SQL query and embedded within the WHERE clause.


Subqueries are most frequently used with the SELECT statement. The basic syntax is as follows::


SELECT column_name [, column_name ]
FROM table1 [, table2 ]
WHERE column_name OPERATOR
(SELECT column_name [, column_name ]
FROM table1 [, table2 ]
[WHERE])



A subquery is used to return data that will be used in the main query as a condition to further restrict the data to be retrieved.


Subqueries can be used with the SELECT, INSERT, UPDATE, and DELETE statements along with the operators like =, <, >, >=, <=, IN, BETWEEN, etc.


 


There are a few rules that subqueries must follow −


 


1. Subqueries must be enclosed within parentheses.


2. A subquery can have only one column in the SELECT clause, unless multiple columns are in the main query for the subquery to compare its selected columns.


3. An ORDER BY command cannot be used in a subquery, although the main query can use an ORDER BY. The GROUP BY command can be used to perform the same function as the ORDER BY in a subquery.


4. Subqueries that return more than one row can only be used with multiple value operators such as the IN operator.


5. The SELECT list cannot include any references to values that evaluate to a BLOB, ARRAY, CLOB, or NCLOB.


6. A subquery cannot be immediately enclosed in a set function.


7. The BETWEEN operator cannot be used with a subquery. However, the BETWEEN operator can be used within the subquery.

Report Error

View answer Workspace Report Error Discuss

0 2231
Q:

The ratio of volume of a cone to that of a cylinder if cylinder radius is reduced by 4 times and its height increased by 8 times of that of the cone, is - 

A) 3:2 B) 2:3
C) 5:7 D) 7:5
 
Answer & Explanation Answer: B) 2:3

Explanation:

Ans. Let radius of the base and height of the cone be ‘r’ & ‘h’ respectively.

Then volume of cone = πr2h/3 For cylinder, radius is reduced by 4 times = r/4 And,  height is increased by 8 folds = 8h Volume of cylinder = πR2H = π(r/4)2 (8h) = (16/8)πr2h = πr2h/2 Ratio of volume of cone to volume of cylinder = (πr2h/3) : (πr2h/2) Or, Ratio = 2 : 3.

Report Error

View Answer Report Error Discuss

1 2230