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

Linux Foundation CNPA - Certified Cloud Native Platform Engineering Associate

Page: 2 / 3
Total 85 questions

In the context of OpenTelemetry, which of the following is considered one of the supported signals of observability?

A.

User Interface

B.

Networking

C.

Traces

D.

Databases

What is the primary goal of platform engineering?

A.

To focus exclusively on infrastructure automation without considering developer needs

B.

To limit developer access to infrastructure to enhance security and compliance.

C.

To replace all DevOps practices with automated tools and well-defined processes.

D.

To create reusable, scalable platforms that improve developer productivity and experience.

What is the most effective approach to architecting a platform for extensibility in cloud native environments?

A.

Implementing a modular architecture with well-defined APIs and interfaces that allows platform capabilities to be independently added, updated, or removed without disrupting the entire system.

B.

Creating a platform with a flexible governance model that requires all capability changes to be reviewed by specialized teams before being approved, ensuring consistent implementation across all platform areas.

C.

Building a monolithic platform with comprehensive documentation that provides complete instructions for users to modify internal components when new capabilities need to be added or removed.

D.

Designing a platform with centralized configuration management that can quickly implement organization-wide changes through a single control plane operated by platform specialists.

In a scenario where an Internal Developer Platform (IDP) is being used to enable developers to self-service provision products and capabilities such as Namespace-as-a-Service, which answer best describes who is responsible for resolving application-related incidents?

A.

A separate team is created which includes people previously from the platform and application teams to solve all problems for the organization.

B.

Platform teams delegate appropriate permissions to the application teams to allow them to self-manage and resolve any underlying infrastructure and application-related problems.

C.

Platform teams are responsible for investigating and resolving underlying infrastructure problems whilst application teams are responsible for investigating and resolving application-related problems.

D.

Platform teams are responsible for investigating and resolving all problems related to the platform, including application ones, before the app teams notice.

In a GitOps workflow using Crossplane, how is infrastructure provisioned across multiple clusters?

A.

By using CI/CD pipelines to execute imperative scripts that create cloud infrastructure outside of Kubernetes in any cloud provider

B.

By defining infrastructure resources declaratively in Git, where Crossplane controllers reconcile and provision them automatically in target environments.

C.

By provisioning infrastructure manually in cloud provider consoles and documenting the steps in Git for future reference.

D.

By manually applying Crossplane manifests to each cluster using kubectl to provision resources as needed for the infrastructure.

As a Cloud Native Platform Associate, which of the following is the best example of a self-service use case that should be implemented within a cloud platform?

A.

A manual request process for acquiring additional storage resources.

B.

An internal wiki for documenting best practices in cloud usage.

C.

An automated resource provisioning system to spin up environments on demand.

D.

A centralized dashboard for monitoring application performance.

In the context of observability for cloud native platforms, which of the following best describes the role of OpenTelemetry?

A.

OpenTelemetry is primarily used for logging data only.

B.

OpenTelemetry is a proprietary solution that limits its use to specific cloud providers.

C.

OpenTelemetry provides a standardized way to collect and transmit observability data.

D.

OpenTelemetry is solely focused on infrastructure monitoring.

Which of the following is a primary benefit of adopting a platform approach for managing application environments with diverse needs?

A.

It enables self-service infrastructure provisioning while supporting app-specific requirements and organizational standards.

B.

It isolates application environments completely to maximize security and avoid shared resources.

C.

It enforces one infrastructure setup for all applications to reduce management complexity.

D.

It centralizes all deployments in one environment to improve control and visibility.

In a software deployment pipeline, what is a common purpose of having different environments like production, staging, and development?

A.

Allows teams to isolate changes and catch issues before reaching production.

B.

Lets developers work together on the same codebase more effectively.

C.

Helps streamline deployments by limiting testing to staging environments only.

D.

Supports testing features against different datasets without impacting live users.

In a CI/CD pipeline, why is a build artifact (e.g., a Docker image) pushed to an OCI-compliant registry?

A.

To store the image in a central registry so deployment environments can pull it for release.

B.

To allow the container image to be analyzed and transformed back into source code.

C.

To publish versioned artifacts that can be tracked and used to inform users of new releases.

D.

To enable the registry service to execute automated tests on the uploaded container image.