Choose a topic to test your knowledge and improve your MongoDB skills
Point out the wrong statement.
_____ is a challenge-response mechanism that authenticates users through passwords.
MongoDB supports _________ certificate authentication for use with a secure TLS/SSL connection.
MongoDB __________ supports authentication using a Kerberos service.
MongoDB Enterprise supports proxy authentication through _____
Every MongoDB mongod and mongos instance (or mongod.exe or mongos.exe on Windows) must have an associated ______
MongoDB employs _________ to govern access to a MongoDB system.
Point out the correct statement.
______ consists of a specified resource and the actions permitted on the resource.
______ provides all the privileges of the read role.
Point out the wrong statement.
MongoDB stores user credentials in the protected admin.system._____
You must have the _______ action on a database to create a new user on that database.
Data of <database>.system.indexes can be accessed using _____
You must have the __________ action on a role’s database to grant the role to another user.
Command listIndexes.ok returning value 1 indicates ______
Administrators can implement collection-level access control through user-defined _____
Point out the correct statement.
User can grant any role in the database to any user from any database in the system through _________ action.
User can remove any role from any user from any database in the system through _____
Point out the wrong statement.
____ terminates an operation as specified by the operation ID.
Which of the following allows the user to view the information of any user in the given database?
____ deletes from a shard the orphaned documents whose shard key values fall into a single continuous range.
Which of the following flushes user information from in-memory cache?
______ displays the cached query plans for the specified query shape.
The enabled setting for mongod and mongos instances disables the ______ status page.
Point out the correct statement.
The net.http.RESTInterfaceEnabled setting for mongod enables a fully interactive administrative __________ interface, which is disabled by default.
The ________ setting for mongod and mongos instances limits the network interfaces on which MongoDB programs will listen for incoming connections.
Point out the wrong statement.
The ________ setting for mongod and mongos instances changes the main port on which the mongod or mongos instance listens for connections.
On Linux systems, the ________ interface provides access to the underlying netfilter firewall.
On Windows systems _________ command line interface provides access to the underlying Windows Firewall.
MongoDB users who use VPNs use ________ rather than IPSEC VPNs for performance issues.
By default, the policy in ___________ Firewall allows all outbound connections and blocks all incoming connections.
The mongo program can evaluate JavaScript expressions using the command line ________ option.
Point out the correct statement.
If a .mongorc.js file exists, the mongo shell will evaluate a __________ file before starting.
On _________ mongo.exe reads the .mongorc.js file from %HOME%.mongorc.js.
Point out the wrong statement.
The HTTP interface is always available on the port numbered _________ greater than the primary mongod port.
The _______ API to MongoDB provides additional information and write access on top of the HTTP status interface.
_____ instances provide query routing for sharded clusters.
Config servers, host the _______ database that stores metadata for sharded clusters.
Config servers listen for connections on port _____
The auditing facility can write audit events to the console, the _________ a JSON file, or a BSON file.
Point out the correct statement.
_____ contains the local ip address and the port number of the running instance.
Enabling _____________ degrades performance more than logging only the authorization failures.
Use the ______ option to enable auditing and specify where to output the audit events.
The audit file rotates at the same time as the ________ log file.
To view the contents of the file, pass the file to the MongoDB utility _____
The _____________ option accepts either full path name or relative path name.
The _________ message limit can result in the truncation of the audit messages.