Scrum-PSD Dumps Scrum-PSD Braindumps

Scrum-PSD Real Questions Scrum-PSD Practice Test Scrum-PSD Actual Questions


Scrum


Scrum-PSD


Professional Scrum Developer (PSD)


https://killexams.com/pass4sure/exam-detail/Scrum-PSD


Question: 33


Who writes tests in a scrum team?

  1. Most junior developer

  2. Product owner

  3. QA specialists

  4. Scrum master

  5. The tester Developers


Answer: F Explanation:

Tests are part of the development, and the development is done by the developers. There are no specific roles in scrum, even though members of the scrum team can have their own expertise.


Question: 34


The developers should have all the skills needed to:

  1. Do all the work except for deployment

  2. Complete the work in the within the foreseen time and costs

  3. Create a potentially releasable increment from the product backlog items


Answer: C Explanation:

Developers are cross-functional, this means that they have all the skills necessary to create value each sprint.


Question: 35


At the 10th sprint review, the stakeholders are disappointed and angry. They have determined that the product or system being built both will not meet their needs and will cost more than they are willing to spend.


What factors may have led to this? (choose three)

  1. Changes to the project plan were not adequately documented and shared

  2. The product owner has not been keeping the stakeholders aware of the progress of the project

  3. The project management office has not been engaged adequately

  4. The scrum master has not ensured that the project is transparent

  5. The stakeholders were not allowed to enter the development area

  6. The stakeholders haven’t been using sprint reviews to inspect and evaluate progress

Answer: B,D,F Explanation:

there is no project plan, the presence of stakeholders in the development area is probably not helping and there is no project management. Transparancy would avoid the surprise for the stakeholders. If the PO didn’t frequently update them, this can also lead to surprise and disappointent. If the stakeholders couldn’t attend the sprint review they would also not be up to date and missing out on an opportunity to inspect and adapt.


Question: 36


What is a mock object?

  1. A mock helps you create a build script

  2. Mocks, stubs, dummies, fakes and shims are all the same

  3. A mock is a way to initialize the database for testing

  4. A test object that mimics the behavior of a dependency in the system under test


Answer: D


Question: 37


If multiple teams are working on the same product, each team should have its own product owner

  1. False

  2. True


Answer: A Explanation:

One product owner per product backlog, one product backlog per product


Question: 38


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

  1. False

  2. True


Answer: B Explanation:

If you are not sure, review the daily scrum section in the scrum guide.


Question: 39


What is static analysis?

  1. Analysis performed on software at runtime

  2. A tool that inspects the correctness of static keyword usage

  3. Work performed by the business analyst

  4. Analysis performed on code


Answer: D Explanation:

Static analys is performed on code (and not a running program or build).


Question: 40


What is a merge in a version control system?

  1. Identifying a particular codebase as ready for distribution

  2. Combining two or more versions of code into a single codebase

  3. Copying a portion of a codebase to isolate it from the original codebase

  4. Two or more developers working together to ensure proper coding and configuration management


Answer: B Explanation:

Merging means combining two different versions of the code into one version.