Which detection and analysis technique is performed to capture a point-in-time picture of the entire stack at the time of an incident?
A. Collect metadata during alert
B. Examine configuration data
C. Create a snapshot using API calls
D. Review data access logs
Answer: C. Create a snapshot using API calls
You might also like to view...
The following function is an example of a(n) ________ function. =IF(SUM(H2:J7)>Total_Sales,.05,"No Commission")
A) integrated B) complex C) detailed D) compound
Case-Based Critical Thinking Questions ? Case 13-5 ? Steve has created a custom object. He wants to use a template for all the properties and methods associated with the object's class. To add a method to a prototype, Steve should apply the _____ command.
A. objName.prototype.function = method; B. objName.prototype.method = function; C. objClass.prototype.method = function; D. objInstance.prototype.method = function;