ExamGecko
Home / Palo Alto Networks / PCCSE / List of questions
Ask Question

Palo Alto Networks PCCSE Practice Test - Questions Answers, Page 3

List of questions

Question 21

Report
Export
Collapse

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.)

enable flow logs for Prisma Cloud.
enable flow logs for Prisma Cloud.
create the Prisma Cloud role.
create the Prisma Cloud role.
enable the required APIs for Prisma Cloud.
enable the required APIs for Prisma Cloud.
publish the flow log to a storage bucket.
publish the flow log to a storage bucket.
Suggested answer: B, C

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.

asked 23/09/2024
Mitesh Patel
32 questions

Question 22

Report
Export
Collapse

Which statement about build and run policies is true?

Build policies enable you to check for security misconfigurations in the IaC templates.
Build policies enable you to check for security misconfigurations in the IaC templates.
Every type of policy has auto-remediation enabled by default.
Every type of policy has auto-remediation enabled by default.
The four main types of policies are: Audit Events, Build, Network, and Run.
The four main types of policies are: Audit Events, Build, Network, and Run.
Run policies monitor network activities in the environment and check for potential issues during runtime.
Run policies monitor network activities in the environment and check for potential issues during runtime.
Suggested answer: A

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.

asked 23/09/2024
John Tourloukis
33 questions

Question 23

Report
Export
Collapse

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?

Custom rule with specific configuration for file integrity
Custom rule with specific configuration for file integrity
Custom rule with specific configuration for networking
Custom rule with specific configuration for networking
Default rule that alerts on capabilities
Default rule that alerts on capabilities
Default rule that alerts on suspicious runtime behavior
Default rule that alerts on suspicious runtime behavior
Suggested answer: D

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.

asked 23/09/2024
Martin Mannsbarth
32 questions

Question 24

Report
Export
Collapse

Which option identifies the Prisma Cloud Compute Edition?

Package installed with APT
Package installed with APT
Downloadable, self-hosted software
Downloadable, self-hosted software
Software-as-a-Service (SaaS)
Software-as-a-Service (SaaS)
Plugin to Prisma Cloud
Plugin to Prisma Cloud
Suggested answer: B

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.

asked 23/09/2024
Joseph Lewis
46 questions

Question 25

Report
Export
Collapse

Which type of compliance check is available for rules under Defend > Compliance > Containers and Images > CI?

Host
Host
Container
Container
Functions
Functions
Image
Image
Suggested answer: D

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.

asked 23/09/2024
Bob Xiong
38 questions

Question 26

Report
Export
Collapse

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?

CNAF
CNAF
Runtime
Runtime
Compliance
Compliance
CNNF
CNNF
Suggested answer: A

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.

asked 23/09/2024
Yusuf Sivrikaya
39 questions

Question 27

Report
Export
Collapse

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?

an event within the cloud account
an event within the cloud account
network traffic to the S3 bucket
network traffic to the S3 bucket
configuration of the S3 bucket
configuration of the S3 bucket
anomalous behaviors
anomalous behaviors
Suggested answer: C

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.

asked 23/09/2024
Meriem Jlassi
36 questions

Question 28

Report
Export
Collapse

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''?

Prevent
Prevent
Alert
Alert
Block
Block
Fail
Fail
Suggested answer: C

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

asked 23/09/2024
Edgar Santiago
47 questions

Question 29

Report
Export
Collapse

Given an existing ECS Cluster, which option shows the steps required to install the Console in Amazon ECS?

The console cannot natively run in an ECS cluster. A onebox deployment should be used.
The console cannot natively run in an ECS cluster. A onebox deployment should be used.
Download and extract the release tarball Ensure that each node has its own storage for Console data Create the Console task definition Deploy the task definition
Download and extract the release tarball Ensure that each node has its own storage for Console data Create the Console task definition Deploy the task definition
Download and extract release tarball Download task from AWS Create the Console task definition Deploy the task definition
Download and extract release tarball Download task from AWS Create the Console task definition Deploy the task definition
Download and extract the release tarball Create an EFS file system and mount to each node in the cluster Create the Console task definition Deploy the task definition
Download and extract the release tarball Create an EFS file system and mount to each node in the cluster Create the Console task definition Deploy the task definition
Suggested answer: D

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.

asked 23/09/2024
Neha Dua
41 questions

Question 30

Report
Export
Collapse

Which options show the steps required to upgrade Console when using projects?

Upgrade all Supervisor Consoles Upgrade Central Console
Upgrade all Supervisor Consoles Upgrade Central Console
Upgrade Central Console Upgrade Central Console Defenders
Upgrade Central Console Upgrade Central Console Defenders
Upgrade Defender Upgrade Central Console Upgrade Supervisor Consoles
Upgrade Defender Upgrade Central Console Upgrade Supervisor Consoles
Upgrade Central Console Upgrade all Supervisor Consoles
Upgrade Central Console Upgrade all Supervisor Consoles
Suggested answer: A

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

asked 23/09/2024
Bruno Soriano
34 questions
Total 260 questions
Go to page: of 26

Related questions