ServiceNow

ServiceNow

Top Interview Questions

About ServiceNow

ServiceNow: Revolutionizing IT Service Management and Enterprise Workflows

ServiceNow is a leading cloud-based platform that specializes in delivering digital workflows that create great experiences and unlock productivity across enterprises. Since its inception in 2004, ServiceNow has transformed the way organizations handle IT Service Management (ITSM), automates business processes, and improves overall operational efficiency. Its cloud-native architecture, combined with robust integration capabilities, makes it a versatile platform for businesses of all sizes.

History and Evolution

ServiceNow was founded by Fred Luddy in 2004 with a vision to provide enterprises a platform to manage IT services more efficiently. Initially focused solely on IT Service Management, the platform has evolved into a full-fledged enterprise service management solution. Its journey from ITSM to a multi-faceted enterprise platform reflects the growing demand for automation and digital transformation across industries.

Over the years, ServiceNow has expanded its offerings beyond ITSM to include IT Operations Management (ITOM), IT Business Management (ITBM), Customer Service Management (CSM), Human Resources Service Delivery (HRSD), Security Operations (SecOps), and more. The company went public in 2012, and today, it serves thousands of enterprises worldwide across sectors such as finance, healthcare, telecommunications, and government.

Core Features of ServiceNow

  1. IT Service Management (ITSM):
    ServiceNow is best known for its ITSM capabilities, which streamline IT service delivery. The platform allows organizations to manage incidents, problems, changes, and service requests in a structured and automated manner. Key ITSM modules include Incident Management, Problem Management, Change Management, Request Management, and Configuration Management Database (CMDB).

    • Incident Management: Quickly resolves IT issues, minimizing downtime and impact on business operations.

    • Problem Management: Identifies root causes of recurring incidents, helping prevent future disruptions.

    • Change Management: Ensures that changes to IT systems are implemented in a controlled manner to minimize risk.

    • CMDB: Acts as a central repository for IT assets and their relationships, improving visibility and governance.

  2. IT Operations Management (ITOM):
    ITOM enhances an organization’s ability to monitor, optimize, and manage IT infrastructure. It provides tools for event management, cloud management, discovery, and service mapping. This ensures better performance monitoring, proactive issue resolution, and improved operational efficiency.

  3. IT Business Management (ITBM):
    ITBM bridges the gap between IT projects and business outcomes. It helps organizations prioritize projects, allocate resources effectively, and measure performance against strategic goals. Modules like Project Portfolio Management, Agile Development, and Resource Management enable better decision-making and alignment between IT and business objectives.

  4. Customer Service Management (CSM):
    ServiceNow extends beyond IT to manage customer-facing operations. CSM helps organizations deliver faster, more personalized customer support by connecting customer service with other departments like IT and HR. This reduces friction and enhances customer satisfaction.

  5. Human Resources Service Delivery (HRSD):
    HRSD streamlines HR processes such as onboarding, offboarding, and case management. Employees can submit service requests, track status, and receive automated updates, which reduces administrative overhead for HR teams and improves the employee experience.

  6. Security Operations (SecOps):
    ServiceNow’s SecOps capabilities allow organizations to detect, respond to, and resolve security incidents efficiently. By integrating with security tools, ServiceNow automates incident prioritization and workflows, ensuring faster mitigation of risks and vulnerabilities.

  7. Governance, Risk, and Compliance (GRC):
    The GRC module helps organizations manage risks, ensure compliance, and maintain governance standards. Automated workflows, dashboards, and reporting tools provide real-time insights, enabling proactive risk management.

  8. Integration and Extensibility:
    ServiceNow’s platform supports extensive integration with third-party tools and enterprise systems through APIs, web services, and connectors. Its Now Platform App Engine enables developers to create custom applications tailored to business needs, making ServiceNow a versatile solution for digital transformation.

Architecture of ServiceNow

