40 Question quiz 19 (721-760)

Description

Quiz on 40 Question quiz 19 (721-760), created by Daniel Neag on 09/12/2017.
Daniel Neag
Quiz by Daniel Neag, updated more than 1 year ago
Daniel Neag
Created by Daniel Neag over 6 years ago
76
0

Resource summary

Question 1

Question
Consider the following list of test process activities: I. Analysis and design II. Test closure activities III. Evaluating exit criteria and reporting IV. Planning and control V. Implementation and execution Which of the following places these in their logical sequence?
Answer
  • A. I, II, III, IV and V.
  • B. IV, I, V, III and II.
  • C. IV, I, V, II and III.
  • D. I, IV, V, III and II.

Question 2

Question
Test objectives vary between projects and so must be stated in the test plan. Which one of the following test objectives might conflict with the proper tester mindset?
Answer
  • A. Show that the system works before we ship it.
  • B. Find as many defects as possible.
  • C. Reduce the overall level of product risk.
  • D. Prevent defects through early involvement.

Question 3

Question
Which test activities are supported by test data preparation tools?
Answer
  • A. Test management and control
  • B. Test specification and design
  • C. Test execution and logging
  • D. Performance and monitoring

Question 4

Question
Consider the following types of tools: V. Test management tools W. Static analysis tools X. Modeling tools Y. Dynamic analysis tools Z. Performance testing tools Which of the following of these tools is most likely to be used by developers
Answer
  • A. W, X and Y
  • B. V, Y and Z
  • C. V, W and Z
  • D. X, Y and Z

Question 5

Question
What is a test condition?
Answer
  • A. An input, expected outcome, pre-condition and post-condition
  • B. The steps to be taken to get the system to a given point
  • C. Something that can be tested
  • D. A specific state of the software, e.g. before a test can be run

Question 6

Question
Which of the following general testing principles are true? I. Testing shows the presence of defects but not the absence of defects II. Testing of combinations of inputs and outputs will find all defects III. Testing should start after the completion of key development tasks IV. Testing of safety-critical software is similar to testing web applications
Answer
  • A. I is true; II, III and IV are false
  • B. II is true; I, III and IV are false
  • C. I and II are true; III and N are false
  • D. II and III are true; I and IV are false

Question 7

Question
If the temperature falls below 18 degrees, the heating is switched on. When the temperature reaches 21 degrees, the heating is switched off. What is the minimum set of test input values to cover all valid equivalence partitions?
Answer
  • A. 15, 19 and 25 degrees
  • B. 17, 18, 20 and 21 degrees
  • C. 18, 20 and 22 degrees
  • D. 16 and 26 degrees

Question 8

Question
By creating future tests based on the results of previous tests, a tester is demonstrating what type of informal test design technique?
Answer
  • A. Security testing
  • B. Non-functional testing
  • C. Exploratory testing
  • D. Interoperability testing

Question 9

Question
What is the purpose of confirmation testing?
Answer
  • A. To confirm the users' confidence that the system will meet their business needs.
  • B. To confirm that a defect has been fixed correctly.
  • C. To confirm that no unexpected changes have been introduced or uncovered as a result of changes made.
  • D. To confirm that the detailed logic of a component conforms to its specification.

Question 10

Question
Which success factors are required for good tool support within an organization?
Answer
  • A. Acquiring the best tool and ensuring that all testers use it.
  • B. Adapting processes to fit with the use of the tool and monitoring tool use and benefits.
  • C. Setting ambitious objectives for tool benefits and aggressive deadlines for achieving them.
  • D. Adopting practices from other successful organizations and ensuring that initial ways of using the tool are maintained.

Question 11

Question
Which of the following best describes integration testing?
Answer
  • A. Testing performed to expose faults in the interfaces and in the interaction between integrated components.
  • B. Testing to verify that a component is ready for integration.
  • C. Testing to verify that the test environment can be integrated with the product.
  • D. Integration of automated software test suites with the product.

Question 12

