How many types of members exist in replica set?
1.1
2.2
3.3
4.4
Answer:2
Posted Date:-2022-01-26 06:43:43
1.predicate
2.selection
3.equality
4.None of the mentioned
Answer 31.ROM
2. RAM
3.Secondary Storage
4.None of the mentioned
Answer 11.If you only ever query on a single key in a given collection, then you need to create just multikey index for that collection
2.If you sometimes query on only one key and at other times query on that key combined with a second key, then creating a compound index is more efficient than creating a single-key index
3. The choice between creating compound indexes that support your queries or relying on index intersection is independent of specifics of your system
4.None of the mentioned
Answer 21.name
2.lang
3. number
4.All of the Mentioned
Answer 11.strict
2.partial
3.weak
4.All of the Mentioned
Answer 11.unique
2.primary
3. compound
4.None of the mentioned
Answer 21.One
2.Two
3.Three
4.All of the Mentioned
Answer 11.copy
2. sorted
3.radii
4. replica
Answer 41.center
2. secondary
3.primary
4. none of the mentioned
Answer 31.center
2.secondary
3.primary
4.None of the mentioned
Answer 21. $center
2. $centre
3.$radii
4.$centersphere
Answer 41. unique
2.natural
3.text
4.All of the Mentioned
Answer 21.1
2.2
3.3
4.4
Answer 21.operator
2.lang
3.language
4. All of the mentioned
Answer 21.1dsphere
2.2d
3. 3d
4.None of the mentioned
Answer 21. Both 2dsphere and 2d geospatial indexes support $geoWithin
2.$geoWithin does not require a geospatial index
3. The $geoWithin operator does not return sorted results
4. none of the mentioned
Answer 21.After 2.4, you can terminate both background index builds and foreground index builds
2.The specified language in the document overrides the default language for the text index
3.The text index, like other indexes, should not fall within the index name length limit
4.None of the mentioned
Answer 21.Applications can use $center without having a geospatial index
2.Before 3.0, a geospatial index must exist on a field holding coordinates before using any of the geospatial query operators
3.To use $centerSphere, specify an array that contains grid coordinates of the circle’s center point
4.None of the mentioned
Answer 11. In order to drop a text index, use the index name
2. The default language associated with the indexed data determines the rules to parse word roots and ignore stop words
3. To allow for text search on all fields with string content, use the wildcard specifier ($$$) to index all fields that contain string content
4. none of the mentioned
Answer 31.The query scans the index and the collection
2.An index supports a query when the index contains all the fields scanned by the query
3.Creating indexes that support queries results in greatly increased query performance
4.None of the mentioned
Answer 11. The query scans the index and not the collection
2.If overall selectivity is high, and if MongoDB must read a number of documents to return results, then some queries may perform faster without indexes
3.A better strategy, depending on your queries, would be to create a compound index that includes the high-selectivity field and another field
4. none of the mentioned
Answer 21.Replication provides redundancy and increases data availability
2.Replication allows you to recover from hardware failure and service interruptions
3.With multiple copies of data on different database servers, replication protects a database from the loss of a single server
4.None of the mentioned
Answer 41.In all cases, you can use replication to increase read capacity
2. Clients have the ability to send read and write operations to different servers
3.You can also maintain copies in different data centers to increase the locality and availability of data for distributed applications
4.None of the mentioned
Answer 11. Replication provides scalability and increases data redundancy
2. A replica set in MongoDB is a group of mongod processes that provide redundancy and high availability
3. You can also maintain an arbiter as part of a replica set
4. none of the mentioned
Answer 11. The minimum requirements for a replica set are: A primary, a secondary, and an arbiter
2.The primary is the only member in the replica set that receives write operations
3.Most deployments, however, will keep three members that store data: A primary and two secondary members
4.None of the mentioned
Answer 41.16
2. 32
3.64
4.All of the Mentioned
Answer 21. chinese
2.english
3. spanish
4.None of the mentioned
Answer 21._char
2._textc
3. _text
4.All of the Mentioned
Answer 31.1
2. 2
3. 3
4.4
Answer 11.$within
2.$gwithin
3.$center
4.All of the Mentioned
Answer 31.oplog
2.adlog
3. log
4.None of the mentioned
Answer 11. language_over
2.language_override
3. langoverride
4.None of the mentioned
Answer 21.10
2.20
3.30
4.None of the mentioned
Answer 11.($*)
2.(**$**)
3. ($**)
4. none of the mentioned
Answer 31.$geoNear
2.$geoWithin
3. $geoRear
4.All of the Mentioned
Answer 21.center
2.secondary
3.primary
4.None of the mentioned
Answer 31.arbiter
2. replicator
3.additor
4. All of the mentioned
Answer 11. Unique
2. Geospatial
3. Temporal
4.All of the Mentioned
Answer 21.Causality
2.Cardinality
3.Selectivity
4.All of the Mentioned
Answer 21. Arbiters
2.Replicators
3.Loggers
4.None of the mentioned
Answer 11.center
2. secondary
3.primary
4.None of the mentioned
Answer 21.$center
2.$maxDistance
3.$minDistance
4.All of the Mentioned
Answer 31.Select
2. Update
3.Delete
4. Sort
Answer 41.$uniqueDocs
2. $unique
3.$Docs
4.All of the Mentioned
Answer 11. $near
2.$nearsphere
3.$geoIntersect
4.None of the mentioned
Answer 21.$rect
2. $polygon
3.$poly
4.All of the Mentioned
Answer 21. $center
2.$centre
3. $radii
4. $centersphere
Answer 41.db.collection.totalallIndexSize()
2.db.collection.totalIndexSizeAll()
3.db.collection.totalIndexSize()
4.All of the Mentioned
Answer 31. $center
2. $centre
3. $radii
4.Sort
Answer 11. $sphere
2. $geoin
3.$geometry
4. All of the mentioned
Answer 3