ServiceNow is a cloud-native platform built on a single-instance, multi-tenant architecture. This design provides scalability, security, and consistent performance for enterprise applications. Its architecture includes several layers:

  • User Interface (UI): Provides a modern, responsive interface accessible via web browsers and mobile devices.

  • Application Layer: Hosts core applications and workflows such as ITSM, HRSD, and CSM.

  • Database Layer: Centralized database stores all records, configurations, and transactional data, enabling accurate reporting and analytics.

  • Integration Layer: Facilitates seamless connectivity with external systems and data sources.

The platform also includes built-in analytics and reporting tools, enabling organizations to gain actionable insights and make data-driven decisions.

Key Benefits of ServiceNow

  1. Automation and Efficiency:
    ServiceNow automates repetitive tasks and workflows, reducing manual effort and human error. For example, automated incident routing and approval workflows streamline service delivery, saving time and costs.

  2. Enhanced Visibility:
    Through its CMDB and reporting tools, ServiceNow provides real-time visibility into IT assets, services, and processes. This helps organizations make informed decisions and improve governance.

  3. Improved Collaboration:
    ServiceNow fosters collaboration across departments by connecting IT, HR, customer service, and other functions on a single platform. This breaks down silos and ensures faster resolution of issues.

  4. Scalability:
    As a cloud-based solution, ServiceNow can scale according to organizational needs, accommodating growing user bases and expanding processes without significant infrastructure investments.

  5. Compliance and Risk Management:
    With modules like GRC and SecOps, ServiceNow ensures that organizations comply with regulatory standards while proactively managing risks.

  6. Customizability:
    The Now Platform allows businesses to build custom applications, tailor workflows, and configure modules according to specific requirements, ensuring a highly adaptable solution.

Use Cases Across Industries

  • Finance: Automating regulatory compliance, risk management, and IT operations.

  • Healthcare: Streamlining patient services, HR processes, and IT operations to improve care delivery.

  • Telecommunications: Managing network incidents, customer requests, and service provisioning efficiently.

  • Government: Enhancing citizen services, IT operations, and HR processes while maintaining security and compliance standards.

Challenges and Considerations

While ServiceNow offers significant advantages, organizations may encounter challenges during implementation. These include:

  • Complexity: Customization and integration can be complex and require skilled personnel.

  • Cost: Licensing and implementation costs can be high, particularly for large enterprises with multiple modules.

  • Change Management: Shifting from traditional processes to automated workflows requires proper training and change management strategies.

Fresher Interview Questions

 

1. What is ServiceNow?

Answer:
ServiceNow is a cloud-based IT Service Management (ITSM) platform that automates enterprise IT operations. It provides applications and tools to manage IT services, automate workflows, and improve business efficiency.


2. What are the features of ServiceNow?

Answer:

  • Incident Management

  • Problem Management

  • Change Management

  • Asset Management

  • Knowledge Management

  • Service Catalog

  • CMDB (Configuration Management Database)

  • Workflow automation

  • Reports and dashboards


3. What is the difference between Incident, Problem, and Change in ServiceNow?

Answer:

  • Incident: Unplanned interruption of an IT service.

  • Problem: Root cause of one or more incidents.

  • Change: Planned modification to IT infrastructure or service.


4. What is CMDB?

Answer:
CMDB (Configuration Management Database) is a repository that stores information about IT assets (CIs) and their relationships. It helps in understanding the impact of changes and incidents.


5. What are CIs (Configuration Items)?

Answer:
CIs are components of an IT infrastructure that are tracked in CMDB. Examples: Servers, Applications, Networks, Databases.


6. What is the difference between UI Policy and Client Script?

Answer:

  • UI Policy: Used to dynamically change the behavior of forms like making fields mandatory, read-only, or visible. Does not require scripting for simple tasks.

  • Client Script: Requires JavaScript and is used for more complex client-side logic.


7. What are the types of Client Scripts?

Answer:

  1. onLoad() – Runs when a form loads.

  2. onChange() – Runs when a field value changes.

  3. onSubmit() – Runs when submitting a form.

  4. onCellEdit() – Runs when editing a cell in a list.


