Courseiva
Self-Service and AutomationhardMultiple ChoiceObjective-mapped

SNOW-CSA Self-Service and Automation Practice Question

Exhibit

{
  "sys_id": "catalog_item_123",
  "name": "Laptop Request",
  "variables": [
    {"name": "model", "type": "string", "mandatory": true},
    {"name": "remarks", "type": "string", "mandatory": false}
  ],
  "record_producer": {
    "name": "Produce Laptop RITM",
    "table": "sc_req_item",
    "mappings": [
      {"variable": "model", "target_field": "short_description"},
      {"variable": "remarks", "target_field": "comments"}
    ]
  }
}

Refer to the exhibit. An administrator created a catalog item using a record producer. When a user submits the request, the record producer fails to create the requested item. The log shows a missing mandatory field error. What is the most likely cause?

⚠ Common exam trap

ServiceNow often tests the distinction between a record producer being inactive versus having unmapped mandatory fields; the trap here is that candidates may assume the error is about the producer being inactive or misconfigured at a high level, rather than recognizing the specific 'missing mandatory field' log message as a direct indicator of an unmapped mandatory field.

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

A mandatory field in the target table is not mapped by the record producer.

The error message 'missing mandatory field' directly indicates that a field in the target table, which is required (mandatory), has not been mapped by the record producer. In ServiceNow, when a record producer creates a record, it must map variables or fields to all mandatory fields in the target table; if any mandatory field is left unmapped, the system will fail to insert the record and log this specific error.

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 record producer is not mapped to the correct table.

    Why it's wrong here

    Wrong: The table is correctly specified as sc_req_item.

  • The 'model' variable is not mapped to a field in the target table.

    Why it's wrong here

    Wrong: The mapping shows 'model' to 'short_description', so it is mapped.

  • A mandatory field in the target table is not mapped by the record producer.

    Why this is correct

    Correct: If a mandatory field (e.g., 'requested_for') is not mapped, the record creation fails.

  • The record producer is inactive.

    Why it's wrong here

    Wrong: If inactive, the record producer would not run at all.

About these practice questions

This SNOW-CSA question is part of Courseiva's 504-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 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.