Blog Summary

    • ServiceNow ITOM operates on modules that include Discovery, Service Mapping, Event Management, Health Log analytics, and AIOPs.
    • The blog explains ServiceNow discovery phases and horizontal vs. top-down discovery.
    • The blog segments interview questions for freshers and advanced learners, focusing on real-world scenarios.

Whether you are preparing for your first ServiceNow job, or just leveling up as a Senior developer or architect in the field, interviews are the one thing you need to crack with efficiency. 

Interviews do not just test your technical skills in the field but also prepare you to deal with client side nature of the job. 

In this blog, we have the 30 most important ServiceNow ITOM Interview questions and answers. These questions will help you understand the most prevalent topics in the ITOM module. 

Interview readiness check

Think you are ready for a ServiceNow Interview?

5 quick questions. Find out where you stand before the real interview.

Question 1 of 5 ServiceNow

You need to automatically assign an incident to the right team based on the category selected by the user. What is the right way to set this up in ServiceNow?

A. Write a business rule that checks the category and updates the assignment group
B. Use an Assignment Rule configured on the Incident table
C. Build a Flow with a decision element that checks the category field
D. Create a UI Policy that changes the assignment group based on category
Question 2 of 5 ServiceNow

A client wants a field on the Incident form to only appear when the priority is set to Critical. What do you use?

A. A Business Rule with a condition checking the priority field
B. A UI Policy that shows the field when priority equals Critical
C. An ACL that restricts field visibility based on priority
D. A Client Script that runs on form load and checks priority
Question 3 of 5 ServiceNow

You wrote a Business Rule that is supposed to update a related record when an Incident is closed. It ran once and never fired again. What is the first thing you check?

A. Whether the Business Rule is set to run on update and the condition matches closed state
B. Whether the related record has an ACL blocking the update
C. Whether the script include used in the rule has a syntax error
D. Whether the Business Rule order is conflicting with another rule on the same table
Question 4 of 5 ServiceNow

A manager wants to see all open incidents grouped by priority on a single screen and needs it to update in real time without running a report manually every time. What do you build?

A. A scheduled report that emails the manager every morning
B. A saved list view on the Incident table with priority filters
C. A homepage with a static report widget pinned to it
D. A dashboard with interactive filters for priority and state
Question 5 of 5 ServiceNow

Your client has a requirement where a change request must be approved by two different managers before it moves to the next stage. Neither approval can be skipped. How do you configure this?

A. Create two separate approval rules on the Change Request table
B. Use a sequential approval workflow where both managers must approve in order
C. Set up a UI Action that sends an email to both managers and waits for replies
D. Build a Flow with two parallel approval steps that both must complete

Your score is ready

Enter your details to unlock your result.

ServiceNow Quiz

Your result

0 Out of 5

ServiceNow ITOM Interview Questions for Freshers

The fresher level question covers the foundational concepts of ServiceNow ITOM. It helps interviewers understand your basic understanding of the technology.

1. What is ServiceNow ITOM, and what problem does it solve?

Ans. ServiceNow ITOM is a cluster of applications created on the ServiceNow platform to help build, plan, and execute the services, technology, components, and requirements in any organization. ITOM provides a unified platform for in-house IT assets and external cloud services to oversee and predict IT failures before the users are affected. 

IT Operations Management focuses on solving problems faced by the operations teams, focusing on the data centers, cloud environments, devices, and interconnected systems. ITOM manages alerts, incident resolutions, and unplanned outages, making it easier for IT teams to proactively take action rather than just contemplating the issues. 

2. What are the key modules under ServiceNow ITOM?

Ans. ServiceNow ITOM has specific modules that cover visibility, AIOps, and Enterprise solutions; the core includes: 

  • Discovery: Identify internal and external devices to update the CMDB in real time. It helps organizations track IT asset activity.
  • Service Mapping: It helps in analysing use-case impact, root causes of an incident, and planning the cloud migration.
  • Event Management: It helps the team to focus on important alerts and notifications by organizing them before it reaches human operators. 
  • Health Log Analytics: It allows admins to identify emerging IT issues using real-time analysis before any outage happens. 
  • Cloud Management (Cloud Governance): It makes sure that adoption of the cloud is done efficiently and aligns properly with business policies. 
  • Service Observability: The module focuses on providing an end–to–end view for business performance by bridging the gap between IT metrics and business impact.
  • AIOps: It is an additional layer that is added to the system to reduce noise, identify issues, and automate solutions. 