8. What is a Business Rule?

Answer:
Business Rules are server-side scripts that execute when a record is displayed, inserted, updated, or deleted. They help in automating backend processes.


9. What are the types of Business Rules?

Answer:

  1. Before: Runs before saving the record.

  2. After: Runs after saving the record.

  3. Async: Runs asynchronously after saving.

  4. Display: Runs when retrieving a record to display on the form.


10. What is the difference between UI Action and UI Policy?

Answer:

  • UI Action: Adds buttons, links, or context menu items to a form or list for user actions.

  • UI Policy: Controls form behavior like mandatory, read-only, or visibility without buttons.


11. What is a GlideRecord?

Answer:
GlideRecord is a server-side object in ServiceNow used to perform database operations like querying, updating, inserting, and deleting records.


12. What are ServiceNow Tables?

Answer:
Tables store data in ServiceNow. Each table contains columns (fields) and rows (records). Examples: incident, problem, change_request.


13. What is a dictionary in ServiceNow?

Answer:
A dictionary defines the attributes of a field in a table. It contains information like field type, max length, default value, and reference table.


14. What are ACLs in ServiceNow?

Answer:
ACL (Access Control List) defines security rules to control access to tables, fields, and records. Types:

  • Table-level

  • Field-level

  • Record-level


15. What are the types of workflows in ServiceNow?

Answer:

  • Approval Workflow – Manages approvals for requests.

  • Incident Workflow – Manages the lifecycle of an incident.

  • Custom Workflow – Designed based on specific business requirements.


16. What is a Service Catalog?

Answer:
Service Catalog is a collection of services offered by IT to end users. Users can submit requests, which go through approval and fulfillment workflows.


17. What is the difference between Catalog Item and Record Producer?

Answer:

  • Catalog Item: Standard request item in Service Catalog.

  • Record Producer: Creates records in a specific table from a catalog-like form.


18. What is a Scoped Application?

Answer:
A Scoped Application is an application developed in a separate namespace to avoid conflicts with global applications.


19. What are Update Sets?

Answer:
Update Sets capture configuration changes in ServiceNow. They help migrate customizations from one instance to another.


20. What is the difference between Update Set and Data Export?

Answer:

  • Update Set: Captures configuration changes (not data).

  • Data Export: Moves actual data between instances.


21. What is Flow Designer?

Answer:
Flow Designer is a low-code tool to automate workflows using a drag-and-drop interface, replacing traditional workflow editor in some scenarios.


22. What is the difference between Workflow and Flow Designer?

Answer:

  • Workflow: Older interface, more code-based.

  • Flow Designer: Modern, low-code, easier for non-developers, integrates actions easily.


23. What is an Incident Life Cycle?

Answer:

  1. New

  2. In Progress

  3. On Hold

  4. Resolved

  5. Closed


24. What is Knowledge Management in ServiceNow?

Answer:
Knowledge Management helps capture, store, and share information across the organization. Articles can be categorized and accessed by users.


25. What is a MID Server?

Answer:
MID Server (Management, Instrumentation, and Discovery) is a Java application that communicates between ServiceNow and external systems behind the firewall.


26. What is ServiceNow Discovery?

Answer:
Discovery identifies devices, applications, and services on your network and populates the CMDB with accurate information.


27. What are Events and Notifications in ServiceNow?

Answer:

  • Event: Triggered when something happens (e.g., incident creation).

  • Notification: Sends alerts (email, SMS) based on events or conditions.


28. What is a Scoped vs Global Application?

Answer:

  • Global: Accessible everywhere, can cause conflicts.

  • Scoped: Limited namespace, safer, more controlled development.


29. What is the difference between Scheduled Job and Business Rule?

Answer:

  • Scheduled Job: Executes server-side logic at scheduled intervals.

  • Business Rule: Executes logic on record insert/update/delete events.


30. What is the difference between ServiceNow and Jira?

Answer:

  • ServiceNow: ITSM, workflow automation, cloud platform.

  • Jira: Primarily a project management and issue tracking tool.


