π ServiceNow Interview Questions Grind
Q1: Could you please tell me the areas we can search for Knowledge Articles?
π Answer:
-
π Self-Service module β Main entry point for end users.
-
π Any field with the Knowledge icon (e.g., Short Description field in Incident form).
π‘ Pro Tip: Knowledge is tightly integrated with ITSM processes β so users can access articles while raising Incidents.
Q2: What are the classes in CMDB?
π Answer:
Classes in CMDB are tables dedicated to storing a specific type of device or configuration item (CI).
π Examples:
-
π₯οΈ Servers
-
π» Computers
-
ποΈ Databases
-
π Database Instances
Q3: What is a Table Extension?
π Answer:
A Table Extension means creating a new table that inherits fields from an existing table.
π Benefit:
-
All fields of the parent table become part of the child table.
-
Makes customization easier while maintaining consistency.
Q4: Could you name some extended tables?
π Answer:
-
Incident, Problem, Change β Extended from Task table.
-
CMDB Classes β Extended from cmdb_ci table.
π‘ Interview Hint: Remember: Task and CMDB_CI are two of the most extended parent tables.
Q5: How does ServiceNow charge for licenses?
π Answer:
Licensing is based on roles assigned to users π₯.
-
Example: ITIL, Admin, HR, etc.
-
The more powerful the role, the higher the license cost.
Q6: Do you have any idea on Content Management System (CMS)?
π Answer:
Yes β
. CMS is ServiceNowβs legacy module for creating custom sites/portals before Service Portal was introduced.
Q7: What have you done in CMS?
π Answer (Sample):
βI have created a new site that redirects ESS (End-User Self-Service) users to the portal page upon login. I also created pages using blocks such as iframes and dynamic content blocks.β
Q8: How can you redirect users to a portal page when they login (using CMS)?
π Answer:
Use Login Rules in Content Management System (CMS) to redirect users to a specific portal page after login.
π‘ Pro Tip: In modern ServiceNow, this is handled by Service Portal + Login rules/UI pages.