π ServiceNow Interview Questions Grind
Q1: Do you recommend ServiceNow over other tools? Why?
π Answer:
Yes β
. I recommend ServiceNow because of its:
-
β‘ Flexibility to implement applications.
-
π Support for modern web technologies like JavaScript, jQuery, and HTML.
-
π Unified ecosystem that supports ITSM, ITOM, ITBM, HRSD, GRC, and more.
π‘ Pro Tip: In interviews, also emphasize low-code/no-code capabilities and continuous upgrades.
Q2: Please tell me about GlideRecord.
π Answer:
GlideRecord is a Java class used in server-side scripting to interact with ServiceNow tables.
π Key Functions:
-
Query records (
.query()
) -
Iterate over results (
.next()
) -
Insert, update, or delete records
π Example:
π‘ Pro Tip: GlideRecord = your go-to tool for database operations in ServiceNow.
Q3: Did you work on LDAP Integration?
π Answer:
No β. That work was handled by a different team.
Q4: Do you have an idea of LDAP?
π Answer:
Yes β
. LDAP (Lightweight Directory Access Protocol) is used to:
-
Import user lists from Active Directory into the sys_user table in ServiceNow.
-
Keep ServiceNow users in sync with the organizationβs directory.
Q5: Did you work on Discovery?
π Answer:
No β, I havenβt directly worked on Discovery.
Q6: Any idea what Discovery is?
π Answer:
Yes β
. Discovery is used to automatically identify and import Configuration Items (CIs) into different classes of the CMDB.
π Benefits:
-
Auto-populates CMDB.
-
Identifies relationships between devices, applications, and services.
Q7: What is a Scorecard?
π Answer:
A Scorecard is a graphical tool π to measure the performance of an employee, process, or service over time.
π Features:
-
Belongs to an Indicator.
-
Can include targets, breakdowns, aggregates, and time series.
π‘ Pro Tip: Think of it as a dashboard widget to monitor KPIs.
Q8: What do you mean by Indicators in Performance Analytics?
π Answer:
Indicators (a.k.a. KPIs or Metrics) are statistics used to measure and forecast business performance.
π Examples:
-
Average time to resolve Incidents
-
Number of open Change Requests
-
SLA breach percentage
π‘ Interview Hint: Indicators = the core measurable units in Performance Analytics.