What command must you enter in the terminal before doing: git commit -m "message"
What is git add .
This SQL statement is used to retrieve data from a database.
What is SELECT?
This document, created in 2001, outlines four values and twelve principles for Agile development.
What is the Agile Manifesto?
This environment is used by developers to write and test code locally.
What is the Development Environment?
This attribute measures how easily software can be modified.
What is Maintainability?
A version control tool.
What is Git?
This clause filters rows returned by a query.
What is WHERE?
This value emphasizes “Individuals and interactions” over this.
What is processes and tools?
This environment mimics production and is used for final testing before release.
What is the Staging Environment?
This attribute refers to the system’s ability to handle increasing load.
What is Scalability?
Hosting platform for Git repositories.
What is GitHub?
This key creates a relationship between two tables.
What is a Foreign Key?
This Scrum event is a short daily meeting where team members share progress and blockers.
What is the Daily Scrum (Daily Stand-up)?
This technology allows applications to run in isolated environments with their dependencies
What are Containers?
This architecture organizes code into horizontal layers such as presentation, business logic, and data access.
What is Layered Architecture?
A command is used to record a snapshot of the project's currently staged changes in the local Git repository.
What is git commit?
This join returns only matching records from both tables.
What is INNER JOIN?
This role facilitates Scrum events and removes impediments.
What is the Scrum Master?
This technology allows applications to run in isolated environments with their dependencies.
What are Containers?
This architecture style structures applications as a collection of small, independent services.
What is Microservices Architecture?
A command is a fundamental Git operation used to combine changes from different development branches into a single, unified branch.
What is git merge?
This clause is required when using aggregate functions to group results.
What is GROUP BY?
This time-boxed iteration typically lasts 1–4 weeks.
What is a Sprint?
This concept measures the percentage of time a system is operational and accessible.
What is Uptime (or Availability)?
This modeling language is commonly used to visualize software systems.
What is UML (Unified Modeling Language)?