Why should account passwords be disabled instead of the account being immediately deleted?
What will be an ideal response?
Account passwords should be disabled (made inactive) instead of the account being immediately deleted. This serves to create an audit trail to conform with compliance issues, and also makes the reestablishment of an account easier if it becomes necessary.
You might also like to view...
An object's ____ to another object refers to how close or how far the other object is.
A. proximity B. logical path C. orientation D. connection
Regular expressions are used in:
a. text editors b. online forms c. IDEs d. all of the above
The function that accepts a C-string as an argument and converts the string to a long integer is
a. atol b. strlong c. strtolong d. stringlong e. None of these
If the array: 6, 2, 7, 13, 5, 4 is added to a queue, in the order given, which number will be the first number to be removed from the queue?
a) 6 b) 2 c) 5 d) 4