Bird
0
0

What will be the output of this Azure CLI command? ```bash az hdinsight list --resource-group myResourceGroup ```

medium📝 Predict Output Q5 of 15
Hadoop - Modern Data Architecture with Hadoop
What will be the output of this Azure CLI command? ```bash az hdinsight list --resource-group myResourceGroup ```
ALists all HDInsight clusters in the specified resource group
BCreates a new HDInsight cluster named myResourceGroup
CDeletes all HDInsight clusters in the resource group
DReturns an error because --resource-group is invalid
Step-by-Step Solution
Solution:
  1. Step 1: Understand az hdinsight list command

    This command lists HDInsight clusters in the given Azure resource group.
  2. Step 2: Verify parameters

    --resource-group specifies the group to list clusters from, so it lists clusters.
  3. Final Answer:

    Lists all HDInsight clusters in the specified resource group -> Option A
  4. Quick Check:

    az hdinsight list = Lists all HDInsight clusters in the specified resource group [OK]
Quick Trick: az hdinsight list shows clusters in a resource group [OK]
Common Mistakes:
  • Confusing list with create or delete commands
  • Misunderstanding resource group parameter
  • Assuming invalid syntax error

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes