Question 1,169 of 1,420
easyMultiple ChoiceObjective-mapped
350-401 Practice Question: Uses Cisco DNA Center API to retrieve the health…
A network engineer uses Cisco DNA Center API to retrieve the health of a device. The API call returns:
```json
{
"response": [
{
"deviceId": "1234567890",
"healthScore": 85,
"overallHealth": "good",
"memory": {
"used": 4096,
"total": 8192,
"usage": 50
},
"cpu": {
"usage": 25
}
}
]
}```
What does the healthScore of 85 indicate?
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 device is healthy with a score of 85 out of 100.
In Cisco DNA Center, health scores range from 0 to 100. A score of 85 is considered 'good' (typically 75-90 range), indicating the device is healthy but may have minor issues.
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 device is healthy with a score of 85 out of 100.
Why this is correct
A health score of 85 is in the 'good' range (75-90) per DNA Center documentation.
- ✗
The device is critical and needs immediate attention.
Why it's wrong here
A score of 85 is not critical; critical is below 50.
- ✗
The device has 85% memory usage.
Why it's wrong here
Memory usage is 50% as shown in the response.
- ✗
The device has 85% CPU usage.
Why it's wrong here
CPU usage is 25% as shown in the response.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 18, 2026
This 350-401 practice question is part of Courseiva's free Cisco 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 350-401 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.