Database Administration Questions


Q:

The PHP Syntax is most similar to

A) Visual Basic B) VB Script
C) PERL & C D) Java Script
 
Answer & Explanation Answer: C) PERL & C

Explanation:

PHP is similar to the C style syntax in terms of keywords and language syntax.

 

If conditions, for and while loops, and function returns are similar in syntax to languages such as C, C++, C#, Java and Perl.

Report Error

View Answer Report Error Discuss

1 4677
Q:

On the occasion of New Year, each student of a class sends greeting cards to the others. If there are 21 students in the class, what is the total number of greeting cards exchanged by the students?

A) 380 B) 420
C) 441 D) 400
 
Answer & Explanation Answer: B) 420

Explanation:

Given total number of students in the class = 21

 

So each student will have 20 greeting cards to be send or receive (21 - 1(himself))

 

Therefore, the total number of greeting cards exchanged by the students = 20 x 21 = 420.

Report Error

View Answer Report Error Discuss

11 4661
Q:

What happens during the bootstrap process?

Answer

A bootstrap is the process of starting up a computer. It also refers to the program that initializes the operating system (OS) during start-up.


It referred to a bootstrap load button that was used to initiate a hardwired bootstrap program, or smaller program that executed a larger program such as the OS.

Report Error

View answer Workspace Report Error Discuss

6 4653
Q:

Only For Geniuses

Solve this MathPuzzle if you can?

num11515666627.jpg image

Answer

Let the required number be 'X'


Condition 1 :  


XX = 2X  => 2X2 = X => X = 12


 


Condition 2 :


X × X = X2=> X = 12


 


Therefore, 12 is the number which becomes double when it is divided by itself and becomes half when it is multiplied by itself.


 

Report Error

View answer Workspace Report Error Discuss

17 4635
Q:

How many Months of the year have 28 Days?

A) 12 B) 7
C) 5 D) 6
 
Answer & Explanation Answer: A) 12

Explanation:

We have 12 months.

In every month we get 28 or more days. 

So that implies we get 28 days in each and every month.

 

Report Error

View Answer Report Error Discuss

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

8 4624
Q:

Chennai express left Hyderabad for Chennai at 14 : 30 hours, travelling at a speed of 60 kmph and Charminar Express left Hyderabad for Chennai on the same day at 16 : 30 hours, travelling at a speed of 80 kmph. How far away from Hyderabad will the two trains meet? 

A) 360 kms B) 480 kms
C) 520 kms D) 240 kms
 
Answer & Explanation Answer: B) 480 kms

Explanation:

Now, the distance covered by Chennai express in 2 hrs = 60 x 2 = 120 kms

Let the Charminar Express takes 't' hrs to catch Chennai express

=> 80 x t = 60 x (2 + t)

=> 80 t = 120 + 60t

=> t = 6 hrs

 

Therefore, the distance away from Hyderabad the two trains meet = 80 x 6 = 480 kms.

Report Error

View Answer Report Error Discuss

10 4593
Q:

The shorter i am, the bigger i am.

What am I?

Answer

A Temper.

Report Error

View answer Workspace Report Error Discuss

8 4562
Q:

Which SQL keyword is used to sort the result-set?

A) ORDER B) ORDER BY
C) SORT BY D) SORT
 
Answer & Explanation Answer: B) ORDER BY

Explanation:

SQL keyword ORDER BY is used to sort the result-set.

Report Error

View Answer Report Error Discuss

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

1 4551