Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

CNPA Certified Cloud Native Platform Engineering Associate Questions and Answers

Questions 4

A team wants to deploy a new feature to production for internal users only and be able to instantly disable it if problems occur, without redeploying code. Which strategy is most suitable?

Options:

A.

Use a blue/green deployment to direct internal users to one version and switch as needed.

B.

Use feature flags to release the feature to selected users and control its availability through settings.

C.

Use a canary deployment to gradually expose the feature to a small group of random users.

D.

Deploy the feature to all users and prepare to roll it back manually if an issue is detected.

Buy Now
Questions 5

As a Cloud Native Platform Associate, you need to implement an observability strategy for your Kubernetes clusters. Which of the following tools is most commonly used for collecting and monitoring metrics in cloud native environments?

Options:

A.

Grafana

B.

ELK Stack

C.

OpenTelemetry

D.

Prometheus

Buy Now
Questions 6

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

Options:

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.

Buy Now
Questions 7

Which approach is an effective method for securing secrets in CI/CD pipelines?

Options:

A.

Storing secrets in configuration files with restricted access.

B.

Storing secrets and encrypting them in a secrets manager.

C.

Storing secrets as plain-text environment variables managed through config files.

D.

Encoding secrets in the source code using base64.

Buy Now
Questions 8

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

Options:

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.

Buy Now
Questions 9

In what way does an internal platform impact developers' cognitive load?

Options:

A.

It has no impact on the mental effort required from developers, ensuring their cognitive load remains unchanged.

B.

It reduces cognitive load by hiding complex infrastructure details and providing simple interfaces.

C.

It shifts all operational complexity onto developers, making them fully responsible for managing the process.

D.

It increases cognitive load by requiring knowledge of all the underlying tools involved.

Buy Now
Questions 10

In a GitOps workflow, what is a secure and efficient method for managing secrets within a Git repository?

Options:

A.

Use environment variables to manage secrets outside the repository.

B.

Use a secrets management tool and store references in the repository.

C.

Encrypt secrets and store them directly in the repository.

D.

Store secrets in plain text within the repository.

Buy Now
Questions 11

Why might a platform allow different resource limits for development and production environments?

Options:

A.

Simplifying platform management by using identical resource settings everywhere.

B.

Encouraging developers to maximize resource usage in all environments for stress testing.

C.

Enforcing strict resource parity, ensuring development environments constantly mirror production exactly.

D.

Aligning resource allocation with the specific purpose and constraints of each environment.

Buy Now
Questions 12

What is a key cultural aspect that drives successful platform adoption in an organization?

Options:

A.

Mandating that all teams must use the platform without exceptions

B.

Keeping platform development separate from application teams.

C.

Prioritizing platform security over usability.

D.

Encouraging platform feedback loops from developers to improve usability.

Buy Now
Questions 13

A platform team is implementing an API-driven approach to enable development teams to consume platform capabilities more effectively. Which of the following examples best illustrates this approach?

Options:

A.

Providing a documented process for developers to submit feature requests for the platform.

B.

Developing a dashboard that visualizes platform usage statistics without exposing any APIs.

C.

Allowing developers to request and manage development environments on demand through an internal tool.

D.

Implementing a CI/CD pipeline that automatically deploys updates to the platform based on developer requests.

Buy Now
Questions 14

Which component is essential for ensuring the repeatability and consistency of builds in a Continuous Integration pipeline?

Options:

A.

Real-time notification systems that alert developers immediately when builds fail in any environment.

B.

Dynamic resource allocation that automatically scales infrastructure based on pipeline workload.

C.

Customizable dashboards that visualize pipeline metrics and performance for different stakeholders.

D.

Immutable artifacts with unique identifiers that are generated once and promoted across environments.

Buy Now
Questions 15

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

Options:

A.

User Interface

B.

Networking

C.

Traces

D.

Databases

Buy Now
Questions 16

