Database Administration Questions


Q:

Everyone has it and no one can lose it. What is it?

A) Face B) Teeth
C) Hair D) Shadow
 
Answer & Explanation Answer: D) Shadow

Explanation:
Report Error

View Answer Report Error Discuss

3 4636
Q:

Which layer 4 protocol is used for a Telnet connection?

A) UDP B) IP
C) TCP D) TCP/IP
 
Answer & Explanation Answer: C) TCP

Explanation:

Telnet uses TCP at layer 4. It uses IP at layer 3. We know that Telnet uses TCP/IP protocol, but in the question, it is asked specifically at layer 4 what is used in Telnet. So it is TCP at layer4 and IP at layer 3.

Report Error

View Answer Report Error Discuss

0 4624
Q:

Find the Missing Number Puzzle for the Given

number011517998001.jpg image

A) 8 B) 16
C) 9 D) 12
 
Answer & Explanation Answer: C) 9

Explanation:

Given

 

6 = 3 => Number of letters in SIX = 3

 

12 = 6 => Number of letters in TWELVE = 6

 

14 = 8 => Number of letters in FOURTEEN = 8

 

Similarly,

 

22 = 9 => Number of letters in TWENTY TWO = 9

 

 

 

 

 

Therefore, 22 = 9.

Report Error

View Answer Report Error Discuss

18 4622
Q:

Which Indian city is named after the snake Anantha of Lord Vishnu?

A) Trivandrum B) Tiruchirappalli
C) Tanjavore D) Vellore
 
Answer & Explanation Answer: A) Trivandrum

Explanation:

Thiruvananthapuram also known as Trivandrum, is the capital and the largest city of the Indian state of Kerala is named after the snake Anantha of Lord Vishnu.

Report Error

View Answer Report Error Discuss

16 4614
Q:

Who invented Electric Generator?

A) Michael Faraday B) Thomas Alva Edison
C) Graham Bell D) Alfred Nobel
 
Answer & Explanation Answer: A) Michael Faraday

Explanation:

Michael Faraday invented Electric Generator in 1831.

 

        • The operating principle of electromagnetic generators was discovered in the years of 1831–1832 by Michael Faraday.

 

        • The principle later called Faraday's law, is that an electromotive force is generated in an electrical conductor which encircles a varying magnetic flux.


 

Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: IT Trainer , Database Administration , Bank PO , Analyst

11 4612
Q:

Component Testing is also called as

component_testing_is_also_called_as1542088267.jpg image

A) Unit testing B) Module testing
C) Program testing D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Component Testing is also called as Module or Unit or Program testing. It is testing of all the components in an application separately.

Report Error

View Answer Report Error Discuss

10 4590
Q:

Which of the following is not an Output device?

A) Scanner B) Moniter
C) Printer D) Speakers
 
Answer & Explanation Answer: A) Scanner

Explanation:
Report Error

View Answer Report Error Discuss

9 4559
Q:

What is conversion operator ?

Answer

Class can have a public method for specific data type conversions.
for example:
class B
{
double value;
public  B(int i )
operator double()
{
return value;
}
};
B BObject;
double i = BObject; // assigning object to variable i of type double.
now conversion operator gets called to assign the value.

Report Error

View answer Workspace Report Error Discuss

11 4556