Courseiva

Certified Cloud Security Engineer (Cloud-Security-Engineer) (Cloud-Security-Engineer) — Questions 175

216 questions total · 3pages · All types, answers revealed

Page 1 of 3

Page 2
1
MCQeasy

What is an External ID in the context of AWS IAM cross-account role assumption, and why does Prisma Cloud require it?

A.A password used to encrypt S3 buckets containing scan results
B.An API key used for Prisma Cloud agent authentication
C.The account number of the AWS management account
D.A unique identifier used to prevent the confused deputy problem when third-party tools assume roles
AnswerD

It ensures that only the authorized third-party application instance can assume the cross-account role.

Why this answer

An External ID is a unique token used to prevent the 'confused deputy' problem during cross-account role assumption by third-party SaaS vendors.

2
MCQhard

You are configuring Prisma Cloud IAM Security to remediate an over-privileged service account in Google Cloud Platform (GCP). The Prisma Cloud recommendation engine suggests generating a custom least-privilege role. How does Prisma Cloud calculate the precise permissions needed for this suggestion?

A.By referencing the default GCP predefined roles catalog for matching naming conventions.
B.By executing automated penetration testing scripts against the GCP project.
C.By analyzing historical GCP Cloud Audit Logs to identify invoked API calls over a specific timeframe.
D.By evaluating static IAM policy inheritance rules from the GCP Folder hierarchy.
AnswerC

Prisma Cloud reviews historical cloud audit logs to extract actual usage, ensuring the recommended custom role retains necessary functionality without bloat.

Why this answer

Prisma Cloud analyzes historical CloudTrail/Cloud Audit logs over a configurable lookback window to determine which API actions the identity has actually executed, synthesizing them into a minimal role definition.

3
MCQeasy

An administrator needs to quickly view the overall security posture and compliance status of multiple AWS accounts connected to Prisma Cloud. Which Prisma Cloud tab provides this aggregate high-level executive dashboard?

A.Inventory
B.Investigate
C.Compliance
D.Dashboard
AnswerD

The Dashboard provides a consolidated, high-level executive view of alerts, compliance, and asset inventory across accounts.

Why this answer

The Dashboard tab in Prisma Cloud provides a high-level overview of the posture, compliance benchmarks, and alerts across all connected cloud accounts.

4
Multi-Selectmedium

When configuring Prisma Cloud Alert Rules for IAM security findings, which TWO parameters can an administrator use to filter alerts effectively? (Choose two.)

Select 2 answers
A.Cloud Account ID or Cloud Type (e.g., AWS, Azure)
B.The favorite programming language of the cloud architect
C.The brand of the computer monitor used by the security analyst
D.Alert Severity (e.g., High, Medium, Low)
E.The local weather conditions at the cloud data center location
AnswersA, D

Filtering by account or cloud type helps route alerts to the correct cloud engineering team.

Why this answer

Alert rules can be filtered by criteria such as alert severity and cloud account ID or resource type.

5
Multi-Selectmedium

Which TWO methods can administrators use to search or filter assets in the Prisma Cloud Asset Inventory? (Choose two.)

Select 2 answers
A.Running RQL queries directly within the Asset Inventory search bar.
B.Rebooting all cloud database instances simultaneously via keyboard shortcut.
C.Using local PowerShell commands executed from an on-premises domain controller.
D.Connecting an HDMI monitor directly to the Prisma Cloud backend storage cluster.
E.Using faceted filters such as cloud provider, account, region, and resource type.
AnswersA, E

Administrators can execute RQL queries in Asset Inventory to locate specific resources.

Why this answer

Asset Inventory supports filtering by cloud account, resource type, region, tags, and custom RQL queries.

6
MCQeasy

A cloud security engineer needs to implement the principle of least privilege for an AWS IAM role used by Prisma Cloud to discover cloud resources. Which policy type should the engineer attach to the role?

A.AmazonS3FullAccess
B.PowerUserAccess
C.SecurityAudit
D.AdministratorAccess
AnswerC

This AWS managed policy provides read-only permissions needed for security assessment and resource discovery.

Why this answer

AWS managed policies like SecurityAudit provide read-only access required by Prisma Cloud for resource discovery without granting excessive permissions.

7
Multi-Selecteasy

Which TWO actions are considered core best practices for securing cloud IAM identities and credentials? (Choose two.)

Select 2 answers
A.Sharing root account credentials among all team members for convenience
B.Enforcing multi-factor authentication (MFA) for all human users
C.Rotating access keys and passwords on a regular schedule
D.Disabling AWS CloudTrail across all regions
E.Granting full administrative access to all developer accounts
AnswersB, C

MFA adds an essential layer of security beyond passwords.

Why this answer

Enabling MFA and enforcing regular credential rotation are foundational IAM security best practices.

8
MCQeasy

An organization is deploying Prisma Cloud and needs to enforce least privilege access for cloud native identities. Which Prisma Cloud feature should you use to analyze actual permissions used versus permissions granted in AWS IAM?

A.Runtime Security Defense
B.Cloud Entitlement Management (CEM)
C.Vulnerability Management
D.Data Security Module
AnswerB

Cloud Entitlement Management (CEM) specifically analyzes effective permissions and flags toxic combinations or unused privileges to establish least privilege.

Why this answer

Prisma Cloud Identity-First Security and IAM Security utilize Effective Permission analysis and Cloud Entitlement Management (CEM) to discover unused permissions and enforce least privilege by comparing actual cloud trail usage against granted policy permissions.

9
Multi-Selectmedium

Which TWO actions can a Prisma Cloud Host Defender perform when installed on a Linux virtual machine? Select the two correct answers.

Select 2 answers
A.Manage AWS IAM user credentials and rotate access keys automatically.
B.Monitor host file system integrity and detect unauthorized modifications to critical binaries.
C.Inspect host network interfaces and enforce runtime process behavior rules.
D.Act as a Kubernetes Ingress controller terminating TLS connections for microservices.
E.Automatically provision new AWS EC2 instances via Terraform when cluster load increases.
AnswersB, C

Host defenders monitor file integrity and system changes.

Why this answer

Host Defenders monitor running processes and file system changes to provide runtime defense and vulnerability visibility on host operating systems.

10
MCQeasy

Where in the Prisma Cloud console should an administrator navigate to generate a custom API Access Key for programmatic integration with CI/CD pipelines?

A.Settings > Access Keys
B.Administration > Cloud Accounts > Credentials
C.Risks > Policies > Integrations
D.Compute > Defend > Access Control
AnswerA

Access Keys are created and managed under the Settings > Access Keys menu path.

Why this answer

API Access Keys are managed under Settings > Access Keys in the Prisma Cloud administrative console.

