

InterviewSolution
Saved Bookmarks
1. |
The audit file rotates at the same time as the ________ log file.(a) Client(b) Server(c) Application(d) All of the mentioned |
Answer» The correct option is (b) Server The best I can explain: Printing audit events to a file in JSON format degrades server performance more than printing to a file in BSON format. |
|