Top Banner
Download the latest PSD-I exam dumps to pass your exam easily 1 / 5 Exam : PSD-I Title : https://www.passcert.com/PSD-I.html Professional Scrum Developer (PSD)
5

Professional Scrum Developer (PSD) PSD-I Exam Dumps.pdf

Mar 30, 2023

Download

Others

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Exam :Download the latest PSD-I exam dumps to pass your exam easily
1 / 5
Exam : PSD-I
Professional Scrum Developer (PSD)
Download the latest PSD-I exam dumps to pass your exam easily
2 / 5
1.The Daily Scrum event happens every day. What would be three concerns if the frequency were to be lowered to every two to three days? A. Too much work is spent updating the Scrum Board before meeting. B. Impediments are raised and resolved more slowly. C. The Product Owner cannot accurately report to the Stakeholders. D. The Scrum Master loses the ability to update the Gantt Chart properly. E. Opportunities to inspect and adapt in the Sprint Backlog are lost. F. Sprint Plan may become inaccurate. Answer: B,E,F
2.What are two responsibilities of Testers in a Development Team? (choose the best two answers) A. Tracking quality metrics. B. Verifying the work of programmers. C. Scrum has no "Tester" role. D. Finding bugs. E. Everyone in the Development Team is responsible for quality. Answer: C,E
3.What are three of the best ways to address non-functional requirements? A. Include them in the Product Backlog. B. Before the release they should be tested and validated in a hardening Sprint. C. Important recurring non-functional requirements can be added to the Definition of Done. D. Specific expectations can be used as Acceptance Criteria to specific Product Backlog Items. E. Discuss them during a risk mitigation phase before development. F. Scrum is for functional front-end development only. Answer: A,C,D
4.What factor should be considered when establishing the Sprint length? A. The organization has mandated similar length Sprints. B. The need of the team to learn on doing work and measuring results. C. The frequency at which team formation can be changed. D. The organization release schedule. Answer: B
5.Who creates documentation included with an Increment? A. The Product Owner. B. The Scrum Master. C. Increments do not need documentation. D. Technical Writers. E. The Developers. Answer: E
6.What is the role of Modeling in Scrum Teams? A. Models are not used by agile teams.
Download the latest PSD-I exam dumps to pass your exam easily
3 / 5
B. Models are assembly instructions for the Developers. C. Models are maintained along with the Software as it emerges. D. Modeling may be useful to increase shared understanding. Answer: D
7.Which four are benefits of Test Driven Development? A. It reduces the cost of maintenance over time. B. It ensures no defects are present in the code. C. It promotes good design and separation of concerns. D. It causes you to construct a test harness that can be automated. E. It improves quality and reduces bugs. Answer: A,C,D,E
8.Which of the following are advantages of Continuous Integration? A. Reduce effort and risk when integrating changes. B. Readability of code is improved. C. Know immediately how a change affected the Product. D. The feature-branch is generally kept in a buildable state. Answer: A,C
9.True or False: Stakeholders can be included in Product Backlog Refinement? A. False. B. True. Answer: B
10.What are the typical roles when practicing Pair Programming? A. Driver and Navigator. B. Frontend and Backend. C. Product Owner and Developer. D. Business Analyst and Developer. E. Tester and Developer. Answer: A
11.What is a mock object? A. A mock is a way to initialize the database for testing. B. A test object that mimics the behavior of a dependency in the system under test. C. A mock helps you create a build script. D. Mocks stubs dummies fakes and shims are all the same. Answer: B
12.In what ways do Developers contribute to refining the Product Backlog? A. They may update estimates for Product Backlog Items. B. They ask questions in order to clarify the intent of Product Backlog Items. C. They do not. The Developers are only responsible for prioritizing technical work.
Download the latest PSD-I exam dumps to pass your exam easily
4 / 5
D. They give input on technical dependencies. E. They do not. The Scrum Master and the Product Owner are responsible for Product Backlog Refinement. Answer: A,B,D
13.What activities would a Product Owner typically undertake in the phase between the end of the current Sprint and the start of the next Sprint? (choose the best answer) A. Refine the Product Backlog. B. There are no such activities. The next Sprint starts immediately after the current Sprint. C. Work with the Quality Assurance departments on the Increment of the current Sprint. D. Update the project plan with Stakeholders. Answer: B
14.Who has the final decision about the order of items in the Product Backlog? A. The Stakeholders. B. The Scrum Team. C. The Product Owner. D. The Scrum Master. E. The Developers. Answer: C
15.Which types of tests can be automated? A. Smoke. B. Integration. C. Performance. D. Functional. E. Unit. F. Exploratory. Answer: A,B,C,D,E
16.While developing new functionality you find a bug that has already been delivered to the customer. What do you do? A. Revise the tests so that the bug no longer appears on the bug report. B. Stub out the code that caused the bug so it no longer occurs. C. Fix the bug. D. Talk to the Product Owner. Answer: D
17.What are some disadvantages of Code Coverages as a measurement for how well a system or Product is tested? (choose best three answers) A. Developers could stop adding more valuable tests once the target coverage is achieved. B. It does not ensure that the most important or highest risk areas of the code are being exercised by the tests. C. It only provide insights for programmers.
Download the latest PSD-I exam dumps to pass your exam easily
5 / 5
D. It is too complicated to explain to Management. E. It could create incentives to write tests that simply increase Code Coverage rather than tests that find bugs without increasing coverage. Answer: A,B,E
18.What is Test First Development (TFD)? A. The continuous restructuring of Software to retain flexibility. B. Testing existing code before adding more code to it. C. Creating tests before satisfying them. D. Having the Tester in the Scrum Team write the test plans before coding. Answer: C
19.When using Continuous Integration how often should the build be executed? A. Before the end of the Sprint. B. Whenever new or changed code is checked into version control. C. Once per day. D. Once per hour. E. Whenever new tests are created or uncertainty arises about whether old tests will pass. Answer: B
20.You are asked to refactor part of the codebase for Application X. When you are done all Unit Tests pass with 50% Code Coverage. What can you infer from this? A. At least 50% of Application X functions correctly. B. You did not break any existing Unit Tests. C. There are no bugs present in Application X. D. At most 50% of Application X functions correctly. Answer: B
21.What is a merge in a Version Control System? A. Identifying a particular codebase as ready for distribution. B. Triggering a Deployment into Production. C. Combining two or more versions of code into a single codebase. D. Copying a portion of a code base to isolate it from the original codebase. Answer: C