11
MCQeasy

An enterprise wants to enforce runtime protection for serverless functions in AWS Lambda without modifying function code layers. Which Prisma Cloud feature should be implemented?

A.Install a Host Defender directly onto the AWS Lambda underlying hypervisor host.
B.Configure a VPC endpoint to tunnel all Lambda stdout logs to the Prisma Cloud Console.
C.Deploy the Prisma Cloud Serverless Defender layer to automatically wrap the Lambda function handler.
D.Attach an Amazon Inspector agent to the Lambda function execution role.
AnswerC

The serverless defender layer wraps the handler to provide runtime protection transparently.

Why this answer

Prisma Cloud provides serverless defense by injecting a wrapper or utilizing automated instrumentation layers that protect functions without requiring code changes.

12
Multi-Selectmedium

Which TWO features are provided by Prisma Cloud Web Application and API Security (WAAS) for containerized applications? Select the two correct answers.

Select 2 answers
A.Static analysis of container Dockerfiles during CI/CD builds.
B.Kernel-level system call filtering and container namespace isolation.
C.Kubernetes node autoscaling and resource quota management.
D.Protection against OWASP Top 10 web application vulnerabilities and attacks.
E.API discovery and protection based on OpenAPI/Swagger specifications.
AnswersD, E

WAAS defends against SQL injection, XSS, and other OWASP Top 10 threats.

Why this answer

WAAS protects web applications and APIs by inspecting Layer 7 traffic against injection attacks, botnets, and API schema violations.

13
MCQmedium

You are reviewing the Prisma Cloud administration settings and need to delegate read-only access to a new security analyst. Which role should you assign to the user?

A.System Viewer
B.Account Owner
C.Compliance Manager
D.System Admin
AnswerA

System Viewer is the built-in role providing read-only access across the Prisma Cloud platform.

Why this answer

Prisma Cloud provides role-based access control (RBAC) with predefined roles such as System Viewer for read-only visibility.

14
MCQhard

An auditor needs to review historical configuration changes of an AWS security group that resulted in a compliance violation three weeks ago. Which Prisma Cloud feature should be used?

A.Runtime Audit Stream
B.Asset Inventory with historical time-travel RQL
C.Cloud Network Explorer
D.Vulnerability Management dashboard
AnswerA, B

Runtime audit stream focuses on container and host runtime events, not historical cloud resource configurations.

Why this answer

Prisma Cloud allows users to query historical configurations and audit trails using RQL time-travel capabilities (config timeline / diff).

15
Multi-Selecteasy

Which TWO features are provided by Prisma Cloud when monitoring cloud identities and access? (Choose two.)

Select 2 answers
A.Automated physical data center security badge generation
B.Management of employee payroll and human resource records
C.Identification of inactive access keys and stale credentials
D.Direct routing of enterprise BGP network peering connections
E.Detection of overly permissive IAM policies and privilege escalation paths
AnswersC, E

Prisma Cloud highlights unused credentials that pose security risks.

Why this answer

Prisma Cloud provides visibility into inactive credentials and detects overly permissive IAM policies.

16
MCQmedium

A security analyst notices that Prisma Cloud is generating numerous false-positive alerts for a custom internal binary flagged as malware during host scans. How can the analyst resolve this issue permanently across the environment?

A.Create a vulnerability or malware exception (waiver) in the Prisma Cloud Console specifying the file hash or signature.
B.Modify the Host Defender daemon configuration file on every server to skip all file system hashing.
C.Delete the binary from the golden image repository and rebuild all downstream containers.
D.Downgrade the Host Defender version to a release that predates malware detection capabilities.
AnswerA

Waivers allow administrators to suppress known false positives by hashing or identifying specific benign files.

Why this answer

Administrators can manage false positives by adding custom hashes or signatures to vulnerability or malware exceptions/waivers in the Prisma Cloud Console.

17
MCQeasy

How does Prisma Cloud connect to enterprise cloud environments (AWS, Azure, GCP) for CSPM scanning?

A.By installing a heavyweight proxy appliance in every virtual private cloud.
B.By assuming secure, read-only IAM roles, service accounts, or cross-account access with least-privilege permissions.
C.By replacing the cloud provider's control plane authentication service.
D.By forcing all cloud traffic to route through Palo Alto Networks firewalls.
AnswerB

Prisma Cloud uses secure API integrations (such as cross-account IAM roles in AWS) to poll configuration metadata.

Why this answer

Prisma Cloud connects to cloud providers securely using read-only API roles, service accounts, or cross-account IAM roles.

18
MCQhard

While investigating an IAM misconfiguration via Prisma Cloud RQL, an engineer wants to find all AWS IAM users who have both console access and active access keys older than 90 days. Which RQL query structure correctly accomplishes this?

A.config from cloud.resource where cloud.type = 'aws' and resource.type = 'aws-iam-user' and json.rule = "consoleAccess = true and accessKeys.age > 90"
B.event from cloud.audit where service = 'iam' and action = 'CreateAccessKey'
C.config from cloud.resource where resource.type = 'aws-s3' and json.rule = "public = true"
D.network from cloud.flow where source.ip = '0.0.0.0/0'
AnswerA

This query correctly specifies the cloud type, IAM user resource type, and JSON rules for console access and key age.

Why this answer

Using the config resource type with filters for cloud type, resource type, and specific JSON path attributes targets user attributes precisely.

19
MCQeasy

Where in the Prisma Cloud Console can an administrator review compliance benchmark results (such as CIS benchmarks) for deployed container images and hosts?

A.Navigate to Compute > Compliance to view audit findings mapped to CIS benchmarks and custom standards.
B.Navigate to Runtime > Audits > Compliance to view active runtime blocks.
C.Navigate to Defend > Vulnerabilities > Images to see compliance violations.
D.Navigate to Cloud Security > CSPM > Inventory to see host compliance scores.
AnswerA

Compute > Compliance is the designated section for checking benchmark compliance.

Why this answer

The Compliance module in Prisma Cloud Compute provides visibility into adherence against security benchmarks like CIS.

20
MCQhard

During incident response, a security analyst notices that a Prisma Cloud Host Defender has generated an alert for an unknown binary execution, but the process was not blocked. What is the reason for this behavior?

A.Prisma Cloud Console lost connection to the defender, causing it to fall back to logging mode.
B.The Host Defender was operating in unprivileged mode, stripping its ability to enforce process termination.
C.The process execution bypassed the kernel module because it used a static Go binary.
D.The runtime defense rule associated with the process was set to 'Alert' mode instead of 'Prevent' mode.
AnswerD

Alert mode logs suspicious events without terminating or blocking execution.

