Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

PSD Sample Questions Answers

Questions 4

What two things should the developers not do?

Options:

A.

Work together and self manage to create value

B.

Design the full architecture before starting

C.

Creating a plan for the entire project

D.

Create a potentially shippable functionality in the sprint

Buy Now
Questions 5

What are two ways developers can ensure a good architecture? (two answers)

Options:

A.

Architecture is an ongoing discussion amongst the developers, focusing on implementing current Sprint Backlog Items

B.

The developers focus only on adding functionality. The architecture will take care of itself as the developers add functionality

C.

The developers have a set of guiding architecture principles that every developer understands and follows when writing code

D.

Developers assign someone to the role of software architect to ensure the architecture

E.

Architecture is dealt with in sprint 0

Buy Now
Questions 6

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

Options:

A.

False

B.

True

Buy Now
Questions 7

Improvements that are outcome of the sprint retrospective can be added to the sprint backlog for the next sprint.

Options:

A.

True

B.

False

Buy Now
Questions 8

Which statement best describes the sprint review?

Options:

A.

It is a chance for inspecting the outcome of a sprint and determining the next steps

B.

It is a mechanism to control the work of the developers

C.

It is a demo of the work that was done

Buy Now
Questions 9

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?

Options:

A.

Work with the QA departments on the increment of the current sprint

B.

Update the project plan with stakeholders

C.

Refine the backlog

D.

There are no such activities. The next sprint starts immediately after the current sprint

Buy Now
Questions 10

Which are topics of the sprint planning? Choose all that apply.

Options:

A.

Why is this sprint valuable?

B.

When is this sprint going to be done?

C.

How to improve the scrum process in this sprint?

D.

How will the selected work get done?

E.

What can be done in this sprint?

F.

Who is going to do what?

Buy Now
Questions 11

What topics can be addressed during the sprint review? Choose the best answer.

Options:

A.

The scrum process

B.

All of these

C.

The increment

D.

Coding and engineering practices

Buy Now
Questions 12

Which output from sprint planning provides the developers with a target and overarching direction for the sprint?

Options:

A.

The sprint backlog

B.

The product goal

C.

The Sprint goal

D.

Sprint review minutes

Buy Now
Questions 13

Which three of the following are feedback loops in scrum?

Options:

A.

Release planning

B.

Daily scrum

C.

Sprint review

D.

Sprint retrospective

E.

Refinement meeting

Buy Now
Questions 14

Who is responsible for the system architecture of a product developed using Scrum?

Options:

A.

The architect chosen by the developers

B.

The architect chosen by the developers

C.

The assigned architect

D.

The developers

Buy Now
Questions 15

Why might a scrum team choose to do pair programming?

Options:

A.

Improving code quality

B.

All of these

C.

It is a nice way to work

D.

Information sharing and learning

E.

Efficiency

Buy Now
Questions 16

When more teams are working on the same product. How should they go about their definition of done?

Options:

A.

Every team must make their own DoD, a meeting should be organised so that the differences are known.

B.

It depends on the product owner

C.

All development teams must have a DoD that makes their combined work releasable.

D.

Every team uses its own. The differences are discussed in a hardening sprint.

Buy Now
Questions 17

What are two differences between unit tests and integration tests?

Options:

A.

A unit tests only runs on the developer’s computer

B.

A unit test is automated

C.

An integration test runs overnight

D.

A unit tests isolates a specific system behavior

E.

An integration test may be composed of unit tests

Buy Now
Questions 18

When does the development team show their work to the product owner?

Options:

A.

All of these

B.

Anytime the developers need feedback from the product owner

C.

Whenever the product owner asks

D.

During the sprint review

Buy Now
Questions 19

How do you know that the developers are cross-functional?

Options:

A.

Every member can do every task

B.

They work with TDD

C.

They never argue

D.

They do pair programming

E.

Developers have the combined skills to create a usable increment

Buy Now
Questions 20

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?

Options:

A.

Each team’s automated build is integrated toward the end of the sprint

B.

Developers should perform a combination of local and private builds

C.

Each team should have its own automated build

D.

There is one automated build for all teams

Buy Now
Questions 21

How much time must a product owner spend with the developers?

Options:

A.

However much time the developers ask the PO to be present

B.

40%, or more depending on stakeholders

C.

100%

D.

Enough to be aware of the increment’s value at the sprint review

Buy Now
Questions 22

What is technical debt?

Options:

A.

A term representing the eventual consequences of poor technical choices

B.

Developers that have to pay college debt

C.

Code that hasn’t been documented

D.

The money an organization owes to tool and hardware vendors

Buy Now
Questions 23

Upon what type of process control is scrum based?

Options:

A.

Deductive

B.

Hybrid

C.

Empirical

D.

Technical

Buy Now
Questions 24

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

Options:

A.

Regression testing

B.

Acceptance test driven development

C.

Objective Driven Development

D.

Quality Oriented Requirements Development

Buy Now
Questions 25

The right time to refactor code using TDD is

Options:

A.

After the tests passes

B.

When preparing legacy code for unit tests

C.

When I can see the debt building in the code

D.

After the tests fails

Buy Now
Questions 26

Database design must be complete before coding starts to ensure a solid foundation

Options:

A.

False

B.

True

Buy Now
Questions 27

Who creates documentation included with a working increment?

Options:

A.

Scrum requires no documentation

B.

Technical writers

C.

Scrum master

D.

Product owner

E.

Developers

Buy Now
Questions 28

During the sprint the developers realize that they have selected too many product backlog items. How should they go from there?

Options:

A.

Inform the product owner and the stakeholders during the sprint review

B.

As soon as they realize they should work with the product owner to remove some work while not endangering the sprint goal

C.

Outsource the work to another team

D.

Use a definition of done with lower standards to be able to finish all the work they committed to

Buy Now
Questions 29

What would not be considered refactoring?

Options:

A.

Extracting methods

B.

Reordering method parameters to improve readability

C.

Changing external interfaces or APIs

D.

Renaming things to be more logical

E.

Extracting interfaces

Buy Now
Questions 30

Which are obligatory scrum events?

Options:

A.

sprint retrospective

B.

sprint goal meeting

C.

backlog refinement

D.

sprint planning

E.

sprint review

F.

daily scrum

Buy Now
Questions 31

The practice of decomposing a requirement into failing tests is called:

Options:

A.

Behavior driven development

B.

Scrum testing

C.

Regression testing

D.

Acceptance test driven development

Buy Now
Questions 32

The three pillars of empirical process control are:

Options:

A.

transparency

B.

planning

C.

inspection

D.

respect

E.

commitment

F.

adaptation

Buy Now
Questions 33

The increment must be released at the end of the sprint

Options:

A.

True

B.

False

Buy Now
Questions 34

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

Options:

A.

Enough to deploy the increment and update the product backlog based on the outcome of the sprint review

B.

Enough to clean up lingering definition of done points

C.

None, a new sprint starts immediately after the end of the previous one

D.

At most a week for a one-month sprint

Buy Now
Questions 35

What is static analysis?

Options:

A.

Analysis performed on software at runtime

B.

A tool that inspects the correctness of static keyword usage

C.

Work performed by the business analyst

D.

Analysis performed on code

Buy Now
Questions 36

What is the step to take in TDD after the tests have failed?

Options:

A.

Meet with the team to see why it fails

B.

Change the test in a way that is passes

C.

Run it again to verify it fails.

D.

Write the code to satisfy the test

Buy Now
Exam Code: PSD
Exam Name: Professional Scrum Developer (PSD)
Last Update: May 18, 2024
Questions: 120
$64  $159.99
$48  $119.99
$40  $99.99
buy now PSD