3. What is a Configuration Item (CI), and can you give real-world examples?

Ans. Configuration items in ServiceNow are components that are managed to deliver IT services efficiently. These are stored in the CMDB and include hardware, software, services, applications, and cloud-based configuration items. It also helps identify the properties and relationships of how CIs are interconnected. 

For example, online business applications like SAP or ServiceNow are deployed in the user environment as Application Configuration Items. 

4. What is the CMDB, and why is it considered the backbone of ITOM?

Ans. Configuration Management Database (CMDB) is a central repository of ServiceNow that includes Configuration Items and their relationships. It is the single source of information in IT environments. It is an important part of ITOM because every module depends on it:

  • Discovery adds the CI data from the networks in the CMDB. 
  • Service Mapping build bussiness dependency maps using the CMDB relationships. 
  • Event Management identifies the impacts and adds alerts using CMDB data.
  • Change Management analyses the downtrends due to changes using the CMDB. 
  • AIOps analyzes the CMDB data to create interactions between events. 

5. What is a MID Server, and why is it required in Discovery?

Ans. MID stands for Management, Instrumentation, and Discovery Server. These are small Java applications installed on an organization-wide network, usually in the firewalls. They provide a safe communication channel between ServiceNow Cloud and organization internal architecture. 

MID servers are required in Discovery because the Instance cannot reach the internal network devices, servers, or databases directly. Without a proper MID configuration, Discovery cannot run. 

6. What is Discovery in ServiceNow, and how does it work at a high level?

Ans. ServiceNow Discovery automates the analysis and maintenance of your CMDB. It identifies IP‑enabled configuration items (CIs), logs their interdependencies, and populates your CMDB. This eliminates the manual work of tracking assets and guarantees that the CMDB reflects the most up-to-date status of the environment.

At a high level, Discovery works in a flow of: 

  • A Discovery schedule initiates a job, or a Quick Discovery is run by an administrator.
  • The ServiceNow instance puts instructions into the ECC Queue.
  • The MID Server fetches the instructions and starts the scan over the entered IP ranges.
  • Based on open ports, the device is classified in Windows Server, Linux, or network switch.
  • Next, probes are used to collect information for hostname, OS version, serial number, installed software, and running processes.
  • The Identification and Reconciliation Engine checks if this CI is already present in the CMDB. There are two options:
    • If it is present, then update the record. 
    • If it is not there, create a new CI.

7. What is Event Management, and how does it differ from Incident Management?

Ans. Event Management in ServiceNow ITOM collects and connects the alerts from multiple systems, analyzing different parts of the infrastructure (network, cloud, application, etc.) in order to identify an actual service issue to work on. Event Management can add information from a wide variety of monitoring tools, both inside and outside of ITOM.

Incident Management is one component of ITSM and concentrates on making sure normal service operation is restored as quickly as possible after an incident is reported by a user or a system.

8. What is a business service in Service Mapping?

Ans. A business service in ServiceNow Service Mapping is an end-to-end IT service that is presented to users or customers, like an Online Banking Portal, Email Service, or SAP Production Environment. 

Business services are defined in business terms, providing a clear understanding of the impact of IT disruptions on the business. Business services are not limited to a single technology or application. They can include many different infrastructure components.

ServiceNow ITOM Interview Questions for Intermediates

These are the ServiceNow ITOM Interview Questions for intermediates learners and working professionals in ServiceNow requires understanding the working knowledge of modules, configuration, and integrations. 

9. What are the phases of the Discovery process: Classify, Identify, and Explore?

Ans. There are three different phases of the DIscovery process, including: 

  • Scanning: In this phase, TCP and UDP IP ports are scanned by discovery. It determines which ports are open by getting a response from the open port. It is also called the Shazam phase.
  • Classify: When a device responds to a port scan, the classify phase ensures the exact device type and operating system. It deploys specific classification patterns. 
  • Identify: It checks the CMDB to identify the CI for discovered devices. It schedules identification rules to eliminate duplicates and combine the new data with existing records. 
  • Explore: It uses the exploration patterns to identify the hardwares and software relationships, analyzing what application runs on hardware. 