31. What are UI Policies vs Data Policies?

Answer:

  • UI Policy: Client-side, affects forms in the UI.

  • Data Policy: Server-side, enforces data integrity even if accessed via API.


32. What are Tables and Extensions in ServiceNow?

Answer:

  • Tables: Store data (rows/columns).

  • Extended Tables: Inherit fields and behaviors from a parent table.


33. What is a Reference Field?

Answer:
A field that refers to another table. Example: Caller in incident table refers to the User table.


34. What is a Choice Field?

Answer:
A dropdown field where users can select a value from predefined options.


35. What is a GlideAjax?

Answer:
GlideAjax allows client scripts to call server-side scripts asynchronously to fetch data without refreshing the page.


36. What are Script Includes?

Answer:
Reusable server-side scripts that can be called from other scripts, client scripts (via GlideAjax), or business rules.


37. What is the difference between Script Include and Business Rule?

Answer:

  • Script Include: Reusable code library.

  • Business Rule: Executes automatically on CRUD operations.


38. What is a Transform Map?

Answer:
Used during data import to map source fields to target fields in ServiceNow tables.


39. What is an Import Set?

Answer:
A staging table used to import data from external sources before mapping it to target tables using Transform Maps.


40. What is a Domain Separation?

Answer:
Domain Separation allows ServiceNow to segment data and configurations across business units while using a single instance.


41. What is a Scoped vs Global Role?

Answer:

  • Global Role: Available across the instance.

  • Scoped Role: Limited to a specific application scope.


42. What is a REST API in ServiceNow?

Answer:
REST API allows ServiceNow to communicate with external applications using HTTP methods like GET, POST, PUT, DELETE.


43. What is an OOB (Out-of-the-Box) Application?

Answer:
Pre-installed applications provided by ServiceNow, such as Incident, Problem, Change, Knowledge, and Service Catalog.


44. What are the types of Reports in ServiceNow?

Answer:

  • List

  • Pivot

  • Chart (Bar, Pie, Line)

  • Dashboard


45. What is a Knowledge Article Lifecycle?

Answer:
Draft → Review → Published → Retired/Archived


46. What is SLA in ServiceNow?

Answer:
SLA (Service Level Agreement) defines the time within which a service must be provided. Example: Incident should be resolved within 4 hours.


47. What is an SLA Definition vs SLA Workflow?

Answer:

  • SLA Definition: Sets target times for completion.

  • SLA Workflow: Tracks and manages SLA lifecycle automatically.


48. What is a Scoped vs Global Script Include?

Answer:

  • Scoped: Only accessible within the application scope.

  • Global: Accessible across the instance.


49. What is a Table Inheritance?

Answer:
When a table extends another table, it inherits all its fields and functionality.


50. What is the difference between Inherited and Custom Fields?

Answer:

  • Inherited Field: Comes from the parent table.

  • Custom Field: Created specifically in the child table.


51. What are the benefits of ServiceNow?

Answer:

  • Centralized IT service management

  • Automated workflows

  • Improved reporting and dashboards

  • Better compliance and audit tracking

  • Scalable and cloud-based solution

Experienced Interview Questions

 

1. What is ServiceNow and how have you used it in your projects?

Answer:
ServiceNow is a cloud-based ITSM platform used to automate IT workflows, manage incidents, problems, changes, and other IT operations. In my projects, I have implemented Incident, Problem, Change, CMDB, Service Portal, and Integration with third-party tools like LDAP, Jira, and SCCM to streamline operations.


2. Explain the architecture of ServiceNow.

Answer:
ServiceNow follows a multi-instance architecture and is built on a single data model:

  • User Interface: Web, Mobile, and Service Portal

  • Application Layer: Business Rules, Client Scripts, UI Actions, Script Includes, Flow Designer

  • Database Layer: Tables, Fields, CMDB, Relationships

  • Integration Layer: REST, SOAP, LDAP, JDBC


3. What are Scoped Applications and how do you manage them?

