Home »
MCQs »
MongoDB MCQs
Amongst which of the following is / are true about the authentication ___
10. Amongst which of the following is / are true about the authentication ___.
- It is a process of verifying the identity of a client
- It is a process of verifying network
- It is a process of verifying the database
- None of the mentioned above
Answer: A) It is a process of verifying the identity of a client
Explanation:
Authentication refers to the process of determining the identity of a customer. Authentication and authorization are required by MongoDB when access control, also known as authorization, is enabled. This ensures that only authorized clients are granted access. Clients can use a variety of authentication mechanisms to verify their identity in MongoDB, all of which are supported. With the help of these mechanisms, MongoDB can be integrated with your existing authentication system.