Why this answer

Prisma Cloud runtime rules can be configured in either 'Prevent' (block) or 'Alert' (audit/log only) mode. If an alert is generated without blocking, the rule mode is set to audit/alert.

21
MCQmedium

A security team wants to ensure that any container attempting to access the cloud provider metadata service (e.g., 169.254.169.254) from within a compromised workload is blocked. Which Prisma Cloud feature provides this protection?

A.Enable AWS IAM Role restriction policies within the Prisma Cloud CSPM module.
B.Configure a Container Runtime network rule to block access to the cloud provider metadata IP address (169.254.169.254).
C.Deploy an AWS VPC Endpoint for the Amazon EC2 Metadata Service.
D.Set up a Web Application and API Security (WAAS) rule to inspect SQL injection attacks.
AnswerB

Blocking access to the metadata IP prevents credential theft via SSRF attacks.

Why this answer

Prisma Cloud runtime defense includes network controls and blocking mechanisms specifically designed to prevent Server-Side Request Forgery (SSRF) and access to cloud metadata endpoints.

22
Multi-Selecthard

An auditor examining AWS IAM security findings from Prisma Cloud notices several issues with password policies. Which THREE settings are evaluated as best practices for AWS account password policies? (Choose three.)

Select 3 answers
A.Requiring passwords to be shared publicly on an internal wiki for transparency
B.Requiring expiration or periodic rotation of user passwords
C.Preventing password reuse across a history of previous passwords
D.Allowing users to disable MFA if they choose a strong password
E.Enforcing a minimum password length of 14 or more characters
AnswersB, C, E

Enforcing periodic password rotation limits credential lifespan.

Why this answer

Strong password policies require minimum length, expiration, reuse prevention, and complexity.

23
MCQmedium

You need to ensure that Prisma Cloud only scans specific Kubernetes namespaces in a large multi-tenant cluster while ignoring test and staging workloads. Where should you configure this namespace scoping?

A.By modifying the global Prisma Cloud SaaS tenant settings in the administration menu.
B.In the AWS IAM policy attached to the cluster node role.
C.In the Prisma Cloud Compute rule configuration (e.g., Vulnerability or Runtime rules) by specifying included/excluded namespaces.
D.By adding environment variables to the Prisma Cloud Enterprise SaaS console login page.
AnswerC

Rules in Prisma Cloud Compute allow scoping by namespace, image name, labels, and other criteria.

Why this answer

Namespace scoping for container defense and vulnerability scanning is configured in the Prisma Cloud Compute console under runtime and vulnerability rule definitions.

24
Multi-Selectmedium

Which THREE configuration elements can be defined within a Prisma Cloud Account Group?

Select 3 answers
A.Organizational hierarchy criteria or cloud provider names
B.Local Linux OS user accounts and SSH public keys
C.Cloud account labels and metadata tags
D.Specific cloud regions or resource types
E.Specific cloud accounts (AWS accounts, Azure subscriptions, GCP projects)
AnswersA, C, E

Account groups can be structured around provider groupings and organizational hierarchies.

Why this answer

Account Groups are defined by selecting specific cloud accounts, regions, or labels depending on administrative segmentation needs.

25
MCQeasy

Where can an administrator view the status and health of all Prisma Cloud connected cloud accounts and their respective data sync cycles?

A.Administration > Users > Status
B.Compute > Manage > System > Health
C.Risks > Dashboard > Overview
D.Settings > Cloud Accounts
AnswerD

Settings > Cloud Accounts provides real-time status, last sync times, and error indicators for onboarded accounts.

Why this answer

Account status, sync health, and discovery intervals are viewed under Settings > Cloud Accounts.

26
Multi-Selectmedium

Which THREE types of assets can be protected by Prisma Cloud Compute Workload Protection? (Choose three)

Select 3 answers
A.Serverless functions (e.g., AWS Lambda)
B.Container images and running containers
C.SaaS collaboration tools like Microsoft 365 and Slack
D.Corporate end-user laptop devices (macOS and Windows)
E.Virtual Machines / Host operating systems
AnswersA, B, E

Serverless defenders protect cloud native functions.

Why this answer

Prisma Cloud Workload Protection covers multiple cloud computing layers including Virtual Machines (Hosts), Containers (Kubernetes/Docker), and Serverless functions (AWS Lambda).

27
MCQeasy

What is the primary function of the Prisma Cloud Intelligence Stream?

A.To deliver continuous threat intelligence updates, vulnerability definitions, and policy rule sets to the platform.
B.To stream raw AWS CloudTrail logs directly to S3 storage buckets.
C.To accelerate UI page loading speeds using edge caching mechanisms.
D.To provide real-time packet capture (PCAP) analysis for network firewalls.
AnswerA

The Intelligence Stream keeps Prisma Cloud updated with the latest CVEs, threat intel, and compliance policies.

Why this answer

The Prisma Cloud Intelligence Stream provides real-time threat intelligence, vulnerability feeds, and continuous updates to security policies and IOCs.

28
MCQhard

An organization runs an Amazon ECS cluster with Fargate launch types. The security team needs to scan container images for vulnerabilities before tasks are instantiated. Which approach should be implemented?

A.Configure Registry Scanning in Prisma Cloud or use 'twistcli' in the CI/CD pipeline to scan images before pushing to Amazon ECR.
B.Deploy a Prisma Cloud DaemonSet Defender directly onto the Fargate tasks.
C.Install the Twistlock Serverless Layer into each container task definition manually via AWS Lambda.
D.Enable VPC Flow Logs to capture container payload vulnerabilities.
AnswerA

Registry scanning and twistcli allow comprehensive vulnerability analysis for serverless container workloads like Fargate.

Why this answer

For serverless and container environments like AWS Fargate where you cannot deploy a host-level daemon, Prisma Cloud integrates with CI/CD pipelines using the Twistcli scanner or registry scanning to scan images before deployment.

29
MCQhard

A Linux host running a Prisma Cloud Defender experiences high CPU usage originating from the defender process during a scheduled container image scan. How can an administrator mitigate this impact on production workloads?

A.Switch the Defender from privileged mode to unprivileged mode using rootless containers.
B.Adjust the CPU and memory resource limits on the Defender daemonset deployment manifest and configure scan throttling in the Prisma Cloud Console.
C.Disable vulnerability scanning entirely and rely solely on compliance checks for host filesystems.
D.Restart the defender pod every 10 minutes using an external cron job.
AnswerB

Resource limits in Kubernetes and scanner concurrency settings prevent defenders from consuming excessive host CPU.

Why this answer

Administrators can tune scan performance in the Prisma Cloud Console by adjusting resource limits, concurrency, or scheduling settings for defenders.

