
Explanation:
Apache Spark (A) is a distributed computing framework, but it is not specifically designed for CI/CD. AWS CloudFormation (B) is an infrastructure as code (IaC) tool, which can be used for provisioning and managing AWS resources, but it is not a CI/CD tool. SQL Server (D) is a relational database management system and is not related to CI/CD. Jenkins (C) is a popular open-source automation server that is widely used for CI/CD. It allows you to automate the building, testing, and deployment of your data pipeline, making it the most suitable tool for this task.
Ultimate access to all questions.
You are working on a data pipeline project that requires continuous integration and continuous delivery (CI/CD). You need to implement a CI/CD pipeline for the data pipeline. Which of the following tools would be most suitable for this task, and why?
A
Apache Spark
B
AWS CloudFormation
C
Jenkins
D
SQL Server
No comments yet.