Testing is a part of the Deployment process(T/F)
True
In which phase of the SDLC are software requirements gathered and Documents
What is the Requirement Analysis phase?
Of the following options, which is not a part of the CRUD framework?
-Create
-Read
-Update
-Deploy
What git command connects the local repository head to the remote repository going from local to remote?
What is Git push
True or False: Scrum is a short, time-boxed period when a scrum team works to complete a set portion of work.
True
What programming principle revolves around keeping the code as simple as possible?
What is Keep It Simple Stupid?
What is the difference between requirements and specifications?
Requirements are non-technical definitions of features, while specification is technical definitions for building the system
What is a Foreign Key in SQL?
A column that refers to a primary key in another table.
What does the pull command do?
What is Fetching the latest changes from a repository and updating the local version of a repository
In Agile, what is used to describe user needs in the format “As a [user], I want [feature] so that [benefit]”?
What is a User Story
These are some examples of what type of risk?
Lack of focus: people writing the code could not be experts
Technical Cost: could be expensive later on down the road
Opportunity Cost: resources (including time) could be spent elsewhere
What do Non-Functional Requirements address?
What is How the system performs its functions(focusing on attributes like performance, scalability, usability)
Which SQL clause is used to specify the rows returned in a query result?
What is the WHERE clause?
What is the primary function of the branch command in version control?
What is to create an independent line of developme
Working software over comprehensive documentation is one of the principles of agile(T/F)
What is True?
What is intellectual distance in the case of Software Design?
It’s the gap between real-world problems and software solutions
Requirements, Design, Implementation, Verification and Maintenance
What is a table created from only topics that match on the left and the right
This is the area where changes to code are organized before they are pushed
What is the Staging area
This principle of the following is not a principle of the Agile Framework:
-Satisfy the customer
-Self organizing teams
-Multi tasking
-Face to Face conversation
-Collaboration
Multi-Tasking