Database Administration Questions


Q:

FRIEND : FPIBNZ :: PATRON : ? 

A) PTYOPI B) PYTOPJ
C) PYTOOJ D) PYTPOJ
 
Answer & Explanation Answer: C) PYTOOJ

Explanation:

FRIEND : FPIBNZ

Follows a pattern that,

F - F

R- second letter to left of R i.e, P

I - I

E - Third letter to left of E i.e, B

N - N

D - Fourth letter to left of D i.e, Z

Similarly, for PATRON 

P - P

A -  second letter to left of A i.e, Y

T - T

R - Third letter to left of R i.e, O

O - O

N - Fourth letter to left of N i.e, J

PATRON : PYTOOJ

 

Therefore, FRIEND : FPIBNZ :: PATRON : PYTOOJ

Report Error

View Answer Report Error Discuss

46 8574
Q:

Which of the following is not the member of class?

A) Virtual function B) Static function
C) Friend function D) Const function
 
Answer & Explanation Answer: C) Friend function

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: C++
Job Role: Analyst , Database Administration , IT Trainer

19 8406
Q:

Computer storage units smallest to largest?

Answer

The smallest unit of data storage in a computer is called Bit (Binary Digit). Half a byte (four bits) is called a Nibble.


 


1 bit (binary digit) = the value of 0 or 1


8 bits = 1 byte


1024 bytes = 1 kilobyte


1024 kilobytes = 1 megabyte


1024 megabytes = 1 gigabyte


1024 gigabytes = 1 terabyte


1024 terabytes = 1 petabyte


 


Hence, Computer storage units smallest to largest i.e, in ascending order is


 1 bit  <  1 byte  <  1 KB  <  1 MB  <  1 GB  <  1TB  <  1 PB.

Report Error

View answer Workspace Report Error Discuss

9 8147
Q:

Parenthesis is never required in Postfix or Prefix expressions

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Parenthesis is not required because the order of the operators in the postfix /prefix expressions determines the actual order of operations in evaluating the expression

Report Error

View Answer Workspace Report Error Discuss

Subject: Database
Job Role: Database Administration

3 8129
Q:

If (2a + 3b)/(5a - 3b) = 23/5 , then the value of ba is ?

A) 5 B) 4
C) 20 D) 28
 
Answer & Explanation Answer: C) 20

Explanation:

Given (2a + 3b)/(5a - 3b) = 23/5
=> 10a + 15b = 115a - 69b
=> 105a = 84b => 5a = 4b
a/b = 4/5 => a=4 & b=5
=> bxa = 5x4 = 20.

Report Error

View Answer Report Error Discuss

7 7997
Q:

Three taps I, J and K can fill a tank in 20,30and 40 minutes respectively. All the taps are opened simultaneously and after 5 minutes tap A was closed and then after 6 minutes tab B was closed .At the moment a leak developed which can empty the full tank in 70 minutes. What is the total time taken for the completely full ?

A) 24.315 minutes B) 26.166 minutes
C) 22.154 minutes D) 24 minutes
 
Answer & Explanation Answer: B) 26.166 minutes

Explanation:

Upto first 5 minutes I, J and K will fill => 5[(1/20)+(1/30)+(1/40)] = 65/120


For next 6 minutes, J and K will fill => 6[(1/30)+(1/40)] = 42/120


So tank filled upto first 11 minutes = (65/120) + (42/120) = 107/120
So remaining tank = 13/120


Now at the moment filling with C and leakage @ 1/60 per minute= (1/40) - (1/70) = 3/280.
So time taken to fill remaining 13/120 tank =(13/120) /(3/280) = 91/6 minutes

 

Hence total time taken to completely fill the tank = 5 + 6 + 91/6 = 26.16 minutes.

Report Error

View Answer Report Error Discuss

13 7927
Q:

Solve the Riddle?

bana1522056999.jpg image

A) 79 hrs B) 72 hrs
C) 52 hrs D) 18 hrs
 
Answer & Explanation Answer: D) 18 hrs

Explanation:

From the given data,

18 snakes can eat 18 bananas in 18 hrs.

=> 1 snake can eat 1 banana in 18 hrs

=> 79 snakes can eat 79 bananas in 18 hrs.

 

Hence, 18 hrs.

Report Error

View Answer Report Error Discuss

21 7777
Q:

Expansion cards are inserted into

A) Peripheral Devices B) Pegs
C) Slots D) The back of the computer
 
Answer & Explanation Answer: C) Slots

Explanation:

In computing, the expansion card or board or accessory card is a printed circuit board that can be inserted into an electrical connector or expansion slot, on a computer motherboard, to add functionality to a computer system via the expansion bus.

Report Error

View Answer Report Error Discuss

13 7767