Quiz
ISTQB
The International Software Testing Qualifications Board (ISTQB) is a globally recognized organization that provides certification for software testers. It was established to create a standardized and professional approach to software testing across the world.
ISTQB certifications help individuals understand software testing concepts, improve testing skills, and build a strong career in the software testing field.
Rating
0
0
There are no comments for now.
Join this Course
to be the first to leave a comment.
1.
In a sequential SDLC such as waterfall, what is the MAIN impact on dynamic testing?
2.
Which statement BEST describes how the SDLC model influences testing
3.
In iterative or incremental SDLC models, which testing characteristic is MOST typical?
4.
Why does frequent delivery of increments in iterative models increase the importance of regression testing?
5.
In Agile projects, which aspect MOST supports extensive automated regression testing?
6.
Which testing practice is COMMON to all SDLC models?
7.
Which SDLC model MOST strongly assumes that each iteration delivers a working product increment?
8.
In a V‑model, how are test levels typically related to development phases?
9.
Which factor is MOST affected when testing is not aligned with the chosen SDLC?
10.
In any SDLC, when should test analysis and test design ideally start for a test level?
11.
Which statement BEST explains why Agile projects favor lightweight documentation in testing?
12.
In Agile contexts, which test techniques are MOST commonly used for manual testing?
13.
In DevOps, which practice directly supports fast feedback on code quality?
14.
From a testing perspective, what is a key benefit of continuous delivery (CD) in a DevOps pipeline?
15.
Which of the following is a RISK of adopting DevOps for testing?
16.
How does DevOps typically influence non‑functional testing?
17.
Which of the following BEST describes "shift left" in testing?
18.
Which example BEST illustrates shift‑left testing?
19.
Which activity MOST clearly applies shift‑left to non‑functional testing?
20.
Which statement about shift‑left is TRUE?
21.
Why might shift‑left require additional effort early in the SDLC?
22.
Which of the following is a GOOD testing practice common across SDLCs?
23.
How does the "test‑first" approach mainly support early testing?
24.
In Test‑Driven Development (TDD), which sequence is followed?
25.
What is the MAIN idea of Acceptance Test‑Driven Development (ATDD)?
26.
What is a key characteristic of Behavior‑Driven Development (BDD)?
27.
How do test‑first approaches (TDD, ATDD, BDD) support regression testing?
28.
Which statement BEST describes DevOps from an organizational perspective?
29.
Which of the following is a key LIMITATION of static testing for non‑functional characteristics?
30.
Which statement BEST explains why reviews are considered static testing?
31.
Which role is MOST suited to mediate conflicts during a review meeting?
32.
Which activity is MOST likely to identify gaps in test basis coverage?
33.
Which statement BEST compares formal and informal reviews?
34.
How can static testing contribute directly to security?
35.
Which characteristic is MOST strongly associated with a successful inspection?
36.
During a test execution cycle, a tester observes that the system hangs when a certain button is clicked. Later, the root cause is traced to a missing null check in code. In this context, what is the hang?
37.
Your company has been working in a waterfall lifecycle model. They have now decided to implement DevOps and will be using CI/CD. Which of the following is a change that will be required from the testing team?
No change is required. The current approach will still be applicable.
There will be additional emphasis on test automation to supply continuous testing.
Additional time will be needed to analyze the requirements and design test cases.
There will be a need for less technical testers because the developers will handle all the technical testing.
38.
Which of the following is an example of shift-right testing?
39.
What is the main difference between verification and validation?
Verification ensures that the software behaves as expected in real-world scenarios, while validation checks for coding standards
Verification involves dynamic testing, while validation is purely documentation-based.
Verification checks whether the product is being built correctly, while validation checks whether the right product is being built.
There is no difference; both terms refer to executing the code to find defects.
40.
Which statement about verification and validation is correct?
Both are only performed during testing phases.
Verification confirms the software meets design specifications, Validation confirms the software fitness for use
Validation is part of design; verification is part of acceptance testing
Verification is always automated, while validation is always manual.