SNOW-CAD Practice Question: Application development using ServiceNow Studio
A developer is building a custom application in ServiceNow Studio. The application requires a table that stores incident-like records but with additional custom fields. The developer wants to leverage existing functionality such as assignment rules, escalation, and SLA tracking. Which approach should the developer take?
⚠ Common exam trap
Many exam-takers think cloning or creating from scratch gives more control, but ServiceNow's extension model is the only way to inherit core functionality without manual rework, and the exam tests understanding that extension preserves parent-child relationships and system updates.
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
✓
Extend the Incident table and add custom fields to the extended table.
Extending the Incident table (Option A) is correct because it allows the developer to inherit all existing Incident functionality—such as assignment rules, escalation, and SLA tracking—while adding custom fields. In ServiceNow, table extension creates a child table that inherits all business rules, ACLs, and workflows from the parent, ensuring the custom application leverages the full Incident lifecycle without reimplementation.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Extend the Incident table and add custom fields to the extended table.
Why this is correct
Extending the Incident table inherits all existing features like assignment rules, escalation, and SLA tracking.
- ✗
Clone the Incident table and rename it, then modify the clone.
Why it's wrong here
Cloning is not a standard practice for this scenario; it may cause maintenance issues and duplicate data.
- ✗
Create a new table from scratch and manually add all necessary fields and business rules.
Why it's wrong here
This would require reimplementing all existing incident functionality, which is inefficient and error-prone.
- ✗
Use the Configuration Management Database (CMDB) to store the records.
Why it's wrong here
The CMDB is for configuration items, not for incident-like records with custom fields.
Go deeper
Related to this question
About these practice questions
Courseiva writes every SNOW-CAD question from scratch — 481 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 →
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.