Answer:
Scoped Applications are isolated applications in ServiceNow with their own namespace to avoid conflicts.

  • Used to develop custom apps without affecting global tables.

  • Managed using roles, scoped roles, and update sets.


4. What is CMDB and what best practices do you follow?

Answer:
CMDB (Configuration Management Database) stores configuration items (CIs) and their relationships.
Best practices:

  • Only relevant CIs should be added.

  • Maintain CI relationships accurately.

  • Use discovery tools for automated population.

  • Avoid duplicate entries.


5. How do you perform Discovery in ServiceNow?

Answer:
Discovery identifies infrastructure and services.

  • MID Server communicates with internal networks.

  • Uses probes, sensors, and patterns.

  • Populates CMDB with accurate CIs.


6. Explain the Incident, Problem, and Change lifecycle in real projects.

Answer:

  • Incident: Reported by user → Assigned → In Progress → Resolved → Closed

  • Problem: Root cause analysis for recurring incidents → Known Error → Fix

  • Change: Request → Approval → Implementation → Review → Close

  • Followed ITIL standards and configured SLAs for automation.


7. What are Business Rules and how do you use them in complex scenarios?

Answer:
Business Rules execute server-side on database operations.
Examples of complex use:

  • Auto-assign incidents based on location and priority.

  • Update related records using GlideRecord.

  • Trigger SLA start/stop based on conditions.


8. Explain GlideRecord and a real-time use case.

Answer:
GlideRecord is a server-side API to interact with database tables.
Example: Auto-closing incidents older than 30 days:

var gr = new GlideRecord('incident');
gr.addQuery('state', '!=', 7);
gr.query();
while(gr.next()){
   if(gr.opened_at.getDaysAgo() > 30){
      gr.state = 7;
      gr.update();
   }
}

9. Explain UI Policies vs Client Scripts in real-time scenarios.

Answer:

  • UI Policies: Make fields mandatory, read-only, or visible dynamically without scripting.

  • Client Scripts: Handle complex validations, data calculations, or fetch server-side info via GlideAjax.

Example: On Incident form, mark Assignment Group mandatory for High Priority incidents.


10. What are Script Includes and how do you use them?

Answer:
Reusable server-side JavaScript functions.
Use case: Create reusable functions to fetch CIs or calculate SLA metrics across multiple modules.


11. Explain Flow Designer vs Workflow in real-time projects.

Answer:

  • Workflow: Legacy tool, graphical interface, often complex for approval processes.

  • Flow Designer: Low-code, easier to manage, integrates with sub-flows, approvals, and REST/SOAP actions.


12. What are Update Sets and how do you manage conflicts?

Answer:
Update Sets track configuration changes for migration.
Managing conflicts:

  • Avoid working on the same object across instances.

  • Check for prior update sets.

  • Test in sub-prod before moving to production.


13. How do you handle ACLs in ServiceNow?

Answer:

  • Configure record-level, field-level, and table-level ACLs.

  • Use roles and conditions to ensure least privilege access.

  • Example: Only managers can close high-priority incidents.


14. What are REST and SOAP integrations you have implemented?

Answer:

  • REST: Integration with Jira for incident sync.

  • SOAP: Integrating with HR or legacy payroll systems.

  • Used Import Sets and Transform Maps to process data.


15. Explain the Service Catalog and Record Producers.

Answer:

  • Service Catalog: Users request IT services, which trigger workflows.

  • Record Producer: Used to create records in tables like Incident, Change via catalog forms.
    Example: Employee onboarding record producer creates multiple tasks automatically.


16. How do you manage SLA in ServiceNow?

Answer:

  • SLA Definition: Set target time for resolution.

  • SLA Workflow: Starts, pauses, or stops based on conditions.

  • Example: Auto-reopen incidents when SLA breached.


17. Explain MID Server and its use.

Answer:

  • Java service installed on-premises.

  • Communicates with internal systems securely.

  • Supports Discovery, Orchestration, and IntegrationHub actions.


18. Explain Orchestration in ServiceNow.

