Database Administration Questions


Q:

Unreachable code would best be found using

A) code inspections B) a static analysis tool
C) code reviews D) a test management tool
 
Answer & Explanation Answer: C) code reviews

Explanation:

Code review is a software quality assurance activity in which one or several humans check a program mainly by viewing and reading parts of its source code, and they do so after implementation or as an interruption of implementation.

Report Error

View Answer Report Error Discuss

14 15751
Q:

Book is to chapter as organization is to

Answer

A book is consists of various chapters, so as the Organization consists of various departments. Therefore if Book is to chapter so organization is to department.


 


Hence, Book : Chapter :: Organisation : Department.

Report Error

View answer Workspace Report Error Discuss

16 15736
Q:

Find the next number in the following number series?

11, 13, 30, 96, ?

A) 264 B) 392
C) 412 D) 459
 
Answer & Explanation Answer: B) 392

Explanation:

The given number series 11, 13, 30, 96, ? follows a pattern that,

11

11 x 1 + 2 = 13

13 x 2 + 4 = 30

30 x 3 + 6 = 96

96 x 4 + 8 = 392

 

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

Report Error

View Answer Report Error Discuss

Filed Under: Odd Man Out
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration

6 15356
Q:

The main objective of Service Level Management is

A) To ensure that an agreed level of IT service is provided for all current IT services B) To create and populate a Service Catalogue
C) To ensure that sufficient capacity is provided to deliver the agreed performance of services D) To carry out the Service Operations activities needed to support current IT services
 
Answer & Explanation Answer: A) To ensure that an agreed level of IT service is provided for all current IT services

Explanation:

The_MAIN_objective_of_Service_Level_Management_is1539325718.jpg image

The main objective of Service Level Management is to ensure that an agreed level of IT service is provided for all current IT services.

 

Report Error

View Answer Report Error Discuss

3 15340
Q:

How many window coverings are necessary to span 50 windows, if each window covering is 15 windows long?

A) 4 B) 15
C) 3 D) 50
 
Answer & Explanation Answer: A) 4

Explanation:

Given that, 

Number of windows = 50

Each window covering covers 15 windows

=> 50 windows requires 50/15 window coverings

= 50/15 = 3.333

 

Hence, more than 3 window coverings are required. In the options 4 is more than 3. 

 

Hence, 4 window coverings are required to cover 50 windows of each covering covers 15 windows.

Report Error

View Answer Report Error Discuss

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

13 15339
Q:

Seven people A, B, C, D, E, F and G live on separate floors of a 7-floor building. Ground floor is numbered 1, first floor is numbered. 2 and so on until the topmost floor is numbered 7. Each one of these having a different cars-Cadillac, Ambassador, Fiat, Maruti, Mercedes, Bedford and Fargo but not necessarily in the same order. Only three people live above the floor on which A lives. Only one person lives between A and the one having a car Cadillac. F lives immediately below the one having a car Bedford. The one having a car Bedford lives on an even-numbered floor. Only three people live between the ones having a car Cadillac and Maruti. E lives immediately above C. E is not having a car Maruti. Only two people live between B and the one having a car Fargo. The one having a car Fargo lives below the floor on which B lives. The one having a car Fiat does not live immediately above D or immediately below B. D does not live immediately above or immediately below A. G does not have a car Ambassador.

Question :

 How many people live between the floors on which D and the one having a car Bedford ?

A) One B) Two
C) Three D) Four
 
Answer & Explanation Answer: B) Two

Explanation:

111-151497940723.png image

Above is the table obtained from the given information in the passage.

There are two people (B & G) live between the floors on which D and the one having a car Bedford.

Report Error

View Answer Report Error Discuss

21 15278
Q:

Physical or logical arrangement of network is

A) Topology B) Routing
C) Both A & B D) Networking
 
Answer & Explanation Answer: A) Topology

Explanation:

The logical arrangement of the nodes of different networks to communicate is called as topology.

Report Error

View Answer Report Error Discuss

23 15268
Q:

Statement coverage will not check for the following

A) Dead Code B) Unused Statement
C) Missing Statements D) Unused Branches
 
Answer & Explanation Answer: C) Missing Statements

Explanation:

Statement coverage is a white box test design technique which involves execution of all the executable statements in the source code at least once. It is used to calculate and measure the number of statements in the source code which can be executed given the requirements.

Report Error

View Answer Report Error Discuss

7 15256