30
MCQeasy

What is the primary benefit of using Prisma Cloud's out-of-the-box (OOTB) policies?

A.They automatically patch vulnerabilities on all virtual machine operating systems.
B.They automatically encrypt all cloud storage accounts without user consent.
C.They replace the need for cloud provider IAM roles entirely.
D.They provide pre-built, industry-aligned security checks covering common misconfigurations and compliance frameworks immediately upon onboarding.
AnswerD

OOTB policies offer immediate security coverage based on cloud security best practices and compliance benchmarks.

Why this answer

OOTB policies provide pre-configured security best practices across multi-cloud environments, saving security teams from writing custom rules from scratch.

31
MCQhard

An administrator needs to ensure that Prisma Cloud policy evaluations run against newly created cloud resources immediately upon deployment. How does Prisma Cloud handle real-time policy evaluation for cloud configurations?

A.By installing an inline proxy that intercepts all cloud API write operations.
B.Using cloud-native event notifications (e.g., AWS EventBridge, Azure Event Grid, GCP Pub/Sub) to trigger immediate evaluation of changed resources.
C.By scheduling batch scans once every 24 hours during off-peak windows.
D.By forcing every cloud resource to ping the Prisma Cloud API every 60 seconds via cron job.
AnswerB

Event-driven architecture enables near real-time ingestion and evaluation of configuration changes.

Why this answer

Prisma Cloud achieves real-time posture awareness via event-driven architecture using cloud native event sources (like AWS EventBridge, Azure Event Grid, or GCP Pub/Sub) combined with API polling.

32
Multi-Selectmedium

When reviewing IAM security findings in Prisma Cloud, which TWO metrics or indicators are typically used to assess the risk level of an IAM role? (Choose two.)

Select 2 answers
A.Presence of wildcard permissions (e.g., action '*' on resource '*')
B.The physical color of the cloud provider console logo
C.Inactive or stale credentials (e.g., access keys unused for >90 days)
D.The total monthly cloud provider financial spend
E.Whether the AWS account uses US-East-1 as its primary region
AnswersA, C

Wildcards grant overly broad access, significantly increasing risk.

Why this answer

Wildcard permissions and unused credential status are key indicators of high-risk IAM configurations.

33
MCQmedium

An administrator in Prisma Cloud wants to identify and remediate overly permissive AWS IAM policies that allow full administrative access. Which Prisma Cloud CSPM feature should the administrator use to automatically generate a least-privilege policy based on actual cloud trail usage?

A.Network Security and Flow Log Analyzer
B.Cloud Discovery and Security Posture
C.Asset Inventory Advanced Query
D.IAM Security with Effective Permissions
AnswerD

IAM Security analyzes effective permissions and CloudTrail logs to recommend least-privilege policies.

Why this answer

Prisma Cloud Identity-First Security utilizes CloudTrail data analysis to construct least-privilege IAM policies, allowing administrators to right-size permissions based on historical usage.

34
MCQeasy

When configuring Prisma Cloud to scan for IAM policies, how frequently does Prisma Cloud typically ingest cloud configuration metadata by default?

A.Every 1 second
B.Periodically (typically hourly or via event-driven cloud hooks)
C.Only when manually triggered by an administrator
D.Once every calendar year
AnswerB

Prisma Cloud polls cloud provider APIs regularly and can also use event-driven triggers for near real-time updates.

Why this answer

Prisma Cloud pulls cloud configuration data periodically (e.g., every hour or via event-driven mechanisms) to maintain updated posture visibility.

35
Multi-Selectmedium

Which TWO steps are typically required to onboard a new AWS account into Prisma Cloud for IAM posture management and discovery? (Choose two.)

Select 2 answers
A.Changing the AWS account root user email address to a Prisma Cloud address
B.Deploying a CloudFormation stack or Terraform script that creates a cross-account IAM role
C.Installing physical firewall appliances inside the AWS data center cage
D.Disabling all IAM users across the AWS account
E.Configuring the unique Prisma Cloud External ID in the trust policy of the cross-account role
AnswersB, E

The template provisions the necessary cross-account role and permissions for Prisma Cloud.

Why this answer

Onboarding requires deploying a CloudFormation/Terraform template that creates a cross-account IAM role with an external ID.

36
MCQmedium

Your auditor requests a report showing historical compliance trends over the last 90 days for the ISO 27001 standard. Where can an administrator generate or schedule this report in Prisma Cloud?

A.Navigate to Governance > Compliance, select the ISO 27001 standard, and click 'Download Report' or schedule recurring report generation.
B.Navigate to Settings > Reports and run a CSV export of all cloud resource tags.
C.Navigate to Investigate and run an RQL query filtering by timestamp and compliance status.
D.Navigate to Compute > Reports > Executive Summary.
AnswerA

Prisma Cloud allows users to export and schedule compliance reports directly from the Compliance framework views.

Why this answer

Compliance reports, including historical trends for specific standards like ISO 27001, can be generated and scheduled under the Compliance reporting features.

37
Multi-Selectmedium

Which TWO features are provided by the Prisma Cloud Compute module?

Select 2 answers
A.Automated cloud account IAM least-privilege remediation via AWS Organizations
B.Multi-cloud CSPM compliance posture score calculation
C.Real-time parsing of AWS VPC flow logs for network threat detection
D.Runtime defense and process anomaly detection for containers and hosts
E.Container image vulnerability scanning and compliance enforcement
AnswersD, E

Runtime protection monitors system calls, network connections, and file integrity.

Why this answer

Prisma Cloud Compute provides container vulnerability scanning and runtime defense for workloads.

38
MCQeasy

What is the primary purpose of applying the principle of least privilege to cloud IAM policies?

A.To reduce the monthly cloud provider billing costs
B.To minimize the attack surface and potential blast radius of compromised credentials
C.To eliminate the need for multi-factor authentication
D.To increase cloud resource provisioning speed
AnswerB

Restricting permissions ensures that attackers or compromised identities have minimal capability to cause damage.

Why this answer

Least privilege limits the potential blast radius if an identity or credential is compromised by granting only the minimum necessary permissions.

39
MCQhard

An application running in a Kubernetes pod is attempting to make unauthorized outbound connections to a known command-and-control IP address. The Prisma Cloud Container Defender is deployed in the cluster. Which runtime defense rule should be configured to prevent this behavior?

A.Apply a Prisma Cloud WAAS rule for Kubernetes to inspect inbound HTTP requests for SQL injection.
B.Create a Kubernetes NetworkPolicy blocking egress traffic on ports 80 and 443 for all namespaces.
C.Enable Compliance Explorer rules to audit unauthorized listening ports inside the container filesystem.
D.Configure a Container Runtime rule under Defend > Runtime > Container > Incident to block outbound connections to suspicious external IPs using Network controls.
AnswerD

