CloudSec-Pro Practice Question: Prisma Cloud Configuration And Posture Management
Which RQL command is used to identify cloud resources that have been modified by a specific IAM user?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
event from cloud.event where actor.name = '...'
The 'event' RQL command queries cloud provider audit logs (like CloudTrail) for specific identity activity.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
event from cloud.event where actor.name = '...'
Why this is correct
The 'event' query is specifically designed to correlate audit logs with actors.
- ✗
config from cloud.resource where modifier.user = '...'
Why it's wrong here
Config queries do not track the identity of the user who modified the resource.
- ✗
activity from cloud.trail where user = '...'
Why it's wrong here
This is not a valid RQL syntax.
- ✗
iam from cloud where user = '...'
Why it's wrong here
This does not query the resource modification event history.
About these practice questions
One of 203 original CloudSec-Pro practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Palo Alto Networks exam blueprint
This CloudSec-Pro practice question is part of Courseiva's free Palo Alto Networks certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CloudSec-Pro exam.