CloudSec-Pro Exam Question 81
What is the correct method for ensuring key-sensitive data related to SSNs and credit card numbers cannot be viewed in Dashboard > Data view during investigations?
CloudSec-Pro Exam Question 82
An administrator has access to a Prisma Cloud Enterprise.
What are the steps to deploy a single container Defender on an ec2 node?
What are the steps to deploy a single container Defender on an ec2 node?
CloudSec-Pro Exam Question 83
Creation of a new custom compliance standard that is based on other individual custom compliance standards needs to be automated.
Assuming the necessary data from other standards has been collected, which API order should be used for this new compliance standard?
Assuming the necessary data from other standards has been collected, which API order should be used for this new compliance standard?
CloudSec-Pro Exam Question 84
Review this admission control policy:
match[{"msg": msg}] { input.request.operation == "CREATE" input.request.kind.kind == "Pod" input.request.
resource.resource == "pods"
input.request.object.spec.containers[_].securityContext.privileged msg := "Privileged"
}
Which response to this policy will be achieved when the effect is set to "block"?
match[{"msg": msg}] { input.request.operation == "CREATE" input.request.kind.kind == "Pod" input.request.
resource.resource == "pods"
input.request.object.spec.containers[_].securityContext.privileged msg := "Privileged"
}
Which response to this policy will be achieved when the effect is set to "block"?
CloudSec-Pro Exam Question 85
Which step is included when configuring Kubernetes to use Prisma Cloud Compute as an admission controller?
