Month End Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Paloalto Networks PSE-PrismaCloud Dumps Questions Answers

PSE Palo Alto Networks System Engineer Professional - Prisma Cloud Questions and Answers

Question 1

Which statement reflects the default vulnerability management policy?

Options:

A.

Policy rule order has little impact on optimization.

B.

Prisma Cloud scans images in all containers immediately upon policy activation.

C.

The default vulnerability policy rule has an alert threshold to critical.

D.

Prisma Cloud ships all vulnerability policy with a default alert for containers, hosts, and serverless functions.

Buy Now
Question 2

What does Prisma Cloud execute to change public cloud infrastructure when autoremediation is enabled?

Options:

A.

local scripts to public cloud APIs

B.

remote function calls to host agents

C.

third-party integration tools

D.

public cloud CLI commands

Question 3

Which Resource Query Language (RQL) query returns a list of all Azure SQL Databases that have transparent data encryption turned in?

Options:

A.

config from cloud.resource where api.name = 'gcloud-compute-instances-list' and json.rule = is TERMINATED

B.

config from cloud.resource where api.name = 'gcloud-compute-instances-list' = TERMINATED

C.

config from cloud.resource where api.name = 'gcloud-compute-instances-list* and json.rule == status TERMINATED

D.

config from cloud.resource where api.name = 'gcloud-compute-instances-list' and json.rule = status contains TERMINATED

Question 4

The customer has an Amazon Web Services Elastic Computing Cloud that provides a service to the internet directly and needs to secure that cloud with a VM-Series NGFW.

Which component handles address translation?

Options:

A.

The server VMs have private use only (RFC 1918) IPs. Amazon's cloud infrastructure translates those addresses to publicly accessible IP addresses. The VM-Series NGFW has publicly accessible IP addresses.

B.

The server VMs have private use only (RFC 1918) IPs. The VM-Series NGFW translates those addresses to publicly accessible IP addresses.

C.

The server VMs and the VM-Series NGFW have private use only (RFC 1918) IPs. Amazons cloud infrastructure translates those addresses to publicly accessible IP addresses

D.

The servers and VM-Series NGFW have publicly accessible IP addresses for management purposes.

Question 5

How can you modify a range of dates default policy in Prisma Public Cloud?

Options:

A.

Override the value and commit the configuration.

B.

Clone the existing policy and change the value.

C.

Manually create the RQL statement.

D.

Click the Gear icon next to the policy name to open the Edit Policy dialog

Question 6

An administrator deploys a VM-Series firewall into Amazon Web Services. Which attribute must be disabled on the data-plane elastic network interface for the instance to handle traffic that is not destined to its own IP address?

Options:

A.

security group

B.

tags

C.

elastic ip address

D.

source/destination checking

Question 7

Which RQL string searches for all EBS volumes that do not have a "DataClassification" tag?

Options:

A.

config where api.name = 'aws-ec2-describe-volumes, AND json.rule = tags[*]key contains DataClassification

B.

config where api.name = ,aws-ec2-describe-volumes' AND json.rule = tags[*]key != DataClassification

C.

config where api.name = ,aws-ec2-describe-volumes' AND json.rule = tags[*].key exists

D.

config where api.name = 'aws-ec2-describe-volumes' AND json.rule = tags[*].key = 1

Question 8

What are two business values of Cloud Code Security? (Choose two.)

Options:

A.

consistent controls from build time to runtime

B.

prebuilt and customizable polices to detect data such as personally identifiable information (PII) in publicly exposed objects

C.

support for multiple languages, runtimes and frameworks

D.

continuous monitoring of all could resources for vulnerabilities, misconfigurations, and other threats

Question 9

Which Prisma Public Cloud policy alerts administrators to unusual user activity?

Options:

A.

Anomaly

B.

Audit Event

C.

Network

D.

Configuration

Question 10

What configuration on AWS is required in order for VM-Series to forward traffic between its network interfaces?

Options:

A.

Both Source and Destination Checks are disabled

B.

Both Source and Destination Checks are enabled

C.

Source Check is disabled and Destination Check is enabled

D.

Source Check is enabled and Destination Check is disabled

Question 11

Which configuration needs to be done to perform user entity behavior analysis with Prisma Public Cloud?

Options:

A.

Create alert rules.

B.

Whitelist IP addresses.

C.

Configure User-ID.

D.

Define enterprise settings.

Question 12

Which statement applies to optimization of registry scans with version pattern matching?

Options:

A.

It requires Linux images to rely on optimizing registry scans due to various Linux elements.

B.

It is only necessary in registries with tens of thousands of repositories and millions of images.

C.

It is best practice to always optimize registry scans for faster results.

D.

It is rarely successful in the Windows Operating System (OS).

Question 13

What is the default capacity license of a VM-Series NGFW being deployed from the Google Cloud Platform Marketplace?

Options:

A.

VM-GCP

B.

VM-100

C.

VM-500

D.

VM-300

Question 14

Which two resources provide operational insight within the Prisma Cloud Asset Inventory? (Choose two.)

Options:

A.

Cortex Data Lake

B.

Cloud Storage buckets

C.

Prisma Access Gateways

D.

Compute Engine instance

