11. Which of the following is not a collection that the userAdminAnyDatabase
role has privileges on?
Choose the best answer:
system.users
system.version
system.backup_users
system.namespaces
12. Which of the following are supported encryption methods for MongoDB?
Check all that apply:
a. Transport encryption
b. TLS connection encryption
c. Encryption at rest
d. Field-level encryption
Answer
13. The following encryption methods are supported by MongoDB:
– Transport encryption
– TLS connection encryption
– Encryption at rest
is “Transport encryption” and “TLS connection encryption” same? Yes, “Transport encryption” and “TLS connection encryption” are the same thing in the context of MongoDB.
Field-level encryption is not currently supported by MongoDB.