MARKED 2023 QUESTIONS Test A
MARKED 2023 QUESTIONS Test A
MARKED 2023 QUESTIONS Test A
Questions
Question #1 (1 Point)
Which of the following statements describe a valid test objective?
a) To prove that there are no unfixed defects in the system under test
b) To prove that there will be no failures after the implementation of the system into production
c) To reduce the risk level of the test object and to build confidence in the quality level
d) To verify that there are no untested combinations of inputs
Question #2 (1 Point)
Which of the following options shows an example of test activities that contribute to success?
a) Having testers involved during various software development lifecycle (SDLC) activities will
help to detect defects in work products
b) Testers try not to disturb the developers while coding, so that the developers write better
code
c) Testers collaborating with end users help to improve the quality of defect reports during
component integration and system testing
d) Certified testers will design much better test cases than non-certified testers
Question #3 (1 Point)
You have been assigned as a tester to a team producing a new system incrementally. You have
noticed that no changes have been made to the existing regression test cases for several iterations
and no new regression defects were identified. Your manager is happy, but you are not. Which
testing principle explains your skepticism?
Question #4 (1 Point)
You work in a team that develops a mobile application for food ordering. In the current iteration the
team decided to implement the payment functionality.
a) Estimating that testing the integration with the payment service will take 8 person-days
b) Deciding that the team should test if it is possible to properly share payment between many
users
c) Using boundary value analysis (BVA) to derive the test data for the test cases that check
the correct payment processing for the minimum allowed amount to be paid
d) Analyzing the discrepancy between the actual result and expected result after executing a
test case that checks the process of payment with a credit card, and reporting a defect
Select ONE option.
Question #5 (1 Point)
Which of the following factors (i-v) have SIGNIFICANT influence on the test process?
i.
The SDLC
ii.
The number of defects detected in previous projects
iii.
The identified product risks
iv. New regulatory requirements forcing formal white-box testing
v. The test environment setup
Question #6 (1 Point)
Which TWO of the following tasks belong MAINLY to a testing role?
Question #7 (1 Point)
Which of the following skills (i-v) are the MOST important skills of a tester?
Question #8 (1 Point)
How is the whole team approach present in the interactions between testers and business
representatives?
Question #9 (1 Point)
Consider SDLC In which
SDLC models does this rule hold?
a) In ATDD, acceptance criteria are typically created based on the given/when/then format
b) In ATDD, test cases are mainly created at component testing and are code-oriented
c) In ATDD, tests are created, based on acceptance criteria to drive the development of the
related software
d) in ATDD, tests are based on the desired behavior of the software, which makes it easier for
team members to understand them
a) Reviewing the user requirements before they are formally accepted by the stakeholders
b) Writing a component test before the corresponding code is written
c) Executing a performance efficiency test for a component during component testing
d) Writing a test script before setting up the configuration management process
a) Retrospectives are very popular these days and clients would appreciate it if we added them
to our processes
b) Organizing retrospectives will save the organization money because end user
representatives do not provide immediate feedback about the product
c) Process weaknesses identified during the retrospective can be analyzed and serve as a to
do list for the organization process improvement program
d) Retrospectives embrace five values including courage and respect, which are crucial to
maintain continuous improvement in the organization
A. Component testing
B. Component integration testing
C. System testing
D. Acceptance testing
Tests are repeated once you are informed that all defects found in the test run are corrected and
a new version of the software is available.
Which of the above tests are executed as regression tests?
a) Only 4, 7, 8, 9
b) Only 5, 7
c) Only 4, 6, 8, 9
d) Only 5, 6
Select ONE option.
a) Having less expensive defect management due to the ease of detecting defects later in the
SDLC
b) Fixing defects found during static testing is generally much less expensive than fixing defects
found during dynamic testing
c) Finding coding defects that might not have been found by only performing dynamic testing
d) Detecting gaps and inconsistencies in requirements
a) Informal review
b) Walkthrough
c) Technical review
d) Inspection
floor (with three possible options: ground floor; first floor; second or higher floor)
garden type (with three possible options: no garden; small garden; large garden)
Only apartments on the ground floor have gardens. The form has a built-in validation mechanism
that will not allow you to use the search criteria which violate this rule.
Each test has two input values: floor and garden type. You want to apply equivalence partitioning
(EP) to cover each floor and each garden type in your tests.
a) 3
b) 4
c) 5
d) 6
The final grade is assigned based on the final result, according to the following rules:
0 50 points: failed
51 60 points: fair
61 70 points: satisfactory
71 80 points: good
81 90 points: very good
91 100 points: excellent
Final Final
result grade
TC1 91 excellent
TC2 50 failed
TC3 81 very good
TC4 60 fair
TC5 70 satisfactory
TC6 80 good
What is the 2-value Boundary Value Analysis (BVA) coverage for the final result that is achieved with
the existing test cases?
a) 50%
b) 60%
c) 33.3%
d) 100%
Select ONE option.
Conditions R1 R2 R3 R4 R5 R6 R7 R8
Being a member T T T T F F F F
Missed deadline T F T F T F F T
15th rental F F T T F F T T
Actions
20% discount X X
Gift T-Shirt X X X
Based ONLY on the feature description of the Customer Relationship Management system, which
of the above rules describes an impossible situation?
a) R4
b) R2
c) R6
d) R8
What is the MINIMAL number of test cases to achieve valid transitions coverage?
a) 4
b) 2
c) 7
d) 3
a) Each instruction in the code that contains a defect has been executed at least once
b) Any test suite containing more test cases than your test suite will also achieve 100%
statement coverage
c) Each path in the code has been executed at least once
d) Every combination of input values has been tested at least once
a) Error guessing involves using your knowledge and experience of defects found in the past
and typical errors made by developers
b) Error guessing involves using your personal experience of development and the errors you
made as a developer
c) Error guessing requires you to imagine that you are the user of the test object and to guess
errors the user could make interacting with it
d) Error guessing requires you to rapidly duplicate the development task to identify the sort of
errors a developer might make
a) Checklist-based testing
b) Error guessing
c) Exploratory testing
d) Branch testing
As an Editor
I want to review content before it is published
so that I can assure the grammar is correct
The user can log in to the content management system with "Editor" role
The editor can view existing content pages
The editor can edit the page content
The editor can add markup comments
The editor can save changes
The editor can reassign to the "content owner" role to make updates
Which of the following is the BEST example of an ATDD test for this user story?
a) test if the editor can save the document after deleting the page content
b) test if the content owner can log in and make updates to the content
c) test if the editor can schedule the edited content for publication
d) test if the editor can reassign to another editor to make updates
a) 9 person-hours
b) 14 person-hours
c) 11 person-hours
d) 10 person-hours
Select ONE option.
Which of the following test cases should be executed as the third one?
a) TC 003
b) TC 005
c) TC 002
d) TC 001
1. Usability testing
2. Component testing
3. Functional testing
4. Reliability testing
A. Agile testing quadrant Q1: technology facing, supporting the development team
B. Agile testing quadrant Q2: business facing, supporting the development team
C. Agile testing quadrant Q3: business facing, critique the product
D. Agile testing quadrant Q4: technology facing, critique the product
How do the following test categories map onto the agile testing quadrants?
a) Risk acceptance
b) Contingency plan
c) Risk mitigation
d) Risk transfer
a) Acceptance criteria
b) Defect report
c) Test completion report
d) Burndown chart
a) Traceability management
b) Maintenance testing
c) Configuration management
d) Requirements engineering
Application hangs up
the new
user creation screen. Tried to log off, log in with test_admin01 account, same issue. Tried
with other test admin accounts, same issue. No error message received; log (see
attached) contains fatal error notification. Based on the test case TC-1305, the
application should accept the provided input and create the user. Please fix with high
priority, this feature is related to REQ-0012, which is a critical new business requirement.
What critical information is MISSING from this test report that would have been useful for the
developers?
a) Debugging
b) Software testing
c) Requirement elicitation
d) Defect management
a) Test planning
b) Test monitoring and control
c) Test analysis
d) Test design
Select ONE option.
a) Performing the impact analysis of a change will give information about the completion of the
tests
b) Analyzing the traceability between test cases and test results will give information about the
estimated level of residual risk
c) Performing the impact analysis of a change will help selecting the right test cases for
regression testing
d) Analyzing the traceability between the test basis, the test objects and the test cases will help
in selecting test data to achieve the assumed coverage of the test object
a) The use of an independent test team allows project management to assign responsibility for
the quality of the final deliverable to the test team
b) If a test team external to the organization can be afforded, then there are distinct benefits in
terms of this external team not being so easily swayed by the delivery concerns of project
management and the need to meet strict delivery deadlines
c) An independent test team can work separately from the developers, need not be distracted
with project requirement changes, and can restrict communication with the developers to
defect reporting through the defect management system
d) When specifications contain ambiguities and inconsistencies, assumptions are made on their
interpretation, and an independent tester can be useful in questioning those assumptions and
the interpretation made by the developer
You created a set of test cases in which a number of random orders were made, the processing time
measured, and the test results were checked against the requirements.
a) Maintenance testing
b) Regression testing
c) Component testing
d) Integration testing
i. Business requirements
ii. Schedule
iii. Test budget
iv. Third-party executable code
v. User stories and their acceptance criteria
a) i, iv, v are true for static testing; ii, iii are true for dynamic testing
b) i, iii, iv are true for static testing; ii, v are true for dynamic testing
c) ii, iii are true for static testing; i, iv, v are true for dynamic testing
d) ii, iv, v are true for static testing; i, iii, iv are true for dynamic testing
You want to use the 3-point boundary value analysis (BVA) to verify the behavior of the control
device. A test input is a temperature in °C provided by the device.
What is the MINIMAL set of test inputs that achieves 100% of the desired coverage?
a) 11, 12, 13
b) 10, 12, 14
c) 10, 11, 12, 13, 14
d) 10, 11, 13, 14
a) If a program includes only unconditional branches, then 100% branch coverage can be
achieved without executing any test cases
b) If the test cases exercise all unconditional branches in the code, then 100% branch coverage
is achieved
c) If 100% statement coverage is achieved, then 100% branch coverage is also achieved
d) If 100% branch coverage is achieved, then all decision outcomes in each decision statement
in the code are exercised
a) Black-box
b) Exploratory
c) Checklist-based
d) Error guessing
a) User stories are created by testers and developers and then accepted by business
representatives
b) User stories are created by business representatives, developers, and testers together
c) User stories are created by business representatives and verified by developers and testers
d) User stories are created in a way that they are independent, negotiable, valuable,
estimable, small, and testable
Testing will be performed using component testing and component integration testing.
The regulations require to demonstrate that 100% branch coverage is achieved for
each component classified as critical.
Which part of the test plan does this part belong to?
a) Communication
b) Risk register
c) Context of testing
d) Test approach
After two rounds, the consensus was not reached, so the third round was initiated. You can see the
test estimation results in the table below.
a) The test pyramid emphasizes having a larger number of tests at the lower test levels
b) The closer to the top of the pyramid, the more formal your test automation should be
c) Usually, component testing and component integration testing are automated using API-
based tools
d) For system testing and acceptance testing, the automated tests are typically created using
GUI-based tools
a) It is also very high. High risk impact always implies high risk likelihood
b) It is very low. High risk impact always implies low risk likelihood
c) One cannot say anything about risk likelihood. Risk impact and risk likelihood are
independent.
d) Risk likelihood is not important with such a high-risk impact. One does not need to define it.
a) The test manager monitors and reports the level of all known risks on a daily basis so the
stakeholders can make an informed decision on the release date
b) One of the identified risks was "Lack of support of open-source databases", so the team
decided to integrate the system with an open-source database
c) During the quantitative risk analysis, the team estimated the total level of all identified risks
and reported it as the total residual risk before testing
d) Risk assessment revealed a very high level of performance risks, so it was decided to perform
detailed performance efficiency testing early in the SDLC
a) Impediments to testing
b) Branch coverage achieved
c) Test progress
d) New risks within the test cycle