Database Administration Questions


Q:

M, K, J, T, R, D and W are seven members of a family. There are two married couples among them belonging to two different generations. Each of them has a different choice of cuisine - Chinese, Continental, Thai, Punjabi, South Indian, Gujarati and Malwani. The grandfather in the family likes Gujarati food. None of the ladies likes Continental or Thai food. T is the son of M, who likes Chinese food. W is J's daughter-in-law and she likes South Indian food. K is grandfather of D, who likes Punjabi food. J is mother of R, who likes Continental food.

Question 1:

How is R related to D?

a) Father b) Brother c) Uncle d) Data inadequate

 

Question 2:

Which of the following group contains one each from the same generations?

a) JRT b) JRW c) MRD  d) MWT

Answer

Answer 1:
c) Uncle
R is Uncle to D.


 


Answer 2:
a) JRT
JRT are one each from the same generations.

Report Error

View answer Workspace Report Error Discuss

7 8448
Q:

19 persons do 19 programs in 19 hours . If they take 15 mins interval and then how much time they need to do 52 programs.

A) 23 hours B) 47 hrs 15 min
C) 52 hrs 15 min D) 22 hrs 15 min
 
Answer & Explanation Answer: C) 52 hrs 15 min

Explanation:

Since they can do 19 programs in 19 hours, Then 52 programs in 52 hours respectively.
And a 15 min interval
Total time they take to do 52 programs is 52 hours 15 minutes.

Report Error

View Answer Report Error Discuss

11 8424
Q:

1001 A N means

Answer

1001 A N means 1001 Arabian Nights.


 


These are same as 12 S of the Z, 64 S on a C, 19 C in CB, 8 S on SS, ...

Report Error

View answer Workspace Report Error Discuss

7 8347
Q:

INI extension refers usually to what kind of file?

A) System file B) Image Color Matching Profile file
C) Hypertext related file D) Image file
 
Answer & Explanation Answer: A) System file

Explanation:

".INI" is an extention for all the configuration files in the system. 

 

Hence, .ini is an extension for System files.

Report Error

View Answer Report Error Discuss

6 8343
Q:

Please enter the Missing number: 4 8 14 22 ?

A) 28 B) 32
C) 46 D) 36
 
Answer & Explanation Answer: B) 32

Explanation:

Here the given series follows a pattern that,

2- 0 = 4  

3- 1 = 8  

4- 2 = 14

5- 3 = 22

6- 4 = 32

Hence, the missing number is 32

 

 

Method 2 ::

The difference between 4 and 8 is 4, the difference between 8 and 14 is 6, the difference between 14 and 22 is 8. So the next difference between 22 and the next number will be 10 since it follows (4,6,8,10 - add +2 each time)

Hence, 22 + 10 = 32 is the missing number.

Report Error

View Answer Report Error Discuss

Filed Under: Odd Man Out
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

8 8338
Q:

HTML language is a set of markup

A) Groups B) Attributes
C) Tags D) Sets
 
Answer & Explanation Answer: C) Tags

Explanation:

HTML language is a set of markup tags. The code used to specify the formatting are called tags. Markup languages are designed for the processing, definition and presentation of text. The language specifies code for formatting, both the layout and style, within a text file. 

 

HTML is an example of a markup language to improve the appearance of, and link text with data on the internet.

Report Error

View Answer Report Error Discuss

6 8294
Q:

Which of the following statements about inheritance is false?

A) Inheritance allows you to minimize the amount of duplicate code in an application by sharing common code among several subclasses. B) A subclass inherits all the members (fields, methods, and nested classes) from its superclass.
C) Through inheritance, a parent class is a more specialized form of the child class. D) Inheritance allows you to reuse the fields and methods of the super class without having to write them yourself.
 
Answer & Explanation Answer: C) Through inheritance, a parent class is a more specialized form of the child class.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , Database Administration , IT Trainer

13 8292
Q:

If a soldier fires 7 shots from a gun in 12 minutes then find the total number of shots fired by the man in 3/2 hrs.

A) 45 B) 44
C) 46 D) 47
 
Answer & Explanation Answer: C) 46

Explanation:

Here given soldier shots 7 shots in 12 min

=> 1 shot doen't take any time in 12 min 

=> Only 6 shots take 12 min 

12 min ------ 6 shots 

90 min ------ ? shots 

=> 90 x (6/12) = 45 

Therefore, total shots fired in 90 minutes = 45 + 1 = 46 shots.

Report Error

View Answer Report Error Discuss

11 8180