Problem Statement
Which of the following is NOT an Infrastructure as Code tool?
Explanation
Jenkins is a continuous integration and delivery tool, not an IaC tool. Terraform, Ansible, and CloudFormation are examples of Infrastructure as Code tools used to define and manage infrastructure resources programmatically.
