An earthquake relief team has arrived at an affected area of a company to assess the extent of damage. They recommend the immediate implementation of the disaster recovery plan as they feel that the impact of the earthquake was very high. In the context of disaster recovery teams, the earthquake relief team is an example of a(n) _____.
a. emergency response group
b. business recovery group
c. control group
d. business continuity group
b. business recovery group
The business recovery group includes employees and nonemployee specialists who assess the situation once it is safe to do so. They assess the extent of the damage and decide if or when it may be safe to reenter the affected work area. They recommend whether the disaster recovery plan needs to be put into effect, depending on the impact of the disaster or incident.
You might also like to view...
Which of the following statements are correct?
a. When you create an array using new int[10], an array object is created with ten integers of value 0. b. When you create an array using new int[10], an array object is created with no values in the array. c. When you create an ArrayList using new ArrayList(), an ArrayList object is created with no elements in the ArrayList object. d. When you create an array using int[] x = new int[10], x.length() is 10. e. When you create an array using ArrayList x = new ArrayList(10), x.size() is 10.
In 1672, a French philosopher and mathematician designed and built one of the first mechanical calculators named the ____ that could do addition and subtraction.
A. Pascaline B. Leibniz Wheel C. Abacus D. TI-85
Which protocol is a link state dynamic routing protocol?
A. IS-IS B. RIPv2 C. RIPv1 D. BGP
Which statement is false?
a) Every block is a compound statement. b) Every compound statement is a block. c) Blocks can be nested. d) Compound statements can be nested.