Question 15

Match the logging service with its cloud provider.

Options:

Question 16

What is required for an EC2 instance to access the internet directly from an AWS VPC?

Options:

A.

Internet Gateway

B.

Transit Gateway

C.

Virtual Private Gateway

D.

Customer Gateway

Question 17

Which Amazon Web Services security service can provide host vulnerability information to Prisma Public Cloud?

Options:

A.

Shield

B.

Inspector

C.

GuardDuty

D.

Amazon Web Services WAF

Question 18

What are three examples of outbound traffic flow? (Choose three.)

Options:

A.

issue yum update command on an instance inside Amazon Web Services

B.

Microsoft Windows inside Azure requesting a security patch

C.

web server inside Amazon Web Services receiving web requests from internet

D.

issue apt-get install command on an instance inside Amazon Web Services

E.

outgoing Prisma Public Cloud API calls

Question 19

How can you use Prisma Public Cloud to identify Amazon EC2 instances that have been tagged as "Private?

Options:

A.

Create an RQL config query to identify resources with the tag "Private."

B.

Create an RQL network query to identify traffic from resources tagged "Private."

C.

Open the Asset Dashboard, filter on tags: and choose "Private."

D.

Generate a CIS compliance report and review the "Asset Summary."

Question 20

What are two ways to initially deploy a VM-Series NGFW in Microsoft Azure? (Choose two.)

Options:

A.

through ARM Templates in the GitHub Repository

B.

through Solution Templates in the Azure Marketplace

C.

through Expedition in the Customer Success Portal

D.

through Iron Skillets in the GitHub Repository

Question 21

Under which operating systems (OSs) is twistcli supported?

Options:

A.

Linux, macOS, and Windows

B.

Windows only

C.

Linux and Windows

D.

Linux, macOS, PAN-OS, and Windows

Question 22

Prisma Public Cloud enables compliance monitoring and reporting by mapping which configurations to compliance standards?

Options:

A.

RQL queries

B.

alert rules

C.

notification templates

D.

policies

Question 23

Which Resource Query Language (RQL) query monitors all "delete" activities for the user "user1"?

Options:

A.

event where crud = 'delete’ AND subject = 'user1'

B.

event where crud = 'delete'

C.

event where crud = 'delete' AND subject = 'user1' AND cloud.type = 'aws'

D.

event where subject = 'user1'

Question 24

What is the scope of the Amazon Web Services 1AM Service?

Options:

A.

global

B.

regional

C.

VPC

D.

zonal

Question 25

Which statement is specific for Prisma Cloud when integrating into cloud environments?

Options:

A.

An AutoFocus license is included in Prisma Cloud.

B.

For multi-cloud environment licenses are required for the number of Prisma Cloud instances.

C.

Can be natively integrated into Prisma Access.

D.

No agents or proxies are required.

Question 26

Which Resource Query Language (RQL) query returns a list of all TERMINATED Google Compute Engine (GCE) instances?

Options:

A.

Config from.cloud.resource where api.name = „gcloud-compute-instance-list" and json.rule = status == TERMINATED

B.

Config from.cloud.resource where api.name = „gcloud-compute-instance-list" and json.rule = TERMINATED

C.

Config from.cloud.resource where api.name = „gcloud-compute-instance-list" and json.rule = status contains TERMINATED

D.

Config from.cloud.resource where api.name = „gcloud-compute-instance-list" and json.rule = is TERMINATED

Question 27

What resource is required to receive inbound traffic from the internet to VM-Series NGFW deployed as a gateway for Azure Stack workloads?

Options:

A.

Public IP for the VM-Series NGFW

B.

NAT appliance

C.

Azure Stack Edge Router

D.

Border Customer Network

Question 28

What is the Palo Alto Networks recommended setting for the Prisma Cloud Training Model Threshold?

Options:

A.

Low

B.

Thorough

C.

High

D.

Baseline

Question 29

Which pillar of the Prisma Cloud platform can secure outbound traffic, stop lateral attack movement, and block inbound threats?

Options:

A.

Cloud Workload Protection (CWP)

B.

Cloud Code Security

C.

Cloud Network Security

D.

Cloud Identity Security

Question 30

Which filter type is valid in Asset Explorer?

Options:

A.

resource name

B.

instance

C.

cloud region

D.

feature

Question 31

How is license utilization displayed within the Prisma Public Cloud interface?

Options:

A.

navigate to the CLI and run show license command

B.

navigate to General > Licensing

C.

navigate to Dashboard > Asset Inventory

D.

navigate to Settings (via the gear icon) > Licensing

Question 32

Which type of alert captures unusual user activity and excessive login failures?

Options:

A.

Anomaly

B.

Audit Event

C.

Configuration

D.

Network

Question 33

Which framework in Prisma Public Cloud can be used to provide general best practices when no specific legal requirements or regulatory standards need to be met?

Options:

A.

HIPAA

B.

CIS Benchmark

C.

Payment Card Industry DSS V3

D.

GDPR

Question 34

Which cloud provider supports iLB-as-next-hop?

Options:

A.

Microsoft Azure

B.

Alibaba Cloud

C.

Oracle Cloud

D.

Amazon Web Services