Practice Free PCCSE Exam Online Questions
The Compute Console has recently been upgraded, and the administrator plans to delay upgrading the Defenders and the Twistcli tool until some of the team’s resources have been rescaled. The Console is currently one major release ahead.
What will happen as a result of the Console upgrade?
- A . Defenders will disconnect, and Twistcli will stop working.
- B . Defenders will disconnect, and Twistcli will remain working.
- C . Both Defenders and Twistcli will remain working.
- D . Defenders will remain connected, and Twistcli will stop working.
Which categories does the Adoption Advisor use to measure adoption progress for Cloud Security Posture Management?
- A . Visibility, Compliance, Governance, and Threat Detection and Response
- B . Network, Anomaly, and Audit Event
- C . Visibility, Security, and Compliance
- D . Foundations, Advanced, and Optimize
Which option identifies the Prisma Cloud Compute Edition?
- A . Package installed with APT
- B . Downloadable, self-hosted software
- C . Software-as-a-Service (SaaS)
- D . Plugin to Prisma Cloud
Which resources can be added in scope while creating a vulnerability policy for continuous
integration?
- A . Labels and AccountID
- B . Images and labels
- C . Images and cluster
- D . Images and containers
Which resources can be added in scope while creating a vulnerability policy for continuous
integration?
- A . Labels and AccountID
- B . Images and labels
- C . Images and cluster
- D . Images and containers
DRAG DROP
What is the order of steps in a Jenkins pipeline scan? (Drag the steps into the correct order of occurrence, from the first step to the last.)
An administrator of Prisma Cloud wants to enable role-based access control for Docker engine.
Which configuration step is needed first to accomplish this task?
- A . Configure Docker’s authentication sequence to first use an identity provider and then Console.
- B . Set Defender’s listener type to TCP.
- C . Set Docker’s listener type to TCP.
- D . Configure Defender’s authentication sequence to first use an identity provider and then Console.
Which of the below actions would indicate C “The timestamp on the compliance dashboard?
- A . indicates the most recent data
- B . indicates the most recent alert generated
- C . indicates when the data was ingested
- D . indicates when the data was aggregated for the results displayed
Which of the below actions would indicate C “The timestamp on the compliance dashboard?
- A . indicates the most recent data
- B . indicates the most recent alert generated
- C . indicates when the data was ingested
- D . indicates when the data was aggregated for the results displayed
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”?
- A . The policy will block all pods on a Privileged host.
- B . The policy will replace Defender with a privileged Defender.
- C . The policy will alert only the administrator when a privileged pod is created.
- D . The policy will block the creation of a privileged pod.