Question
According to the ISTQB Glossary, debugging:
Answer
  • A. Is part of the fundamental testing process.
  • B. Includes the repair of the cause of a failure.
  • C. Involves intentionally adding known defects.
  • D. Follows the steps of a test procedure.

Question 13

Question
Which of the following could be a root cause of a defect in financial software in which an incorrect interest rate is calculated?
Answer
  • A. Insufficient funds were available to pay the interest rate calculated.
  • B. Insufficient calculations of compound interest were included.
  • C. Insufficient training was given to the developers concerning compound interest alculation rules.
  • D. Inaccurate calculators were used to calculate the expected results.

Question 14

Question
ssume postal rates for 'light letters' are: $0.25 up to 10 grams; $0.35 up to 50 grams; $0.45 up to 75 grams; $0.55 up to 100 grams. Which test inputs (in grams) would be selected using boundary value analysis?
Answer
  • A. 0, 9,19, 49, 50, 74, 75, 99,100
  • B. 10, 50, 75,100, 250, 1000
  • C. 0, 1,10,11, 50, 51, 75, 76,100,101
  • D. 25, 26, 35, 36, 45, 46, 55, 56

Question 15

Question
Consider the following decision table for Car rental. Given this decision table, what is the expected result for the following test cases? TC1: A 26-year-old on business but with violations or accidents on his driving record TC2: A 62-year-old tourist with a clean driving record
Answer
  • A. TC1: Don't supply car; TC2: Supply car with premium charge.
  • B. TC1: Supply car with premium charge; TC2: Supply car with no premium charge.
  • C. TC1: Don't supply car; TC2: Supply car with no premium charge.
  • D. TC1: Supply car with premium charge; TC2: Don't supply car.

Question 16

Question
What is exploratory testing?
Answer
  • A. The process of anticipating or guessing where defects might occur.
  • B. A systematic approach to identifying specific equivalent classes of input.
  • C. The testing carried out by a chartered engineer.
  • D. Concurrent test design, test execution, test logging and learning.

Question 17

Question
What does it mean if a set of tests has achieved 90% statement coverage?
Answer
  • A. 9 out of 10 decision outcomes have been exercised by this set of tests.
  • B. 9 out of 10 statements have been exercised by this set of tests.
  • C. 9 out of 10 tests have been run on this set of software.
  • D. 9 out of 10 requirements statements about the software are correct.

Question 18

Question
A test plan is written specifically to describe a level of testing where the primary goal is establishing confidence in the system. Which of the following is a likely name for this document?
Answer
  • A. Master test plan
  • B. System test plan
  • C. Acceptance test plan
  • D. Project plan

Question 19

Question
What is the best description of static analysis?
Answer
  • A. The analysis of batch programs
  • B. The reviewing of test plans
  • C. The analysis of program code or other software artifacts
  • D. The use of black-box testing

Question 20

Question
System test execution on a project is planned for eight weeks. After a week of testing, a tester suggests that the test objective stated in the test plan of 'finding as many defects as possible during system test' might be more closely met by redirecting the test effort according to which test principle?
Answer
  • A. Impossibility of exhaustive testing.
  • B. Importance of early testing.
  • C. The absence of errors fallacy.
  • D. Defect clustering.

Question 21

Question
Consider the following activities that might relate to configuration management: I. Identify and document the characteristics of a test item II. Control changes to the characteristics of a test item III. Check a test item for defects introduced by a change IV. Record and report the status of changes to test items V. Confirm that changes to a test item fixed a defect Which of the following statements is true?
Answer
  • A. Only I is a configuration management task.
  • B. All are configuration management tasks.
  • C. I, II and III are configuration management tasks.
  • D. I, II and IV are configuration management tasks.

Question 22

