|
44 | 44 | 4. Questions are similar to the actual exam, without duplications (like in other courses ;-)). |
45 | 45 | 5. The Practice Tests Exams simulate the actual exam's content, timing, and percentage required to pass the exam. |
46 | 46 | 6. This course is **not** a Professional Scrum Developer I (PSD I) Exam Dump. Some people use brain dumps or exam dumps, but that's absurd, which we don't practice. |
47 | | -7. 281 **unique** questions. |
| 47 | +7. 280 **unique** questions. |
48 | 48 |
|
49 | 49 | ## ☝️ Course Updates |
50 | 50 |
|
@@ -139,6 +139,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n |
139 | 139 | | 39 | [Which answer best describes Behavior Driven Development (BDD)?](#which-answer-best-describes-behavior-driven-development-bdd) | |
140 | 140 | | 40 | [In what ways do Developers contribute to refining the Product Backlog?](#in-what-ways-do-developers-contribute-to-refining-the-product-backlog) | |
141 | 141 | | 41 | [When should the Developers create their first automated build?](#when-should-the-developers-create-their-first-automated-build) | |
| 142 | +| 42 | [Which types of tests can be automated?](#which-types-of-tests-can-be-automated) | |
142 | 143 | | 43 | [How much work is required of the Developers to complete a Product Backlog Item selected during the Sprint Planning?](#how-much-work-is-required-of-the-developers-to-complete-a-product-backlog-item-selected-during-the-sprint-planning) | |
143 | 144 | | 44 | [Why might Developers choose to do Pair Programming?](#why-might-developers-choose-to-do-pair-programming) | |
144 | 145 | | 45 | [What is the role of Modeling in Scrum Teams?](#what-is-the-role-of-modeling-in-scrum-teams) | |
@@ -377,7 +378,6 @@ We are so thankful for every contribution, which makes sure we can deliver top-n |
377 | 378 | | 278 | [Who should be present during Product Backlog Refinement? (choose all that apply)](#who-should-be-present-during-product-backlog-refinement-choose-all-that-apply) | |
378 | 379 | | 279 | [You are on a Scrum Team that is enhancing an existing Product. Which is the LEAST useful piece of documentation you want to have at your disposal?](#you-are-on-a-scrum-team-that-is-enhancing-an-existing-product-which-is-the-least-useful-piece-of-documentation-you-want-to-have-at-your-disposal) | |
379 | 380 | | 280 | [True or False: Test-Driven Development is a predictable way to develop working, well-organized code?](#true-or-false-test-driven-development-is-a-predictable-way-to-develop-working-well-organized-code) | |
380 | | -| 281 | [Which types of tests can be automated?](#which-types-of-tests-can-be-automated) | |
381 | 381 |
|
382 | 382 |
|
383 | 383 | ### When can Product Backlog Refinement occur? |
@@ -767,6 +767,17 @@ _[⬆ Back to Top](#table-of-contents)_ |
767 | 767 |
|
768 | 768 | _[⬆ Back to Top](#table-of-contents)_ |
769 | 769 |
|
| 770 | +### Which types of tests can be automated? |
| 771 | + |
| 772 | +- [ ] Exploratory. |
| 773 | +- [x] Performance. |
| 774 | +- [x] Unit. |
| 775 | +- [x] Smoke. |
| 776 | +- [x] Functional. |
| 777 | +- [x] Integration. |
| 778 | + |
| 779 | +_[⬆ Back to Top](#table-of-contents)_ |
| 780 | + |
770 | 781 | ### How much work is required of the Developers to complete a Product Backlog Item selected during the Sprint Planning? |
771 | 782 |
|
772 | 783 | - [ ] A proportional amount of time on analysis, design, development, and testing. |
@@ -2932,13 +2943,3 @@ _[⬆ Back to Top](#table-of-contents)_ |
2932 | 2943 |
|
2933 | 2944 | _[⬆ Back to Top](#table-of-contents)_ |
2934 | 2945 |
|
2935 | | -### Which types of tests can be automated? |
2936 | | - |
2937 | | -- [ ] Exploratory. |
2938 | | -- [x] Performance. |
2939 | | -- [x] Unit. |
2940 | | -- [x] Smoke. |
2941 | | -- [x] Functional. |
2942 | | -- [x] Integration. |
2943 | | - |
2944 | | -_[⬆ Back to Top](#table-of-contents)_ |
|
0 commit comments