Courseiva

CCNA Logging Monitoring And Compliance Questions

33 questions · Logging Monitoring And Compliance topic · All types, answers revealed

1
MCQhard

You need to export a report of all users who have 'Admin' access across all AWS accounts. Which RQL query helps identify this?

A.config from cloud.iam where role.name = 'Admin'
B.network from vpc.flow_logs where ...
C.scan from images where ...
D.audit from cloud.audit_logs where action = 'Admin'
AnswerA

This RQL query targets IAM roles/users with specific names.

Why this answer

Querying the IAM configuration state is the best way to identify privilege distribution.

2
Multi-Selecthard

Which TWO types of data visibility does the Prisma Cloud Defender provide?

Select 2 answers
A.Cloud service billing data
B.Host process and system call monitoring
C.Employee performance metrics
D.Workload network traffic monitoring
E.Physical hardware temperature
AnswersB, D

This is a primary feature of runtime defense.

Why this answer

Defenders provide visibility into runtime process activity and network traffic for workloads.

3
MCQhard

Your organization requires that all alert notifications be sent in JSON format to a specific endpoint. Where is this format controlled?

A.Alert rule severity settings
B.Notification template settings
C.The Agent Config file
D.Webhook integration settings
AnswerD

Custom Webhooks allow full control over the payload format.

Why this answer

Webhook configuration allows for custom headers and payload structures, including JSON formatting.

4
MCQmedium

When integrating Prisma Cloud with Jira for incident tracking, what is the required configuration step?

A.Configure Jira in Settings > Integrations
B.Modify the Alert Rule directly in Jira
C.Add a tag to the Cloud Account
D.Enable API access in the Defender
AnswerA

Integrations are managed centrally in the Settings menu.

Why this answer

You must define the Jira project and issue type in the Settings > Integrations menu to map alerts to tickets.

5
MCQeasy

To ensure audit logs are not tampered with, what is the best practice for storage?

A.Set public read access
B.Encrypt with KMS
C.Use standard EBS volumes
D.Enable S3 Object Lock
AnswerD

S3 Object Lock provides the required WORM functionality.

Why this answer

Storing logs in a write-once-read-many (WORM) storage bucket ensures immutability for compliance.

6
MCQmedium

To monitor for unusual login attempts, which policy type should be enabled?

A.IAM Anomaly Detection
B.Vulnerability Policy
C.File Integrity Monitoring
D.Network Security Policy
AnswerA

Anomaly detection specifically identifies deviations from normal behavior.

Why this answer

IAM policies and anomaly detection policies are designed to spot unusual login patterns.

7
Multi-Selectmedium

Which THREE features assist in managing the 'Compliance' lifecycle?

Select 3 answers
A.Disabling all alerts
B.Automated reporting
C.Ignoring all logs
D.Custom policy creation
E.Continuous monitoring of resources
AnswersB, D, E

Reporting is needed for periodic reviews.

Why this answer

Continuous monitoring, reporting, and policy management form the lifecycle.

8
Multi-Selecthard

Which THREE items should be included in an audit-ready compliance report?

Select 3 answers
A.Control status (Pass/Fail)
B.Scope of the audit
C.Administrator password list
D.Evidence and logs
E.Employee salary data
AnswersA, B, D

Status is the core purpose of a compliance report.

Why this answer

A good report includes the scope, the specific controls audited, and the evidence/status of each.

9
MCQeasy

What is the primary difference between a 'Policy' and an 'Alert Rule' in Prisma Cloud?

A.Policy is for cloud; Alert Rule is for containers
B.They are synonymous terms
C.Policy defines the check; Alert Rule defines the action
D.Alert Rule defines the check; Policy defines the action
AnswerC

This describes the fundamental architectural separation.

Why this answer

A policy defines what is a violation, while an alert rule defines what actions (notifications/remediation) occur when a violation is detected.

10
MCQhard

A compliance framework requires evidence that encryption at rest is enabled for all RDS instances. Which Prisma Cloud report provides this 'point-in-time' validation?

A.Vulnerability Report
B.Alert Summary Report
C.Asset Inventory report
D.Compliance Report
AnswerD

This generates a snapshot of compliance for auditors.

Why this answer

The Compliance Report allows you to export the status of controls for a specific framework at a specific time.

11
MCQmedium

When configuring log streaming to an S3 bucket, which permission must be granted to the Prisma Cloud service principal?

A.s3:DeleteObject
B.s3:ListBucket
C.s3:PutObject
D.s3:GetBucketPolicy
AnswerC

This permission is required to write the log files to the bucket.

Why this answer

The service principal requires 's3:PutObject' to upload log files to the destination bucket.

12
Multi-Selecteasy