Question
A test plan included the following clauses among the exit criteria: # System test shall continue until all significant product risks have been covered to the extent specified in the product risk analysis document. # System test shall continue until no must-fix defects remain against any significant product risks specified in the product risk analysis document. During test execution, the test team detects 430 must-fix defects prior to release and all must-fix defects are resolved. After release, the customers find 212 new defects, none of which were detected during testing. This means that only 67% of the important defects were found prior to release, a percentage which is well below average in your industry. You are asked to find the root cause for the high number of field failures. Consider the following list of explanations: I. Not all the tests planned for the significant product risks were executed. II. The organization has unrealistic expectations of the percentage of defects that testing can find. III. A version-control issue has resulted in the release of a version of the software that was used during early testing. IV. The product risk analysis failed to identify all the important risks from a customer point of view. V. The product risk analysis was not updated during the project as new information became available. Which of the following statements indicate which explanations are possible root causes?
Answer
  • A. II, III and IV are possible explanations, but I and V are not possible.
  • B. All five are possible explanations.
  • C. I, IV and V are possible explanations, but II and III are not possible.
  • D. III, IV and V are possible explanations, but I and II are not possible.

Question 23

Question
What is the most important factor for successful performance of reviews?
Answer
  • A. A separate scribe during the logging meeting
  • B. Trained participants and review leaders
  • C. The availability of tools to support the review process
  • D. A reviewed test plan

Question 24

Question
Consider the following statements about maintenance testing: I. It requires both re-test and regression test and may require additional new tests. II. It is testing to show how easy it will be to maintain the system. III. It is difficult to scope and therefore needs careful risk and impact analysis. IV. It need not be done for emergency bug fixes. Which of the statements are true?
Answer
  • A. I and III
  • B. I and IV
  • C. II and III
  • D. II and IV

Question 25

Question
Which of the following statements are correct? I. Software testing can be required to meet legal or contractual requirements. II. Software testing is mainly needed to improve the quality of the developer's work. III. Rigorous testing can help to reduce the risk of problems occurring in an operational environment. IV. Rigorous testing is used to prove that all failures have been found.
Answer
  • A. I and III
  • B. II and III
  • C. II and IV
  • D. III and IV

Question 26

Question
Which two specification-based testing techniques are most closely related to each other?
Answer
  • A. Decision tables and state transition testing
  • B. Equivalence partitioning and state transition testing
  • C. Decision tables and boundary value analysis
  • D. Equivalence partitioning and boundary value analysis

Question 27

Question
Which of the following is an advantage of independent testing?
Answer
  • A. Independent testers don't have to spend time communicating with the project team.
  • B. Programmers can stop worrying about the quality of their work and focus on producing more code.
  • C. The others on a project can pressure the independent testers to accelerate testing at the end of the schedule.
  • D. Independent testers sometimes question the assumptions behind requirements, designs and implementations.

Question 28

Question
DDP formula that would apply for calculating DDP for the last level of testing prior to release to the field is
Answer
  • A. DDP = {Defects (Testers) + Defects (Field)} / Defects (Testers)
  • B. DDP = {Defects (Testers) + Defects (Field)} / Defects (Testers)
  • C. DDP = Defects (Testers) / {Defects (Field) + Defects (Testers)}
  • D. DDP = Defects (Testers) / {Defects (Field) - Defects (Testers)}

Question 29

Question
What would trigger the execution of maintenance testing?
Answer
  • A. Inspection results and modification.
  • B. Migration and inspection results.
  • C. Migration and retirement of the system.
  • D. Alpha testing results and migration.

Question 30

Question
Popular specification-based techniques are:
Answer
  • A. Equivalence partitioning
  • B. Boundary value analysis
  • C. Decision tables
  • D. All three described above

Question 31

Question
As a test leader you are collecting measures about defects. You recognize that after the first test cycle � covering all requirements - subsystem C has a defect density that is 150% higher than the average. Subsystem A on the other hand has a defect density that is 60% lower than the average. What conclusions for the next test cycle could you draw from this fact?
Answer
  • A. It is probable that subsystem C has still more hidden defects. Therefore we need to test subsystem C in more detail.
  • B. Because we have already found many defects in subsystem C, we should concentrate testing resources n Subsystem A.
  • C. Observed defect density does not allow any conclusions about the amount of additional testing.
  • D. We should try to equalize the amount of testing over all modules to ensure that we test all subsystems evenly.

Question 32

