You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2723,7 +2723,7 @@ Which one is true about Design Patterns?
2723
2723
2724
2724
_[⬆ Back to Top](#table-of-contents)_
2725
2725
2726
-
243.### Question243
2726
+
241.### Question241
2727
2727
Which Scrum events can use more time rather than their time-box if there are 9 Developers (the maximum Development Team size) in the Team?
2728
2728
2729
2729
-[ ] The Daily Scrum
@@ -2733,7 +2733,7 @@ Which Scrum events can use more time rather than their time-box if there are 9 D
2733
2733
2734
2734
_[⬆ Back to Top](#table-of-contents)_
2735
2735
2736
-
244.### Question244
2736
+
242.### Question242
2737
2737
Product Backlog items are refined by:
2738
2738
2739
2739
-[ ] The Business Analyst and the Product Owner
@@ -2743,7 +2743,7 @@ Product Backlog items are refined by:
2743
2743
2744
2744
_[⬆ Back to Top](#table-of-contents)_
2745
2745
2746
-
245.### Question245
2746
+
243.### Question243
2747
2747
Select the desirable characteristics of a Unit Test. (choose the best four answers)
2748
2748
2749
2749
-[x] Code in each test is as small as possible while maintaining readability of the code.
@@ -2754,7 +2754,7 @@ Select the desirable characteristics of a Unit Test. (choose the best four answe
2754
2754
2755
2755
_[⬆ Back to Top](#table-of-contents)_
2756
2756
2757
-
246.### Question246
2757
+
244.### Question244
2758
2758
Should User Stories be part of the documentation generated by a Scrum project?
2759
2759
2760
2760
-[ ] Always.
@@ -2765,7 +2765,7 @@ Should User Stories be part of the documentation generated by a Scrum project?
2765
2765
2766
2766
_[⬆ Back to Top](#table-of-contents)_
2767
2767
2768
-
247.### Question247
2768
+
245.### Question245
2769
2769
The Definition of Done describes the work that must be completed for every Product Backlog item before it can be deemed releasable. What should the Development Team do when, during the Sprint, it finds out that a problem outside of their control blocks them from doing all this work?
2770
2770
2771
2771
-[ ] Cancel the Sprint.
@@ -2776,7 +2776,7 @@ The Definition of Done describes the work that must be completed for every Produ
2776
2776
2777
2777
_[⬆ Back to Top](#table-of-contents)_
2778
2778
2779
-
248.### Question248
2779
+
246.### Question246
2780
2780
To refine Product Backlog items, the following activities will occur implicitly or explicitly: (choose all that apply)
2781
2781
2782
2782
-[x] Analysis
@@ -2787,23 +2787,23 @@ To refine Product Backlog items, the following activities will occur implicitly
2787
2787
2788
2788
_[⬆ Back to Top](#table-of-contents)_
2789
2789
2790
-
249.### Question249
2790
+
247.### Question247
2791
2791
True or False: Only technical writers can create documentation during a Sprint.
2792
2792
2793
2793
-[ ] True
2794
2794
-[x] False
2795
2795
2796
2796
_[⬆ Back to Top](#table-of-contents)_
2797
2797
2798
-
250.### Question250
2798
+
248.### Question248
2799
2799
True or False: The Scrum Team should choose at least one high priority process improvement, identified during the Sprint Retrospective, and place it in the Product Backlog.
2800
2800
2801
2801
-[ ] True
2802
2802
-[x] False
2803
2803
2804
2804
_[⬆ Back to Top](#table-of-contents)_
2805
2805
2806
-
251.### Question251
2806
+
249.### Question249
2807
2807
What are reasons to automate the Software build process? (choose the best two answers)
2808
2808
2809
2809
-[x] Automation improves the quality of Software by making builds less error-prone.
@@ -2813,7 +2813,7 @@ What are reasons to automate the Software build process? (choose the best two an
2813
2813
2814
2814
_[⬆ Back to Top](#table-of-contents)_
2815
2815
2816
-
253.### Question253
2816
+
250.### Question250
2817
2817
What are some shortcomings of Code Coverage as a measurement for how well a system or Product is tested? (choose the best three answers)
2818
2818
2819
2819
-[x] Code Coverage does not ensure that the most important or highest risk areas of the code are being exercised by tests.
0 commit comments