MIST4620 Exam 1 Practice Quizzes
Which statement best describes scrum?
A framework within which complex products and complex environments are developed
The plays class in the diagram below is an example of
An association class
The following is an example of what domain class diagram relationship
Composition relationship
Which of the following is not a scrum ceremony?
Daily Roundup
Every morning the manager asks the system to print a report of the previous day's orders. This is an example of ____ event
External
"Every morning the clerk request the system to send out late notices to all drivers who have tickets whose payment is overdue" is an example of _____ event
External The clerk request the system so it is an external event
Who is responsible for managing the process of work during a Sprint?
The development team
The purpose of a Sprint is to produce a done increment of working product. T/F
True
Who is on the scrum team?
- The Scrum Master - The Product Owner - The Development Team
What is the recommended size for a development team (within the scrum team)?
3 to 9
To find the things that need to be included in the domain class diagram, we start with the user and the use cases in which she is involved and work together to identify the necessary information things involved in the use case this technique is called the
Brainstorming technique
All of the following are examples of non-functional requirements except Business processes Recovery methods Response times Access controls
Business processes
In the following State machine diagram which of the following is not a state
Classes end
Who are the actors for the system
Clerk and Driver Only the clerk in the driver interact with the system the driver can make payment directly online
All of these statements are true of domain classes except: Attribute names use Camelback notation Demand classes have a name Domain classes have attributes Domain classes have methods
Domain classes have methods
All of these are a part of a state machine diagrams except Guard condition Functional requirements Destination state Origin state
Functional requirements
A student can be a post-graduate student or an undergraduate student. This an example of what type of relationship between the student class, the postgraduate student class and the undergraduate student class
Generalization/specialization relationship
The following is/are an attribute(s) of a user story
Independent small enough testable
Which statement best describes the Sprint review?
It is when the Scrum Team and stakeholders inspect the outcome of a Sprint and figure out what to do next.
when using the noun technique to identify the data requirements for the system
Listing all the nouns that the users has mentioned
Which statement best describes a product owners responsibility?
Maximizing the value of the work the development team does
What is the multiplicity / cardinality of the following statement: An order contains at least one item, but it could contain many items
One or more - mandatory relationship
The starting point of a state machine diagram is called
Pseudostate
A police officer gives a ticket to a driver for a traffic violation. Once the police officer returns to the office, she gives the ticket to the clerk to record in the traffic violation system. Once the driver sends in payment, The Click records the payment in the system and sends a receipt to the driver. The driver can also go online to log into the system and pay the ticket. Every morning the clerk request the system to send out late notices to all drivers who have tickets whose payment is overdue. Which of the following is not a use case for this system? Process payment Send receipt Record ticket violation Send late payment notifications
Send receipt The clerk sends the receipt to the driver. It is a person-to-person event
What are the three scrum artifacts
Sprint backlog, product backlog, potentially releasable product increment
System reliability refers to
The acceptable threshold for downtime of the system
A police officer gives a ticket to a driver for a traffic violation. Once the police officer returns to the office, she gives the ticket to the clerk to record in the traffic violation system. Once the driver sends in payment, The Click records the payment in the system and sends a receipt to the driver. The driver can also go online to log into the system and pay the ticket. Every morning the clerk request the system to send out late notices to all drivers who have tickets whose payment is overdue. Which of the following is not an event that requires a system response? Police officer gives a ticket to the driver The clerk records the ticket information The driver wants to pay the ticket We want to send late notices to all drivers with overdue tickets
The police officer gives a ticket to the driver This is a person to person event that is not require system response
The three pillars of scrum are
Transparency, inspection, adaption
The following describes an activity that the system performs, usually in response to a request to a user
Use case
One way to identify stakeholders of the system is to examine organizational charts. T/F
true