PCCET · Question #182
Which two tools are used for both DevOps and software development? (Choose two.)
The correct answer is B. Jenkins D. Git. This question asks to identify tools that serve purposes in both the broader software development process and the DevOps pipeline.
Question
Which two tools are used for both DevOps and software development? (Choose two.)
Options
- AScikit-learn
- BJenkins
- CTensorflow
- DGit
How the community answered
(17 responses)- A6% (1)
- B88% (15)
- C6% (1)
Why each option
This question asks to identify tools that serve purposes in both the broader software development process and the DevOps pipeline.
Scikit-learn is a Python library primarily used for machine learning model development, not a general-purpose DevOps or software development orchestration tool.
Jenkins is an open-source automation server widely used for continuous integration and continuous delivery (CI/CD) pipelines, orchestrating various stages of software development and operations in a DevOps environment.
Tensorflow is an open-source machine learning framework, mainly used for developing and training machine learning models, not for general software development or DevOps automation.
Git is a distributed version control system fundamental for managing source code in software development, enabling collaboration and tracking changes, which is also crucial for managing infrastructure-as-code and configuration in DevOps.
Concept tested: Common tools in DevOps and software development
Source: https://git-scm.com/doc
Topics
Community Discussion
No community discussion yet for this question.