Database Administration Questions


Q:

Verification of a login name and password is known as

A) Trouble shooting B) Logging in
C) Configuration D) Authentication
 
Answer & Explanation Answer: D) Authentication

Explanation:

Verification of a login name and password is known as Authentication.

Report Error

View Answer Report Error Discuss

9 5339
Q:

What has two hands but no arms or legs?

Answer

A Clock has 3 hands i.e, an Hour hand, a Minute hand and a Seconds hand.

Report Error

View answer Workspace Report Error Discuss

3 5303
Q:

Solve the Math puzzle?

maths_puzzle1535777263.jpg image

A) 9 B) 15
C) 6 D) 12
 
Answer & Explanation Answer: C) 6

Explanation:

In the given puzzle, the logic is the product of the number and its preceeding number gives the result.

 

9 = 9 x 8 = 72

8 = 8 x 7 = 56

7 = 7 x 6 = 42

6 = 6 x 5 = 30

5 = 5 x 4 = 20

 

Similarly,

3 = 3 x 2 = 6.

Report Error

View Answer Report Error Discuss

13 5241
Q:

I am an 8 letter word.

First 4 is the question.

2, 3, 4 protects our head.

5, 6, 7 IT company name.

7 & 8 are the same letters.

Who am I?

Answer

That 8 letter word is Whatsapp (a messenger app)


First four letters:   WHAT a question
 
Letters 2,3,4:     HAT protects our head

Letters 5,6,7:   SAP an IT company

Letters 7,8:    PP same.

Report Error

View answer Workspace Report Error Discuss

9 5222
Q:

Important Time and Distance formulas with examples.

Answer

1. How to find Speed(s) if distance(d) & time(t) is given:


 


 Speed (S) = Distance (D)Time (T)  


 


Ex: Find speed if a person travels 4 kms in 2 hrs?


Speed = D/T = 4/2 = 2 kmph.


 


2.  Similarly, we can find distance (d)  if speed (s) & time (t) is given by


 


Distance (D) = Speed (S) x Time (T)


 


Ex : Find distance if a person with a speed of 2 kmph in 2 hrs?


Distance D = S X T = 2 x 2 = 4 kms. 


 


3.  Similarly, we can find time (t) if speed (s) &  distance (d) is given by


 


Time (T) = Distance (D)Speed (S)


 


Ex : Find in what time a person travels 4 kms with a speed of 2 kmph?


Time T = D/S = 4/2 = 2 hrs.


 


4. How to convert  km/hr into m/sec :


 


P km/hr = P x 518 m/sec


 


Ex : Convert 36 kmph into m/sec?


36 kmph = 36 x 5/18 = 10 m/sec 


 


5. How to convert  m/sec into km/hr :


 


P m/sec = P x 185 kmph.


 


Ex : Convert 10 m/sec into km/hr?


10 m/sec = 10 x 18/5 = 36 kmph.


 


6.  If the ratio of the speeds of A and B is a:b, then the ratio of the times taken by them to cover the same distance is b : a.


 


7.  Suppose a man covers a certain distance at x km/ hr and an equal distance at y km/hr . Then, the average speed during the whole journey is 2xyx+y km/hr.

Report Error

View answer Workspace Report Error Discuss

6 5164
Q:

English words with similar meaning

A) Relegate - Downgrade B) Beautiful - Ugly
C) Qualm - Confidence D) Generic - Branded
 
Answer & Explanation Answer: A) Relegate - Downgrade

Explanation:

Relegate means Assigning an inferior rank or position to. That means, downgrading or pulling down, lower a person.

 

All other options have words with opposite in meaning.

 

Hence, Relegate is an English word which is similar in meaning to Downgrade.

Report Error

View Answer Report Error Discuss

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

9 5111
Q:

Undefined reference to 'pthread_create'

How to Fix this error?

Answer

This is a common error while compiling C program in Linux. This error occurs when you are using pthread_create function to create threads in your programs.


To fix this problem ensure following points:
Include header file pthread.h in your program.
Add –lpthread linker flag with compilation command.
1- Include Header file
#include <stdio.h>
#include <pthread.h>
...
...
2- Compile command
gcc main.c -o main -lpthread

Report Error

View answer Workspace Report Error Discuss

24 5104
Q:

How many laws of physics are there?

A) 5 B) 4
C) 3 D) 2
 
Answer & Explanation Answer: C) 3

Explanation:

Physics has 5 laws. But the 3 laws of Newton has been clubbed together under one Law. Therefore there are 3 Newtons laws of Physics. They are ::

 

1. Newtons Laws of Motion

    a. First Law of Motion

    b. Second Law of Motion

    C. Third Law of Motion

 

2. Newtons Law of Cooling

 

3. Newtons Law of Gravitation.

Report Error

View Answer Report Error Discuss

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

10 5086