Answer:

  • Automates IT processes like password reset, VM provisioning, user creation.

  • Uses activities, PowerShell, SSH, and IntegrationHub spokes.


19. How do you manage Service Portal?

Answer:

  • Custom widgets using HTML, AngularJS, CSS.

  • Use Service Portal Designer for forms, catalog, and dashboards.

  • Example: Dynamic Incident submission form.


20. How do you optimize performance in ServiceNow?

Answer:

  • Use indexed fields in queries.

  • Avoid nested GlideRecord calls inside loops.

  • Use asynchronous scripts for heavy operations.

  • Clean old update sets and records.


21. Explain Data Policies and when you use them.

Answer:

  • Enforce mandatory, read-only, or field validation on server side.

  • Ensures data integrity even via API.

  • Example: Incident Priority cannot be blank on insert via REST.


22. How do you implement Notifications in ServiceNow?

Answer:

  • Based on Events or Record Conditions.

  • Email, SMS, or push notifications.

  • Example: Email to manager on high-priority incident assignment.


23. How do you use Import Sets and Transform Maps?

Answer:

  • Import Sets: Staging table for bulk data import.

  • Transform Map: Maps source fields to target table fields.
    Example: Import CSV of user data into cmn_location table with mapping rules.


24. How do you handle multiple environments (Dev, Test, Prod)?

Answer:

  • Follow Update Set Migration.

  • Validate scripts in Dev → Test → Production.

  • Use source control integration (Git) for scoped apps.


25. Explain Domain Separation and your implementation experience.

Answer:

  • Segments data by business unit.

  • Scoped apps and tables can be domain-specific.

  • Example: Multiple subsidiaries with same instance but isolated data.


26. How do you manage CMDB CI relationships?

Answer:

  • Use Dependency Views to visualize relationships.

  • Populate relationships via Discovery, Service Mapping, or manual linking.

  • Example: Server → Application → Business Service relationships.


27. Explain Service Mapping and how it differs from Discovery.

Answer:

  • Discovery: Discovers devices and infrastructure.

  • Service Mapping: Maps applications to underlying CIs to understand service dependencies.


28. Explain Scripted REST APIs.

Answer:

  • Custom REST endpoints with scripting to fetch, create, or update records.

  • Example: Fetch incidents by priority and return JSON response.


29. Explain GlideAjax usage in real-time projects.

Answer:

  • Calls server-side scripts asynchronously from client scripts.

  • Example: Auto-fill Assignment Group based on selected category without page reload.


30. Explain Scheduled Jobs vs Scheduled Script Executions.

Answer:

  • Scheduled Job: Legacy, GUI-based scheduling.

  • Scheduled Script Execution: Server-side script scheduled via cron for automation.


31. How do you handle Error Handling and Logging?

Answer:

  • Use gs.log(), gs.error(), gs.warn() in scripts.

  • Implement try-catch blocks for error handling.

  • Notify via logs or email in case of critical failures.


32. Explain your approach to upgrade testing.

Answer:

  • Analyze release notes for new features.

  • Test custom scripts, workflows, integrations in sub-prod.

  • Perform regression testing and document issues.


33. How do you implement Approval Workflows?

Answer:

  • Use Flow Designer or Workflow for multi-level approvals.

  • Include conditions for auto-approval, rejection, or escalation.


34. How do you manage Version Control in Scoped Apps?

Answer:

  • Use GitHub integration.

  • Maintain branches for Dev, Test, Prod.

  • Commit updates regularly and track changes in update sets.


35. Explain Real-time example of Incident Automation.

Answer:

  • Auto-assign incidents based on category and location.

  • Trigger SLA calculation automatically.

  • Notify users and managers based on incident priority.


36. How do you manage knowledge articles in projects?

Answer:

  • Draft → Review → Publish → Retire.

  • Categorize by department and service.

  • Control access via roles and domains.


37. How do you implement Conditional Workflows?