10. What is the difference between horizontal Discovery and top-down Discovery (Service Mapping)?

Ans. The ITOM implementation usually uses both of these methods together. The major difference between them is: 

  
                                                                                                                                                                         
FeatureHorizontal Discovery Top-Down Discovery
Primary FocusBroadly discovers infrastructure regardless of how it is being used. Deeply maps dependencies and traffic flows for specific business services (e.g., payroll, email).
Starting pointScans a complete IP range or subnet. Starts at an entry point, like a URL or a specific service endpoint.
GoalUsed to create a comprehensive, updated IT asset inventory. Used to understand the impact of the low servers by visualizing the services it supports.
ScopeLarge and exhaustive across the network. Highly specific to the investigated service.
  

11. What are patterns in Discovery, and how are they different from probes and sensors?

Ans. Patterns in Discovery are visual references written in Neebula Discovery Language (NDL), used to execute the Identification and exploration phases of horizontal discovery. These patterns help collect data from a host and then process that information to update the CMDB with real-time, meaningful details. 

The probes and sensors in ServiceNow work across all discovery phases and are script focused unlike patterns that operate only in the identification and exploration phases. 

Also, probes and sensors are easier to break in upgrades and require manual maintenance, whereas patterns are available in the pre-built pattern library of ServiceNow. 

12. What is the Identification and Reconciliation Engine (IRE), and what role does it play in CMDB? 

Ans. Identification and Reconciliation Engine (IRE) is a central platform that provides and manages the incoming data before it is added to the CMDB. It ensures credibility and eliminates the duplicacy in the configuration items. The major roles it plays in a CMDB are: 

  1. Eliminates Duplicacy: IRE uses predefined identification rules to identify if a particular configuration item exists in the CMDB before a new record is created. 
  2. Controls Data: The reconciliation rules in IRE tell which discovery tool or data source is aligned to write what CI attributes. 
  3. Handles Data Sources: When the CMDB updates using multiple data sources, IRE keeps a check on them to avoid attribute flapping.

13. What are Discovery schedules, and can you trigger an ad-hoc Discovery run?

Ans. Discovery schedules ensure that the CMDB is updated automatically in real-time. A Discovery schedule identifies what and when Discovery should scan. It includes the following details:

  • IP ranges or IP addresses that require scanning.
  • The associated MID Server(s) used. 
  • The frequency of the scan, such as hourly, daily, weekly, and so on.
  • Credentials are stored securely in ServiceNow and are used to access devices.
  • Cloud discovery and on-premises network scans.

Also, I can trigger an ad hoc discovery run. ServiceNow admins can use Quick discovery options to run immediate discovery without waiting for the next schedules run. 

14. What is a CI Relationship, and how does it support impact analysis?

Ans. A CI relationship is a connection between two or more IT assets like servers, data, softwares, and more that are stored in the CMDB. These connections help identify the basic inventory of IT assets. It supports Impact analysis by: 

  1. Analyzing Change Risks: When a change happens or is proposed for a specific CI, analyzing the risk becomes important. Here, the relationship is used to calculate and analyze which business services and users might face downtime. 
  2. Identifying the Cause: During a blunder, it helps IT teams look for dependencies and find the exact cause of trouble rather than blindly shooting solutions. 
  3. Managing Incident Priorities: Understanding what services are downstream and depend on CI. It helps the operations teams create a priority list based on what is critical. 

15. What is the Common Service Data Model (CSDM), and why do organizations adopt it?

Ans. A Common Service Data Model (CSDM) is a unified structure on the ServiceNow platform. It shows how service-related data should be modeled, organized, and connected within and outside the platform. It creates standard terms and table formats for Business, Technical, and Application Services, and their relationships. It helps establish a common language across modules.

Organizations are known to adopt CSDM due to the measurable benefits like: 

  • Efficient incident resolution to understand what service is affected and why. 
  • Cross-module connections that offer clean and unified data sources. 
  • AI and automations in the platform that show structured data is effective for AIOps. 
  • Reduces duplicacy by constantly defining the records across multiple products. 

16. How does Event Management integrate with third-party monitoring tools like SolarWinds or Zabbix?

Ans. ServiceNow Event Management serves as the central aggregation point for alerts from any monitoring tool. Specifically for SolarWinds or Zabbix, Mid-Server-based connectors are ideal. ServiceNow provides connector definitions that run on the MID Server, identify the external tool’s API at specific intervals, and provide alerts into Event Management.

