Courseiva

CloudSec-Pro Practice Question: Prisma Cloud Configuration And Posture Management

When configuring a custom RQL policy to detect IAM users without MFA, which query operator should be used to ensure the policy captures users across all cloud accounts?

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

config from iam where mfa.enabled = false

The 'config from iam' query structure in RQL is designed to aggregate identity data across multiple connected cloud accounts.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • config from iam where mfa.enabled = false

    Why this is correct

    This is the correct RQL syntax for IAM-based identity checks.

  • None of the above

    Why it's wrong here

    The first option is the standard query format.

  • iam from cloud where mfa = 'disabled'

    Why it's wrong here

    This syntax is not valid RQL.

  • config from cloud.resource where mfa.enabled = false

    Why it's wrong here

    This query is generally used for cloud resource configuration, not IAM specific identity properties.

  • network from vpc where mfa.enabled = false

    Why it's wrong here

    This is a network-based query, which is irrelevant to IAM settings.

About these practice questions

This CloudSec-Pro question is part of Courseiva's 203-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.