nerdexam
Google

PROFESSIONAL-CLOUD-ARCHITECT · Question #6

A development manager is building a new application He asks you to review his requirements and identify what cloud technologies he can use to meet them. The application must: 1. Be based on…

The correct answer is D. Google Compute Engine, Jenkins, and Cloud Load Balancing. Jenkins is an open-source automation server that lets you flexibly orchestrate your build, test, and deployment pipelines. Kubernetes Engine is a hosted version of Kubernetes, a powerful cluster manager and orchestration system for containers. When you need to set up a…

Submitted by marco_it· Mar 30, 2026Designing and planning a cloud solution architecture

Question

A development manager is building a new application He asks you to review his requirements and identify what cloud technologies he can use to meet them. The application must: 1. Be based on open-source technology for cloud portability 2. Dynamically scale compute capacity based on demand 3. Support continuous software delivery 4. Run multiple segregated copies of the same application stack 5. Deploy application bundles using dynamic templates 6. Route network traffic to specific services based on URL Which combination of technologies will meet all of his requirements?

Options

  • AGoogle Container Engine, Jenkins, and Helm
  • BGoogle Container Engine and Cloud Load Balancing
  • CGoogle Compute Engine and Cloud Deployment Manager
  • DGoogle Compute Engine, Jenkins, and Cloud Load Balancing

How the community answered

(37 responses)
  • A
    14% (5)
  • B
    22% (8)
  • C
    5% (2)
  • D
    59% (22)

Explanation

Jenkins is an open-source automation server that lets you flexibly orchestrate your build, test, and deployment pipelines. Kubernetes Engine is a hosted version of Kubernetes, a powerful cluster manager and orchestration system for containers. When you need to set up a continuous delivery (CD) pipeline, deploying Jenkins on Kubernetes Engine provides important benefits over a standard VM-based deployment Incorrect Answers: A: Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources. Find and use popular software packaged as Kubernetes charts Share your own applications as Kubernetes charts Create reproducible builds of your Kubernetes applications Intelligently manage your Kubernetes manifest files Manage releases of Helm packages

Topics

#container orchestration#CI/CD pipeline#load balancing#solution architecture

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-ARCHITECT Practice