SQA OA UPDATED ACTUAL Exam Questions and CORRECT
Answers
Talk directly with the QA engineer. - Which action should a developer take after the review of a
bug report? - work on
Sustaining partnership - Which key process is supported when the developer continuously
provides feedback to the QA team after bug reports are delivered?
Integration - Which test should be used during the system design phase?
Acceptance - Which test should be used in the requirements phase?
Regression - During the implementation phase of a project, the developer realizes the need to
change part of the project that has already been written and tested. Which test type should be
performed after these changes are made?
It provides feedback on the programming choice of algorithms. - What is a benefit of the code
inspection process?
To increase the probability of uncovered defects - What is a value of testing?
It can aid in deriving test data based on analysis of the requirement specifications. - Why is black
box testing considered a useful test design technique?
Mitigation - Which kind of plan should be in place to proactively face and resolve the risks of the
development process?
,Test cases should include invalid and unexpected input conditions. - What is a key testing
principle of designing tests?
How appropriate the technique is for testing the application - Which criterion should be used to
decide which testing technique to use? - work on
To determine when to stop testing - What is the purpose of a test completion criterion?
Testing the end-to-end functionality of the system as a whole - What is the definition of
functional system testing?
The programmer narrates, statement by statement the logic of the program. - Which statement
describes part of a formal coding review process?
A description of the correct output of the program for a set of input data - What are the necessary
parts of a test case, according to the software testing principles?
It validates input conditions that produce defined requirements. - How does a test verify that a
program meets requirements? - work on - also look at test and review tools
Following well-established procedures and appropriate testing tools - Which testing approach
should increase software quality?
Compare the input to the system design phase of its input to the program design phase - Which
action describes a realistic verification step?
Technical - Which type of review is used to identify discrepancies from specifications or
standards?
,Circulation - Which type of review is recommended when reviewers are geographically
separated and teleconferencing is impossible?
Acceptance - Which test type should be used to compare the program to its initial requirements?
Unit - Which test should be used to ensure a module of code meets quality standards?
Performance - Which test type determines whether the program meets response and throughput
requirements?
White box - A developer creates a test in which much of the code will be executed. Which test
type does this describe? - work on
Regression - A developer updates some existing software. Which type of test should the
developer run to ensure the core functionality of the software still works as expected?
It helps prevent defects from being introduced into the code. - The development team is
questioned by its end users concerning the benefit of designing tests in the software development
process. What is a key benefit of developing tests early in the process?
Regression - A series of defects have recently been found by end users testing new functionality
in an existing program, but were fixed by the development team. Which test types should be used
to verify the current functionality is working as designed?
Black box - Which test method will verify the functionality of the GUI without knowledge of the
underlying code?
System - Which testing method should be used to compare a developer's program to the
program's initial requirements? - work on
, Requirements - An end user will perform an acceptance test against an application as a final
verification. Which development process step is being verified?
To evaluate a product by testing it with representative users - What is the purpose of a usability
test?
Exercise all decision outcomes and each condition at least once. - What describes
decision/condition coverage testing? - work on
Very limited - Which level of coding knowledge is needed to perform black box testing? - work
on
Development knows the module meets quality standards and is ready to be integrated. - How
does a unit test run on an updated module of code benefit code development? - work on
External Specifications - used to provide a representation of a program to users that are specific
and accurate.
· Must be understood to derive appropriate test cases for a function test.
Documentation - provides appropriate details associated with the constructions of a program and
other specifics needed for execution.
Objectives - can be used to provide appropriate specifications that are needed to determine that
the program functions as it should
Requirements - used to provide an understanding of appropriate specifications of a program
A successful test - should ensure that a program accomplishes its goals and avoids actions that
are not intended.
Answers
Talk directly with the QA engineer. - Which action should a developer take after the review of a
bug report? - work on
Sustaining partnership - Which key process is supported when the developer continuously
provides feedback to the QA team after bug reports are delivered?
Integration - Which test should be used during the system design phase?
Acceptance - Which test should be used in the requirements phase?
Regression - During the implementation phase of a project, the developer realizes the need to
change part of the project that has already been written and tested. Which test type should be
performed after these changes are made?
It provides feedback on the programming choice of algorithms. - What is a benefit of the code
inspection process?
To increase the probability of uncovered defects - What is a value of testing?
It can aid in deriving test data based on analysis of the requirement specifications. - Why is black
box testing considered a useful test design technique?
Mitigation - Which kind of plan should be in place to proactively face and resolve the risks of the
development process?
,Test cases should include invalid and unexpected input conditions. - What is a key testing
principle of designing tests?
How appropriate the technique is for testing the application - Which criterion should be used to
decide which testing technique to use? - work on
To determine when to stop testing - What is the purpose of a test completion criterion?
Testing the end-to-end functionality of the system as a whole - What is the definition of
functional system testing?
The programmer narrates, statement by statement the logic of the program. - Which statement
describes part of a formal coding review process?
A description of the correct output of the program for a set of input data - What are the necessary
parts of a test case, according to the software testing principles?
It validates input conditions that produce defined requirements. - How does a test verify that a
program meets requirements? - work on - also look at test and review tools
Following well-established procedures and appropriate testing tools - Which testing approach
should increase software quality?
Compare the input to the system design phase of its input to the program design phase - Which
action describes a realistic verification step?
Technical - Which type of review is used to identify discrepancies from specifications or
standards?
,Circulation - Which type of review is recommended when reviewers are geographically
separated and teleconferencing is impossible?
Acceptance - Which test type should be used to compare the program to its initial requirements?
Unit - Which test should be used to ensure a module of code meets quality standards?
Performance - Which test type determines whether the program meets response and throughput
requirements?
White box - A developer creates a test in which much of the code will be executed. Which test
type does this describe? - work on
Regression - A developer updates some existing software. Which type of test should the
developer run to ensure the core functionality of the software still works as expected?
It helps prevent defects from being introduced into the code. - The development team is
questioned by its end users concerning the benefit of designing tests in the software development
process. What is a key benefit of developing tests early in the process?
Regression - A series of defects have recently been found by end users testing new functionality
in an existing program, but were fixed by the development team. Which test types should be used
to verify the current functionality is working as designed?
Black box - Which test method will verify the functionality of the GUI without knowledge of the
underlying code?
System - Which testing method should be used to compare a developer's program to the
program's initial requirements? - work on
, Requirements - An end user will perform an acceptance test against an application as a final
verification. Which development process step is being verified?
To evaluate a product by testing it with representative users - What is the purpose of a usability
test?
Exercise all decision outcomes and each condition at least once. - What describes
decision/condition coverage testing? - work on
Very limited - Which level of coding knowledge is needed to perform black box testing? - work
on
Development knows the module meets quality standards and is ready to be integrated. - How
does a unit test run on an updated module of code benefit code development? - work on
External Specifications - used to provide a representation of a program to users that are specific
and accurate.
· Must be understood to derive appropriate test cases for a function test.
Documentation - provides appropriate details associated with the constructions of a program and
other specifics needed for execution.
Objectives - can be used to provide appropriate specifications that are needed to determine that
the program functions as it should
Requirements - used to provide an understanding of appropriate specifications of a program
A successful test - should ensure that a program accomplishes its goals and avoids actions that
are not intended.