Which of the following statements describes the fundamental relationship between Continuous Integration (CI) and Continuous Delivery (CD) in modern software development?

Options:

A.

CI is a prerequisite for CD; CI automates the building and testing of code, and CD builds upon this by automating the release process.

B.

CI and CD are entirely separate practices; CI focuses on code quality, while CD focuses on infrastructure management.

C.

CD is a prerequisite for CI; CD automates the deployment of code and CI builds upon this by automating the integration of code changes.

D.

CI and CD are interchangeable terms; they both refer to the process of automating software release management.

Buy Now
Questions 17

A developer is struggling to access the necessary services on a cloud native platform due to complex Kubernetes configurations. What approach can best simplify their access to platform capabilities?

Options:

A.

Increase the number of required configurations to enhance security.

B.

Implement a web portal that abstracts the Kubernetes complexities.

C.

Limit user access to only a few services.

D.

Provide detailed documentation on Kubernetes configurations.

Buy Now
Questions 18

For a cloud native platform handling sensitive customer data, which approach ensures compliance with data privacy regulations like GDPR and PCI DSS within a Kubernetes environment?

Options:

A.

Relying on default cloud provider IAM policies with minimal Kubernetes customizations.

B.

Utilizing standard Kubernetes Secrets with encrypted storage and manual access reviews.

C.

Deploying a policy engine like Open Policy Agent (OPA) with real-time data masking and audit logging.

D.

Implementing Kubernetes Role-based access control (RBAC) with basic network policies and periodic manual audits.

Buy Now
Questions 19

Which IaC approach ensures Kubernetes infrastructure maintains its desired state automatically?

Options:

A.

Declarative

B.

Imperative

C.

Hybrid

D.

Manual

Buy Now
Questions 20

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

Buy Now
Questions 21

What is the primary purpose of using multiple environments (e.g., development, staging, production) in a cloud native platform?

Options:

A.

Isolates different stages of application development and deployment

B.

Reduces cloud costs by running applications in different locations.

C.

Increases application performance by distributing traffic.

D.

Ensures all applications use the same infrastructure.

Buy Now
Questions 22

Which of the following best describes the primary function of an incident management system during a platform outage?

Options:

A.

Automatically generate detailed incident documentation, including the timeline and actions taken by the response team.

B.

Centralize alerts, facilitate notification to the appropriate on-call personnel, coordinate communication, and provide visibility into the incident status.

C.

Retroactively analyze system logs and metrics after the incident resolution to identify the root cause.

D.

Automatically execute predefined remediation scripts on the affected systems to resolve the incident without human intervention.

Buy Now
Questions 23

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.

Buy Now
Questions 24

Why is centralized configuration management important in a multi-cluster GitOps setup?

Options:

A.

It requires all clusters to have the exact same configuration, including secrets and environment variables, to maintain uniformity.

B.

It ensures consistent and auditable management of configurations and policies across clusters from a single Git repository or set of coordinated repositories.

C.

It eliminates the need for automated deployment tools like Argo CD or Flux since configurations are already stored centrally.

D.

It makes it impossible for different teams to customize configurations for specific clusters, reducing flexibility.

Buy Now
Questions 25

What is the fundamental difference between a CI/CD and a GitOps deployment model for Kubernetes application deployments?

Options:

A.

CI/CD is predominantly a pull model, with the container image providing the desired state.

B.

GitOps is predominantly a push model, with an operator reflecting the desired state.

C.

GitOps is predominantly a pull model, with a controller reconciling desired state.

D.

CI/CD is predominantly a push model, with the user providing the desired state.

Buy Now
Exam Code: CNPA
Exam Name: Certified Cloud Native Platform Engineering Associate
Last Update: Sep 13, 2025
Questions: 85
CNPA pdf

CNPA PDF

$29.75  $84.99
CNPA Engine

CNPA Testing Engine

$35  $99.99
CNPA PDF + Engine

CNPA PDF + Testing Engine

$47.25  $134.99