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

Interview Questions GRIND 14

πŸš€ ServiceNow Interview Questions GrindΒ 


Q1: Could you briefly explain how to design a Workflow?

πŸ‘‰ Answer:

  1. Navigate to Workflow Editor.

  2. Click New β†’ give the workflow a name and table.

  3. Drag and drop activities (like Approvals, Notifications, Tasks).

  4. Define transitions and conditions.

  5. Publish the workflow once designed.

πŸ’‘ Pro Tip: Always test workflows in a sub-production environment before publishing to production.


Q2: What is an Execution Plan?

πŸ‘‰ Answer:
An Execution Plan is an alternative way to design the process of a Catalog Item.

πŸ“Œ Features:

  • Defines a sequence of actions (tasks, approvals, notifications).

  • Configured through UI customizations instead of graphical workflow.


Q3: How do you choose between a Workflow and an Execution Plan?

πŸ‘‰ Answer:

  • Use Workflow β†’ for complex processes with multiple conditions, approvals, and task branching.

  • Use Execution Plan β†’ for simpler processes.

πŸ“Œ Interview Hint: Emphasize that Workflows are more powerful and widely used in modern implementations.


Q4: How do you create tables in ServiceNow?

πŸ‘‰ Answer:

  1. Navigate to System Definition β†’ Tables & Columns.

  2. Click New β†’ define the application, module, and table name.

  3. Add fields and configure properties.


Q5: What kind of roles do we typically have in ServiceNow?

πŸ‘‰ Answer:

  • πŸ‘€ ESS (Self-Service): Basic end-user role for submitting requests.

  • πŸ› οΈ ITIL: Standard IT role for managing Incidents, Problems, Changes, etc.

  • πŸ‘‘ Admin: Full system access for configurations and development.


Q6: Do we have any shortcuts (cheat codes) to open tables and forms without navigation?

πŸ‘‰ Answer:
βœ… Yes:

  • table_name.do β†’ Opens a form.

  • table_name.list β†’ Opens a list view.

πŸ“Œ Example:

  • incident.do β†’ Opens a new Incident form.

  • incident.list β†’ Opens the Incident list view.


Q7: How can we restrict users from seeing applications and modules?

πŸ‘‰ Answer:
Assign roles to applications and modules.

  • If a user doesn’t have the role β†’ the application/module will be hidden.


Q8: What are Access Control Lists (ACLs) in ServiceNow?

πŸ‘‰ Answer:
An Access Control List (ACL) defines what data a user can access and how they can access it.

πŸ“Œ Controls:

  • CRUD operations β†’ Create, Read, Update, Delete.

  • Field-level security β†’ e.g., allow access to the record but restrict sensitive fields.

πŸ’‘ Pro Tip: ACLs = ServiceNow’s way of enforcing data security at record and field levels.

Comments

No comments yet.


Log in to post a comment