Palo Alto Networks PCCSE Practice Test - Questions Answers, Page 3
List of questions
Question 21
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A Prisma Cloud administrator is onboarding a single GCP project to Prisma Cloud. Which two steps can be performed by the Terraform script? (Choose two.)
Explanation:
When a Prisma Cloud administrator is onboarding a single GCP project to Prisma Cloud, the Terraform script can perform several steps to facilitate this integration. The steps include B. create the Prisma Cloud role, which is essential for defining the permissions and capabilities that Prisma Cloud will have within the GCP environment, and C. enable the required APIs for Prisma Cloud, ensuring that Prisma Cloud can access the necessary GCP services and features for comprehensive cloud security management.
Question 22
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which statement about build and run policies is true?
Explanation:
A true statement about build and run policies is A. Build policies enable you to check for security misconfigurations in the IaC templates. This capability is crucial for identifying potential security issues early in the development process, allowing for proactive mitigation before deployment, thereby enhancing the overall security posture of the applications and infrastructure being developed.
Question 23
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
An administrator sees that a runtime audit has been generated for a host. The audit message is:
''Service postfix attempted to obtain capability SHELL by executing /bin/sh /usr/libexec/postfix/postfix- script.stop. Low severity audit, event is automatically added to the runtime model''
Which runtime host policy rule is the root cause for this runtime audit?
Explanation:
For a runtime audit generated for a host with a message indicating a service attempting to obtain capability by executing a script, the root cause for this runtime audit is most likely related to D. Default rule that alerts on suspicious runtime behavior. This default rule is designed to flag unusual or potentially harmful activities that could indicate a security risk, prompting further investigation.
Question 24
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which option identifies the Prisma Cloud Compute Edition?
Explanation:
The Prisma Cloud Compute Edition is identified as B. Downloadable, self-hosted software. This option indicates that Prisma Cloud Compute Edition is a solution that organizations can deploy within their own infrastructure, providing them with control over the installation, configuration, and management of the security platform.
Question 25
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which type of compliance check is available for rules under Defend > Compliance > Containers and Images > CI?
Explanation:
In the context of Defend > Compliance > Containers and Images > CI within Prisma Cloud by Palo Alto Networks, the compliance checks are focused on the security posture and compliance of container images. Therefore, the type of compliance check available under this section would be related to Images, ensuring they adhere to security best practices and compliance standards before being deployed.
Question 26
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
The security team wants to protect a web application container from an SQLi attack. Which type of policy should the administrator create to protect the container?
Explanation:
To protect a web application container from an SQL Injection (SQLi) attack, the administrator should create a Cloud Native Application Firewall (CNAF) policy. CNAF policies are designed to protect applications running in containers from various types of attacks, including SQLi, by inspecting the traffic going to and from the containerized applications and blocking malicious requests.
Question 27
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
An S3 bucket within AWS has generated an alert by violating the Prisma Cloud Default policy ''AWS S3 buckets are accessible to public''. The policy definition follows:
config where cloud.type = 'aws' AND api.name='aws-s3api-get-bucket-acl' AND json.rule='((((acl.grants[? (@.grantee=='AllUsers')] size > 0) or policyStatus.isPublic is true) and publicAccessBlockConfiguration does not exist) or ((acl.grants[?(@.grantee=='AllUsers')] size > 0) and publicAccessBlockConfiguration.ignorePublicAcis is false) or (policyStatus.isPublic is true and publicAccessBlockConfiguration.restrictPublicBuckets is false)) and websiteConfiguration does not exist'
Why did this alert get generated?
Explanation:
The alert 'AWS S3 buckets are accessible to public' is generated due to the configuration of the S3 bucket, which has been set in a way that allows public access. The policy definition provided checks for various conditions that would make an S3 bucket publicly accessible, such as grants to 'AllUsers', the absence of a 'publicAccessBlockConfiguration', or specific configurations that do not restrict public access. Therefore, the alert is triggered by the configuration settings of the S3 bucket that violate the policy's criteria for public accessibility.
Question 28
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A customer is interested in PCI requirements and needs to ensure that no privilege containers can start in the environment.
Which action needs to be set for ''do not use privileged containers''?
Explanation:
Block---Defender stops the entire container if a process that violates your policy attempts to run.
https://docs.prismacloudcompute.com/docs/enterprise_edition/runtime_defense/runtime_defense_containers.html#_effect
Question 29
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Given an existing ECS Cluster, which option shows the steps required to install the Console in Amazon ECS?
Explanation:
To install the Console in an Amazon ECS Cluster, the steps involve downloading and extracting the release tarball, which contains the necessary files for the Console. Then, an Amazon Elastic File System (EFS) should be created and mounted to each node in the ECS cluster to provide shared storage for Console data. Following this, a Console task definition needs to be created in ECS, which defines how the Console container should run. Finally, this task definition is deployed to the ECS cluster to start the Console.
Question 30
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which options show the steps required to upgrade Console when using projects?
Explanation:
When you have one or more tenant or scale Projects, upgrade all Supervisors before upgrading the Central Console. https://docs.paloaltonetworks.com/prisma/prisma-cloud/20-09/prisma-cloud-compute-edition-admin/upgrade/upgrade_process
Question