nerdexam
Palo_Alto_Networks

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.

Submitted by satoshi_tk· Apr 18, 2026Cybersecurity Foundations

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)
  • A
    6% (1)
  • B
    88% (15)
  • C
    6% (1)

Why each option

This question asks to identify tools that serve purposes in both the broader software development process and the DevOps pipeline.

AScikit-learn

Scikit-learn is a Python library primarily used for machine learning model development, not a general-purpose DevOps or software development orchestration tool.

BJenkinsCorrect

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.

CTensorflow

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.

DGitCorrect

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

#DevOps tools#Software development tools#Version control#CI/CD

Community Discussion

No community discussion yet for this question.

Full PCCET Practice