

InterviewSolution
Saved Bookmarks
1. |
MongoDB supports _________ certificate authentication for use with a secure TLS/SSL connection.(a) x.590(b) x.509(c) x.950(d) All of the mentionedI got this question in a job interview.This interesting question is from Authentication in chapter Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» CORRECT ANSWER is (b) x.509 Easy explanation: To authenticate to servers, clients can USE x.509 CERTIFICATES instead of usernames and passwords. |
|