Skip to content

Commit e7a507f

Browse files
Change: update number of questions
1 parent 6e17dea commit e7a507f

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
4. Questions are similar to the actual exam, without duplications (like in other courses ;-)).
4545
5. The Practice Tests Exams simulate the actual exam's content, timing, and percentage required to pass the exam.
4646
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.
4848

4949
## ☝️ Course Updates
5050

@@ -139,6 +139,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
139139
| 39 | [Which answer best describes Behavior Driven Development (BDD)?](#which-answer-best-describes-behavior-driven-development-bdd) |
140140
| 40 | [In what ways do Developers contribute to refining the Product Backlog?](#in-what-ways-do-developers-contribute-to-refining-the-product-backlog) |
141141
| 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) |
142143
| 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) |
143144
| 44 | [Why might Developers choose to do Pair Programming?](#why-might-developers-choose-to-do-pair-programming) |
144145
| 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
377378
| 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) |
378379
| 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) |
379380
| 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) |
381381

382382

383383
### When can Product Backlog Refinement occur?
@@ -767,6 +767,17 @@ _[⬆ Back to Top](#table-of-contents)_
767767

768768
_[⬆ Back to Top](#table-of-contents)_
769769

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+
770781
### How much work is required of the Developers to complete a Product Backlog Item selected during the Sprint Planning?
771782

772783
- [ ] A proportional amount of time on analysis, design, development, and testing.
@@ -2932,13 +2943,3 @@ _[⬆ Back to Top](#table-of-contents)_
29322943

29332944
_[⬆ Back to Top](#table-of-contents)_
29342945

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

Comments
 (0)