正解:A,B,F
EveryServiceNow instancecomes with a set ofdefault tablesthat supportcore platform functionality.
User (sys_user)Stores user records for authentication and authorization.
Contains user details such asusername, email, roles, department.
Incident (incident)Stores incident records for ITSM (IT Service Management).
Part of thedefault ITSM applicationused for managingissues and requests.
Task (task)Base table for all task-related records in ServiceNow.
Many other tables (e.g., Incident, Change, Problem)extend from Task.
Storescommon task fields like Assignment Group, State, and Short Description.
The Three Default Tables in ServiceNow:
C: ItemIncorrect- No default table named"Item"exists in ServiceNow.
Possible confusion withsc_cat_item (Service Catalog Items), but this is part of theService Catalogmodule, not a core default table.
D: IssueIncorrect- No"Issue"table exists by default in ServiceNow.
Possible confusion withProblem Management(problemtable), which is separate from Incident Management.
E: ProjectIncorrect-Project Management(pm_project) is part of theProject Portfolio Management (PPM) plugin, which isnot enabled by default.
Incorrect Answer Choices Analysis:
ServiceNow Docs - Default Tables Overview#ServiceNow Table Structure
ServiceNow Docs - Task Table and Extensions#Understanding Task-Based Tables Official ServiceNow Documentation References: