?There has been a data breach at your business and the business has lost some customer data. It has led to angry customers who have filed charges. What is a recommended course of action to prepare for future events?

A. activate the forensics analysis team and prepare documentation
B. ?meet with your lawyers to prepare to counter-sue the customers
C. settle with the customers, however much it may cost
D. none of these answers


Answer: A

Computer Science & Information Technology

You might also like to view...

Select all that apply. In the pseudocode of the textbook, which of the following are string functions?

a. isUpper b. toUpper c. stringToReal d. substring e. isDigit f. isInteger

Computer Science & Information Technology

The command show ip interface brief is used on a router to do which of the following?

a. Check the current configuration of the interfaces b. Check the assigned IP addresses for the interface c. Check the status of the interfaces d. All these answers are correct. e. None of these answers is correct.

Computer Science & Information Technology

In the statement x= (a + b) * (c + e) which is the first operation that is performed when this C++ statement is executed?

A. a + b B. b * c C. a + b * c D. x = a

Computer Science & Information Technology

Which field property type should be used to enter a predefined value into a field when most of the records will have the same value?

A) Validation Text B) Input Mask C) Default Value D) Validation Rule

Computer Science & Information Technology