40 Question quiz 3 (81-120)

Description

Quiz on 40 Question quiz 3 (81-120), created by Daniel Neag on 03/12/2017.
Daniel Neag
Quiz by Daniel Neag, updated more than 1 year ago
Daniel Neag
Created by Daniel Neag over 6 years ago
37
0

Resource summary

Question 1

Question
The ________ and ________ are used within individual workbenches to produce the right output products.
Answer
  • A. Tools and techniques
  • B. Procedures and standards
  • C. Processes and walkthroughs
  • D. Reviews and update

Question 2

Question
Which aspects of testing will establishing traceability help?
Answer
  • A. Configuration management and test data generation
  • B. Test case specification and change control
  • C. Test condition and test procedure specification
  • D. Impact analysis and requirements coverage

Question 3

Question
The principle of Cyclomatic complexity, considering L as edges or links, N as nodes, P as independent paths
Answer
  • A. L-N +2P
  • B. N-L +2P
  • C. N-L +P
  • D. N-L +P

Question 4

Question
FPA is used to
Answer
  • A. To measure the functional requirements of the project
  • B. To measure the size of the functionality of an Information system
  • C. To measure the functional testing effort
  • D. To measure the functional flow

Question 5

Question
A _____ is the step-by-step method followed to ensure that standards are met
Answer
  • A. SDLC
  • B. Project Plan
  • C. Policy
  • D. Procedure

Question 6

Question
Which is not a test Oracle
Answer
  • A. The existing system (For a bench mark)
  • B. The code
  • C. Individual's knowledge
  • D. User manual

Question 7

Question
PDCA is known as
Answer
  • A. Plan, Do, Check, Act
  • B. Plan, Do, Correct, Act
  • C. Plan, Debug, Check, Act
  • D. Plan, Do, Check, Accept

Question 8

Question
Which is the non-functional testing
Answer
  • A. Performance testing
  • B. Unit testing
  • C. Regression testing
  • D. Sanity testing

Question 9

Question
Which of the following is a MAJOR test planning task?
Answer
  • A. Determining the exit criteria
  • B. Measuring and analyzing results
  • C. Implementing corrective actions
  • D. Monitoring and documenting progress

Question 10

Question
Testing where in we subject the target of the test , to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads.
Answer
  • A. Load Testing
  • B. Integration Testing
  • C. System Testing
  • D. Usability Testing

Question 11

Question
Which of the following is the task of a Tester? i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project. ii. Prepare and acquire Test Data iii. Implement Tests on all test levels, execute and log the tests. iv. Create the Test Specifications
Answer
  • A. i, ii, iii is true and iv is false
  • B. ii,iii,iv is true and i is false
  • C. i is true and ii,iii,iv are false
  • D. iii and iv is correct and i and ii are incorrect

Question 12

Question
What can static analysis NOT find?
Answer
  • A. The use of a variable before it has been defined
  • B. Unreachable ("dead") code
  • C. Memory leaks
  • D. Array bound violations

Question 13

Question
White Box Techniques are also called as:
Answer
  • A. Structural Testing
  • B. Design Based Testing
  • C. Error Guessing Technique
  • D. Experience Based Technique

Question 14

Question
Reviewing the test Basis is a part of which phase
Answer
  • A. Test Analysis and Design
  • B. Test Implementation and execution
  • C. Test Closure Activities
  • D. Evaluating exit criteria and reporting

Question 15

Question
Component Testing is also called as i. Unit Testing ii. Program Testing iii. Module Testing iv. System Component Testing .
Answer
  • A. i,ii,iii are true and iv is false
  • B. i,ii,iii,iv are false
  • C. i,ii,iv are true and iii is false
  • D. all of above is true

Question 16

Question
Based on the IEEE Standard for Software Test Documentation (IEEE Std 829-1998), which sections of the test incident report should the following items be recorded? Sections a) Test incident report identifier b) Summary c) Incident description d) Impact Items 1. Impact on test plans 2. Unique identifier 3. Anomalies 4. Procedure step 5. Environment 6. References to other relevant documents
Answer
  • A. a: 2; b: 4; c: 1, 3 and 5; d: 6
  • B. a: 2; b: 3; c: 4, 5 and 6; d: 1
  • C. a: 2; b: 6; c: 3, 4 and 5; d: 1
  • D. a: 2; b: 1; c: 3, 4 and 5; d: 6

Question 17

Question
Which of the following is true about Formal Review or Inspection:- i. Led by Trained Moderator (not the author). ii. No Pre Meeting Preparations iii. Formal Follow up process. iv. Main Objective is to find defects
Answer
  • A. ii is true and i,iii,iv are false
  • B. i,iii,iv are true and ii is false
  • C. i,iii,iv are false and ii is true
  • D. iii is true and I,ii,iv are false

Question 18

Question
The Phases of formal review process is mentioned below arrange them in the correct order. i. Planning ii. Review Meeting iii. Rework iv. Individual Preparations v. Kick Off vi. Follow Up
Answer
  • A. i,ii,iii,iv,v,vi
  • B. vi,i,ii,iii,iv,v
  • C. i,v,iv,ii,iii,vi
  • D. i,ii,iii,v,iv,vi

Question 19

Question
Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is :
Answer
  • A. System Level Testing
  • B. Integration Level Testing
  • C. Unit Level Testing
  • D. Component Testing

Question 20

Question
Methodologies adopted while performing Maintenance Testing
Answer
  • A. Breadth Test and Depth Test
  • B. Re-testing
  • C. Confirmation Testing
  • D. Sanity Testing

Question 21

