Miscellaneous
SDLC
Databases and APIs
Git and Github
Agile
100

Testing is a part of the Deployment process(T/F)

True

100

In which phase of the SDLC are software requirements gathered and Documents

What is the Requirement Analysis phase?

100

Of the following options, which is not a part of the CRUD framework?

-Create

-Read

-Update 

-Deploy




What is Deploy


100

What git command connects the local repository head to the remote repository going from local to remote?

What is Git push

100

True or False: Scrum is a short, time-boxed period when a scrum team works to complete a set portion of work.

True

200

What programming principle revolves around keeping the code as simple as possible?

What is Keep It Simple Stupid?

200

What is the difference between requirements and specifications?

Requirements are non-technical definitions of features, while specification is technical definitions for building the system

200

What is a Foreign Key in SQL?

A column that refers to a primary key in another table.

200

What does the pull command do?

What is Fetching the latest changes from a repository and updating the local version of a repository

200

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

300

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 is the risk of building your own code/programs (as opposed to buying)
300

What do Non-Functional Requirements address?

What is How the system performs its functions(focusing on attributes like performance, scalability, usability)

300

Which SQL clause is used to specify the rows returned in a query result?

What is the WHERE clause?


300

What is the primary function of the branch command in version control?

What is to create an independent line of developme

300

Working software over comprehensive documentation is one of the principles of agile(T/F)

What is True?

400

What is intellectual distance in the case of Software Design?

It’s the gap between real-world problems and software solutions

400
The Stages of SDLC

Requirements, Design, Implementation, Verification and Maintenance


400
What is shown when an INNER JOIN statement is made

What is a table created from only topics that match on the left and the right

400

This is the area where changes to code are organized before they are pushed

What is the Staging area

400

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


M
e
n
u