SDLC Principles
Agile
Version Control
OOP
100

Full form of SDLC

Software Development Life Cycle

100

Documentation is a core part of Agile (True/False)

False


100

Version Control is exclusive for developers. (true/false)

false

100

define OOP

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of "objects," which can contain data in the form of fields (often called attributes) and code in the form of procedures (often called methods).

200

Acronym of YAGNI

You Aren't gonna need it

200

What is round robin

A facilitation technique used in meetings to ensure every team member contributes equally by speaking in a set, rotating order.

200

command used to save changes to a local repo

git commit

200

What concept allows a subclass to provide a specific implementation of a method that is already provided by its superclass?

Overriding 

300

Functions of SDLC

Mitigate Risks and improve project outcomes

300

Combining simpler components refers to__

Building complex structures out of smaller pieces.

300

Define Branch

A branch in Git allows you to work on new features without affecting the main codebase.

300

What method protects data integrity

Encapsulation

400

Acronym for KISS

Keep it simple,Stupid

400

What is a standup meeting

A meeting that is held to discuss what is to be done in the next 24 hours.

400

Pull command is used for ___.

downloading changes from a remote repository to your local machine

400

A class that hides implementation details is called ___.

Abstraction

500

Purpose of software documentation

provide primary information about software
500

What is a retrospective meeting

A meeting that discusses the nuances , and achievements useful in knowing the overall progress

500

A merge conflict occurs when

two branches have made edits to the same line in a file, and Git cannot automatically determine which version to keep.

500

Differentiate between composition and Inheritance

Inheritence : is-a relationship

Composition: has-a relationship

M
e
n
u