In the context of platform engineering and the effective delivery of platform software, which of the following statements describes the role of CI/CD pipelines in relation to Software Bill of Materials (SBOM) and security scanning?
In a GitOps workflow using Crossplane, how is infrastructure provisioned across multiple clusters?
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?
In a cloud native environment, which approach is effective for managing resources to ensure a balance between defined states and dynamic adjustments?
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?
In a GitOps workflow, how should application environments be managed when promoting an application from staging to production?
Which IaC approach ensures Kubernetes infrastructure maintains its desired state automatically?
Which of the following statements describes the fundamental relationship between Continuous Integration (CI) and Continuous Delivery (CD) in modern software development?
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?
What is the primary purpose of using multiple environments (e.g., development, staging, production) in a cloud native platform?