Which tool provides a platform for project management, code review, and continuous integration/continuous deployment (CI/CD) pipelines?
- GitLab
- JIRA
- Jenkins
- GitHub
GitLab is the correct option. It is an integrated tool that offers capabilities for project management, code review, and CI/CD pipelines. GitLab facilitates end-to-end collaboration and automation throughout the software development lifecycle.
Loading...
Related Quiz
- In a project where requirements are expected to evolve over time, which SDLC model would you recommend and why?
- You're working on a project and need to add a new feature. How would you approach it using TDD?
- You're tasked with implementing a backup strategy for a highly sensitive database. Outline the key considerations and steps you would take to ensure robust backup and recovery processes.
- What is the difference between BFS (Breadth-First Search) and DFS (Depth-First Search)?
- Which programming paradigm does OOP primarily follow?