Questions

Q:

In which country UNESCO Science Co-operation Office has been set-up

A) Cairo,Jakarta B) Nairobi, New Delhi
C) Montevideo, Venice D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

3 2268
Q:

What will be your response if the customer who calls on the other side of the phone is angry?

Answer

This question focuses to check your ability to handle situations. Do not answer this question with anything that states retaliation. Talk about handling the situation with patience and relaxed mind set. You can answer it as “ If the customer on the other side of the phone line is angry i will first try calming him and ask him his/her problem. After that I will try sufficing the best solution keeping in mind his problem. In this sector customer satisfaction is very important and thus it will be my primary goal.

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

1 2268
Q:

What is the largest island in the Mediterranean Sea?

Answer

Sicily

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

0 2268
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 2268
Q:

The light reactions of photosynthesis supply the calvin cycle with

A) CO2and ATP B) ATP and NADPH
C) light energy D) H2O and NADPH
 
Answer & Explanation Answer: B) ATP and NADPH

Explanation:

The light reactions of photosynthesis supply the calvin cycle with ATP and NADPH.

Report Error

View Answer Report Error Discuss

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

3 2268
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 2267
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 2267
Q:

The Highest navigable lake in the world is 

A) Huron B) Titicaca
C) Superior D) Tanganyika
 
Answer & Explanation Answer: B) Titicaca

Explanation:

The Lake is located in the Andes mountains near Bolivia-Peru border at a height of 3810 m. It is also the largest lake in South America.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 2267