exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 1 question 13 discussion

Actual exam question from Microsoft's AI-100
Question #: 13
Topic #: 1
[All AI-100 Questions]

You have a solution that runs on a five-node Azure Kubernetes Service (AKS) cluster. The cluster uses an N-series virtual machine.
An Azure Batch AI process runs once a day and rarely on demand.
You need to recommend a solution to maintain the cluster configuration when the cluster is not in use. The solution must not incur any compute costs.
What should you include in the recommendation?

  • A. Downscale the cluster to one node
  • B. Downscale the cluster to zero nodes
  • C. Delete the cluster
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
An AKS cluster has one or more nodes.
References:
https://docs.microsoft.com/en-us/azure/aks/concepts-clusters-workloads

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SamSmith
Highly Voted 5 years, 2 months ago
A seems to be correct. See here - https://github.com/Azure/AKS/issues/52
upvoted 9 times
...
rveney
Most Recent 1 year, 12 months ago
To maintain the cluster configuration and avoid incurring compute costs when the Azure Kubernetes Service (AKS) cluster is not in use, the recommended solution would be to B. Downscale the cluster to zero nodes. By downscaling the cluster to zero nodes, you effectively stop all the virtual machines (VMs) in the cluster. This allows you to maintain the cluster configuration and associated resources (such as networking, storage, and security settings) without incurring any compute costs. When the cluster is not in use, scaling it down to zero nodes ensures that no resources are actively consuming compute capacity, which helps optimize costs. This approach allows you to easily bring the cluster back online when needed without the need to recreate or reconfigure it.
upvoted 1 times
...
dr_rabbit
3 years, 12 months ago
System pools must contain at least one node, and user node pools may contain zero or more nodes. See https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools
upvoted 1 times
...
Hotjo
4 years, 4 months ago
Correct hai
upvoted 1 times
...
aitruthseeker
4 years, 5 months ago
Azure Batch AI is retired. https://docs.microsoft.com/en-us/previous-versions/azure/batch-ai/overview-what-happened-batch-ai As for the answer, Downscaling to 0 would probably remove the node configuration, whereas we have to keep the node configuration.
upvoted 1 times
...
noonereallyknows
4 years, 7 months ago
Azure Batch AI is retired since early 2019, I doubt this question still applies
upvoted 2 times
...
sayak17
4 years, 9 months ago
downscaling(not autoscaling) to 0 nodes is now supported in aks. See this: https://github.com/Azure/AKS/issues/52#issuecomment-660897690
upvoted 3 times
sayak17
4 years, 7 months ago
steps to do it https://docs.microsoft.com/en-us/azure/aks/scale-cluster#scale-user-node-pools-to-0
upvoted 1 times
...
...
AllenBorder
4 years, 9 months ago
Currently AKS supports at least 1 system node and 0 or more user nodes. So, what should be the correct answer?
upvoted 1 times
...
Piraat
5 years, 3 months ago
With the source provided, shouldn't it be 0 nodes? Or is the controle plane counted as a node?
upvoted 2 times
...
Monika
5 years, 4 months ago
Seems to be correct
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...