Courseiva
easyMultiple ChoiceObjective-mapped

CCNP 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 writes every 350-401 question from scratch — 1,175 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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 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.