Kizspy | Question: 6
(Choose 1 answer)
Analyze the following connection string formats and determine which are used for standard and SRV
connection formats in MongoDB.
mongodb://localhost:27017/mydatabase
mongodb+srv://cluster0.mongodb.net/mydatabase
A. mongodb://localhost:27017/mydatabase is a standard connection string format.
mongodb+srv://cluster0.mongodb.net/mydatabase is an SRV connection format.
B. mongodb://localhost:27017/mydatabase is an SRV connection format.
mongodb+srv://cluster0.mongodb.net/mydatabase is a standard connection string format.
C. Both connection strings are SRV formats.
D. Both connection strings are standard formats.