Software Processes and Agile Practices
Software Processes and Agile Practices
Process Models
2.2.1 Linear Models
Task 2.12. Study diagram which depicts the V-model of software development.
If you are in the integration testing phase, which phase are you verifying when you run your test?
A. unit testing.
B. coding.
C. high level design.
D. operational testing.
Task 2.15. Which of the following describe the main aspects of the elaboration phase?
A. identifying a strong business case for the project,
B. creating use cases,
C. creating use case diagrams and
D. creating class diagrams.
Iterative
23
Parallel
2. In the Waterfall software process model, what phase or kind of activities would happen right after
the product has been implemented?
A. Specification
B. Maintenance
C. Design
D. Verification and validation
3. What major activities does the V software process model explicitly emphasize at multiple levels?
A. Project management
B. Specification
C. Implementation
D. Verification
4. In the Spiral software process model, each iteration begins in which quadrant or phase?
A. Identify and resolve risks
B. Determine objectives
C. Develop and test
D. Plan the next iteration
24
5. The Unified software process model is parallel because of which of the following reason?
A. Activities can happen in parallel within a phase and across phases.
B. The cycle can happen in parallel.
C. The phases can happen in parallel.
D. The iterations can happen in parallel.
6. In the Unified software process model, what are the phases in each cycle, in the correct order?
A. Initiation, planning, implementation, closure
B. Specification, design and implementation, verification and validation, transition
C. Inception, development, testing, evolution
D. Inception, elaboration, construction, transition
Task 2.17. You have been called upon to help out a struggling development team. The team is working
on developing a mobile ticket app for a professional baseball franchise and has failed to deliver a
working product on schedule.
25
They think they are about two weeks behind schedule, but it's hard to know because nothing is being
tracked.
They need help and they need it fast. You have heard from other product managers that agile practices
have helped their projects in the past. You only want to implement practices that follow the agile
manifesto.
Which of the following practices would you implement?
A. as tasks are started they are displayed to the entire team in a table.
B. the client cannot add new features after the initial planning is complete.
C. the development plan is reevaluated at regular time intervals.
D. the software product manager acts as a messenger between the client and the development
team.
Task 2.18. You are a software product manager for a small startup that is working on creating an
application that matches parents with local babysitters and nannies. You and your development team
decided early on that you will adopt the extreme programming methodology.
Your development team is organized into pairs, with each pair working in front of a single
workstation. This is a practice of extreme programming that we'll talk about later.
Which of the five aspects of extreme programming do you think that this improves?
A. communication,
B. simplicity
C. feedback,
D. respect,
E. courage.
Task 2.19. Erica is working as a software product manager for a development team that is creating a
social media application. Her team spends two months completely planning out every detail of the
project, including the design and schedules. The duration of their iterations is in hours, not weeks. Her
team has depicted their system metaphor on a white board in the office.
Task 2.20. You are a software product manager working with the development team who's producing
an app for a cinema that allows users to check show times and buy tickets.
A. a test that confirms when a user buys a ticket, a valid ticket appears.
B. a test that confirms when a user creates an account, their information is added to the database.
26
C. a test that confirms when the user logs in, that their log-in information matches an account in
the database.
D. a test that confirms when a user selects a show time, movies playing at that time appear.
Task 2.21. Danielle is the product manager working with a five-person development team to create a
payroll application that allows small business owners to pay their employees.
After delivering the prototype, the client sends out a nasty email to the development team saying that
they found a bug in the application that calculates the wages incorrectly. The client is very upset.
This bug would cost the business owners a great deal of money, and employees would end up getting
more money than they have earned.
Timmy and Maria were the programmers who co-wrote the unit test for this feature.
Steven and Maria were the programmers who pair programmed the source code.
Danielle, the product manager, conducted the acceptance test for the product before the release.
Who is to blame for this error?
Choose all that apply.
A. Danielle,
B. Timmy,
C. Maria,
D. Steven,
E. the other two developers on the team.
27
Task 2.22. You have been hired by a company that say they have tried to implement the extreme
programming methodology exactly. You walk into the workplace and see a maze of cubicles. As you
walk around the work space and peek into cubicles, you see pairs of programmers working together.
You pop into a cubicle and ask the developers where they can find the client.
One developer hands you a business card that has the client's phone number on it. He says you can
leave a message there and the client will get back to you.
You go into the next cubicle and ask the two programmers working there when the next release is due.
They tell you that the releases are due every second Friday. They have a release coming up this Friday.
You ask these programmers what they are working on. They explain that they are the database team,
and that they exclusively work on maintaining and building the database. You realize that there are
many areas of extreme programming that they are not following properly. What are some areas of
development that you are going to need to change in order to have extreme programming running
precisely in this office?
A. the workspace,
B. pair programming,
C. client availability,
D. small, frequent releases
E. developer versatility.
2.3.2. Scrum
Task 2.24. One role in the Scrum Team is called a product owner.
What is the primary task of the product owner?
A. They purchase the product from a store.
B. They pay for the product to be created.
C. They are in charge of making decisions about the product.
D. They organize the development team to be more effective.
Task 2.25. You are the Software Product Manager who has been hired to work on a running app for a
major athletic apparel company.
In your first meeting with your Development Team and Penny, the representative from the company.
The Development Team decided to use Scrum.
Penny was appointed as the Product Owner.
Your team is halfway into development and you get an email from the CEO of the company.
He is requesting a pre-made running playlist users can listen to when they run.
You know that your Development Team had already talked to Penny about this feature. And they
decided as a team that they wouldn't implement this feature in favor of another one.
Following the practices of Scrum, what should you do?
A. Send them an email back saying, "No, you get no say in this project".
B. Tell your development team to add the feature to the backlog.
C. Tell your development team to develop the feature for this iteration.
D. Send them back an email asking for all feature requests to come through Penny.
28
Task 2.26. You are at a conference on Scrum practices. You have been talking to several other
software product managers about their development teams.
The first SPM you talk to is named Kelsey. She describes her team as having four programmers, two
testers, and one user interface designer. Next, you meet Jim. He says his current team consists of 20
developers.
Next, you meet Billy. He simply, says that he has a very talented team of seven developers.
Then you run into an old friend, Carrie. She says her team has nine developers. Five are on the
development team and four are on the testing team.
Finally, you meet a new software product manager, Hillary. She says her team consists of just three
developers and they subcontract out their testing.
Which of these software product managers- if any- have a true Scrum development team?
A. Kelsey.
B. Jim.
C. Billy.
D. Carrie.
E. Hillary.
Task 2.27. Your team is developing a mobile app that allows users to search for food and drink
specials at local restaurants.
The Sprint goal for this Iteration is to set up the user interface. This is everything that the end user will
see and interact with.
Halfway through the Sprint, the client sends you an email saying that they've changed their mind. They
want the main colors of the application to be blue and white instead of red and black.
This is a quick fix for the development team.
The client also requests that they want the application to now support ads that pop up on the screen.
Which of these changes can be made in the current sprint?
A. The color change.
B. Popup ads.
C. Both of them.
D. Neither of them.
2. A specific Extreme Programming practice is to have ____ releases, so that releases happen
frequently.
A. continuous
B. simple
C. frequent
D. small
29
3. In the Extreme Programming practice of refactoring, which two of the following statements is true?
A. A new feature is added during refactoring.
B. The behavior of the source code is changed while restructuring its design.
C. Developers run unit tests while refactoring.
D. The design of the source code is restructured without changing its behavior.
5. Following an Extreme Programming practice, the customer is ______, which can be difficult to
arrange.
A. on-call
B. on time
C. on-site
D. on a diet
6. Which one of the following is not an outcome of Scrum practices to manage work?
A. Inspection, where flaws are revealed.
B. Concentration, where each team member focuses on tasks in a specialty.
C. Transparency, where every one can see every part of the project.
D. Adaptation, where adjustments are continually made.
7. In Scrum, during a sprint, suppose a requirements change is suggested that is outside the spring
goal. Can the Scrum team work on the change during the sprint?
A. Yes, if the sprint duration is extended to accommodate the change.
B. No, working on such changes is not allowed.
C. Yes, if the product owner makes the change on the product backlog.
D. No, unless some other requirements is dropped to accommodate the change.
8. In Scrum, what happens at the end of each sprint, in a sprint review event?
A. The process is discussed to consider improvements.
B. The scrum team plans the work for the next sprint.
C. The product owner is shown the working software.
D. The developers discuss with each other the tasks they have done.
30