Questions

Q:

What is the primary purpose of the Supremacy Clause?

A) to explain why state and federal powers are always kept equal B) it has the power to divide the state and national governments
C) to outline why some powers must be implied rather than detailed D) None of the above
 
Answer & Explanation Answer: B) it has the power to divide the state and national governments

Explanation:
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 2305
Q:

The WHO has launched new Global Influenza Strategy for?

A) 2019 - 2022 B) 2022 - 2025
C) 2019 - 2030 D) 2019 - 2025
 
Answer & Explanation Answer: C) 2019 - 2030

Explanation:
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 2305
Q:

Which city has made Hindi as 3rd language in courts?

A) Abu Dhabi B) Quwait
C) Colombo D) Tehran
 
Answer & Explanation Answer: A) Abu Dhabi

Explanation:

Abu Dhabi (UAE) city has made Hindi as 3rd language in courts.

Report Error

View Answer Report Error Discuss

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

1 2304
Q:

Which energy source generates the least greenhouse gases?

A) Fossil fuels energy B) Nuclear energy
C) Solar energy D) All of the above
 
Answer & Explanation Answer: A) Fossil fuels energy

Explanation:

Fossil fuels energy source generates the least greenhouse gases. Of them, i.e, oil, natural gas and coal, natural gas source generates the least greenhouse gases.

Report Error

View Answer Report Error Discuss

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

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

When did the capital of India shift from Kolkata to New Delhi?

A) 1911 B) 1951
C) 1931 D) 1901
 
Answer & Explanation Answer: A) 1911

Explanation:

The capital of India shift from Kolkata to New Delhi in the year 1911.

Report Error

View Answer Report Error Discuss

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

6 2304
Q:

Length of two trains are 150 m and 200 m respectively and the ratio (shorter: longer) of their speed is 2 : 5. If they cross each other in opposite direction in 15 second then in what time faster train will overtake the slower train.

A) 20 seconds B) 25 seconds
C) 32 seconds D) 35 seconds
 
Answer & Explanation Answer: D) 35 seconds

Explanation:

Let speed of slower train = 2x
⇒ speed of faster train = 5x
ATQ, (150 + 200)/(2x + 5x) = 15
x = 10/3
Time required=350/[50/3–20/3]= 35 seconds

Report Error

View Answer Report Error Discuss

0 2304
Q:

If a, b and c are positive integers such that 1a+1b+1c+12 = 1623, then what is the mean of a, b and c?

A) 1 B) 2
C) 1.33 D) 2.33
 
Answer & Explanation Answer: B) 2

Explanation:
Report Error

View Answer Report Error Discuss

7 2304