Network firewall rules in container runtime defense can restrict and log outbound connections.

Why this answer

Container runtime defense rules in Prisma Cloud include advanced network firewall controls that restrict outbound connections based on destination IP or domain reputation.

40
MCQhard

During a vulnerability scan of a container image in the Prisma Cloud Console, a custom Python package installed via pip shows as unpatched, but the CVE has a fixed version available. Why might Prisma Cloud still report the vulnerability as unresolved?

A.The Python package was installed without standard metadata files (.dist-info or .egg-info) required for version parsing.
B.Container vulnerability scans only support compiled languages like Go and C++; interpreted languages require runtime defense.
C.The Prisma Cloud Console requires a manual sync of the National Vulnerability Database before Python CVEs update.
D.The image was scanned using an outdated twistcli version that does not support Python package scanning.
AnswerA

Missing metadata prevents the vulnerability scanner from accurately parsing the installed package version.

Why this answer

Prisma Cloud correlates package manager databases with scanned binaries. If a package is installed without a proper metadata record (e.g. wheel or direct site-packages copy without egg-info/dist-info), the scanner cannot match it to the fix advisory.

41
Multi-Selecthard

Which THREE capabilities are provided by Prisma Cloud Resource Query Language (RQL)? (Choose three.)

Select 3 answers
A.Analyzing cloud audit log events to track API activity and user actions (event RQL).
B.Querying cloud resource configurations to detect security misconfigurations (config RQL).
C.Inspecting network traffic metadata and flow logs to identify connection patterns and anomalies (network RQL).
D.Automatically recompiling vulnerable C++ source code in GitHub repositories.
E.Provisioning new Kubernetes clusters across multi-cloud environments via direct CLI execution.
AnswersA, B, C

Event RQL inspects ingested cloud audit logs for security insights.

Why this answer

RQL supports three primary query types: config (resource posture), event (cloud audit logs), and network (VPC flow logs).

42
Multi-Selecthard

Which THREE data sources can Prisma Cloud CSPM ingest and analyze to evaluate security posture and compliance? (Choose three)

Select 3 answers
A.Cloud Provider Resource Configuration APIs
B.Local database transaction log files (.ldf)
C.Cloud Audit Logs (e.g., AWS CloudTrail)
D.Raw physical server BIOS memory dumps
E.Cloud Network Flow Logs (e.g., VPC Flow Logs)
AnswersA, C, E

API configurations are the primary data source for CSPM to evaluate resource posture.

Why this answer

Prisma Cloud CSPM analyzes cloud resource configuration APIs, cloud provider audit logs (CloudTrail/Activity Logs), and network flow logs.

43
MCQeasy

When onboarding a new multi-account AWS environment into Prisma Cloud CSPM via CloudFormation, what is the primary purpose of deploying the StackSet template?

A.To enforce inline SCPs that block unauthorized resource creation
B.To establish a secure cross-account IAM role granting Prisma Cloud read access to cloud metadata and configurations
C.To configure VPC flow logs and export them directly to Palo Alto Networks S3 buckets
D.To install the Prisma Cloud runtime defender agent on all EC2 instances
AnswerB

The StackSet deploys the prerequisite IAM role allowing Prisma Cloud to securely access cloud APIs for posture management.

Why this answer

Deploying a StackSet across multiple AWS accounts provisions the necessary cross-account IAM role with read-only permissions required for Prisma Cloud CSPM to scan configurations.

44
Multi-Selectmedium

Which THREE actions can an administrator perform within the Prisma Cloud Settings menu?

Select 3 answers
A.Configure webhook and SIEM alert integrations
B.Onboard and manage cloud accounts across AWS, Azure, and GCP
C.Execute ad-hoc Resource Query Language (RQL) queries across asset inventories
D.Configure trusted IP address restrictions for console login access
E.Define container runtime defense policies and process allowlists
AnswersA, B, D

Integrations are set up under Settings > Integrations.

Why this answer

Settings menu options include managing cloud accounts, access keys, trusted IPs, and integrations.

45
Multi-Selecthard

When configuring compliance policies in Prisma Cloud Compute for host operating systems and container images, which THREE types of checks are evaluated? Select the three correct answers.

Select 3 answers
A.Center for Internet Security (CIS) benchmarks for Docker, Kubernetes, and host operating systems.
B.Custom compliance checks defined by organization-specific rules and scripts.
C.Docker security configuration best practices (e.g., checking for privileged mode, running as root).
D.AWS IAM policy wildcard permissions and multi-factor authentication enforcement.
E.GitHub repository branch protection rule enforcement and pull request approvals.
AnswersA, B, C

CIS benchmarks are core compliance standards evaluated by Prisma Cloud.

Why this answer

Compliance policies in Prisma Cloud evaluate CIS benchmarks, custom compliance checks, and vulnerability/configuration standards across hosts and containers.

46
MCQmedium

An engineer is investigating a Prisma Cloud finding where an IAM user has active access keys but no associated password for console access. What does this configuration typically indicate?

A.The account is configured for federated SAML SSO exclusively
B.The user is intended for programmatic/API access only (such as a service account or developer script)
C.The account is the AWS root user
D.The user account has been disabled by AWS automatically
AnswerB

Programmatic-only users lack console passwords by design to reduce the human attack surface.

Why this answer

A user with only programmatic access keys (and no console access) is typically a service account or an automated script identity.

47
MCQhard

An enterprise runs containerized microservices on AWS Elastic Kubernetes Service (EKS) and wants to enforce mutual TLS (mTLS) and network micro-segmentation managed via Prisma Cloud. Which feature should be configured?

A.Enable AWS Certificate Manager to issue certificates for all pods automatically.
B.Configure AWS Security Groups for Pods to enforce IP-level filtering.
C.Configure Prisma Cloud Container Runtime network firewall rules to restrict inter-pod communication based on namespace, label, and service identity.
D.Deploy Prisma Cloud WAAS as a sidecar proxy on every Kubernetes pod.
AnswerC

Prisma Cloud's container firewall enforces micro-segmentation rules across pods.

Why this answer

Prisma Cloud provides container firewall capabilities that enforce layer 3/4 network micro-segmentation and application-layer access controls between pods.

48
Multi-Selecthard

Which TWO protocols or methods are supported by Prisma Cloud for sending alert notifications to external destinations?

