

InterviewSolution
Saved Bookmarks
1. |
On Linux, MongoDB clients can use Kerberos’s _______ program to initialize a credential cache for authenticating the user principal to servers.(a) knight(b) kinit(c) Knite(d) None of the mentioned |
Answer» Right option is (b) kinit The explanation is: Unlike on Linux systems, mongod and mongos instances running on Windows do not require access to keytab files. |
|