Challenge - 5 Problems
Atlas Cluster Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Understanding Cluster Tier Selection
When creating an Atlas cluster, which factor primarily determines the cluster tier you should select?
Attempts:
2 left
💡 Hint
Think about what affects how powerful your cluster needs to be.
✗ Incorrect
Cluster tier selection depends mainly on the storage size and performance requirements of your application workload.
❓ query_result
intermediate2:00remaining
Output of Cluster Creation Status Query
After creating a cluster in Atlas, you run the command to check cluster status. What output indicates the cluster is ready?
MongoDB
atlas clusters describe <clusterName>
Attempts:
2 left
💡 Hint
Look for the state that means the cluster is fully operational.
✗ Incorrect
The "READY" state means the cluster is fully created and operational.
📝 Syntax
advanced2:00remaining
Correct JSON Format for Cluster Configuration
Which JSON snippet correctly defines a cluster configuration with 3 nodes and M10 tier in Atlas?
Attempts:
2 left
💡 Hint
Atlas uses 'numShards' to specify the number of shards (nodes) in a cluster.
✗ Incorrect
The correct key to specify the number of nodes in a cluster configuration is 'numShards'.
❓ optimization
advanced2:00remaining
Optimizing Cluster Region Selection
To reduce latency for users in Europe and Asia, which Atlas cluster configuration is best?
Attempts:
2 left
💡 Hint
Think about where the data is stored relative to users.
✗ Incorrect
Multi-region clusters place nodes closer to users in different regions, reducing latency.
🔧 Debug
expert3:00remaining
Identifying Cause of Cluster Creation Failure
You receive an error when creating an Atlas cluster: "Invalid providerSettings: instanceSizeName not supported in selected region." What is the cause?
Attempts:
2 left
💡 Hint
Check if the tier is supported where you want to deploy.
✗ Incorrect
Some cluster tiers are not available in all cloud provider regions, causing this error.