Select 2 answers
A.Direct FTP file upload of raw database dumps
B.Generic Webhooks for custom integrations (e.g., Slack, PagerDuty, Microsoft Teams)
C.Email notifications sent to specified users or distribution lists
D.Direct kernel-level packet injection over raw sockets
E.Automatic SMS broadcast via internal GSM modem attachments
AnswersB, C

Webhooks allow Prisma Cloud to push alerts to any HTTP endpoint supporting JSON payloads.

Why this answer

Prisma Cloud supports webhooks and native integrations like email, Slack, and SIEM connectors for alerting.

49
MCQeasy

An administrator wants to organize cloud accounts in Prisma Cloud based on business units (e.g., Finance, Engineering) to apply granular access control and policy scoping. Which Prisma Cloud feature should be used?

A.Account Groups
B.Defender Scope Sets
C.Resource Lists
D.Compliance Standards
AnswerA

Correct. Account Groups allow logical organization of cloud accounts for scoping permissions and policies.

Why this answer

Account Groups in Prisma Cloud allow administrators to logically group cloud accounts together. These groups can then be used to scope roles, alerts, and policies to specific teams or business units.

50
Multi-Selecthard

When auditing GCP IAM configurations using Prisma Cloud, which THREE findings indicate potential privilege escalation or high security risks? (Choose three.)

Select 3 answers
A.Identities with 'roles/iam.securityAdmin' enabling broad permission grants
B.Enabling VPC Flow Logs on custom subnets
C.Service accounts possessing 'roles/iam.serviceAccountKeyAdmin'
D.Users holding 'roles/owner' at the project or organization level
E.Buckets configured with uniform bucket-level access enabled
AnswersA, C, D

Security admins can modify IAM policies across scopes, leading to privilege escalation.

Why this answer

Dangerous GCP roles include service account key administration, project ownership, and binding arbitrary service accounts.

51
MCQhard

An Azure subscription integrated with Prisma Cloud has a custom RBAC role assigned to multiple identities. The custom role was recently modified to include 'Microsoft.Authorization/*/write'. How does Prisma Cloud evaluate and report this change?

A.It flags a high-risk policy violation for potential Azure privilege escalation
B.It blocks all virtual machine traffic in the subscription
C.It generates an informational log entry with no security impact
D.It automatically rolls back the Azure RBAC role definition via API
AnswerA

Wildcards on authorization allow assigning roles and modifying permissions, which is a critical privilege escalation path.

Why this answer

Prisma Cloud detects wildcard write permissions on authorization resources as a high-risk privilege escalation vector in Azure RBAC.

52
MCQmedium

An administrator needs to restrict access to the Prisma Cloud administration console so that users can only log in from the corporate network IP range (192.0.2.0/24). Where is this restriction configured?

A.Administration > SSO > Network Policies
B.Settings > Trusted IP Addresses
C.Risks > Policies > Network Rules
D.Compute > Defend > Access Control
AnswerB

Trusted IP settings restrict console access to specified CIDR blocks.

Why this answer

Network access controls and IP whitelisting for the Prisma Cloud console are managed under Settings > Trusted IP Addresses.

53
Multi-Selecthard

Which THREE prerequisites must be verified when troubleshooting a newly deployed Prisma Cloud Compute Defender that fails to connect to the Compute Console via WebSockets?

Select 3 answers
A.Proper configuration of outbound HTTP/HTTPS proxy settings if corporate egress requires proxy tunneling
B.Physical network cable link speed and duplex settings on the hypervisor switch
C.Local database schema version of the Microsoft SQL Server backing the local VM
D.Correct WebSocket URL and credentials supplied during Defender installation
E.Outbound network connectivity on TCP port 8443 (or configured console port) to the Compute Console
AnswersA, D, E

Corporate proxies must allow WebSocket traffic or be explicitly configured during installation.

Why this answer

WebSocket connectivity issues require verifying network firewall rules, proxy settings, and console URL reachability.

54
MCQmedium

An application running in an AWS Lambda function requires protection against serverless-specific attacks, such as injection and event payload manipulation. Which Prisma Cloud component should be integrated?

A.CloudTrail log forwarder lambda function
B.Prisma Cloud Twistlock Console Proxy instance in VPC
C.Host Defender DaemonSet deployed to Lambda nodes
D.Prisma Cloud Serverless Defender layer
AnswerD

The Serverless Defender integrates directly into Lambda functions to inspect payloads and monitor execution runtime.

Why this answer

Prisma Cloud protects serverless functions by injecting a language-specific Serverless Defender layer into the Lambda configuration.

55
Multi-Selecteasy

Which TWO actions can an administrator perform when configuring Alert Rules in Prisma Cloud? (Choose two.)

Select 2 answers
A.Associate specific notification integrations (e.g., Slack, Email, Webhook) to receive alert notifications.
B.Rewrite the underlying source code of connected cloud provider APIs.
C.Configure the CPU and memory allocation of the underlying cloud virtual machines.
D.Modify the global pricing tier of the Prisma Cloud enterprise subscription.
E.Select specific cloud accounts or account groups to apply the alert notification criteria.
AnswersA, E

Alert Rules specify which notification integrations receive alerts.

Why this answer

Alert Rules allow administrators to select specific policies or severity levels and tie them to notification channels or auto-remediation templates.

56
Multi-Selecthard

An administrator is troubleshooting why a Prisma Cloud Serverless Defender deployed on AWS Lambda is not reporting runtime telemetry. Which THREE factors must be verified? Select the three correct answers.

Select 3 answers
A.Verify that an EC2 Host Defender daemonset is running on the underlying AWS Lambda hypervisor nodes.
B.Check that the runtime environment variables (such as ⁠ RT_CONSOLE_ADDR ⁠ and authentication tokens) are correctly set on the Lambda function.
C.Ensure the Lambda function execution role has permissions to modify AWS CloudTrail logs.
D.Ensure the Prisma Cloud Serverless Defender layer is correctly attached to the Lambda function configuration.
E.Verify that the Lambda function has outbound network connectivity (via VPC NAT Gateway or internet gateway) to reach the Prisma Cloud Console.
AnswersB, D, E

Environment variables provide the console address and authentication tokens required by the serverless defender.

Why this answer

Serverless defenders require proper outbound network connectivity, correct handler wrapping/layer attachment, and valid credentials/tokens to communicate with the Prisma Cloud Console.

57
Multi-Selecthard

Which TWO actions can be performed by the Prisma Cloud Container Runtime Defense module when a security anomaly is detected? (Choose two)

Select 2 answers
A.Block the execution of unauthorized processes or system calls.
B.Generate a security incident alert in the Prisma Cloud Console and export via webhook/SIEM.
C.Migrate the running container workload to an isolated sandbox VPC.
D.Permanently delete the cloud provider virtual machine instance.
E.Automatically patch the source code repository of the vulnerable container image.
AnswersA, B