Apart from this, event management can be integrated with other monitoring tools via:

  1. REST API: Most monitoring tools can push alerts to the ServiceNow Event Management REST API. It works with tools such as Datadog, New Relic, Dynatrace, PagerDuty, etc.
  2. Email Integration: Any tool that can send emails can be aligned to send emails into Event Management. It eliminates and creates event records automatically.

17. What are event rules in ServiceNow Event Management, and what is their purpose?

Ans. Event rules are specified conditions in ServiceNow Event Management. These determine the action to be taken when an event that meets the specified criteria is received. They manage the processing of raw events before making them available to users. These rules serve multiple purposes, such as: 

  1. Rules can filter redundant information and prevent alerts. 
  2. Rules help in creating specific alerts when an event matches the rules. 
  3. Rules help define how events are matched to specific configuration items in the CMDB.
  4. Rules can also trigger automated notifications and create incidents, and update the configuration items’ operational status when conditions are met. 

18. What are CI binding rules and aggregation rules in Event Management?

Ans. CI Binding Rules are used to determine the relationship between an incoming event and a CI in the CMDB. When an alert is received, ServiceNow figures out which CI the alert is about. It helps calculate service impact and show the event in the context of the impacted infrastructure. The CI binding rules establish the logic for this process. 

Aggregation Rules determine which related events should be grouped together into a single alert instead of an alert being opened for each individual one. This reduces the amount of alerts operators have to sift through, which in turn prevents alert fatigue and helps identify root causes faster.

ServiceNow ITOM Interview Questions for Experienced Professionals 

The ServiceNow interview questions for experienced professionals dedicatedly focus on the deeper technical understanding, architecture, and advanced configuration of the platform. 

19. What is the role of the CMDB Health Dashboard, and what indicators does it track?

Ans. The CMDB Health Dashboard in ServiceNow provides you with a real-time update on your CMDB data quality and accuracy. It is important as the CMDB is filled with outdated, partial, or redundant records, and all other processes depend on it.  It tracks four major indicators: 

  1. Completeness: The CIs are tested for empty values in compulsory and recommended fields.
  2. Correctness: The CIs are tested against predefined data integrity rules like identification (duplicate CIs identified), orphan CIs, and inactive CIs.
  3. Compliance: The CMDB data is audited for compliance with predefined certificates.
  4. Relationship health: The health of CI relationships is tested for orphan and duplicate relationships. It also aligns with suggested relationships, hosting, and containment rules.

20. How does ServiceNow ITOM discover cloud resources across AWS, Azure, and GCP?

Ans. ServiceNow ITOM identifies the cloud resources using the Cloud discovery abilities of the platform. It is done using API and pattern-based horizontal discovery using MID servers. 

The standard flow of the process is: 

  1. The cloud provider’s credentials are securely stored within ServiceNow. 
  2. Then the MID Server is used to make API calls to the cloud provider. 
  3. Further, the responses from the APIs return metadata about cloud resources: EC2 instances, Azure Virtual Machines, GCP Compute instances, and more. 
  4. Then, this data is processed by the IRE and written to the CMDB tables that have been designed for cloud resources. 
  5. Finally, any relationships between cloud resources are discovered and stored.

21. What is the role of Service Graph Connectors in keeping the CMDB accurate?

Ans. Service Graph Connectors are predefined integrations that help in adding third-party and API data to the CMDB via different domains. The discovery module works in parallel by introducing data from third-party sources within the organization’s environment.

The connectors are important to keep the CMDB accurate by making sure that: 

  • Third-party data is aligned accurately to the right locations in the CMDB as specified by the Common Service Data Model.
  • SGC manages and standardizes the configuration data pipeline. This is done by adding data as per the class, attributes, and data sources using identification rules. 
  • They offer data from systems that organizations are already governing as the system of record.
  • These connectors are updated in line with any API changes from the connected systems with their support from ServiceNow and certified partners. 

22. How does Health Log Analytics (HLA) work, and how is it different from Event Management?