Which TWO sources of data are critical for cloud security monitoring?

Select 2 answers
A.Personal social media feeds
B.Local temperature sensors
C.Cloud provider management plane logs
D.Network flow logs
E.Company cafeteria menus
AnswersC, D

These logs show configuration and access changes.

Why this answer

Visibility into both the control plane (APIs) and the data plane (network/workload) is essential.

13
MCQmedium

When a 'Compute' alert is generated, what is the significance of the 'Defender' scope?

A.It defines the webhook URL
B.It defines the encryption key for the logs
C.It defines the targets for the alert policy
D.It defines the severity of the alert
AnswerC

The scope allows granular control over policy application.

Why this answer

The scope limits which Defenders or collections report or act upon specific alerts.

14
Multi-Selecthard

Which TWO actions can be taken automatically when a policy violation is detected in Prisma Cloud?

Select 2 answers
A.Format the hard drive
B.Delete the entire cloud account
C.Trigger a Webhook for automation
D.Send an alert to an email address
E.Lock the user out of the OS
AnswersC, D

Webhooks are the primary way to integrate custom automation.

Why this answer

Automated actions can include sending notifications and triggering external remediation workflows.

15
Multi-Selecteasy

Which TWO of the following are primary methods for ingesting logs into the Prisma Cloud platform?

Select 2 answers
A.Packet capture via physical span port
B.Manual file upload via browser
C.SQL database direct connect
D.Direct log forwarding to Prisma Cloud collector
E.Cloud Service API integration
AnswersD, E

Many customers use log streaming directly to the collector.

Why this answer

Prisma Cloud supports ingestion via API-based integrations and direct log forwarding/streaming.

16
MCQhard

You are seeing an influx of false-positive alerts for 'Excessive IAM Permission' in your production environment. How can you tune this without disabling the policy globally?

A.Remove the IAM user
B.Apply alert rule exceptions using filters
C.Disable the policy in Policy Settings
D.Re-onboard the cloud account
AnswerB

Exceptions allow fine-grained tuning to ignore specific known-good configurations.

Why this answer

You can create an alert rule exception or apply a filter based on specific entities or tags to suppress noise.

17
MCQmedium

You need to audit who accessed a specific S3 bucket last week. Which RQL query structure is most appropriate?

A.network from vpc.flow_logs where ...
B.config from cloud.resource where resource.type = 'S3'
C.audit from cloud.audit_logs where event.name = 'GetBucket'
D.scan from images where ...
AnswerC

This syntax correctly targets cloud audit logs for the specific event.

Why this answer

The 'config' and 'audit' types in RQL allow you to search through historical events and configuration states.

18
MCQhard

A security requirement states that all cloud resources must be tagged with an 'Owner' attribute. How can you automate this compliance check?

A.Configure a Webhook
B.Use an IAM role
C.Update the Cloud Account metadata
D.Create an RQL policy for missing tags
AnswerD

RQL policies can identify assets that lack mandatory tags.

Why this answer

Using a RQL policy, you can identify resources missing specific tags and trigger alerts.

19
MCQmedium

When auditing network security, which log type should you review to see all blocked connection attempts?

A.Application logs
B.VPC Flow Logs
C.IAM logs
D.CloudTrail logs
AnswerB

Flow logs provide visibility into traffic flow and rejection status.

Why this answer

VPC Flow Logs in AWS (and equivalent logs in Azure/GCP) track both accepted and rejected traffic.

20
MCQeasy

You need to ensure that all Prisma Cloud platform audit logs are retained for compliance purposes. Where do you configure the export of these logs to an external SIEM?

A.Settings > Integrations
B.Compute > Defend > Access Control
C.Monitor > Events > SIEM
D.Policy > Compliance > Settings
AnswerA

This is the correct path for setting up log forwarding integrations.

Why this answer

Prisma Cloud allows the integration of audit logs via the Settings > Integrations menu to forward data to external systems like Splunk or AWS S3.

21
MCQeasy

Which dashboard view should a compliance officer use to track the overall posture against CIS Benchmarks across multiple cloud accounts?

A.Compliance Dashboard
B.Network Security Dashboard
C.Vulnerability Dashboard
D.Runtime Security Dashboard
E.Policy Overview page
AnswerA

The Compliance Dashboard is specifically designed for auditing posture against frameworks.

Why this answer

The Compliance Dashboard provides a centralized view of compliance status mapped to various frameworks like CIS.

22
MCQeasy

Which Prisma Cloud feature allows you to view the current state of your cloud environment compared to a baseline?

A.Vulnerability Scan
B.Compliance Dashboard
C.Log Streaming
D.Asset Inventory
AnswerD

This provides a real-time view of cloud resources.

