nerdexam
Palo_Alto_Networks

PSE-PRISMACLOUD · Question #88

What subcommand invokes the Prisma Cloud Compute (PCC) edition image scanner?

The correct answer is A. > twistcli images scan. twistcli images scan is the correct syntax for invoking Prisma Cloud Compute's image scanner. The twistcli CLI follows a noun-verb pattern: the resource type (images) comes before the action (scan), which is consistent with other twistcli subcommands. Why the distractors are…

Cloud Workload Protection

Question

What subcommand invokes the Prisma Cloud Compute (PCC) edition image scanner?

Options

  • A
    twistcli images scan
  • B
    twistcli project scan
  • C
    twistcli scan projects
  • D
    twistcli scan images

How the community answered

(51 responses)
  • A
    86% (44)
  • B
    8% (4)
  • C
    2% (1)
  • D
    4% (2)

Explanation

twistcli images scan is the correct syntax for invoking Prisma Cloud Compute's image scanner. The twistcli CLI follows a noun-verb pattern: the resource type (images) comes before the action (scan), which is consistent with other twistcli subcommands.

Why the distractors are wrong:

  • B (twistcli project scan) - project is not a valid resource noun in this context, and the verb/noun order is reversed.
  • C (twistcli scan projects) - This inverts the pattern entirely (verb before noun) and uses projects, which isn't the target resource.
  • D (twistcli scan images) - This places the verb (scan) before the noun (images), reversing the correct noun-verb order.

Memory tip: Think of twistcli commands as "what you're working on, then what you're doing" - images (the thing) scan (the action). If you remember "twistcli images scan" like "inspect the images," you'll lock in the noun-first order.

Topics

#twistcli#image scanning#Prisma Cloud Compute#CLI commands

Community Discussion

No community discussion yet for this question.

Full PSE-PRISMACLOUD Practice