Which of the following best describes the job duties of compliance officers?

A. They create security policies.
B. They design and implement secure networks.
C. They check if employees comply with security policies.
D. They ensure appropriate separation of duties exists to prevent abuse of privilege.


Answer: C
Explanation: Compliance officers check to see if employees stay in compliance with security policies as they use information systems in their job.

Computer Science & Information Technology

You might also like to view...

Given the following include directive (to get the declaration for the pow function from the math library): #include Now make these declarations: double base = 2, exponent = 3, power = 4; Which of the following are correct invocations for the pow function? If any of the following is correct, give the value returned or assigned, and if apparently incorrect, explain.

a) power = pow(base, exponent); b) pow(power, base, exponent); c) pow(base, exponent) = power; d) base = pow(exponent, power);

Computer Science & Information Technology

If a node in an AVL tree requires rebalancing, what other nodes in the tree may also require rebalancing?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is NOT a standard paper size in the United States?

A) 11" x 17" B) 8.5" x 11" C) 8.3" x 11.7" D) 8.5" x 14"

Computer Science & Information Technology

In an XHTML page that contains no attribute, text will display at:

A) the default font size of the viewer's computer. B) a default size of 10 pts. C) a default size of 14 pts. D) the default size and width of the browser window.

Computer Science & Information Technology