True or False
git and GitHub refer to the same thing.
False
Removes select rows from a table
DELETE
In an Agile team, each team member works in a vertical, top-to-bottom manner
False
What test improves the quality of product UX?
Acceptance Test
What is the primary focus of Object-Oriented Programming?
Data
What conventional commit tag is used when adding a new feature
feat:
The command to retrieve data from a database.
SELECT
What is the significance of Agile methodoligies?
They enhance collaboration and responsiveness
Regression Testing verifies that a code change in the software changed existing functionality of the product. True or False
False
What is abstraction?
A class that hides its implementation details
Stages all eligible files in your current directory to be committed
git add .
Used to combine rows from multiple different tables that share a same value/column
Join
As a scrum master, when you are designing tasks for a sprint, assume your team will be able to work overtime to complete the necessary tasks
False
Which of the following is a method to ensure software quality?
- Software testing
- User training
- Documentation
- All of the above
Software testing
What is the primary purpose of Requirement Engineering?
To identify, document, and manage software requirements
What best describes a merge in version control?
Integrating changes from different branches
Creates a link between data stored in two different tables
Foreign Key
Which of the following is NOT one of the core values of the Agile Manifesto?
- Documentation
- Customer Collaboration
- Working software
- Responding to change
Customer collaboration
"Are we building the thing right? Does the software work compared to the given specifications." statement refers which:
- Verification
- Validation
Verification
Which of the following is a key benefit of using polymorphism?
- Increased complexity
- Code adaptability
- Less modularity
- More global variables
Code adaptability
What are the design goals of a version control system?
-Allow developers to check out an old version of the code base
- Track changes to the source code
- Allow multiple developers to work on the same code base at the same time using different versions
What does SQL stand for?
Structured Query Language
Which of the following is NOT one of the core values of the Agile Manifesto?
- Documentation
- Customer Collaboration
- Working software
- Responding to change
Documentation
Which of the following tests can be classified as both white-box and black-box testing?
- Unit testing
- Integration Testing
- System Testing
- Acceptance test
- Integration Testing
- System testing
Which of the following activities is part of the deployment process?
- Installation
- Configuration
- Testing
- All of the above
All of the above