Ans. Health Log Analytics in ServiceNow works based on the machine-generated logs via endpoint applications. It turns the unstructured data into actionable content using: 

  1. Pattern recognition: It creates a baseline for normal operating patterns in Servicenow instances
  2. Detecting pattern breaks: Using the machine learning process, HLA can easily identify significant diversions from the baseline. 
  3. Automation: After the pattern breaks are identified, HLA groups the useful data patterns. It helps identify the root causes and send events to event management. 

HLA uses anomalies to push alerts to Event Management, creating a truly predictive AIOps flow. It differs from event management primarily on the basis of the methodology and the primary goal. 

  • HLA works on machine learning to supervise the slightest changes in behaviour. However, Event Management generates alerts as per the specified metrics or breaches. 
  • HLA focuses on alerting the Operations teams before any issue impacts the user or causes a system outage. It works in a predictive manner. On the other hand, event management notifies the admins when a rule is broken or a condition is unfulfilled. It works reactively. 

23. What is the significance of the cmdb_ci_service class in the CMDB?

Ans. The cmdb_ci_service class in CMDB is a parent table for service type configuration items in ServiceNow. It is directly supported via Business Process and helps create a bridge between technical infrastructure and business services. 

The significance of using the Service Classes in ITOM:

  • Service Mapping adds and updates records in cmdb_ci_service (and its child classes) in the context of business services.
  • Event Management determines service health and impact through the CIs related to the service records.
  • ITSM uses these records to link incidents and changes to the services they affect.
  • AIOps tracks service health monitoring metrics with these service definitions as the object of analysis.

The different types of child tables under the cmdb_ci_service class are: 

  
                                                                                                                                                                         
Table NameLabel Table Description
cmdb_ci_service_autoService Instance Application services that can be analyzed by the system.
cmdb_ci_service_businessBusiness Service These are published to business users and typically underpin the business capabilities.
cmdb_ci_service_discoveredMapped Application Service Application services, created by the Manual service method. Each application service has a container CI record that models the application service.
cmdb_ci_service_technicalTechnology Management Service (formerly Technical Service) Technology management services are published to service owners and typically underpin one or more business services.
  

24. What are connector definitions in Event Management, and how are they configured?

Ans. Connector definitions in ServiceNow Event Management specify how the system connects to, polls, and receives data from third-party monitoring tools. They serve as the integration specification for each monitoring source. To set up a connector definition, follow these steps:

  1. Go to Event Management → Integrations → Connector Definitions.
  2. Choose an existing certified connector or create one.
  3. Fill in the connection details, credentials, and field mappings.
  4. If you need polling, associate the connector with one or more MID Servers.
  5. Activate the connector and test the connection.

25. What is the role of CI Hint Rules in Event Management, and when would you use them?

Ans. CI Hint Rules in ServiceNow Event Management are used to identify what incoming event is associated with which Configuration Item (CI). The CIs need to be matched based on exact field values using the standard CI binding rules. However, events from some tools may lack the necessary attributes for an exact match, or the values may be formatted differently in the event than those stored in the CMDB.

CI hint rules can be used in different scenarios like: 

  1. In places where monitoring tools establish non-standard naming conventions that do not match the primary CI name. 
  2. When an incoming event lacks a direct identifier of the CI in the CMDB, but has other attributes like IP/MAC address which can help in cross referencing. 
  3. To avoid alerts without CI ownerships form third party event management tool integrations. It ensures a proper impact analysis and routing. 

26. What is the difference between a Technical Service and a Business Service in the CMDB?

Ans. Technical and business services in CMDB are child tables under the cmdb_ci_service class. These are used to create a connection between the end users and underlying IT structure. The major difference between the both are: 

  
                                                                                                                                              
FeatureBusiness Service Technical service
ConsumerEnd business users, employees, and external customers. Internal IT teams, analysts, and administrators.
PurposeSupports the business processes and creates value. Provides infrastructure and application backing for business services.
VisibilityCan be seen by business. Bounded using SLAs and outages. Can be seen by internal IT teams and used for event management, health management, and incidents.
  

ServiceNow ITOM Scenario-Based Interview Questions

As we come to the last section of our interview questions, it is important to highlight the real-world troubleshooting situations. These questions are commonly asked of specialists, architects, and senior engineers. Here, we will be covering AI, automation, and enterprise strategy.

27. Duplicate CIs are appearing in the CMDB after multiple Discovery runs. What steps do you take to resolve this?

Ans. Duplicacy of Configuration Items is one of the most common CMDB problems that occurs. To resolve this, I will follow a 6-step approach: 

