TryHackMe | Introduction to DevSecOps WriteUp

Trnty
2 min readSep 17, 2023

Learn about the story of DevSecOps, Software Development Models & Shifting Left.

Link- https://tryhackme.com/room/introductiontodevsecops

What methodology relies on self-organising teams that focus on constructive collaboration?

agile

What methodology relies on automation and integration to drive cultural change and unite teams?

DevOps

What traditional approach to project management led to mistrust and poor communication between development teams?

waterfall

What does DevOps emphasize?

building trust

What helps in adding tests in an automated manner and deals with the frequent merging of small code changes?

CI/CD

What process focuses on collecting data to analyse the performance and stability of services?

Monitoring

What is a way to provision infrastructure through reusable and consistent pieces of code?

IaC

What term is it used to describe accounting for security from the earliest stages in a development lifecycle?

--

--