Question
Which of the following is a TRUE statement about the use of static analysis tools?
Answer
  • A. Static analysis tools can change the code to reduce complexity.
  • B. Static analysis tools are intended to support developers only.
  • C. Static analysis tools aid in understanding of code structure and dependencies.
  • D. Static analysis tools cannot be used to enforce coding standards.

Question 33

Question
Which of the following best describes typical test exit criteria?
Answer
  • A. Reliability measures, number of tests written, and product completeness.
  • B. Thoroughness measures, reliability measures, cost, schedule, tester availability and residual risks.
  • C. Thoroughness measures, reliability measures, test cost, amount of time spent testing and product completeness, number of defects.
  • D. Time to market, residual defects, tester qualification, degree of tester independence, thoroughness measures and test cost.

Question 34

Question
How does testing contribute to software quality?
Answer
  • A. Testing ensures that the system under test will not error out in a production environment.
  • B. Testing identifies defects which ensures a successful product will be released to market.
  • C. Testing increases the quality of a software system by avoiding defects in the system under test.
  • D. Testing through verification and validation of functionality identifies defects in the system under test.

Question 35

Question
A company is going to provide their employees with a bonus which will be based on the employee's length of service in the company. The bonus calculation will be zero if they have been with the company for less than two years, 10% of their salary for more than two but less than five years, and 25% for five to ten years, 35% for ten years or more. The interface will not allow a negative value to be input, but it will allow a zero to be input. How many equivalence partitions are needed to test the calculation of the bonus?
Answer
  • A. Two equivalence partitions.
  • B. Three equivalence partitions.
  • C. Four equivalence partitions.
  • D. Five equivalence partitions.

Question 36

Question
Which of the statements about reviews are correct? I. Reviews are useful because, through their use, defects can be found early, resulting in cost savings. II. Reviews are useful because they help management understand the comparative skills of different developers. III. Testers should not get involved in specification reviews because it can bias them unfavorably. IV. Many early defects are found in reviews, lengthening the time needed for the development life cycle
Answer
  • A. I
  • B. IV
  • C. I and IV
  • D. I and III

Question 37

Question
What is integration testing?
Answer
  • A. Integration of automated software test suites with the application under test.
  • B. Testing performed to expose faults in the interaction between components and systems.
  • C. Testing to verify that a component is ready for integration with the rest of the system.
  • D. Testing to verify that the test environment can be integrated with the product.

Question 38

Question
Below you find a list of descriptions of problems that can be observed during testing or operation. Which is most likely a failure?
Answer
  • A. The product crashed when the user selected an option in a dialog box.
  • B. One source code file included in the build was the wrong version
  • C. The computation algorithm used the wrong input variables.
  • D. The developer misinterpreted the computational requirement for that algorithm.

Question 39

Question
Which one of the following describes best the difference between testing and debugging?
Answer
  • A. Testing shows failures that are caused by defects. Debugging finds, analyzes, and removes the causes of failures in the software.
  • B. Testing pinpoints the defects. De bugging analyzes the faults and proposes preventing activities.
  • C. Testing removes faults. Debugging identifies the causes of failures.
  • D. Dynamic testing prevents causes of failures. Debugging removes the failures.

Question 40

Question
Which of the following is a good reason for a developer to use a Test Harness tool?
Answer
  • A. To help the developer to compare differences between files and databases.
  • B. To reduce the quantity of component tests needed to be run.
  • C. To make it easier for developers to peer-test each other's code.
  • D. To simplify running unit tests when related components are not available yet.
Show full summary Hide full summary

Similar

French Beginner
PatrickNoonan
Fractions and percentages
Bob Read
Biological molecules
sadiaali363
Psychology flashcards memory
eharveyhudl
Romeo and Juliet: Key Points
mbennett
Certification Prep_1
Tonya Franklin
Key Biology Definitions/Terms
jane zulu
AQA GCSE Physics Unit 3 Mindmap
Gabi Germain
What You Can Do Using GoConqr
Micheal Heffernan
7 Elements of Good Design
Micheal Heffernan
PSBD/PSCOD/ASSD-New
Yuvraj Sunar