Runtime defense can be set to 'Prevent' mode to block unauthorized processes or dangerous system calls.

Why this answer

Prisma Cloud Container Runtime Defense can take several preventative or alert actions when anomalous behavior occurs, including blocking the offending syscall/process and generating alerts.

58
MCQhard

A security engineer is troubleshooting why Prisma Cloud Compute Defenders deployed on an ECS Fargate cluster are not reporting connection status back to the Prisma Cloud Console. Which architecture requirement for Fargate defenders is likely missing?

A.The ECS task execution role lacks permissions to access Amazon S3.
B.The Defender sidecar container was not added to the ECS task definition.
C.The security group blocks inbound port 22 from the Prisma Cloud Console.
D.AWS CloudTrail is disabled in the Fargate region.
AnswerB

Correct. Fargate tasks do not support host-level agents; therefore, a Defender sidecar container must be included in the task definition.

Why this answer

Prisma Cloud Compute Defenders on AWS ECS Fargate require an injected sidecar container within the task definition to communicate telemetry back to the Console, unlike EC2-based deployments which use a host-level daemonset.

59
MCQeasy

What role do Prisma Cloud Account Groups play in organizing security posture management?

A.They determine the CPU allocation and memory sizing of Prisma Cloud scanners.
B.They define the billing rates charged by cloud service providers.
C.They allow administrators to organize multiple cloud accounts into logical collections for simplified filtering, policy assignment, and reporting.
D.They store administrator password hashes and MFA tokens.
AnswerC

Account Groups streamline multi-cloud management by grouping related accounts together.

Why this answer

Account Groups allow administrators to group multiple cloud accounts logically for reporting, filtering, and alert management.

60
MCQeasy

What is the primary function of an AWS IAM service-linked role?

A.A role that grants public anonymous access to S3 buckets
B.A unique type of IAM role linked directly to an AWS service to seamlessly provision required resources
C.A role that allows human users to log in via browser single sign-on
D.A temporary token that expires after 15 minutes
AnswerB

AWS services use service-linked roles to safely perform actions on behalf of the user within their account.

Why this answer

Service-linked roles are predefined by AWS services and delegated permissions required to integrate smoothly with other AWS services.

61
Multi-Selecthard

Which THREE actions can Prisma Cloud take when a container runtime rule detects a high-severity security violation (such as a blocked process or forbidden network connection)? Select the three correct answers.

Select 3 answers
A.Alert (audit) by logging the event in the Prisma Cloud Console for security analyst review.
B.Roll back the Kubernetes deployment to the previous stable Helm chart version.
C.Terminate the offending container instance when configured for aggressive enforcement.
D.Prevent (block) the unauthorized process execution or network connection attempt.
E.Automatically patch the container image vulnerability in the private registry.
AnswersA, C, D

Audit action logs the event without interrupting execution.

Why this answer

Runtime defense rules can trigger multiple actions including alerting (audit), blocking (prevent), and terminating processes or containers depending on configuration.

62
MCQmedium

An administrator notices that Prisma Cloud Host Defenders deployed on AWS EC2 instances are failing to report back to the console. Security groups allow outbound traffic, but VPC Flow Logs show dropped packets on port 8084. What must the administrator verify?

A.Reconfigure the EC2 instance metadata service from IMDSv1 to IMDSv2.
B.Verify that AWS Shield Advanced is enabled on the VPC containing the EC2 instances.
C.Check if AWS CloudTrail is logging API calls for the EC2 instances.
D.Ensure inbound rules on the Prisma Cloud Console allow traffic originating from port 8084 of the EC2 instances.
AnswerD

The console listens for incoming connections from defenders on port 8084 by default.

Why this answer

Prisma Cloud Console communicates with Defenders primarily over port 8084 (or configured custom ports). VPC security groups and Network ACLs must permit outbound and inbound traffic on this port.

63
MCQeasy

When onboarding a new Google Cloud Platform (GCP) organization into Prisma Cloud, what is the primary prerequisite required to grant Prisma Cloud visibility across all projects?

A.Deploying a Compute Engine instance running the Prisma Cloud Defender in every GCP project.
B.Configuring VPC Flow Logs to stream directly to an AWS S3 bucket monitored by Prisma Cloud.
C.Installing the Google Cloud CLI on a local machine and running a Terraform initialization script.
D.Creating a Service Account at the GCP Organization level with the Security Center Viewer and Viewer roles, and generating a JSON key.
AnswerD

Organization-level onboarding requires a service account with appropriate roles at the root organization node.

Why this answer

Onboarding a GCP organization requires setting up a Service Account with appropriate organization-level roles (such as Security Viewer) and enabling necessary APIs.

64
Multi-Selecthard

Which THREE core architectural components comprise the Prisma Cloud Enterprise Edition platform?

Select 3 answers
A.Prisma Cloud Defenders (for CWPP runtime defense and vulnerability scanning)
B.Local MongoDB database cluster (required for customer-managed tenant storage)
C.Prisma Cloud Hardware Appliance (on-premises physical proxy)
D.Cloud Provider APIs (for CSPM asset discovery and posture assessment)
E.Prisma Cloud Console (SaaS-hosted multi-tenant management plane)
AnswersA, D, E

Correct. Defenders are deployed in customer environments to secure hosts, containers, and serverless functions.

Why this answer

Prisma Cloud Enterprise Edition architecture consists of the SaaS-hosted Prisma Cloud Console, cloud provider APIs for posture management, and optional Compute Defenders deployed in customer environments for runtime and vulnerability analysis.

65
MCQeasy

Which Prisma Cloud feature allows security teams to group cloud resources based on business units, environments (e.g., Production vs. Development), or ownership for targeted policy enforcement?

A.Permission Sets
B.Defenders
C.Resource Groups
D.Cloud Accounts
AnswerC

Resource Groups enable logical organization of cloud assets for filtering policies, alerts, and dashboards.

Why this answer

Resource Lists and Resource Groups allow administrators to logically group assets across cloud accounts for granular policy targeting.

66
MCQeasy

Where in Prisma Cloud can an administrator create, modify, or disable OOTB (Out-of-The-Box) and custom security policies?

A.Investigate > Saved Searches
B.Settings > Enterprise Settings
C.Compute > Defend > Access Control
D.Governance > Policies
AnswerD

Governance > Policies is the central location for managing cloud security policies, severity, and compliance mappings.

Why this answer

Policies in Prisma Cloud are managed under the Governance > Policies section.

67
MCQmedium

A security engineer is troubleshooting a Web Application and API Security (WAAS) rule that is not inspecting HTTPS traffic flowing into a Kubernetes Ingress controller. What is the most likely cause?

