Category: Interview Questions
Updated on: July 20, 2025  |  0

Question & Answers

๐Ÿ“˜ Basic Question and Answers - Day 1

๐Ÿ”น How many ways Incident record can be created/inserted in ServiceNow?

Ans: ๐Ÿš€ Multiple ways to create Incident records:

  • ๐Ÿ“ Manual
  • ๐Ÿ“‹ Record Producers
  • ๐Ÿ‘จโ€๐Ÿ’ผ Employee Self Service
  • ๐Ÿ“ง Inbound email actions
  • ๐Ÿ“‚ Importing XML/Excel and transforming data
  • ๐Ÿ’ป Server Side Scripts (BR, WF, Fix Scripts, Background Scripts)
  • ๐ŸŒ Using REST or SOAP APIs

๐Ÿ”น How many ways Tables ๐Ÿ—‚๏ธ can be created in ServiceNow?

Ans: ๐Ÿ“Œ Three ways:

  • ๐Ÿ†• Create from Scratch
  • ๐Ÿ“„ Create from existing table
  • ๐Ÿ“ฅ Importing a Spreadsheet

๐Ÿ“ Note: Incident, Change, Problem tables are extended from Task table.

๐Ÿ”น What is the import set in ServiceNow and explain?

Ans: ๐Ÿ”„ Import sets allow administrators to import data from external sources and map it to ServiceNow tables using transform maps.

๐ŸŽฏ Data Sources:

  • ๐Ÿ“Š Excel
  • ๐Ÿ“ CSV
  • ๐Ÿงพ XML
  • ๐Ÿ”Œ JDBC
  • ๐Ÿ“‚ LDAP
  • ๐ŸŒ HTTP
  • ๐Ÿ“ค FTP

๐Ÿ”ง Steps:

  • ๐Ÿ“Œ Create a Data Source
  • ๐Ÿ“ฅ Load data into staging table
  • ๐Ÿ—บ๏ธ Create Transform Field Map
  • ๐Ÿ” Auto Map Matching Fields
  • ๐Ÿ› ๏ธ Use Mapping Assist
  • ๐Ÿงฎ Use Transform Map Scripts
  • ๐Ÿ” Use Transform Event Script to update records only

๐Ÿ›ก๏ธ Coalesce Field: Prevents duplicates by updating existing records if found.

๐Ÿ”น What are the Service Level Agreement (SLA) types and explain?

Ans:

  • ๐Ÿ“˜ SLA โ€“ Agreement between provider and customer. Includes Response Time & Resolution Time targets.
  • ๐Ÿ“— OLA โ€“ Internal agreement between IT teams.
  • ๐Ÿ“™ UC โ€“ Contract with external vendors.

โฑ๏ธ Retroactive: Starts the SLA from a past time, even before official trigger.

๐Ÿงพ SLA Definition: Start Condition โžก Pause Condition โžก Stop Condition โžก Reset Condition

๐Ÿ”น What are the types of Notifications in ServiceNow?

  • ๐Ÿ“ง Email Notifications (Inbound & Outbound)
  • ๐Ÿ“ฑ SMS Messages
  • ๐Ÿ“ฒ Push Notifications
  • ๐Ÿ’ฌ Messaging Apps (e.g. MS Teams, GChat)

โœ… Steps to send Email Notification:

  1. ๐Ÿ”” When to send โ€“ Conditions
  2. ๐Ÿ‘ฅ Who will receive โ€“ Recipients
  3. ๐Ÿ“œ What it contains โ€“ Content
  4. ๐Ÿ“š Digest content โ€“ If grouped

๐Ÿ“ค Ways to Trigger Notification:

  • ๐Ÿ“Œ On Record Insert/Update
  • ๐Ÿ“ฃ When Event is Fired
  • ๐Ÿ› ๏ธ Notification step in Flow Designer

โš–๏ธ Weight Field: Prioritizes which notification gets sent. Default is 0. Highest wins if conflict.

๐Ÿ”” Subscribe Checkbox: Lets users opt-in for specific notifications.

๐Ÿ“œ Calling Email Script in Email Body:
Syntax: ${mail_script:script_name}

๐Ÿ“จ How to add CC/BCC:

  • ๐Ÿ”ญ Watch List
  • โš™๏ธ Workflow Script
  • ๐Ÿ’ป Email Script

๐Ÿ”น How to trigger Notification using Event from Registry?

  1. ๐Ÿ†• Create Event Record from System Policy > Events > Registry
  2. ๐Ÿ”— Link to Table (e.g., Incident)
  3. ๐Ÿ“ง Create Notification & set trigger as Event is fired

๐Ÿ”น What is Quick Message?

Ans: โœ‰๏ธ Quick Messages are pre-defined templates for emails to save time and maintain consistency.

๐Ÿ”น What is Flow Designer?

Ans: ๐Ÿ”„ A no/low-code interface to automate workflows in ServiceNow.

  • ๐ŸŒŠ Flow: Automated process triggered by an event
  • ๐Ÿ” Subflow: Reusable action sequence
  • ๐ŸŽฏ Trigger: Event that initiates the flow
  • โš™๏ธ Action: A single operation like REST call, update, etc.
  • ๐Ÿ“ Condition: Logic to determine flow behavior

๐Ÿ”น What is Trigger and its types?

Ans: ๐Ÿ”” A Trigger initiates flow/actions in ServiceNow.

  • ๐Ÿ“ Record Trigger โ€“ On record creation or update
  • ๐Ÿ•’ Scheduled Trigger โ€“ On specific date/time or intervals
  • ๐Ÿงฉ Application Trigger โ€“ App-specific conditions
  • ๐Ÿ“ง Inbound Email Trigger โ€“ On receiving email
  • ๐ŸŒ Spoke Trigger โ€“ External app/webhook based

Comments

No comments yet.


Log in to post a comment