Palo Alto Networks System Engineer – Prisma Cloud — Question 46

Which Resource Query Language (RQL) query searches for all Relational Database Service (RDS) instances that have a public IP address?

Answer options

Correct answer: C

Explanation

The correct answer is C because it specifically checks if the RDS instances are publicly accessible, which indicates they have a public IP address. Option A incorrectly looks for the existence of the publicIpAddress field, while option B uses a CIDR notation that does not directly confirm public accessibility. Option D queries RDS snapshots instead of instances, making it irrelevant to the question.