IT Trainer Questions


Q:

The capacity of a water heater is measured in

A) Gallons B) Liters
C) Meters D) Both A & B
 
Answer & Explanation Answer: D) Both A & B

Explanation:

The capacity of a water heater is measured in Gallons or Liters. In the USA, it is measured in Gallons and in India, we measure it in Liters.

Hence, if the capacity of the water heater is 15 gallons or 15 liters, then it says that it can hold 15 gallons or 15 liters of water.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

3 2114
Q:

What is 16 bit?

Answer

Anything larger and the computer would need to break the number into smaller pieces.


 


16-bit is a computer hardware device or software program capable of transferring 16 bits of data at a time.


Today, 16-bit hardware and software has been replaced by 32-bit and 64-bit alternatives, which give the computer more memory to work with; increasing overall performance.


 


For example, early computer processors (e.g., 8088 and 80286) were 16-bit processors, meaning they were capable of working with 16-bit binary numbers (decimal number up to 65,535).

Report Error

View answer Workspace Report Error Discuss

2 2110
Q:

Describe a situation in which you had to arrive at a compromise or guide others to a compromise ?

Answer

This question is designed to see how well you can mediate a situation and handle conflict. You want to come across as someone who can compromise when necessary. An interviewer wants to see that you can not only reach an outcome that is desirable for both sides of a conflict of interest, but also that you can understand where the other person is coming from. Empathy and understanding go a long way in any job and this is a good opportunity to show that you can put yourself in another’s shoes.

Report Error

View answer Workspace Report Error Discuss

2 2106
Q:

Which of these birds cannot fly?

A) Kiwi B) Penguin
C) Ostrich D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

9 2101
Q:

Conservation of energy refers to the fact that

A) if you conserve energy you will not be as tired B) energy cannot be created or destroyed but can be converted from one form to another
C) no chemical reaction is 100 percent efficient D) the entropy of the universe is always increasing
 
Answer & Explanation Answer: B) energy cannot be created or destroyed but can be converted from one form to another

Explanation:

"Conservation of energy" refers to the fact that energy cannot be created or destroyed but can be converted from one form to another.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

0 2094
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 2090
Q:

The 'IC' chip, used in computers, is made of

A) Iron Oxide B) Silicon
C) Chomium D) Silica
 
Answer & Explanation Answer: B) Silicon

Explanation:
Report Error

View Answer Report Error Discuss

7 2068
Q:

Statement: Properly fed and starved monkeys were made to run through a network of paths designed as a puzzle. It was observed that the starved monkeys could not run faster. This proved that the people with lower intelligence in poor countries are a victim of malnutrition.
Course of action:
a. The effects of nutrition on the intelligence of the monkeys is parallel to those on human beings.
b. Captive monkeys are more intelligent than wild monkeys.

A) Only b follows B) Only a follows
C) Both a & b follows D) Neither a nor b follows
 
Answer & Explanation Answer: B) Only a follows

Explanation:

The proper nourishment will make the monkeys or human beings work properly. So, the course of action I follows. Course of action II does not follow as there is no information about captive or wild monkeys.

Report Error

View Answer Report Error Discuss

4 2068