19. Which action type is used by CRUD operations in MongoDB?
Choose the best answer:
a. DML
b. CRUD
c. authenticate
d. authCheck
ans: d
Answer:The authCheck
action type is used by CRUD operation events in MongoDB.
20. The authCheck action type is used by CRUD operation events in MongoDB.
a. auditAuthorizationSuccess
b. auditAuthenticationSuccess
c. auditCRUDOperations
d. auditDMLOperations
Ans: a
Answer
By setting auditAuthorizationSuccess
to true we can effectively audit CRUD operations as an authCheck is required for all CRUD operations.
21. Which of the following are security checklist topics outlined in the lesson video?
Check all that apply:
a. Enable Access Control and Enforce Authentication
b. Encrypt Communication
c. Encrypt and Protect Data
d. Limit Network Exposure
e. Run MongoDB with a Dedicated User
Answer
All of the following are security checklist topics that were discussed in the lesson video:
Enable Access Control and Enforce Authentication
Encrypt Communication
Encrypt and Protect Data
Limit Network Exposure
Run MongoDB with a Dedicated User