
Ultimate access to all questions.
A company is developing a web application on Google Cloud Platform that uses both front-end and back-end technologies. The front-end is built using React and the back-end is built using Node.js. They want to design a CI/CD pipeline to automate the build, test, and deployment processes. Which approach would be most appropriate for designing the pipeline?
A
Use Jenkins to create separate pipelines for front-end and back-end.
B
Use Google Cloud Build and Cloud Run to create a single pipeline for both front-end and back-end.
C
Use Google Cloud Build to create separate pipelines for front-end and back-end.
D
Use Kubernetes Engine and Jenkins to create a single pipeline for both front-end and back-end.