Question
The Switch is switched off once the temperature falls below 18 and then it is turned on when the temperature is more than 21. . Identify the Equivalance values which belong to the same class.
Answer
  • A. 12,16,22
  • B. 24,27,17
  • C. 22,23,24
  • D. 14,15,19

Question 22

Question
What is an equivalence partition (also known as an equivalence class)?
Answer
  • A. A set of test cases for testing classes of objects
  • B. An input or output range of values such that only one value in the range becomes a test case
  • C. An input or output range of values such that each value in the range becomes a test case
  • D. An input or output range of values such that every tenth value in the range becomes a test case.

Question 23

Question
Which of the following is not a part of the Test Implementation and Execution Phase
Answer
  • A. Creating test suites from the test cases
  • B. Executing test cases either manually or by using test execution tools
  • C. Comparing actual results
  • D. Designing the Tests

Question 24

Question
Link Testing is also called as :
Answer
  • A. Component Integration testing
  • B. Component System Testing
  • C. Component Sub System Testing
  • D. Maintenance testing

Question 25

Question
Who are the persons involved in a Formal Review i. Manager ii. Moderator iii. Scribe / Recorder iv. Assistant Manager
Answer
  • A. i,ii,iii,iv are true
  • B. i,ii,iii are true and iv is false.
  • C. ii,iii,iv are true and i is false.
  • D. i,iv are true and ii, iii are false.

Question 26

Question
Which of the following statements regarding static testing is false:
Answer
  • A. Static testing requires the running of tests through the code
  • B. Static testing includes desk checking
  • C. Static testing includes techniques such as reviews and inspections
  • D. Static testing can give measurements such as cyclomatic complexity

Question 27

Question
Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase
Answer
  • A. Test Implementation and execution
  • B. Test Analysis and Design
  • C. Evaluating the Exit Criteria and reporting
  • D. Test Closure Activities

Question 28

Question
A Type of functional Testing, which investigates the functions relating to detection of threats, such as virus from malicious outsiders.
Answer
  • A. Security Testing
  • B. Recovery Testing
  • C. Performance Testing
  • D. Functionality Testing

Question 29

Question
A Person who documents all the issues, problems and open points that were identified during a formal review.
Answer
  • A. Moderator.
  • B. Scribe
  • C. Author
  • D. Manager

Question 30

Question
The Test Cases Derived from use cases
Answer
  • A. Are most useful in uncovering defects in the process flows during real world use of the system
  • B. Are most useful in uncovering defects in the process flows during the testing use of the system
  • C. Are most useful in covering the defects in the process flows during real world use of the system
  • D. Are most useful in covering the defects at the Integration Level

Question 31

Question
One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class
Answer
  • A. BOOK
  • B. Book
  • C. Boo01k
  • D. book

Question 32

Question
Which of the following are potential benefits of using test support tools?
Answer
  • A. Ensuring greater consistency and minimizing software project risks
  • B. Reducing repetitive work and gaining easy access to test information
  • C. Performing objective assessment and reducing the need for training
  • D. Allowing for greater reliance on the tool to automate the test process

Question 33

Question
Which statements correctly describe certain phases of a formal review?
Answer
  • A. Looking for defects occurs during kick-off phase Fixing defects found happens during rework phase
  • B. Personnel selection occurs during planning phase Gathering metrics happens during the review meeting phase
  • C. Distributing documents occurs during the planning phase Personal review happens during individual preparation phase
  • D. Personnel selection occurs during planning phase Fixing defects found happens during rework phase

Question 34

Question
A Project risk includes which of the following
Answer
  • A. Organizational Factors
  • B. Poor Software characteristics
  • C. Error Prone software delivered.
  • D. Software that does not perform its intended functions

Question 35

Question
Which of the following is a Key Characteristics of Walk Through
Answer
  • A. Scenario , Dry Run , Peer Group
  • B. Pre Meeting Preparations
  • C. Formal Follow Up Process
  • D. Includes Metrics

Question 36

Question
Which of the following techniques is NOT a White box technique?
Answer
  • A. Statement Testing and coverage
  • B. Decision Testing and coverage
  • C. Condition Coverage
  • D. Boundary value analysis

Question 37

Question
Reporting Discrepancies as incidents is a part of which phase
Answer
  • A. Test Analysis and Design
  • B. Test Implementation and execution
  • C. Test Closure Activities
  • D. Evaluating exit criteria and reporting

Question 38

Question
In a risk-based approach the risks identified may be used to . Determine the test technique to be employed ii. Determine the extent of testing to be carried out iii. Prioritize testing in an attempt to find critical defects as early as possible. iv. Determine the cost of the project
Answer
  • A. ii is True; i, iii, iv & v are False
  • B. i,ii,iii are true and iv is false
  • C. ii & iii are True; i, iv are False
  • D. ii, iii & iv are True; i is false

Question 39

Question
Incidents would not be raised against:
Answer
  • A. Requirements
  • B. Documentation
  • C. Test cases
  • D. Improvements suggested by users

Question 40

Question
The Planning phase of a formal review includes the following
Answer
  • A. Explaining the objectives
  • B. Selecting the personnel, allocating roles.
  • C. Follow up
  • D. Individual Meeting preparations
Show full summary Hide full summary

Similar

American West - Key Dates
Rachel I-J
French Grammar- Irregular Verbs
thornamelia
The Periodic Table
Catherine Kidd
Fractions
Kayleigh Elkins
GCSE AQA Biology Unit 3
Gabi Germain
AS Sociology - Education Theories
HannahLB
PSBD TEST # 3_1
yog thapa
Primary School Mathematics
lara.greenberg
1PR101 2.test - Část 20.
Nikola Truong
NSI Course
Yuvraj Sunar
TISSUE TYPES
Missi Shoup