Courseiva
Integrating and managing application dataeasyMultiple ChoiceObjective-mapped

SNOW-CAD Integrating and managing application data Practice Question

Exhibit

Refer to the exhibit.

Log snippet:
```
[2025-04-09 10:00:00] ERROR: REST API request failed: HTTP 401 Unauthorized
Request URL: https://external.example.com/api/v1/data
Headers: Authorization: Bearer abc123xyz
```

What is the most likely cause of this error?

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 access token has expired or is invalid

A 401 Unauthorized error with Bearer authentication typically means the access token is invalid or expired. Therefore, option B is correct. Option A (timeout) would produce a different error (e.g., 504 Gateway Timeout). Option C (incorrect endpoint URL) would likely result in a 404 Not Found. Option D (missing Content-Type header) might cause a 400 Bad Request, not a 401.

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 request timed out

    Why it's wrong here

    Timeout would produce a different error message.

  • The access token has expired or is invalid

    Why this is correct

    A 401 status with Bearer token typically means the token is not accepted.

  • The endpoint URL is incorrect

    Why it's wrong here

    Wrong endpoint usually returns 404 Not Found.

  • The Content-Type header is missing

    Why it's wrong here

    Missing Content-Type would cause 415 Unsupported Media Type, not 401.

About these practice questions

One of 481 original SNOW-CAD practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 SNOW-CAD practice question is part of Courseiva's free ServiceNow 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 SNOW-CAD exam.