What are the 3 Custom Policy Types you can create? Correct Answer-
Configuration Policy (Build and Run)
Network Policies
Audit Event Policies
Prisma Cloud has discrete checks that cover which two options? (Choose two.) a. clusters b. images c. hypervisors d. VM operating systems Correct Answer-A & B
What are two Alert Disposition options for Prisma Cloud? (Choose two.)
a. Conservative
b. Progressive
c. Aggressive
d. Medium Correct Answer-Conservative and Agressive
Third type is Moderate
Prisma Cloud provides out of the box reports on which 3 compliance standards?
A. PCI
B. HIPAA C. CIS
D. EULA
E. PAC Correct Answer-PCI, HIPAA, CIS
Which two assets are included in the Prisma Cloud Asset Inventory dashboard? (Choose 2)
a. Regions
b. Gateways
c. Security Groups
d. Compute Engine Instances Correct Answer-Gateways and Compute Engine Instances
What are the 3 types of RQL Queries? Correct Answer-Config: Use Config Query to search for the configuration of the cloud resources.
Event: Use Event Query to search and audit all the console and API access events in your cloud environment.
Network: Use Network Query to search real-time network events in your environment.
.Which RQL query will produce a custom report that lists the S3 buckets accessible to the public through bucket ACLs? a. config where api.name='aws-s3api-get-bucket-acl' AND cli.rule="(acl.grants[?
(@.grantee=='AllUsers')] size > 0)" b. config where api.name='aws-s3api-get-bucket-nsg' AND json.rule="(acl.grants[?
(@.grantee=='AllUsers')] size > 0)" c. config where api.name='aws-s3api-get-bucket-acl' AND json.rule="(acl.grants[?
(@.grantee=='AllUsers')] size > 0)" d. config where api.name='aws-s3api-get-bucket-acl' AND python.rule="(acl.grants[?(@.grantee=='AllUsers')] size > 0)" Correct Answer-C
Runtime audit events are detected by which two runtime sensors? (Choose two.) a. file system b. firewall event c. DNS call d. system call Correct Answer-A - File System & D - System Call
Which RQL query will produce a custom report that displays the number of AWS VPCs that do not have subnets when there are more than two VPCs? a. config where cloud.type = 'aws' AND api.name = 'aws-ec2-describe-vpc' as X; config where api.name = 'aws-ec2-describe-subnets' as Y; filter 'not $.X.vpcId equals $.Y.vpcId'; show X; count(X) > 2 b. config where cloud.type = 'aws' AND api.name = 'aws-ec2-describe-vpc' as X; config where api.name = 'aws-ec2-describe-subnets' as Y; filter 'not $.X.vpcId equals $.Y.vpcId'; show X; count(X) => 2 c. config where cloud.type = 'aws' AND api.name = 'aws-ec2-describe-vpcs' as X; config where api.name = 'aws-ec2-describe-subnets' as Y; filter 'not $.X.vpcId equals $.Y.vpcId'; show X; count(X) => 2 d. config where cloud.type = 'aws' AND api.name = 'aws-ec2-describe-vpcs' as X; config where api.name = 'aws-ec2-describe-subnets' as Y; filter 'not $.X.vpcId equals $.Y.vpcId'; show X; count(X) > 2 Correct Answer-D
1. Prisma Cloud uses which two runtime rules? (Choose two.) a. networking-ingoing b. processes c. files d. networking-outgoing Correct Answer-Processes and Networking Outgoing (b & d)
Not shown is "Filesystems"
Which two entities send and receive data to the Prisma Cloud console at build time
to scan the image before images get pushed to the registry? (Choose two.) a. Jenkins b. Docker c. Kubernetes d. CI server Correct Answer-Jenkins and CI Server (A&D)
When Prisma Cloud detects an outgoing connection that deviates from your runtime policy, Prisma Cloud Defender can take action. What are the 3 modes networking rules can put defender in? Correct Answer-Disable: Defender does not provide any networking protection. Alert: Defender raises alerts when targeted resources establish connections that violate your runtime policy. Block: Defender stops the container if it establishes a connection that violates your runtime policy.
The options for "Explicitly allowed" and "Explicitly denied" let you customize the runtime models for known good and known bad network connections