Database Administration Questions


Q:

Which of the following BEST describes a Service Desk?

A) A dedicated number of staff handling Incidents and service requests B) A process within Service Operation providing a single point of contact
C) A dedicated number of staff handling service requests D) A dedicated number of staff answering questions from users
 
Answer & Explanation Answer: A) A dedicated number of staff handling Incidents and service requests

Explanation:

A dedicated number of staff handling Incidents and service requests best describes a Service Desk.

Report Error

View Answer Report Error Discuss

13 19187
Q:

Which of the following is not a valid escape code?

A) " B) \
C) ' D) =
 
Answer & Explanation Answer: D) =

Explanation:

The valid escape codes in programming languages are ', ", \, n, or t are the valid escape codes. 

 

For example, the sequence \n usually represents a newline, while the escape sequence \\ represents a backslash, \t usually represents a newtab.

Report Error

View Answer Report Error Discuss

39 19155
Q:

Find the wrong number in the given number series?

5, 8, 40, 90, 664

A) 8 B) 40
C) 90 D) 664
 
Answer & Explanation Answer: B) 40

Explanation:

The given number series is 5, 8, 40, 90, 664

5

5 - 1 x 2 = 8

8 - 3 x 4 = 20 (NOT 40)

20 - 5 x 6 = 90

90 - 7 x 8 = 664

Report Error

View Answer Report Error Discuss

6 18729
Q:

Find the missing number in the given number series?

5 11 21 44 ? 175

A) 86 B) 78
C) 94 D) 102
 
Answer & Explanation Answer: A) 86

Explanation:

Here the given number series is 5  11  21  44  ?  175

 

Now the given series follows a pattern, that

 

x2 + 1, x2 - 1, x2 + 2, x2 - 2, x2 + 3, x2 - 3,...

 

Then the missing number is x2 - 2

 

= 44 x 2 - 2 = 88 - 2 = 86

 

Hence, the missing number in the number series is 86.

Report Error

View Answer Report Error Discuss

2 18449
Q:

Which packages contain the JDBC classes?

A) java.sql B) java.sl
C) java.jd D) java.jdbc
 
Answer & Explanation Answer: A) java.sql

Explanation:

The Java packages which contain JDBC classes and interfaces is Java.SQL.

Report Error

View Answer Report Error Discuss

3 17955
Q:

Find the next number in the following number series?

410, 409, 413, 404, ? 

A) 412 B) 415
C) 418 D) 420
 
Answer & Explanation Answer: D) 420

Explanation:

The given number series 410, 409, 413, 404, ? , follows a pattern that 

410

410 - 13 = 409409 + 22 = 413413 - 33 = 404404 + 42 = 420

 

Hence, the next number in the given series is 420.

Report Error

View Answer Report Error Discuss

4 17854
Q:

Find the odd man out of the following number series?

222, 271, 308, 332, 348, 357

A) 271 B) 308
C) 332 D) 348
 
Answer & Explanation Answer: B) 308

Explanation:

Here the given series 222, 271, 308, 332, 348, 357 follows a pattern that

222

222 + 49  271

271 + 36 = 307 (NOT 308)

307 + 25 = 332

332 + 16 = 348

348 + 9 = 357

 

Hence, the odd man in the fiven number series is 308.

Report Error

View Answer Report Error Discuss

1 17749
Q:

Bruise is to Fall as Bump is to

A) Lump B) Knock
C) Limp D) Wound
 
Answer & Explanation Answer: B) Knock

Explanation:

After falling it bruises, similarly after knocking it bumps.

 

Hence, Bruise : Fall :: Bump : Knock.

Report Error

View Answer Report Error Discuss

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

19 17571