PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #48
You work for a organization called cloudtech5 . Your organization has decided to implement continuous integration and delivery (CI/CD) pipeline on Google Cloud Platform using only hosted products…
The correct answer is A. Cloud Source repositories, Cloud Build ,Container Registry,Google Kubernetes Engine. Option A is the Correct choice because , Cloud Source repositories is a a fully featured, scalable, private Git repository hosted on Google Cloud . Cloud Build is a service that executes your builds on Google Cloud Platform infrastructure. Cloud Build can import source code…
Question
Options
- ACloud Source repositories, Cloud Build ,Container Registry,Google Kubernetes Engine
- BBitBucket , Cloud Build , Container Registry , Google Kubernetes Engine.
- CCloud Source repositories, Jenkins on Compute Engine , Container Registry , Google Kubernetes
- DCloud Storage , Cloud Dataflow,Compute Engine.
How the community answered
(55 responses)- A78% (43)
- B4% (2)
- C7% (4)
- D11% (6)
Explanation
Option A is the Correct choice because , Cloud Source repositories is a a fully featured, scalable, private Git repository hosted on Google Cloud . Cloud Build is a service that executes your builds on Google Cloud Platform infrastructure. Cloud Build can import source code from Google Cloud Storage, Cloud Source Repositories, GitHub, or Bitbucket, execute a build to your specifications, and produce artifacts such as Docker containers or Java archives. Container Registry is a private container image registry that runs on Google Cloud Platform. Google Kuberenetes Engine is ideal for deploying small services that can be updated and rolled back quickly. Option B is Incorrect because , BitBucket isn't Google Cloud hosted service but it can be used to achieve the same results . Option C is Incorrect because Jenkins on Compute Engine isn't Google hosted product , Cloud build is the right choice because it is a service managed by Google Cloud . Option D is Incorrect because , the objective is to implement CI/CD pipeline not data processing
Topics
Community Discussion
No community discussion yet for this question.