Step 1: I will start by understanding the root cause of the problem. Many a time, the duplicacy occurs when IRE cannot identify a match for new CI payloads and creates a new CI instead of updating the existing one. A common cause can be when the identification rules are not filled consistently. 

Step 2: Next, I will review the CMDB health dashboard from the Configuration menu. It will show me the duplicate score for the affected class. 

Step 3: I will now review and fix identification rules from the CI Class Manager. From the attributes that are used as identifiers, it is important to check serial numbers before the hostname and IP address. 

Step 4: Navigate to Configuration → Duplicate CI tasks to address the backlog of duplicate CIs. In ServiceNow, duplicate CI tasks are generated to identify duplicates and review them. 

Step 5: The next step is to merge the duplicates by classifying the correct record. If not merged, it is essential to delete or retire the duplicates. You can also automate the process using the Remediation feature. 

Step 6: Finally, set up a data source if you have multiple sources writing in the same CI class. Here you can define which source is your ideal, avoiding any future conflicts. 

28. Alerts from your monitoring tool are not binding to any CI in the CMDB. What could be wrong, and how do you fix it?

Ans. These unbound alerts are not associated with specific CIs, making it difficult to do an impact analysis. The best approach to resolve this is: 

Step 1: Navigate to Event Management → All events → Open an unbound event. It is where we have to examine the fields and identify which can be used to match a CI. 

Step 2: In CMDB, search for a CI whose name, IP address, or other attributes match the value of the incoming event. If no such CI exists, the device may be excluded, or discovery has not run against it.

Step 3: Navigate to Event Management → Rules → CI lookup rules. If the rule exists for the event source and field mappings are correct, the rule will define which event fields to match in CI. 

Step 4: If the fields do not match the incoming event payload, it is important to update the rule. 

Step 5: If the data is not mapped clearly to the CMDB attributes, create a CI hint rule to define the additional lookup logic to choose the right CI. 

Step 6: Once the CI binding rules are fixed, schedule a test event from a monitoring tool to confirm that the result record is now binding to the CI. 

29. How does AIOps in ServiceNow ITOM use machine learning to reduce alert noise and predict infrastructure failures?

Ans. ServiceNow AIOps uses machine learning on thousands of raw events and turns them into a few actionable insights. It is done in two primary ways:

  1. Reducing Alert Noise (Grouping): 
    1. Alert Outcomes: Uses NLP to create a Primary Alert by grouping similar alerts based on text and historic patterns.
    2. Topology-Based Grouping: Checks the CMDB dependency map. If a core switch is down and alerts come in for all downstream servers, it groups them all under the switch alert.
  2. Infrastructure Failure Prediction (Anomalies):
    1. Metric Intelligence: Monitors operational metrics (e.g., CPU, Memory) and creates a dynamic baseline.
    2. Early Warning: Rather than waiting for a hard threshold to break, it recognizes statistical anomalies and creates an anomaly alert before the failure happens.

30. What are the biggest challenges organizations face when implementing ServiceNow ITOM at enterprise scale, and how are they typically overcome?

Ans. There can be numerous challenges faced by any organization while implementing ServiceNow ITOM at a large scale.

  
                                                                                                                                                  
ChallengesSolutions
Security teams can find it difficult to provide high-level credentials across segmented networks. To solve this, a decentralized MID server can be deployed in security zones. It makes sure that no credentials are stored in plain text using external tools.
Overload in the CMDB with useless data that slows performance.Proper and specific discovery patterns and IP ranges must be implemented. It is important to focus on business applications rather than discovering the global infrastructure.
Teams and process owners find it difficult to align events to incidents. To avoid this, one must establish a CMDB governance board on the standard event management workflows. It helps create automated AUIOps alerts.
  
Salesforce interview questions cta

Conclusion

Preparing for a ServiceNow ITOM interview requires a detailed understanding of the modules on the infrastructure level. Professionals working with IT operations management teams are required to understand the platform from both end-user and technical aspects. Interviewers look for professionals who not just know what CMDB is but who understand the failures and know how to resolve them. 

These interview questions cover a full end-to-end understanding from foundational concepts to real-world scenarios that you might come across. For better learning, you must go through these section by section and get hands-on training on the ServiceNow Instance. 

Latest Salesforce Insights