nerdexam
ServiceNow

CAD · Question #32

The task table is an example of which of the following? Choose 2 answers

The correct answer is C. Base class D. Parent class. The Task table in ServiceNow is both a Base class and a Parent class. As a Base class, it defines the foundational schema - core fields like Number, State, Assignment Group, and Assigned To - that all task-type records share. As a Parent class, it is extended by child tables such

Submitted by salim_om· Apr 18, 2026Designing and Creating an Application

Question

The task table is an example of which of the following? Choose 2 answers

Options

  • ALegacy class
  • BChild class
  • CBase class
  • DParent class

How the community answered

(25 responses)
  • A
    4% (1)
  • C
    96% (24)

Explanation

The Task table in ServiceNow is both a Base class and a Parent class. As a Base class, it defines the foundational schema - core fields like Number, State, Assignment Group, and Assigned To - that all task-type records share. As a Parent class, it is extended by child tables such as Incident, Problem, Change Request, and Service Catalog Task, which inherit its fields and behavior. 'Legacy class' is not a ServiceNow concept, and 'Child class' is incorrect because the Task table is not extended from another table.

Topics

#ServiceNow Table Hierarchy#Base Class#Parent Class#Data Model

Community Discussion

No community discussion yet for this question.

Full CAD Practice