Courseiva
UI, Navigation and FormseasyMultiple ChoiceObjective-mapped

SNOW-CSA UI, Navigation and Forms Practice Question

Exhibit

{
    "name": "incident",
    "elements": {
        "short_description": {
            "type": "string",
            "max_length": 160
        },
        "caller_id": {
            "type": "reference",
            "reference": "sys_user"
        }
    }
}

Refer to the exhibit. This JSON represents a table schema. What is the data type of the 'short_description' field?

⚠ Common exam trap

Test-takers frequently confuse 'short_description' with a reference field because it often appears in forms with a magnifying glass icon for lookup, but it is actually a plain string field without a foreign key relationship.

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

String

The 'short_description' field in a ServiceNow table schema is defined as a string data type because it stores alphanumeric text values, such as brief summaries or titles. In ServiceNow, string fields are used for textual data that does not require numeric operations, and they are typically mapped to the 'varchar' database column type.

Answer analysis

Option-by-option breakdown

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

  • Integer

    Why it's wrong here

    The type is 'string', not integer.

  • String

    Why this is correct

    The type attribute is set to 'string'.

  • Reference

    Why it's wrong here

    Reference is the type for caller_id, not short_description.

  • Date

    Why it's wrong here

    There is no date type specified.

About these practice questions

Courseiva writes every SNOW-CSA question from scratch — 504 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 SNOW-CSA 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-CSA exam.