[Dec 20, 2021] PSD Exam Dumps 100% Same Q&A In Your Real Exam [Q59-Q84]

Share

[Dec 20, 2021] PSD Exam Dumps 100% Same Q&A In Your Real Exam

PSD Test Engine Dumps Training With 122 Questions

NEW QUESTION 59
When are testers and QA experts ideally included in the project?

  • A. When the developers are done
  • B. After every sprint review
  • C. From the beginning and throughout the sprints, but let's call them developers
  • D. When the product is complete

Answer: C

Explanation:
Testing is an ongoing process, this is done by the developers. Developers can be specialized in testing. Please mind that the word developer means something else in the scrum context.

 

NEW QUESTION 60
What two things should the developers not do?

  • A. Design the full architecture before starting
  • B. Work together and self manage to create value
  • C. Creating a plan for the entire project
  • D. Create a potentially shippable functionality in the sprint

Answer: A,C

Explanation:
Architecture emerges in scrum during the adding of functionality. The plan for the rest of the project cannot be made by the developers, they should just focus on their sprint.

 

NEW QUESTION 61
Which three describe TDD?

  • A. A predictable way to develop working well-organized code
  • B. Having testers involved in the development process
  • C. A software development technique based on automated tests
  • D. An incremental and emergent approach to software design
  • E. Creating a manual test script before writing code

Answer: A,C,D

Explanation:
TDD stands for test driven development. It makes developers think before starting to code. This leads to better organized code. It requires the developer to write the code for the test first, this means that it's based on automated tests. There are no testers in scrum, they are called developers as well.

 

NEW QUESTION 62
Which statement best describes a product owner's responsibility?

  • A. Keeping stakeholders at bay
  • B. Managing the project and ensuring the work gets done in line with the requirements
  • C. Optimizing the value of the developers' work
  • D. Directing the developers

Answer: C

Explanation:
Product owner is value optimizer. Of the product, which emerges by the work of the developers.

 

NEW QUESTION 63
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 64
When is performance testing most effectively performed?

  • A. Often during the development
  • B. In production during peak hours
  • C. In production
  • D. Just before deployment to production

Answer: A

Explanation:
It's best to do it often during development so that problems can be detected early. Perfomance testing on production will disturb the production environment.

 

NEW QUESTION 65
What is a merge in a version control system?

  • A. Copying a portion of a codebase to isolate it from the original codebase
  • B. Combining two or more versions of code into a single codebase
  • C. Two or more developers working together to ensure proper coding and configuration management
  • D. Identifying a particular codebase as ready for distribution

Answer: B

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

 

NEW QUESTION 66
What is a sprint burn down chart?

  • A. Visual representation of work that is still to do and time that is left
  • B. A chart showing progress towards the product goal
  • C. A chart that shows whether bugs came up
  • D. Visual representation of the product backlog items left

Answer: A

 

NEW QUESTION 67
What is a mock object?

  • A. A mock is a way to initialize the database for testing
  • B. A mock helps you create a build script
  • C. Mocks, stubs, dummies, fakes and shims are all the same
  • D. A test object that mimics the behavior of a dependency in the system under test

Answer: D

 

NEW QUESTION 68
What is the commitment for the sprint backlog?

  • A. Sprint goal
  • B. Product goal
  • C. Definition of done
  • D. Sprint planning outcome

Answer: A

Explanation:
If you are not sure, please review the section scrum artifacts in the scrum guide.

 

NEW QUESTION 69
What does code coverage show?

  • A. When a feature is done
  • B. Code being exercised by tests
  • C. The quality of unit tests being written
  • D. The ratio of the number of tests to lines of code in the system being tested
  • E. The absence of defects in code

Answer: B

Explanation:
The ratio answer is wrong, because it doesn't say anything about the number of tests to lines of code, but it does say the percentage of lines of code that is being tested. Hence, the correct answer is code being exercised by tests.

 

NEW QUESTION 70
How is architecture decided in a scrum team during a project?

  • A. The architect works in the early part of each sprint to define the architecture of that sprint
  • B. An architect on the team undertakes all architecture tasks
  • C. The architecture cares for itself as code is written and deployed
  • D. Upfront designs are presented to the developers prior to the first sprint
  • E. The developers emerge architecture as the system is created

Answer: E

Explanation:
Architecture emerges as more is created. There are often guidelines and principles in place.

 

NEW QUESTION 71
The product owner determines how many product backlog items the developers select for the sprint in the sprint planning.

  • A. True, in line with what was promised to the stakeholders
  • B. True, if the developers have enough capacity
  • C. True
  • D. False
  • E. False, the project manager does that
  • F. False, the scrum master does that

Answer: D

Explanation:
It is false, the developers select the items, because they will have to commit to it.

 

