

InterviewSolution
Saved Bookmarks
1. |
The ________ client authentication allows clients to authenticate to servers with certificates rather than with a username and password.(a) x.209(b) x.509(c) x.709(d) None of the mentionedI had been asked this question in an internship interview.This interesting question is from Access Control in division Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» RIGHT ANSWER is (B) x.509 To explain I WOULD SAY: MongoDB supports x.509 certificate authentication for use with a secure TLS/SSL connection. |
|