What does the output x of the following MongoDB aggregation query result into; db.posts.aggregate( [ { $group: { _id; '$author', x: { $sum: $likes } } } ] )
You have a replicated cluster with 1 primary, 3 secondary, 1 arbiter. One of the secondary is hidden. What is the replication factor of this replicated cluster?