NEW QUESTION 72
The increment must be released at the end of the sprint

  • A. True
  • B. False

Answer: B

Explanation:
It should be a working increment, but it's not mandatory to release it.

 

NEW QUESTION 73
Your team is one of seven teams working on a product. All teams use the same version control system. Which is the best approach to deliver high-quality increments?

  • A. Each team should have its own automated build
  • B. There is one automated build for all teams
  • C. Developers should perform a combination of local and private builds
  • D. Each team's automated build is integrated toward the end of the sprint

Answer: B

Explanation:
This way there are no surprises near the end of the sprint or during delivery and the increment will be most stable as possible.

 

NEW QUESTION 74
What are two differences between unit tests and integration tests?

  • A. An integration test runs overnight
  • B. An integration test may be composed of unit tests
  • C. A unit tests isolates a specific system behavior
  • D. A unit test is automated
  • E. A unit tests only runs on the developer's computer

Answer: B,C

Explanation:
Unit tests are testing the smallest units of code possible and integration tests are testing the components of the system together. Unit tests aims at isolated pieces of behavior and integration tests could be composed of unit tests to test components.

 

NEW QUESTION 75
The developers can invite experts to the sprint planning to give them advice

  • A. True
  • B. False

Answer: A

Explanation:
The scrum guide says: "The Scrum Team may also invite other people to attend Sprint Planning to provide advice."

 

NEW QUESTION 76
What do scrum artifacts represent?

  • A. Visual representation of the progress
  • B. Work or value
  • C. Flow and feedback
  • D. Work that needs to be done

Answer: B

Explanation:
The scrum artifacts are: product backlog, sprint backlog and the increment. They represent work or value.

 

NEW QUESTION 77
Choose three reasons why automated builds are important.

  • A. They support Continuous Integration
  • B. They clearly define the build process
  • C. They ensure your product remains bug free
  • D. The eliminate the need for build engineers
  • E. They allow frequent validation and ensure the product remains in a potentially releasable state

Answer: A,B,E

Explanation:
Automated builds are making builds of the code after every change to the codebase. As soon as something breaks, the developers get informed. In order to automate it, the build process needs to be cleary defined. They're a corner stone for CI.

 

NEW QUESTION 78
What are three of the best ways to address non-functional requirements?

  • A. Include them in the Product Backlog
  • B. Important, recurring non-functional requirements can be added to the definition of done
  • C. Handle them during a risk mitigation phase before development
  • D. Scrum is for functional, frontend development only
  • E. Specific expectations can be used as acceptance criteria to specific product backlog items
  • F. Before the release, they should be tested and validated in a hardening sprint

Answer: B,C,E

Explanation:
There is no hardening sprint, there are only regular sprints. If it's an ever recurring non-functional requirement, it can be added to the definition of done. If it's not it can be added (as a criteria) in the product backlog (item).

 

NEW QUESTION 79
Which of the following best describes an increment of working software?

  • A. A decomposition of all product backlog items into tasks for future sprint backlog lists
  • B. UML diagrams that describe how to deliver functionality in future iterations
  • C. Additions features in a usable state that complement those delivered in previous iterations
  • D. A new user interface design for functionality delivered in previous iterations
  • E. An automated test suite to verify functionality delivered in previous iterations

Answer: C

Explanation:
An increment is the usable value added in the last sprint plus the usable work of all previous sprints.

 

NEW QUESTION 80
How much time will there be after a sprint before the next one starts?

  • A. Enough to deploy the increment and update the product backlog based on the outcome of the sprint review
  • 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. At most a week for a one-month sprint

Answer: B

Explanation:
The scrum guide says: "A new Sprint starts immediately after the conclusion of the previous Sprint."

 

NEW QUESTION 81
Which best describes the practice of expressing requirements as acceptance tests?

  • A. Acceptance test driven development
  • B. Objective Driven Development
  • C. Quality Oriented Requirements Development
  • D. Regression testing

Answer: A

Explanation:
This is pretty much the definition of ATDD.

 

NEW QUESTION 82
Which of the following best describe continuous integration?

  • A. A software development practice that continuously integrates feedback from users in the software design
  • B. A software development practice where developers all work on the same computer to assure a common codebase
  • 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 used by integration teams to create best practice branching and merging strategies

Answer: C

 

NEW QUESTION 83
Who is responsible for engaging the stakeholders?

  • A. The product owner
  • B. The sales manager
  • C. The project manager
  • D. The developers
  • E. The scrum master
  • F. The business analyst

Answer: A

Explanation:
The product owner is responsible for engaging the stakeholders.

 

NEW QUESTION 84
......

PSD Practice Test Pdf Exam Material: https://vce4exams.practicevce.com/Scrum/PSD-practice-exam-dumps.html