In which projects is the V-Modell XT used?
With the V-Modell XT, a framework for software process models was created that is mandatory for public IT projects, for example, in the federal administration in Germany. This means that the V-Modell XT is very popular in the public sector.
Please name the main elements in the V-Modell XT and describe their purpose.
What is described in the references of the V-Modell XT?
Please name the phases of RUP.
What are “disciplines” in the RUP?
Disciplines are used in the RUP to denote the core software engineering activities. For each discipline, the RUP names specific roles, artifacts (results, products), activities (work steps, tasks), and workflows (sequence of activities in connection with artifacts and roles). In contrast to the waterfall model, the software engineering core activities of a phase are not strictly separated, but sometimes take place in parallel or are closely interlinked. However, the phases in the RUP differ in the proportion or intensity with which the activities are carried out.
How does RUP support evolutionary development?
The Rational Unified Process supports the evolutionary development through the possibility of executing the individual phases several times one after the other. Whether and how many cycles are carried out depends on the specific software project.
In RUP, the implementation activities are followed by …
… transition.
Please name and describe the roles in Scrum.
*Product Owner: they represent the needs of the customer or the user. They are responsible for the success of the project, as well as for the requirements engineering. They create the release plan, prioritize the requirements, and approve the result created in a sprint.
* Scrum Master: they moderate and accompany the activities in Scrum and ensure that the time and organizational requirements in a Scrum cycle are adhered to by all those involved. They ensure the ideal working environment for the Product Owner and team by removing the obstacles that hinder efficient work. The Scrum Master has no authority to issue instructions to the Product Owner or the team. Instead, they manage the Scrum process by enabling the development team and the Product Owner to work. This is done by protecting them from external influences and disruptions, and in solving organizational issues
* Team: responsible for the technical conception, construction, and quality assurance of the software. A team works in a self-organized and autonomous manner. In coordination with the Product Owner, the team determines how many functions are implemented and when they are implemented in a sprint. Apart from organizational requirements and conventions, the team is free to choose the technical implementation.
In Scrum, ensuring that the time and organizational requirements in a Scrum cycle are adhered to by all people involved is a responsibility of the …
… Scrum master.
Which elements for administration and control are there in Scrum?
The most important concepts that are used in a Scrum process are:
* Product Backlog (list of all system requirements, contains a few, roughly outlined requirements and wishes for the system, during the process, the requirements are refined, supplemented, and prioritized by the Product Owner)
* Sprint Backlog (list of requirements that are to be implemented by the team in a sprint, it is a subset of the product backlog, the Product Owner and team agree on which requirements are included in the sprint backlog).
* Velocity (team-specific key figure that results from the amount and scope of the functions implemented by a team in a cycle, it provides an indication of how many and which requirements a team can load from the product backlog into a sprint backlog for the duration of a cycle).
What happens every day in Scrum?
There is a short status meeting every day in which each team member briefly presents what they have done in the past 24 hours, what problems they have, and what they will do in the next 24 hours. The daily meeting is called “daily Scrum” or “stand-up meeting,” and can last a maximum of 15 minutes.
What are the four phases of a sprint cycle in Scrum?