Why this answer

The 'Asset Inventory' and 'Investigate' features allow for state comparison and drift detection.

23
MCQmedium

A security auditor requests a report on all instances where a Security Group was modified in AWS within the last 30 days. Which Prisma Cloud feature provides this historical insight?

A.Compliance Dashboard report
B.Alert rule configuration
C.Investigate module using RQL
D.Vulnerability management tab
AnswerC

RQL is the standard tool for querying configuration history in Prisma Cloud.

Why this answer

The Investigate module allows users to run RQL queries to search through historical configuration changes and audit events.

24
Multi-Selectmedium

Which THREE actions should be taken if a critical compliance violation is detected?

Select 3 answers
A.Isolate the affected resource
B.Document the incident for audit
C.Remediate the misconfiguration
D.Ignore the alert
E.Delete all audit logs
AnswersA, B, C

Immediate isolation prevents further risk.

Why this answer

Effective response involves investigation, remediation, and reporting/documentation.

25
MCQeasy

Where do you view all triggered violations in the Prisma Cloud console?

A.Alerts
B.Dashboard
C.Settings
D.Investigate
AnswerA

The Alerts tab is the central hub for violations.

Why this answer

The Alerts tab is the primary interface for managing and reviewing all triggered policy violations.

26
Multi-Selecteasy

Which THREE components are required for a proper Cloud Audit log strategy?

Select 3 answers
A.Defined log retention policy
B.Public access to logs
C.Centralized log storage
D.Automated alerting/monitoring
E.Manual log deletion
AnswersA, C, D

Retention policies ensure compliance with legal requirements.

Why this answer

A complete strategy involves log generation, centralized storage, and ongoing monitoring/analysis.

27
MCQeasy

Which Prisma Cloud tool allows you to perform an ad-hoc search across all your logs for a specific IP address?

A.Vulnerability
B.Investigate
C.Compliance
D.Dashboard
AnswerB

Investigate enables powerful, flexible searching across all log types.

Why this answer

The Investigate module is designed for complex ad-hoc queries including searching across logs.

28
MCQhard

You are auditing a Kubernetes environment. Where can you find the audit logs for API server activity?

A.Directly in the etcd database
B.Prisma Cloud Console > Events
C.The container stdout
D.The host syslog file
AnswerB

Prisma Cloud ingests and displays these logs in the Events section.

Why this answer

Kubernetes API server audit logs are captured by the Prisma Cloud Defender deployed as a DaemonSet.

29
MCQmedium

You want to automate the remediation of public S3 buckets. Which Prisma Cloud feature enables this?

A.Webhooks for auto-remediation
B.Policy Auto-Fix
C.Compliance Policy exclusion
D.RQL Saved View
AnswerA

Webhooks allow the system to trigger external automation workflows.

Why this answer

Serverless functions or integration with automation tools (like AWS Lambda) can be triggered via Webhooks for auto-remediation.

30
MCQhard

A Linux host is reporting an alert for an unauthorized process. You need to see the process tree. Which tab in the Console provides this data?

A.Monitor > Assets
B.Defend > Vulnerabilities
C.Events > Runtime Events
D.Dashboard > Compliance
AnswerC

This captures granular process execution data.

Why this answer

The 'Runtime' or 'Events' data for a specific host provides drill-down capabilities including process lineage.

31
MCQeasy

What is the function of the 'Suppression' period in an Alert Rule?

A.To delete the alert from the database
B.To reduce redundant notifications
C.To force a re-scan of the resource
D.To increase the severity level
AnswerB

Suppression prevents alert fatigue by grouping or ignoring duplicate alerts for a duration.

Why this answer

It prevents the system from flooding the user with redundant alerts for the same issue.

32
MCQhard

You are troubleshooting why CloudTrail logs are not appearing in your Prisma Cloud environment. Which component must be validated first?

A.Compute Defender console port
B.Prisma Cloud IAM role permissions
C.The Alert severity threshold settings
D.The local agent status on the EC2 instances
AnswerB

If the role lacks 'cloudtrail:LookupEvents', logs will not be retrieved.

Why this answer

The integration between the Cloud Account and the Prisma Cloud platform relies on the IAM role permissions assigned during the onboarding process.

33
Multi-Selectmedium

Which THREE criteria are commonly used to filter the Alerts view to reduce alert fatigue?

Select 3 answers
A.Severity level
B.User password length
C.Time frame
D.Browser type
E.Resource type
AnswersA, C, E

Severity helps prioritize critical items.

Why this answer

Filtering by time, severity, and resource type are standard ways to manage alert volume.

Ready to test yourself?

Try a timed practice session using only Logging Monitoring And Compliance questions.