Database Administration Questions


Q:

By default, a Linux user falls under which group?

A) same as userid (UPG) B) system
C) staff D) others
 
Answer & Explanation Answer: A) same as userid (UPG)

Explanation:

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel. By default, a Linux user falls under same as userid (UPG) group.

Report Error

View Answer Report Error Discuss

5 3824
Q:

What do you mean by friend function in C++ ?

Answer

Friends can be either functions or other classes. The class grants friends unlimited access privileges.

* The declaration of the function should be preceded by the keyword 'friend'.
* The function definition will not use the keyword or the scope operator '::'.


Thus, a friend function is an ordinary function or a member of another class.

Report Error

View answer Workspace Report Error Discuss

15 3805
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 3797
Q:

Which of the following is Not an Operating System?

A) UNIX B) Windows NT
C) C++ D) DOS
 
Answer & Explanation Answer: C) C++

Explanation:

C++ is not an Operating System.

 

An Operating System is a collection of system programs that manages all the other programs application programs in a computer as well as the allocation and use of hardware resources such as the CPU, Memory and the Hard Disk Drive.

It acts as an interface between the hardware and the user level program.

It controls and facilitates the overall operation of a computer. 

 

Here

UNIX : UNIX is a popular multi-user, multitasking operating system (OS) developed at Bell Labs.

 

Windows NT : Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993.

 

DOS : DOS is Disk Operating System. The term DOS can refer to any operating system.

 

C++ : C++ is a programming language and computing platform.

 

Hence, C++ is not an Operating System.

Report Error

View Answer Report Error Discuss

6 3794
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 3770
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 3756
Q:

Which of the following is an example of a simile?

A) Clouds of vanilla cotton candy floated in the sky. B) His stomach rumbled like an approaching train.
C) She was drowning in a sea of grief. D) He was a hurricane in her heart.
 
Answer & Explanation Answer: B) His stomach rumbled like an approaching train.

Explanation:

In the given options, "His stomach rumbled like an approaching train" is an example of Simile.

All the other options are examples of metaphors. 

 

Simile and Metaphor are both figure of speeches in English which are used for comparing things but the only difference is Simile uses LIKE or AS words in comparing and metaphor directly compares without using any words.

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

4 3753
Q:

The flow of information through MIS is

A) organization dependent B) information dependent
C) management dependent D) need dependent
 
Answer & Explanation Answer: D) need dependent

Explanation:

The flow of information through MIS - Management Information System is Need dependent.

The backbone of any organization is Information. The information of MIS comes from both internal and external sources.

Report Error

View Answer Report Error Discuss

5 3742