Certified Cloud Native Platform Engineering Associate Questions and Answers
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?
Development teams frequently raise support tickets for short-term access to staging clusters, creating a growing burden on the platform team. What's the best long-term solution to balance control, efficiency, and developer experience?
Why is centralized configuration management important in a multi-cluster GitOps setup?
Which of the following statements describes the fundamental relationship between Continuous Integration (CI) and Continuous Delivery (CD) in modern software development?
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?
In a cloud native environment, which approach is effective for managing resources to ensure a balance between defined states and dynamic adjustments?
Which of the following is a primary benefit of using Kubernetes Custom Resource Definitions (CRDs) in a self-service platform model?
In the context of OpenTelemetry, which of the following is considered one of the supported signals of observability?
In designing a cloud native platform, which architectural feature is essential for allowing the integration of new capabilities like self-service delivery and observability without specialist intervention?
If you update a Deployment's replica count from 3 to 5, how does the reconciliation loop respond?
Which approach is an effective method for securing secrets in CI/CD pipelines?
In a Kubernetes environment, which component is responsible for watching the state of resources during the reconciliation process?
Which approach is effective for scalable Kubernetes infrastructure provisioning?
What is the most effective approach to architecting a platform for extensibility in cloud native environments?
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 developer is tasked with securing a Kubernetes cluster and needs to implement Role-Based Access Control (RBAC) to manage user permissions. Which of the following statements about RBAC in Kubernetes is correct?
During a platform engineering meeting, a team discusses the importance of automating deployment processes to enhance collaboration and efficiency. What is the primary benefit of implementing automation in DevOps practices within platform engineering?
In a software deployment pipeline, what is a common purpose of having different environments like production, staging, and development?
A platform team wants to let developers provision cloud services like S3 buckets and databases using Kubernetes-native APIs, without exposing cloud-specific details. Which tool is best suited for this?
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?
Which platform component enables one-click provisioning of sandbox environments, including both infrastructure and application code?
A Platform Team is adopting the HEART framework to measure user experience of their developer portal. Which of the following aspects does the HEART framework primarily focus on to help improve developer experience and platform performance?
As a platform engineer, a critical application has been deployed using Helm, but a recent update introduced a severe bug. To quickly restore the application to its previous stable version, which Helm command should be used?
As a Cloud Native Platform Associate, you are tasked with improving software delivery efficiency using DORA metrics. Which of the following metrics best indicates the effectiveness of your platform initiatives?
In a cloud native environment, what is one of the security benefits of implementing a service mesh?