A.The WAAS rule was configured with the action set to 'Prevent' instead of 'Alert'.
B.TLS termination occurs at the Ingress controller, and the WAAS proxy or defender has not been configured to inspect traffic after TLS termination or at the application pod level.
C.The Host Defender license does not include Web Application Firewall features.
D.Prisma Cloud WAAS only supports unencrypted HTTP traffic on port 80.
AnswerB

WAAS requires visibility into decrypted HTTP traffic to inspect application layer payloads.

Why this answer

WAAS for containers intercepts traffic at the container or proxy level. If TLS termination happens at the ingress controller and the WAAS module is not positioned to inspect decrypted traffic, payloads will be missed unless the ingress proxy is integrated.

68
MCQhard

An organization requires that all compute instances across AWS and Azure be tagged with an 'Owner' and 'Environment' tag. How can Prisma Cloud enforce or report on missing tags?

A.By creating a custom config policy using RQL to check for resources where mandatory tags are absent or null.
B.By enabling VPC flow log analysis under Network Security settings.
C.By modifying the cloud provider's billing console to reject untagged resource creation.
D.By deploying a Defender agent that intercepts operating system boot commands.
AnswerA

Custom config RQL policies can evaluate resource tag presence and alert when required tags are missing.

Why this answer

Prisma Cloud provides out-of-the-box and custom tag policies using RQL or policy rules to detect resources missing mandatory tags.

69
MCQhard

A container running inside a Kubernetes cluster was compromised, and the attacker attempted to modify the host's kernel parameters using sysctl. Which Prisma Cloud feature detects and prevents this action?

A.Registry scanning rules checking for modprobe binaries inside the image layers.
B.Kubernetes Pod Security Standards configured to audit mode.
C.Container Runtime defense rules monitoring system calls and capability drops to block unauthorized sysctl executions.
D.Prisma Cloud WAAS inspection of incoming HTTP POST requests containing sysctl payloads.
AnswerC

Syscall monitoring catches attempts to alter kernel parameters or perform privileged operations.

Why this answer

Host and container runtime defense includes system call (syscall) monitoring and isolation checks that block unauthorized attempts to modify kernel settings or mount sensitive filesystems.

70
MCQhard

An administrator needs to create a custom RQL policy that detects AWS IAM users who have console access enabled, have not enabled Multi-Factor Authentication (MFA), and have not logged in within the last 90 days. Which RQL query correctly combines these conditions?

A.network from vpc.flow where source.user = 'IAM' and destination.port = 443
B.config from cloud.resource where cloud.type = 'aws' and api.name = 'aws-iam-user' and jmespath passwordEnabled is true and mfaActive is false and lastLoginTime < 90d
C.event from cloud.audit where cloud.type = 'aws' and operation = 'ConsoleLogin' and mfa = false
D.config from cloud.resource where cloud.type = 'aws' and api.name = 'aws-ec2-instance' and securityGroup.rules.port = 22
AnswerB

This RQL correctly filters AWS IAM users checking password enablement, MFA status, and last login time.

Why this answer

Prisma Cloud IAM RQL allows joining cloud config data with cloud identity data to evaluate user login activity, console access, and MFA status.

71
MCQmedium

An auditor asks an engineer to demonstrate how Prisma Cloud verifies that IAM policies adhere to compliance standards like CIS Benchmarks. Which Prisma Cloud component links policies to CIS requirements?

A.Container Registry scanner configuration
B.Compute Agent deployment script generator
C.Cloud Code Security Git hook installer
D.Compliance Mapping and Standards Framework
AnswerD

Prisma Cloud maps policies to recognized standards like CIS, NIST, and PCI-DSS for reporting.

Why this answer

Prisma Cloud compliance frameworks map specific compliance standards (such as CIS AWS Benchmarks) directly to built-in RQL policy checks.

72
MCQeasy

Which Prisma Cloud module provides visibility into cloud resource configurations, posture management, and compliance across multi-cloud environments?

A.Prisma Cloud Cloud Network Security (CNS)
B.Prisma Cloud Identity Security
C.Prisma Cloud Compute (Cloud Workload Protection)
D.Prisma Cloud Posture Management (CSPM)
AnswerD

CSPM provides multi-cloud posture management, compliance reporting, and asset inventory.

Why this answer

Prisma Cloud Posture Management (CSPM) is the core module responsible for configuration visibility, compliance, and posture governance.

73
MCQeasy

Which Prisma Cloud dashboard view provides a consolidated summary of identity risks, including inactive users, overly permissive roles, and missing MFA?

A.Network Security > Flow Log Viewer
B.Runtime Security > Defend > Containers
C.Dashboard > Identity and Access Security
D.Inventory > Compute > Virtual Machines
AnswerC

This specific dashboard summarizes identity risks, access anomalies, and compliance posture across cloud accounts.

Why this answer

The Prisma Cloud Identity and Access Security dashboard or IAM Security module highlights posture risks related to cloud identities.

74
Multi-Selecthard

An enterprise is hardening its AWS IAM environment. Which THREE policy conditions or elements can help restrict role assumption security risks when configured correctly? (Choose three.)

Select 3 answers
A.'aws:SecureTransport' condition requiring HTTPS
B.'sts:ExternalId' condition to prevent confused deputy attacks
C.'aws:MultiFactorAuthPresent' condition requiring MFA for sensitive role assumptions
D.'ec2:InstanceType' condition restricting EC2 instance sizes in trust policies
E.'aws:SourceVpce' condition to restrict assumption requests to specific VPC endpoints
AnswersB, C, E

External ID ensures third-party applications securely assume cross-account roles.

Why this answer

External IDs, source VPC endpoints, and secure MFA conditions strengthen IAM role trust relationships.

75
Multi-Selectmedium

Which TWO methods can be used to scan infrastructure-as-code (IaC) templates using Prisma Cloud before deployment? Select the two correct answers.

Select 2 answers
A.Deploy a Host Defender daemonset onto cloud provider IAM management endpoints.
B.Connect version control systems (VCS) like GitHub or GitLab directly to Prisma Cloud for repository scanning.
C.Integrate twistcli iac scan into CI/CD build pipelines.
D.Enable AWS CloudTrail log streaming to the Prisma Cloud Console.
E.Configure a Prisma Cloud WAAS proxy in front of the Terraform CLI client.
AnswersB, C

Prisma Cloud connects to VCS repositories to automatically scan IaC templates.

Why this answer

IaC scanning can be executed via the twistcli command-line tool or via native VCS integrations (such as GitHub, GitLab) in Prisma Cloud.

Page 1 of 3

Page 2

All pages