
2025 Updates For the Latest PSD Free Exam Study Guide!
Best PSD Exam Preparation Material with New Dumps Questions
Certification Topics of Scrum PSD Exam
Our Scrum PSD exam dumps covers the following objectives of Scrum PSD Exam
- Managing Risks & Requirements 30%
- Scrum Basics 20%
- Organizing the Team 10%
- Agile Methods 15%
- Developing the Project 25%
NEW QUESTION # 45
The CEO demands a feature from the developers during the sprint. What should the developers do?
- A. Add the item to the current sprint and work harder
- B. Add the item to the next sprint
- C. Add the item to the current sprint and leave out something that is less important
- D. Inform the product owner, so the PO can deal with the CEO
Answer: D
Explanation:
This is not a decision the CEO or the developers can make, this should go via the PO, since that is the maximumizer of value
NEW QUESTION # 46
What is a merge in a version control system?
- A. Combining two or more versions of code into a single codebase
- B. Two or more developers working together to ensure proper coding and configuration management
- C. Identifying a particular codebase as ready for distribution
- D. Copying a portion of a codebase to isolate it from the original codebase
Answer: A
Explanation:
Merging means combining two different versions of the code into one version.
NEW QUESTION # 47
Which of the following best describe continuous integration?
- A. A software development practice used by integration teams to create best practice branching and merging strategies
- B. A software development practice that continuously integrates feedback from users in the software design
- C. A software development practice where developers integrate and verify their work frequently, often multiple times a day, to detect integration errors as quickly as possible
- D. A software development practice where developers all work on the same computer to assure a common codebase
Answer: C
NEW QUESTION # 48
Why might a scrum team choose to do pair programming?
- A. Improving code quality
- B. Information sharing and learning
- C. It is a nice way to work
- D. Efficiency
- E. All of these
Answer: E
Explanation:
Pair programming means that two developers are coding together and performing live peer review. This will enhance the effectivity as it leads to increased code quality. Regardless of your opinion, when answering Question:s about pair programming, know that it's considered a really good practice for PSD. And in case you are wondering, the instructor of the course is also a big fan.
NEW QUESTION # 49
The goal of the daily scrum is inspecting the progress toward the sprint goal and producing an actionable plan for the next day of work
- A. True
- B. False
Answer: A
Explanation:
If you are not sure, review the daily scrum section in the scrum guide.
NEW QUESTION # 50
Which of the following are advantages of Continuous Integration? (choose the best two answers)
- A. Readability of code is improved.
- B. The feature-branch is generally kept in a buildable state.
- C. Reduce effort and risk when integrating changes.
- D. Know immediately how a change affected the product.
Answer: C,D
Explanation:
Detailed Explanation: Continuous Integration ensures that changes are integrated and tested frequently, providing immediate feedback on their impact. It reduces the effort and risks associated with late integrations.
NEW QUESTION # 51
What is the step to take in TDD after the tests have failed?
- A. Change the test in a way that is passes
- B. Run it again to verify it fails.
- C. Meet with the team to see why it fails
- D. Write the code to satisfy the test
Answer: D
Explanation:
In TDD you start with writing the test before the code. This test cannot pass. If it does, the test is wrong. When the tests are written, the production code to satisfy the test will be written. Once all the tests succeeds, the product code is done.
NEW QUESTION # 52
Only technical writers can create documentation during a sprint
- A. True
- B. False
Answer: B
Explanation:
Work that's part of the sprint is done by the developers, scrum doesn't have specific roles
NEW QUESTION # 53
Which three of the following are code quality metrics?
- A. Cycle time per product backlog item
- B. Number of check-ins per day
- C. Cyclomatic complexity
- D. Unit tests per class
- E. Depth of inheritance
- F. Class coupling
Answer: C,E,F
Explanation:
Number of checkins per day says something about whether the developers are committing often enough. Depth of inheritance says some about complexiity, just like class coupling and cyclomatic complexity. Unit tests per class don't say anything about quality, though no unit tests might indicate a maintenance problem. Cycle time per product backlog item says something about the scrum process.
NEW QUESTION # 54
The developers should have all the skills needed to:
- A. Create a potentially releasable increment from the product backlog items
- B. Complete the work in the within the foreseen time and costs
- C. Do all the work except for deployment
Answer: A
Explanation:
Developers are cross-functional, this means that they have all the skills necessary to create value each sprint.
NEW QUESTION # 55
In software development DRY refers to:
- A. Code that has been peer reviewed
- B. Code with low cyclomatic complexity
- C. Code with minimal duplication
- D. Code that has not been peer reviewed (yet)
Answer: C
Explanation:
DRY, don't repeat yourself
NEW QUESTION # 56
Several scrum teams share the scrum master. Developers of multiple teams approach the scrum master, because they need fulltime commitment from the same technical specialist for the next sprint. What should the scrum master consider for the response to this problem? Choose the two best answers.
- A. The ability of the scrum teams to produce integrated increments
- B. The need to have all developers busy with work
- C. The benefit of the teams figuring it out theirselves
- D. The need for a stable velocity
Answer: A,C
Explanation:
The working increment is the goal of the sprint and should be kept in mind. The self-managing aspect of the teams is also crucial to take in mind. Stable velocity and optimally used developers are not the scrum master's concern.
NEW QUESTION # 57
What are the scrum values?
- A. commitment, focus, respect, transparency and courage
- B. commitment, empiricism, focus, respect
- C. commitment, focus, openness, respect and courage
- D. transparency, inspection, adaptations
Answer: C
NEW QUESTION # 58
What should the Scrum Team do during the first Sprint? (choose the best answer)
- A. Create at least one valuable and useful Increment.
- B. Analyze, describe, and document the requirements for the subsequent Sprints.
- C. Define the major product features and a release plan architecture.
- D. Make up a plan for the rest of the project.
Answer: A
Explanation:
Detailed Explanation: The first Sprint is focused on delivering a valuable and usable Increment. This embodies Scrum's iterative approach, where value is delivered early and feedback is gathered.
NEW QUESTION # 59
Which best describes the Product Backlog? (choose the best answer)
- A. It is allowed to grow and change as more is learned about the product and its customers.
- B. It contains all foreseeable tasks and requirements from which the Scrum Team can develop and maintain a complete project plan.
- C. It provides just enough information to enable a Scrum Team to start the design phase of a product.
- D. It is baselined to follow change management processes.
Answer: A
Explanation:
Detailed Explanation: The Product Backlog is a dynamic artifact that evolves as the Scrum Team learns more about customer needs and product requirements. It reflects Scrum's empirical nature.
NEW QUESTION # 60
Which of the following is true about the Definition of Done? (choose the best two answers)
- A. It is the sole responsibility of the Developers to define it.
- B. It defines a state when the entire Increment is releasable.
- C. It can only be extended; nothing can be removed.
- D. It is synonymous with acceptance criteria.
- E. It might be a subject of discussion during the Sprint Retrospective.
Answer: B,E
Explanation:
Detailed Explanation: The Definition of Done ensures an Increment is releasable and provides transparency.
It can be refined over time to enhance quality, and its application can be reviewed during Retrospectives.
NEW QUESTION # 61
The practice of decomposing a requirement into failing tests is called:
- A. Scrum testing
- B. Behavior driven development
- C. Regression testing
- D. Acceptance test driven development
Answer: D
NEW QUESTION # 62
How much time will there be after a sprint before the next one starts?
- A. At most a week for a one-month sprint
- B. None, a new sprint starts immediately after the end of the previous one
- C. Enough to clean up lingering definition of done points
- D. Enough to deploy the increment and update the product backlog based on the outcome of the sprint review
Answer: B
Explanation:
The scrum guide says: "A new Sprint starts immediately after the conclusion of the previous Sprint."
NEW QUESTION # 63
Which two ways of creating scrum teams are consistent with scrum values?
- A. Existing teams propose how they would like to go about organizing into new teams
- B. Get all the people together and let them self-manage into new teams
- C. Managers assign individuals to teams
- D. Scrum master chooses a few team leads that get to pick their team
- E. The chief product owner divides the group in teams to make sure the teams will be cross-functional
Answer: A,B
Explanation:
There is no chief product owner. Self managing is a really important aspect of scrum, therefore the options where the people theirselves are in the lead are the best options.
NEW QUESTION # 64
When might a sprint be cancelled?
- A. Never, the sprint must always be finished.
- B. When the project manager decides this.
- C. When the developers feel they aren't ready
- D. When the sprint goal becomes obsolete
Answer: D
Explanation:
The product owner can cancel the sprint if the sprint goal becomes obsolete. This is a very rare event. It can happen when a company losing a client or the client decides to take a completely different turn.
NEW QUESTION # 65
True or False: User Stories are required in the Product Backlog.
- A. True
- B. False
Answer: B
Explanation:
Detailed Explanation: User Stories are not required in the Product Backlog as per the Scrum Guide. The Product Backlog is a collection of all work to be done on the product, and it can include a variety of formats, such as tasks, features, and technical requirements, not just user stories.
NEW QUESTION # 66
If multiple teams are working on the same product, they should each have their own product backlog
- A. True
- B. False
Answer: B
Explanation:
One product backlog per product
NEW QUESTION # 67
You are asked to refactor part of the codebase for an application. When you are done, all unit tests pass with 50% code coverage. What can you infer from this?
- A. At least 50% of the application is working correctly
- B. There are no bugs in the application
- C. Less than 50% of the application is working correctly
- D. You did not break any of the unit tests that already existed
Answer: D
Explanation:
You can't really say anything because you don't know what the unit tests are testing and whether they are correctly representing whether the application is working correctly. However, if all the tests passes you didn't break any already existing tests. Also, if none tests existed yet, you did not break them.
NEW QUESTION # 68
When should a newly discovered huge bug of a previous sprint be fixed?
- A. Depends on what the product owner wants.
- B. Don't fix it immediately, but change the test to not show it as a temporary fix.
- C. Immediately.
- D. Don't fix it, but stub out the code that causes it.
Answer: A
Explanation:
Hiding the bug won't make it go away. Discussing with the product owner is a good step to take, because he knows what work leads to maximum value.
NEW QUESTION # 69
......
Free PSD Exam Files Verified & Correct Answers Downloaded Instantly: https://www.testpdf.com/PSD-exam-braindumps.html
Fast Exam Updates PSD dumps with PDF Test Engine Practice: https://drive.google.com/open?id=14iZ349PO7FOSlbfa-xJE8wpH19LYgbGS
