Week 2 - Software Development Methodologies Flashcards

1
Q

What is a software development methodology?

A

A structured approach used to plan, design, develop, test, and deploy software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three main topics covered in this module?

A

Software Development Methodologies
Version Control Systems
Continuous Integration and Deployment (CI/CD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What was the dominant software development approach before Agile?

A

A plan-driven approach that focused on careful planning, documentation, and formalized quality assurance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What were the main issues with the traditional plan-driven approach?

A

Too much overhead in planning and documentation.

Slow adaptation to changing requirements.
More time spent on planning than actual development.

Inefficiency for small & medium-sized projects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What led to the creation of Agile methodologies?

A

Dissatisfaction with heavyweight plan-driven methods, which slowed down software delivery and made adaptation difficult.

Agile was created to focus more on working software rather than excessive documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Agile methodology?

A

A software development approach that emphasizes incremental development, rapid delivery, customer collaboration, and adaptability to changing requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the key features of Agile methods?

A

Incremental approach – Develop software in small iterations.

Frequent customer feedback – Ensures the system meets user needs.

Quick software delivery – Faster time-to-market.

Minimal bureaucracy – Reduces unnecessary documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When is Agile best suited?

A

Projects with frequently changing requirements.

Application development where user needs evolve.

Startups and fast-moving industries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Scrum?

A

A popular Agile framework focused on iterative development and team empowerment. It manages work through structured cycles called sprints.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the three phases of the Scrum process?

A

Planning Phase – Define project objectives and design architecture.

Sprint Cycles – Develop system increments in short, iterative cycles.

Project Closure – Finalize documentation and review lessons learned.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a Scrum Sprint?

A

A time-boxed iteration (typically 2–4 weeks) where the team works on a prioritized set of features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the role of the Scrum Master?

A

Facilitates daily meetings.
Tracks backlog progress.
Records decisions and progress.
Communicates with customers and stakeholders.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How is Scrum different from traditional project management?

A

Scrum teams are self-organizing.

There is no project manager; instead, there is a Scrum Master.

Emphasizes working software over extensive documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the key Agile methodologies?

A

Scrum – Iterative sprints and team-driven development.
Extreme Programming (XP) – Focuses on quality and rapid iterations.
Kanban – Continuous delivery with visual task boards.
Lean Development – Eliminates waste and increases efficiency.
Feature-Driven Development (FDD) – Model-driven, customer-centric approach.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why is Agile better suited for modern software development?

A

Allows for quick adaptation to market changes.

Enables faster feedback loops.
Encourages team collaboration and communication.

Supports frequent releases and continuous improvement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Continuous Integration (CI)?

A

A practice where developers frequently merge code changes into a shared repository, allowing automated testing and immediate feedback.

17
Q

What is Continuous Deployment (CD)?

A

An extension of CI where every validated code change is automatically deployed to production.

18
Q

Why is CI/CD important?

A

Reduces manual errors.
Enables faster releases.
Improves code quality through automation.
Ensures continuous updates and bug fixes.

19
Q

What is Version Control?

A

A system that tracks changes to code, allowing developers to revert, merge, and collaborate efficiently.

20
Q

What are the two main types of Version Control Systems (VCS)?

A

Centralized VCS (CVCS) – A single server stores all versions (e.g., SVN).

Distributed VCS (DVCS) – Each developer has a local copy of the repository (e.g., Git).

21
Q

What are the key principles of Agile software development?

A

Individuals and interactions over processes and tools.

Working software over comprehensive documentation.

Customer collaboration over contract negotiation.

Responding to change over following a plan.

22
Q

What are the advantages of using Git for version control?

A

Tracks changes efficiently.
Supports team collaboration.
Allows branching and merging.
Works offline.

23
Q

When is Agile not recommended?

A

Highly regulated environments requiring strict documentation.

Projects with fixed, stable requirements.
Safety-critical systems (e.g., aerospace, medical devices).

24
Q

What are some challenges of Agile development?

A

Difficult to estimate time and cost.

Requires highly skilled teams.

Not ideal for large, distributed teams.
Frequent requirement changes can cause instability.

25
Q

Why do businesses prioritize rapid deployment over detailed functionality?

A

Faster market entry provides competitive advantage.

Allows real-time customer feedback and iteration.

Users prefer functional software over waiting for perfect software.

26
Q

How does Agile promote productivity?

A

Teams work in short, focused cycles (Sprints).

Developers collaborate and get quick feedback.

Eliminates wasteful documentation.