Answer:

  • Use Conditions and If-Else branches in Flow Designer.

  • Example: For high-priority incident → Notify manager → Assign to senior team.

  • Low-priority → Auto-resolve with knowledge base article.


38. Explain Orchestration with LDAP Integration.

Answer:

  • Automate user provisioning/de-provisioning.

  • Sync roles and groups from Active Directory.

  • Example: Auto-create user in ServiceNow with required roles on onboarding.


39. Explain Custom Widgets in Service Portal.

Answer:

  • Developed using HTML, AngularJS, CSS, Client Scripts.

  • Example: Dynamic dashboard to display user incidents, approvals, and requests.


40. How do you implement Performance Analytics?

Answer:

  • Configure indicators, breakdowns, and data sources.

  • Create dashboards with trends and KPIs.

  • Example: SLA compliance report over last 6 months.


41. Explain Scoped Application Security Best Practices.

Answer:

  • Use scoped roles and ACLs.

  • Limit global table access.

  • Avoid hard-coded user IDs.

  • Encrypt sensitive data fields.


42. Explain Discovery Probes and Sensors.

Answer:

  • Probes: Collect data from network devices.

  • Sensors: Process probe data and update CMDB.

  • Used for automated inventory and mapping CIs.


43. Explain your experience with IntegrationHub.

Answer:

  • Used spokes for REST, SOAP, JDBC, and FTP integrations.

  • Example: Auto-create Jira tickets from high-priority incidents.

  • Enables codeless automation for external integrations.


44. How do you implement Event Management?

Answer:

  • Configure events for alerts.

  • Map events to CIs.

  • Trigger notifications and auto-remediation scripts.


45. Explain Best Practices for GlideRecord optimization.

Answer:

  • Use .addQuery() filters instead of querying all records.

  • Avoid nested loops on queries.

  • Use gr.setLimit() for large datasets.

  • Async scripts for heavy data processing.


46. How do you handle Import Set errors?

Answer:

  • Review Import History and Transform Logs.

  • Validate mappings and scripts.

  • Use Coalesce to prevent duplicate records.


47. Explain your experience with Agile Projects in ServiceNow.

Answer:

  • Configured Agile Development plugin.

  • Created Scrum boards, sprints, user stories, and epics.

  • Generated velocity and burndown reports.


48. Explain how you handled Performance Issues in Production.

Answer:

  • Identified slow queries using Stats, Query Debugging.

  • Optimized GlideRecord calls, added indexes.

  • Removed unnecessary business rules or scripts on high-volume tables.


49. Explain how you implemented Scheduled Reports.

Answer:

  • Created reports (list, pivot, charts).

  • Scheduled emails to users/managers with conditions.

  • Example: Daily SLA compliance report to IT manager.


50. Explain Knowledge Management integration with Incident.

Answer:

  • Suggested articles appear during incident creation.

  • Reduces duplicate incidents and provides solutions to end users.

  • Knowledge articles can be auto-linked to incidents upon resolution.


51. How do you manage Audit and Compliance in ServiceNow?

Answer:

  • Enable auditing on critical tables.

  • Configure roles and ACLs for data security.

  • Generate audit reports for ITIL processes.


52. How do you manage Multiple Update Set Conflicts?

Answer:

  • Compare update sets before moving to Prod.

  • Merge conflicting records manually.

  • Use Naming conventions to avoid conflicts.


53. Explain your experience with Asset Management.

Answer:

  • Track hardware/software assets lifecycle.

  • Integrate with CMDB for relationship mapping.

  • Example: Auto-decommission asset when CI is retired.


54. Explain ServiceNow DevOps plugin experience.

Answer:

  • Used for CI/CD integration with tools like Git, Jenkins.

  • Automates deployment pipelines for Scoped Apps.

  • Monitors build and release statuses from ServiceNow.


55. How do you handle Production Support Tickets in ServiceNow?

Answer:

  • Prioritize tickets based on impact and urgency.

  • Investigate root cause using logs, scripts, and CMDB.

  • Implement fixes or coordinate with developers.

  • Document resolution and close with SLA compliance.