Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Linux Foundation CNPA Practice Exam with Questions & Answers | Set: 3

Questions 21

Which approach is effective for scalable Kubernetes infrastructure provisioning?

Options:
A.

Helm charts with the environment values.yaml

B.

Imperative scripts using Kubernetes API

C.

Static YAML with kubectl apply

D.

Crossplane compositions defining custom CRDs

Linux Foundation CNPA Premium Access
Questions 22

Which CI/CD tool is specifically designed as a continuous delivery platform for Kubernetes that follows GitOps principles?

Options:
A.

TravisCI

B.

Argo CD

C.

CircleCI

D.

Jenkins

Questions 23

A platform engineering team is building an Internal Developer Platform (IDP). Which of the following enables application teams to manage infrastructure resources independently, without requiring direct platform team support?

Options:
A.

Manual infrastructure deployment services.

B.

A comprehensive platform knowledge center.

C.

Centralized logging and monitoring interfaces.

D.

Self-service resource provisioning APIs.

Questions 24

During a CI/CD pipeline setup, at which stage should the Software Bill of Materials (SBOM) be generated to provide most valuable insights into dependencies?

Options:
A.

During testing.

B.

Before committing code.

C.

During the build process.

D.

After deployment.

Questions 25

If you update a Deployment's replica count from 3 to 5, how does the reconciliation loop respond?

Options:
A.

It will delete the Deployment and require you to re-create it with 5 replicas.

B.

It will create new Pods to meet the new replica count of 5.

C.

It will wait for an admin to manually add two more Pod definitions.

D.

It will restart the existing Pods before adding any new Pods.