0

Data warehouse Storage tools Quiz

Description: This test is about the storage technology like LUN, SCCI, CDB.
Number of Questions: 20
Created by:
Tags: storage
Attempted 0/20 Correct 0 Score 0

In SCSI-2 wide SCSI means:

  1. 8-bit Data Bus

  2. 16-bit Data Bus

  3. 32-bit Data Bus

  4. 64-bit Data Bus


Correct Option: B
  1. Asynchronous

  2. Synchronous

  3. Semi-synchronous

  4. None of the Above


Correct Option: A
  1. SCSI Device

  2. SCSI Domain

  3. Service Delivery Subsystem

  4. None of the Above


Correct Option: B

Service Delivery Subsystem is at:

  1. SCSI Application Layer

  2. SCSI Transport Layer

  3. Interconnect Layer

  4. None of the Above


Correct Option: C

In I_T_L_Q Nexux, Q stands for:

  1. Quality

  2. Quota

  3. Queue

  4. Command


Correct Option: D

The figure depicted is:

  1. Parallel SCSI Connector

  2. Serial SCSI Connector

  3. SAS Connector

  4. SATA Connector


Correct Option: A

A SCSI device does not initiate a session, but waits for a command from other device, is called :

  1. Initiator

  2. Target

  3. LUN

  4. Logical Unit


Correct Option: B

LUN is:

  1. A Number

  2. An Identifier

  3. Logical Unit

  4. A Data Type


Correct Option: B

A set of standards for physically connecting and transferring data between computers and peripheral devices:

  1. Small Computer System Interface

  2. Small Connection System Interface

  3. Secure Connection Server Interface

  4. Small Connection Sys Interface


Correct Option: B

AI Explanation

To answer this question, you need to understand the concept of standards for physically connecting and transferring data between computers and peripheral devices.

Option A) Small Computer System Interface (SCSI) - This option is incorrect. SCSI is a set of standards for connecting and transferring data between computers and peripheral devices, but it does not match the given answer.

Option B) Small Connection System Interface (SCSI) - This option is correct. SCSI is a set of standards for physically connecting and transferring data between computers and peripheral devices. It provides a standard interface for connecting devices such as hard drives, tape drives, and scanners to a computer.

Option C) Secure Connection Server Interface - This option is incorrect. There is no standard called Secure Connection Server Interface related to physically connecting and transferring data between computers and peripheral devices.

Option D) Small Connection Sys Interface - This option is incorrect. It does not match the given answer and is similar to Option B, but with a different abbreviation.

The correct answer is B) Small Connection System Interface. This option correctly identifies the set of standards for physically connecting and transferring data between computers and peripheral devices.

A SCSI Device has disconnected from SCSI bus, because it is seeking some data for I/O request. Now it wants to access the SCSI bus again. Which phase the bus is in:

  1. Bus Free

  2. Selection

  3. Message In

  4. Reselection


Correct Option: D
  1. Command Definition Block

  2. Computer Definition Block

  3. Command Descriptor Block

  4. Command Dispatch Block


Correct Option: C

If a CDB is 12-byte long, what will be its group ID?

  1. 2

  2. 3

  3. 4

  4. 5


Correct Option: D

In a CDB opcode is:

  1. 1-bit Long

  2. 1-byte Long

  3. 2-byte Long

  4. 3-byte Long


Correct Option: B

_________ is used to determine the success or failure of a SCSI Command.

  1. Status Code

  2. Check Condition

  3. Sense Data

  4. KCQ


Correct Option: A

Enough testing has been performed when:

  1. a) time runs out.

  2. b) the required level of confidence has been achieved.

  3. c) no more faults are found.

  4. d) the users won’t find any serious faults.


Correct Option: B
  1. Complier

  2. HP Quality Center

  3. HP QTP

  4. HP Load Runner


Correct Option: B

Which of the following will NOT be detected by static analysis?

  1. A) Parameter type mismatches.

  2. B ) Errors in requirements.

  3. C ) Undeclared variables.

  4. D ) Uncalled functions.


Correct Option: B

Which of the following would be a valid measure of test progress?

  1. Number of undetected defects.

  2. Total number of defects in the product.

  3. Number of test cases not yet executed.

  4. Effort required to fix all defects.


Correct Option: C
Explanation:

To answer this question, the user needs to understand what measures can be used to assess test progress.

Option A: Number of undetected defects. This is not a valid measure of test progress because it does not indicate how many tests have been executed or how many defects have been found and fixed. This metric only counts the number of defects that have not been found yet.

