
Free Practice · No Signup Required
30 Free Scrum PSD-I Practice Questions
Real practice questions for the Scrum Scrum Developer I (PSD-I) exam, with answers and detailed explanations. Updated 2026.
Free questions
30
Passing score
85% (34 out of 40)
Exam time
60 minutes
Question pool
305+ Questions
Below are 30 real practice questions for the Scrum Scrum Developer I (PSD-I) exam. Each question shows the correct answer and a detailed explanation when you reveal it. Use these to benchmark your readiness — if you score below 70% on these 30 questions, plan for at least 4 more weeks of study before booking.
PSD-I Practice Questions
- FreePracticeQuiz.questionLabelScrum ArtifactsWhen can Product Backlog Refinement occur?AOnly during Sprint Planning.BAnytime during the Sprint.COnly during Refinement meetings planned by the Product Owner.DBefore Sprint Planning.
- FreePracticeQuiz.questionLabelTechnical PracticesWhat would NOT be considered Refactoring?AReordering method parameters to improve readability.BExtracting interfaces.CRenaming things to be more logical.DChanging external interfaces or APIS.EExtracting methods.
- FreePracticeQuiz.questionLabelTechnical PracticesYour Scrum Team is one of seven teams working on a Software Product. All teams use the same Version Control System. Which is the best approach to deliver a high-quality Increment?ADevelopers should perform a combination of local and private builds.BEach team's automated build is integrated toward the end of the Sprint.CThere is one automated and integrated build for all seven teams.DEach team should have its own automated build.
- FreePracticeQuiz.questionLabelScrum TeamWho creates documentation included with an Increment?AThe Developers.BIncrements do not need documentation.CThe Product Owner.DTechnical Writers.EThe Scrum Master.
- FreePracticeQuiz.questionLabelTechnical PracticesWhat is a merge in a Version Control System?ACopying a portion of a code base to isolate it from the original codebase.BIdentifying a particular codebase as ready for distribution.CTriggering a Deployment into Production.DCombining two or more versions of code into a single codebase.
- FreePracticeQuiz.questionLabelScrum EventsWhich three of the following are feedback loops in Scrum?ADaily Scrum.BRelease Planning.CSprint Review.DRefinement Meeting.ESprint Retrospective.
- FreePracticeQuiz.questionLabelQualityWhich four types of tests can be included in an automated test harness?APerformance.BExploratory.CUnit.DFunctional.EManual regression.FIntegration.
- FreePracticeQuiz.questionLabelTechnical PracticesWhich concept is described by the Last Responsible Moment?AMaking decisions as soon as possible to close feedback loops as soon as possible.BDiscover decisions to be made as soon as possible but postpone deciding to the latest reasonable moment.CThe last moment in a Sprint when code changes are allowed, after this only stabilization work should be conducted.DOpening a learning window to validate hypotheses and create learning.EThe last moment a Developer is responsible for quality, after this the Tester is responsible.
- FreePracticeQuiz.questionLabelQualityChoose four desirable characteristics of a Unit Test.AIncludes exercising the persistence layer.BMakes assertions about only one logical concept.CIndependent of others.DTest code is as small as possible.EExecution is fast.
- FreePracticeQuiz.questionLabelTechnical PracticesWhy does a test written using TDD (Test Driven Development) initially fail?ABecause the test has not been refactored.BBecause it has to be put into an automated test harness to be run.CBecause the tests are checked in before the Product code exists.DBecause the Product code to satisfy the test does not yet exist.
- FreePracticeQuiz.questionLabelScrum TeamWhen do the Developers show their work to the Product Owner?AWhenever the Product Owner asks.BDuring the Sprint Review.CAnytime the Developers need feedback from the Product Owner.DAll of the above.
- FreePracticeQuiz.questionLabelTechnical PracticesWhat are possible benefits from practicing Test Driven Development (TDD)?AIt is a great way for Testers to contribute early in the Sprint as they can start creating all the tests from the beginning on.BIt makes Integration Tests obsolete and by doing so saves a lot of time.CIt helps break down complex problems into smaller ones that are much easier to be tackled.DIt increases collaboration between Developers as it requires Pair Programming.EIt might lead to better code as Refactoring is part of the TDD cycle.FIt helps to identify gaps in understanding the desired behavior.
- FreePracticeQuiz.questionLabelTechnical PracticesWho decides the System Architecture of a Product developed using Scrum?AThe Architect chosen by the Scrum Team.BThe Software Architect assigned to the Scrum Team.CThe Developers with input from the Scrum Team and others.DThe Chief Architect.
- FreePracticeQuiz.questionLabelTechnical PracticesWhen using Continuous Integration, how often should the build be executed?AOnce per hour.BWhenever new or changed code is checked into version control.COnce per day.DBefore the end of the Sprint.EWhenever new tests are created or uncertainty arises about whether old tests will pass.
- FreePracticeQuiz.questionLabelTechnical PracticesWhich of the following are advantages of Continuous Integration?AReadability of code is improved.BKnow immediately how a change affected the Product.CThe feature-branch is generally kept in a buildable state.DReduce effort and risk when integrating changes.
- FreePracticeQuiz.questionLabelScrum TeamWho determines how work is performed during the Sprint?AThe Scrum Master.BThe Scrum Team.CTeam Manager.DSubject matter experts.EThe Developers.
- FreePracticeQuiz.questionLabelScrum TeamWho creates tests on a Scrum Team?AThe Product Owner.BThe Developers.CQuality Assurance Specialists.DThe Scrum Master.
- FreePracticeQuiz.questionLabelTechnical PracticesWhat is Test First Development (TFD)?ACreating tests before satisfying them.BTesting existing code before adding more code to it.CHaving the Tester in the Scrum Team write the test plans before coding.DThe continuous restructuring of Software to retain flexibility.
- FreePracticeQuiz.questionLabelTechnical PracticesWhich is the most reliable form of technical documentation?AA spreadsheet of passing manual tests.BThe Developer's whiteboard.CUML model.DRelease notes.EA help file.FA passing test harness with clear naming and vocabulary.
- FreePracticeQuiz.questionLabelQualityWhile developing new functionality, you find a bug that has already been delivered to the customer. What do you do?ARevise the tests so that the bug no longer appears on the bug report.BFix the bug.CTalk to the Product Owner.DStub out the code that caused the bug so it no longer occurs.
- FreePracticeQuiz.questionLabelScrum TeamWho has the final decision about the order of items in the Product Backlog?AThe Scrum Master.BThe Stakeholders.CThe Scrum Team.DThe Developers.EThe Product Owner.
- FreePracticeQuiz.questionLabelQualityWhat are two differences between Unit Tests and Integration Tests?AA Unit Test isolates a specific system behavior.BAn Integration Test usually focuses on the integration of two or more units.CA Unit Test is automated.DAn Integration Test runs overnight.EA Unit Test only runs on a Developer's workstation.
- FreePracticeQuiz.questionLabelScrum TeamHow much time must a Product Owner spend with the Developers?A100%.BEnough so that the Product Owner is not surprised by the value delivered by the Increment.C40%, or more if the Stakeholders agree.DAny amount of time the Developers ask the Product Owner to be present.
- FreePracticeQuiz.questionLabelTechnical PracticesWhat are the typical roles when practicing Pair Programming?AProduct Owner and Developer.BBusiness Analyst and Developer.CTester and Developer.DDriver and Navigator.EFrontend and Backend.
- FreePracticeQuiz.questionLabelScrum ArtifactsTrue or False: When multiple teams work together on the same Product, each team should maintain a separate Product Backlog.ATrue.BFalse.
- FreePracticeQuiz.questionLabelScrum ArtifactsWhat are three of the best ways to address non-functional requirements?AScrum is for functional, front-end development only.BImportant, recurring non-functional requirements can be added to the Definition of Done.CDiscuss them during a risk mitigation phase before development.DInclude them in the Product Backlog.ESpecific expectations can be used as Acceptance Criteria to specific Product Backlog Items.FBefore the release, they should be tested and validated in a hardening Sprint.
- FreePracticeQuiz.questionLabelTechnical PracticesWhat is the primary purpose of Refactoring?AEnsuring that all factors are constantly aligned.BRemoving all bugs that were found during Regression Tests.CMaking sure that the code is readable and maintainable.DCreating better technical documentation.
- FreePracticeQuiz.questionLabelTechnical PracticesWhich are four attributes of a good bug report?AExpected results and observed results.BIncludes build or version number where bug was found.CIncludes code for a proposed fix.DProvides simple and repeatable reproduction steps.EScreenshots or other pictures of the bug in action.FExplains some new system functionality desired.
- FreePracticeQuiz.questionLabelTechnical PracticesThe practice of decomposing a requirement into failing tests is called:ARegression Testing.BObject oriented requirements definition.CAcceptance Test Driven Development.DBehavior Driven Development.
- FreePracticeQuiz.questionLabelTechnical PracticesWhat is a mock object?AA test object that mimics the behavior of a dependency in the system under test.BA mock helps you create a build script.CMocks, stubs, dummies, fakes, and shims are all the same.DA mock is a way to initialize the database for testing.
Ready for the full PSD-I exam?
Get all 305+ Questions, timed simulation, and weak-area analytics. Plans from $2.99 — credits never expire.
Frequently Asked Questions
Are these real PSD-I practice questions?+
Is the PSD-I exam hard?+
How many questions are on the real PSD-I exam?+
Do I need to sign up to use these questions?+
Keep studying
Pass PSD-I on your first try
Join candidates using DummyExams to practice with realistic timed exams, detailed explanations, and weak-area analytics.
Start full PSD-I practice exam