Courseiva
easyMultiple ChoiceObjective-mapped

CV0-004 Practice Question: An Azure administrator runs the command and gets…

Network Topology
$ az vm listquery "[?name=='web-01'].{Refer to the exhibit.```Name: name,ResourceGroup: resourceGroup,Location: location,ProvisioningState: provisioningState,PowerState: powerState}" -o jsonOutput:```json"Name": "web-01","ResourceGroup": "rg-prod","Location": "eastus","ProvisioningState": "Succeeded","PowerState": "VM deallocated"

An Azure administrator runs the command and gets the output shown. The virtual machine 'web-01' is not accessible over the network. Which of the following is the MOST likely reason?

⚠ Common exam trap

Distinguish between 'Stopped' (VM retains resources and private IP) and 'Stopped (deallocated)' (VM releases all resources and IP). Candidates may assume any stopped VM is still reachable, but only a VM in 'Running' state accepts network traffic.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The VM is stopped and deallocated.

The command output shows the VM 'web-01' with a 'PowerState' of 'Stopped (deallocated)'. When a VM is deallocated, it releases its assigned public IP and underlying compute resources, making it unreachable over the network. The VM must be in a 'Running' state to accept network traffic.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The VM name is incorrect.

    Why it's wrong here

    Name matches the query.

  • The VM is stopped and deallocated.

    Why this is correct

    PowerState shows deallocated, so the VM is not running.

  • The VM failed to provision.

    Why it's wrong here

    ProvisioningState is Succeeded.

  • The VM is in the wrong region.

    Why it's wrong here

    Location is eastus, which is fine.

About these practice questions

This CV0-004 question is part of Courseiva's 977-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CV0-004 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CV0-004 exam.