Page 1 out of 22. Viewing questions 1-10 out of 221
Question 1
Which two attributes of policies can be fetched using API? (Choose two.)
A.
policy label
B.
policy signature
C.
policy mode
D.
policy violation
Answer:
ad
User Votes:
A 1 votes
50%
B
50%
C
50%
D 1 votes
50%
Discussions
0/ 1000
Question 2
DRAG DROP
Move the steps to the correct order to set up and execute a serverless scan using AWS DevOps.
Answer:
Discussions
0/ 1000
Question 3
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
Answer:
c
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 4
What is an automatically correlated set of individual events generated by the firewall and runtime sensors to identify unfolding attacks?
A.
policy
B.
incident
C.
audit
D.
anomaly
Answer:
b
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 5
Which IAM Azure RQL query would correctly generate an output to view users who have sufficient permissions to create security groups within Azure AD and create applications?
A.
config where api.name = azure-active-directory-authorization-policy AND json.rule = defaultUserRolePermissions.allowedToCreateSecurityGroups is true and defaultUserRolePermissions.allowedToCreateApps is true
B.
config from cloud.resource where api.name = azure-active-directory-authorization-policy AND json.rule = defaultUserRolePermissions exists
C.
config from network where api.name = azure-active-directory-authorization-policy AND json.rule = defaultUserRolePermissions.allowedToCreateSecurityGroups is false and defaultUserRolePermissions.allowedToCreateApps is true
D.
config from cloud.resource where api.name = azure-active-directory-authorization-policy AND json.rule = defaultUserRolePermissions.allowedToCreateSecurityGroups is true and defaultUserRolePermissions.allowedToCreateApps is true
Answer:
d
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 6
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?
A.
an event within the cloud account
B.
network traffic to the S3 bucket
C.
configuration of the S3 bucket
D.
anomalous behaviors
Answer:
b
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 7
While writing a custom RQL with array objects in the investigate page, which type of auto-suggestion a user can leverage?
A.
Auto-suggestion for array objects that are useful for comparing between arrays
B.
Auto-suggestion is not available for array objects
C.
Auto-suggestion for array objects that are useful for categorization of resource parameters
D.
Auto-suggestion for array objects that are useful for comparing between array elements
Answer:
c
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 8
Which two required request headers interface with Prisma Cloud API? (Choose two.)
A.
Content-type:application/json
B.
x-redlock-auth
C.
>x-redlock-request-id
D.
Content-type:application/xml
Answer:
ab
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 9
A security team has been asked to create a custom policy. Which two methods can the team use to accomplish this goal? (Choose two.)