nerdexam
Oracle

1Z0-105 · Question #48

Examine the D script: syscall::write:entry { @[execname] = avg(arg2); } Note that the third argument to the write(2) system call is the size of the write being made. Which statement is true about…

The correct answer is C. It does not run because the aggregate is not named. See the full explanation below for the reasoning.

Question

Examine the D script: syscall::write:entry { @[execname] = avg(arg2); } Note that the third argument to the write(2) system call is the size of the write being made. Which statement is true about this D script?

Options

  • AIt displays the average write size that each unique process makes.
  • BIt displays the average write size that each running program makes.
  • CIt does not run because the aggregate is not named.
  • DIt runs but produces no output.

How the community answered

(19 responses)
  • A
    11% (2)
  • B
    5% (1)
  • C
    79% (15)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-105 Practice