Option B: Total number of defects in the product. This is not a valid measure of test progress because it does not indicate how many defects have been found and fixed. This metric only counts the total number of defects in the product, which can increase or decrease over time.

Option C: Number of test cases not yet executed. This is a valid measure of test progress because it indicates how many test cases are left to execute. As test cases are executed, this number will decrease, providing a clear indication of how far the testing effort has progressed.

Option D: Effort required to fix all defects. This is not a valid measure of test progress because it focuses on the effort required to fix defects rather than the progress made in finding and fixing defects. This metric does not provide any information about the state of testing or how close the team is to completing the testing effort.

Therefore, the correct answer is:

The Answer is: C. Number of test cases not yet executed.

The difference between re-testing and regression testing is

  1. a) re-testing is running a test again; regression testing looks for unexpected side effects

  2. b) re-testing looks for unexpected side effects; regression testing is repeating those tests

  3. c) re-testing is done after faults are fixed; regression testing is done earlier

  4. d) re-testing uses different environments, regression testing uses the same environment

  5. e) re-testing is done by developers, regression testing is done by independent testers


Correct Option: A

AI Explanation

To answer this question, we need to understand the concepts of re-testing and regression testing.

Re-testing refers to running a test again to ensure that a specific issue or bug has been fixed. It involves re-executing the same test case that previously failed to verify if the fix has resolved the problem.

Regression testing, on the other hand, is the process of testing the unchanged parts of a software system to ensure that the modifications or bug fixes have not introduced any new defects or caused unexpected side effects. It aims to validate that the existing functionality has not been affected by the changes.

Now let's go through each option to understand why it is correct or incorrect:

Option A) re-testing is running a test again; regression testing looks for unexpected side effects - This option is correct. It accurately describes the difference between re-testing and regression testing. Re-testing involves running a test again, while regression testing focuses on identifying unexpected side effects caused by changes.

Option B) re-testing looks for unexpected side effects; regression testing is repeating those tests - This option is incorrect. It incorrectly states that re-testing looks for unexpected side effects, which is the role of regression testing.

Option C) re-testing is done after faults are fixed; regression testing is done earlier - This option is incorrect. It incorrectly suggests that re-testing is performed after faults are fixed, while in reality, it is done to verify the effectiveness of the fix. Regression testing, on the other hand, can be performed at any stage of the development cycle to ensure that changes do not introduce new issues.

Option D) re-testing uses different environments, regression testing uses the same environment - This option is incorrect. The environment used for testing does not define the difference between re-testing and regression testing. Both types of testing can be performed in the same or different environments based on the specific requirements.

Option E) re-testing is done by developers, regression testing is done by independent testers - This option is incorrect. The responsibility for re-testing and regression testing can vary depending on the organization and the testing team. While developers may perform re-testing, independent testers can also be involved in both re-testing and regression testing.

Therefore, the correct answer is A) re-testing is running a test again; regression testing looks for unexpected side effects.

The cost of fixing a fault:

  1. a) Is not important

  2. b) Increases as we move the product towards live use

  3. c) Decreases as we move the product towards live use

  4. d) Is more expensive if found in requirements than functional design

  5. e) Can never be determined


Correct Option: B

AI Explanation

To answer this question, we need to understand the concept of fault fixing and its associated cost. Let's go through each option to understand why it is correct or incorrect:

Option A) Is not important - This option is incorrect because the cost of fixing a fault is indeed important. Faults can lead to product failures, customer dissatisfaction, and additional expenses in the long run.

Option B) Increases as we move the product towards live use - This option is correct. As the product moves closer to live use, the cost of fixing a fault typically increases. This is because faults found during testing or in the early stages of development are generally easier and cheaper to fix compared to faults found in the later stages or after the product is already live.

Option C) Decreases as we move the product towards live use - This option is incorrect. The cost of fixing a fault usually increases rather than decreases as the product moves towards live use, as explained in Option B.

Option D) Is more expensive if found in requirements than functional design - This option is incorrect because it is not a general rule. The cost of fixing a fault can vary depending on various factors, including the complexity of the fault, the stage at which it is found, and the effort required to fix it. It is not necessarily true that faults found in requirements are always more expensive to fix than faults found in the functional design.

Option E) Can never be determined - This option is incorrect. While it may not be possible to determine the exact cost of fixing a fault in advance, it is generally possible to estimate the cost based on factors such as the time required, resources needed, and the impact of the fault on the product.

The correct answer is B) Increases as we move the product towards live use. This option is correct because the cost of fixing a fault typically increases as the product moves closer to live use.

- Hide questions