This is the recommended frequency for holding a daily stand-up in an Agile environment.
What is every day or once per day.
This is the role of a person who manages and responds to customer issues within JIRA Service Management.
What is the Service Desk Agent
This command is used to print the name of the current working directory in Linux.
pwd
In Agile, this is the incremental, iterative work cycle that delivers a potentially shippable product increment.
What is an iteration or sprint?
This SQL statement is used to retrieve data from a database.
What is SELECT?
This Agile framework that incorporates the daily stand-up was formalized by Ken Schwaber and Jeff Sutherland.
What is Scrum
In JIRA Service Management, this type of item represents work that needs to be done.
What is an issue or ticket?
This is the command to copy files or directories in Linux.
What is cp
This Agile framework is designed for developing and delivering complex products through collaboration of self-organizing cross-functional teams.
What is Scrum?
This clause is used to filter the records returned by a SELECT statement.
This is the reason why problems identified in the daily stand-up are not typically solved on the spot.
What is to keep the meeting brief and respect time-boxing?
This is the JIRA Service Management feature that allows for creating a knowledge base for users to find answers before submitting requests.
What is Confluence integration or Knowledge Base
To view the contents of a file in Linux without editing, you would use this command.
What is cat?
In Agile, this board with columns for 'To Do,' 'In Progress,' and 'Done' is used to visualize work and progress.
What is a Kanban board?
This command is used to create a new table in the database.
What is CREATE TABLE?
This term describes the visual aid often used to track work progress, which is typically reviewed during the daily stand-up.
What is a task board or Kanban board
This JIRA Service Management feature is used to categorize issues based on their urgency and impact.
What is Priority?
This command is used to shut down or reboot the system.
What is 'shutdown'
This role in an Agile Scrum team is responsible for removing obstacles that impede the team's progress.
Who is the Scrum Master?
This command is used to add a new row to a table.
What is INSERT INTO?
The ideal number of people in a team for an effective daily stand-up.
What is 5 to 9 people?
In JIRA Service Management, this term refers to the individual who is currently responsible for working on an issue.
What is the Assignee?
If you want to see a continuously updated display of the contents of log files, you would use this command.
What is 'tail -f'?
This meeting at the beginning of each sprint is used to plan what work will be done during the sprint.
What is Sprint Planning?
This data type is used to store whole numbers without decimals.
What is INTEGER?