Which of the following is considered a risk management BEST practice of succession planning?
A. Reducing risk of critical information being known to an individual person who may leave the organization
B. Implementing company-wide disaster recovery and business continuity plans
C. Providing career advancement opportunities to junior staff which reduces the possibility of insider threats
D. Considering departmental risk management practices in place of company-wide practices
Answer: B. Implementing company-wide disaster recovery and business continuity plans
You might also like to view...
Answer the following statements true (T) or false (F)
1. A while loop may have a semicolon after the test expression and before the body of the loop, but it is not required. 2. A while loop is somewhat limited, because the counter can only count up, not down. 3. An initialization expression may be omitted from the for loop if no initialization is required. 4. When a loop is nested inside another loop, the outer loop goes through all its iterations for each iteration of the inner loop. 5. A while loop is somewhat limited because the counter can only be incremented or decremented by one each time through the loop.
FlowLayout method changes the alignment for the FlowLayout.
a. setLayout b. modifyAlignment c. setAlignment d. setAlign
Which of the following String methods does not modify the original String?
a) Method Replace b) Method ToUpper c) Method ToLower d) All of the above
Which PowerShell cmdlet can be used to create a resource pool for measuring memory usage?
A. New-MemPool B. Set-VMMemory C. New-VMResourcePool D. Measure-VM