Creating a business impact analysis is key area of which of the following CBK domains?

A. Information security governance and risk management
B. Security architecture and design
C. Business continuity and disaster recovery planning
D. Operations security

Answer: C
Explanation: Creating a business impact analysis and understanding the disaster recovery process are key areas of the business continuity and disaster recovery planning CBK domain.

Computer Science & Information Technology

You might also like to view...

Which of the following OSs would be the MOST appropriate to manage a server with an Active Directory?

A. Linux Ubuntu B. Linux Fedora C. Mac OS X D. Windows Server 2013 Enterprise

Computer Science & Information Technology

Create a class Rational that represents a rational number. It should have private attributes for

• The numerator (an integer) • The denominator (an integer) and the following methods: • Rational(numerator, denominator)—a constructor for a rational number. • Accessor methods getNumerator and getDenominator and mutator methods setNumerator and setDenominator for the numerator and the denominator. You should use an exception to guarantee that the denominator is never zero.

Computer Science & Information Technology