Loading provider exams...
Loading provider exams...
Which of the following is a data-plane isolation measure in a Kubernetes multi-tenancy scenario?
That's the end of the preview
100% of the questions are free for all users.
No strings attached.
An attacker has turned off log forwarding for a Kubernetes cluster to conceal evidence of malicious activity from incident response.
Which STRIDE attack type does this represent?
Which component should have direct network-level access to etcd?
Which of the following is a frequent challenge with automating security testing?
At what point does Kubernetes admission control occur relative to request authentication and authorization?
Go ad-free and unlock Learn Mode, Exam Mode, AstroTutor AI and every premium tool — everything you need to walk in prepared, and confident.
Which organization publishes Kubernetes Security Benchmarks for both self-hosted and managed platforms?
Which mechanism can I use to prevent unsigned images from running in my cluster?
What is the recommended method for passing Secrets to a container running in a Pod?
A user uses kubectl to apply a change to a Deployment. Which Kubernetes component does the request reach first?
Which of the following statements accurately defines a container breakout?
A user is responsible for securing their Kubernetes pipeline and ensuring that its components are signed and that their signatures are validated.
What is the purpose of pipeline attestation?
Which of the following lists valid Kubernetes RBAC verbs for a Role?
A user is protecting their private image repository. Which permission set should an image pull secret have for a private repository?
To strengthen the security of a Kubernetes cluster in production, which of the following actions should be taken?
Is it a recommended practice for an application Pod to use the underlying node’s identity and credentials when authenticating to a datastore?
In Kubernetes, which of these conditions must be satisfied for a user to create or update a Role?
A malicious actor is targeting a Kubernetes cluster's etcd key-value store to exfiltrate data.
Which option explains how an adversary could obtain sensitive data from etcd?
What is the term for the process of evaluating the validity of vulnerabilities found in a software application's code or dependencies?
Which authorization mode should be configured on the Kubernetes API server to restrict the kubelet’s permissions to the Kubernetes API?
A user manages security for a multi-tenant Kubernetes platform. They are concerned about data confidentiality between services owned by different tenants and about the consequences of a compromise if an attacker can eavesdrop on traffic at the node level.
Why would they deploy a service mesh for this particular use case?
How can a user improve kubelet security across multiple worker nodes to prevent unauthorized access?
A Kubernetes cluster is running on a cloud platform. The platform’s metadata API supplies information about the cluster, such as cloud credentials for that node.
What should be done to mitigate the risk associated with access to the cloud metadata API?
Which of the following most accurately defines the shared responsibility model in the cloud?
You are preparing worker nodes to join an existing Kubernetes cluster that uses kubeadm. Which prerequisites must be met before the new nodes can join the cluster?
Community Discussion