1 :-
Where may functional testing be performed?
2 :-
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?
3 :-
What is management’s role in Scrum?
4 :-
Which is the best description of a Product Owner?
5 :-
Which of the following is a purpose of the review planning phase?
6 :-
7 :-
Given the following fragment of code, how many tests are required for 100% decision coverage?
discount = 0
order_quantity=0
real order_quantity
if order_quantity >=20
then discount = 0.05
if order_quantity >=100
then discount = 0.1
end_if
8 :-
Exhibit:
Please refer to the exhibit. From a Testing perspective, what are the MAIN purposes of Configuration Management?
9 :-
Which of the following is a MAJOR task of test planning?
10 :-
Choose two responsibilities of a self-organizing Development Team. (Choose two.)
11 :-
W. TESTING CARRIED OUT WITHIN TIME BOXES TO ACHIEVE SPECIFIC TEST OBJECTIVES , POSSIBLIY TO COMPLEMENT STRUCTURED TESTING.
X. A TEST TECHNIQUE USED WHICH MAY BE USED TO VERIFY DIFFERENT SYSTEM RESPONSES DEPENDING ON CURRENT CONDITIONS OR PREVIOUS HISTORY.
Y. A TEST TECHINIQUE WHICH COMBINES COMBINATIONS OF INPUT THAT MIGHT NOT OTHERWISE HAVE BEEN EXERCISED DURING TESTING.
Z. A FORM OF CONTROL FLOW TESTING BASED ON DECISION OUTCOMES
Match the terms and statements being displaced in the exhibit.
12 :-
Which of the types of defects that are displayed in the exhibit use case testing MOST LIKELY to uncover?
i. Defects in the process flow during real-world use of the system.
ii. Defects in the interface parameters in integration testing.
iii. Integration defects caused by the interaction and interference of different components.
iv. Defects in the system as it transitions between one state and another.
13 :-
You are the Scrum Master for four Scrum Teams working on one product. Several of the developers notify you that their teams will need full-time help of an external technical specialist in the upcoming two Sprints. What key concerns should the Scrum Master take into account?
14 :-
Which of the benefits displayed in the exhibit are MOST likely to be achieved by using test tools?
15 :-
Individual Development Team members have been approaching Steven, the Scrum Master, to complain about Chris. Chris has the most experience on the system they are building. He often questions the choices team members make in design and architecture making them feel bad. What are two good ways for Steven to address this problem? (Choose two.)
16 :-
What is the KEY difference between preventative and reactive approaches to testing?
17 :-
What is the MAIN benefit of designing tests early in the life cycle?
18 :-
Which of the following would you NOT usually find on a software incident report?
19 :-
Which of the following is a benefit of test independence?
20 :-
How should a Scrum Master divide a group of 100 people into multiple Development Teams?
Tips for improving your score: