Category: Interview Questions
Updated on: September 29, 2025  |  0

Interview Questions GRIND 18

πŸš€ 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.

Comments

No comments yet.


Log in to post a comment