Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Linux Foundation CNPA - Certified Cloud Native Platform Engineering Associate

Page: 1 / 3
Total 85 questions

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?

A.

Manual infrastructure deployment services.

B.

A comprehensive platform knowledge center.

C.

Centralized logging and monitoring interfaces.

D.

Self-service resource provisioning APIs.

A company is implementing a service mesh for secure service-to-service communication in their cloud native environment. What is the primary benefit of using mutual TLS (mTLS) within this context?

A.

Allows services to authenticate each other and secure data in transit.

B.

Allows services to bypass security checks for better performance.

C.

Enables logging of all service communications for audit purposes.

D.

Simplifies the deployment of microservices by automatically scaling them.

Which Kubernetes feature allows you to control how Pods communicate with each other and external services?

A.

Pod Security Standards

B.

Network Policies

C.

Security Context

D.

Role-based access control (RBAC)

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

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.

A platform team is deciding whether to invest engineering time into automating cluster autoscaling. Which of the following best justifies making this automation a priority?

A.

Cluster autoscaling is a repetitive task that increases toil when done manually.

B.

Manual upgrade tasks help platform teams stay familiar with system internals.

C.

Most engineers prefer doing upgrade tasks manually and prefer to review each one.

D.

Automation tools are better than manual processes, regardless of context.

Which key observability signal helps detect real-time performance bottlenecks in a Kubernetes cluster?

A.

Logs

B.

Traces

C.

Metrics

D.

Events

In a Continuous Integration (CI) pipeline, what is a key benefit of using automated builds?

A.

Minimizes server costs.

B.

Eliminates coding errors.

C.

Ensures consistent builds.

D.

Reduces code redundancy.

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

A.

TravisCI

B.

Argo CD

C.

CircleCI

D.

Jenkins

To simplify service consumption for development teams on a Kubernetes platform, which approach combines service discovery with an abstraction of underlying infrastructure details?

A.

Manual service dependencies configuration within application code.

B.

Shared service connection strings and network configurations document.

C.

Direct Kubernetes API access with detailed documentation.

D.

Service catalog with abstracted APIs and automated service registration.

In assessing the effectiveness of platform engineering initiatives, which DORA metric most directly correlates to the time it takes for code from its initial commit to be deployed into production?

A.

Lead Time for Changes

B.

Deployment Frequency

C.

Mean Time to Recovery

D.

Change Failure Rate