ServiceNow Administration Practice Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Catherine Halcomb
Catherine Halcomb
Community Contributor
Quizzes Created: 2798 | Total Attempts: 6,924,880
| Questions: 20 | Updated: Jul 14, 2026
Quiz
Please wait...
Question 1 / 21
🏆 Rank #--
0 %
0/100
Score 0/100

1. What details does a knowledge article hold? (Select all that apply)

Explanation

A knowledge article typically includes essential information that aids users in resolving issues. Known errors provide insight into previously identified problems, helping users understand potential challenges. User solutions offer practical steps or methods that have been effective in addressing these issues. Troubleshooting tips guide users through systematic processes to diagnose and fix problems. While user information may be relevant in some contexts, it is not a standard component of a knowledge article focused on problem-solving.

Submit
Please wait...
About This Quiz
Servicenow Administration Practice Quiz - Quiz

This assessment evaluates your knowledge of ServiceNow administration concepts, including tables, SLAs, and the Service Catalog. It is designed for individuals looking to enhance their understanding of ServiceNow functionalities and best practices. By taking this quiz, you can identify areas for improvement and strengthen your skills in managing the Now... see morePlatform effectively. see less

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. You cannot deactivate a plugin once it has been activated.

Explanation

Once a plugin is activated, it typically integrates into the system and begins functioning. Deactivation may not be possible because the plugin could be essential for certain features or functionalities, or it may be designed to remain active until the entire application is shut down. Some systems implement safeguards to prevent accidental deactivation that could disrupt operations or user experience. Thus, in many contexts, once activated, a plugin remains active until the application itself is modified or the plugin is uninstalled entirely.

Submit

3. What is common between CIs, Users, and Groups?

Explanation

CIs (Configuration Items), Users, and Groups are integral components of a system, but their modifications do not get logged in update sets. This means that any alterations made to these entities are not tracked for deployment purposes, distinguishing them from other elements that are included in update sets. This characteristic is important for system administrators to understand, as it affects how changes are managed and documented within the system.

Submit

4. To retrieve an update set from a remote instance in the Production instance, navigate to:

Explanation

To retrieve an update set from a remote instance in the Production environment, the appropriate navigation path is through the System Update Sets section. This area specifically focuses on managing update sets, including retrieving them from external sources. By accessing "All > System Update Sets > Update Sources," users can effectively locate and manage the update sets needed for their production instance. This pathway ensures that the correct updates are sourced and integrated into the system.

Submit

5. Which of the following modules are available to ITIL users by default?

Explanation

ITIL, or the Information Technology Infrastructure Library, provides a framework for IT service management. By default, ITIL includes essential modules such as Incident Management, Problem Management, and Change Management, which are critical for addressing and managing IT service disruptions. Additionally, the Service Catalog module is included to help organizations manage and communicate available services to users. Together, these modules form a comprehensive set of tools for effective IT service delivery and support.

Submit

6. What is retroactive start in SLA?

Explanation

Retroactive start in Service Level Agreements (SLA) allows for the application of SLA terms from a specific date and time rather than from when the ticket or case was opened. This feature is beneficial for organizations that need to align SLA calculations with particular business events or conditions, enabling accurate tracking of SLA compliance. By using a retroactive start, the SLA can be effectively managed without impacting the original opened time, ensuring that service commitments are met based on relevant timelines.

Submit

7. Which is the correct role that allows you to personalize a list view on a ServiceNow instance?

Explanation

The personalize_list role in ServiceNow is specifically designed to grant users the ability to customize list views. This role enables users to modify the arrangement of columns, apply filters, and adjust sorting options within list views, enhancing their ability to manage and interact with data effectively. Other roles, such as admin or itil, may provide broader permissions, but the personalize_list role is uniquely focused on the personalization aspect of list views.

Submit

8. When relating to Task SLA Time-Based Fields, the Breach time is the same as Planned end time.

Explanation

In the context of Task SLA Time-Based Fields, the breach time refers to the moment when the service level agreement is violated, indicating that the task has exceeded its allotted time. The planned end time, however, is the scheduled completion time for the task. These two concepts are distinct; breach time occurs after the planned end time if the task is not completed on schedule. Therefore, it is incorrect to state that breach time is the same as planned end time.

Submit

9. Resetting the list layout globally will override personal preferences.

Explanation

Resetting the list layout globally affects all users by reverting the layout settings to default values, thereby overriding any individual preferences that have been set. This means that personal adjustments made by users will be lost, and everyone will see the same standardized layout. Such a reset is typically implemented to ensure uniformity or to resolve issues caused by customized settings.

Submit

10. What related tables does the schema map show?

Explanation

In the context of database schemas, a "class extension or reference" indicates a relationship where one table extends or references another, typically used to model inheritance or specialized data types. In this case, the schema map shows how the Sys_user table may extend or reference the Cmdb_ci_computers table, highlighting the hierarchical relationship between different classes of data. This allows for more organized data management and retrieval, demonstrating the interconnectedness of the tables within the database structure.

Submit

11. The problem_task table extends which table?

Explanation

In the context of database design, a "problem_task" table typically represents a relationship between problems and tasks. It is common for such tables to extend or inherit properties from a more general table. In this case, the "problem_task" table likely extends the "Task" table, which contains attributes and behaviors relevant to tasks. This relationship allows the "problem_task" table to leverage the existing structure of the "Task" table while adding specific features or constraints related to problems, thus facilitating better data organization and integrity.

Submit

12. In the example 'Incident > Create New', what is the module and what is the application?

Explanation

In the context of software systems, an application typically refers to a broader program or tool that serves a specific function, while a module is a component or feature within that application that allows users to perform specific tasks. In this case, "Incident" serves as the overarching application focused on managing incidents, while "Create New" is a specific module within that application that facilitates the creation of new incident records. This distinction clarifies their roles within the software structure.

Submit

13. When can SLA include actions be triggered on a ServiceNow instance?

Explanation

SLA actions in a ServiceNow instance can be triggered at any point during the lifecycle of the SLA, including when it is created, breached, completed, or in progress. This flexibility allows organizations to implement timely responses based on various conditions and statuses, ensuring that service levels are maintained effectively. By allowing actions to be triggered at any time, ServiceNow enables proactive management of service delivery and adherence to agreed-upon standards.

Submit

14. What is a ServiceNow event?

Explanation

In ServiceNow, an event serves as a signal or notification that a specific action or occurrence has taken place within the system. This could include significant activities such as the approval of a request or the completion of a workflow. Events are crucial for triggering automated responses and workflows, enabling the platform to react to changes in real-time and maintain efficient process management. By capturing these notable occurrences, ServiceNow can ensure that relevant stakeholders are informed and that necessary actions are taken promptly.

Submit

15. Which of the following is possible via an inbound action? (Select all that apply)

Explanation

Inbound actions are designed to process incoming requests and can perform specific tasks based on the data received. Sending an email notification is a common function that can be triggered by inbound actions, allowing for automated communication. Additionally, modifying existing records is feasible as inbound actions can update or alter data within a system based on the information provided. However, scheduling a job and changing the main banner typically require different mechanisms or permissions not associated with inbound actions.

Submit

16. What does the attachment functionality in a KB article do?

Explanation

The attachment functionality in a Knowledge Base (KB) article allows users to enhance the article by including relevant documents, images, or files. This feature facilitates better understanding and provides additional resources for users seeking information. By enabling the addition of attachments, it ensures that users have access to comprehensive content that supports the knowledge shared in the article, making it more informative and useful.

Submit

17. When you have subject filled on email notification as well as on the notification template, which one will appear on the sent email?

Explanation

When both the subject field in the email notification and the notification template are filled, the system prioritizes the subject from the email notification. This design ensures that any specific or urgent information intended by the sender is prominently featured in the email, allowing for better clarity and relevance for the recipient. The subject from the template is overlooked in favor of the more direct communication established by the email notification's subject.

Submit

18. Who can access schema maps, tables and column module?

Explanation

Administrators have the highest level of access within a system, allowing them to manage and configure schema maps, tables, and columns. Their role typically includes setting up user permissions, maintaining system integrity, and ensuring that all components function correctly. Unlike ITIL users, end users, or approvers, administrators possess the necessary privileges to access and modify critical system structures, making them essential for database management and oversight.

Submit

19. How is it possible for a non-administrator to develop and deploy applications on the Now Platform?

Explanation

Non-administrators can develop and deploy applications on the Now Platform by utilizing delegated development features. This approach allows specific roles to be assigned to users, granting them the necessary permissions to create and manage applications without needing full administrative access. By using delegated development, organizations can empower more team members to contribute to application development while maintaining control over the overall platform environment. This enhances collaboration and accelerates the development process, making it easier for non-administrators to participate effectively.

Submit

20. What records can be created when placing an order in the Service Catalog? (Select 3 answers)

Explanation

When placing an order in the Service Catalog, three key records are generated: the Requested Item (sc_req_item), which represents the specific item or service requested; the Catalog Task (sc_task), which details the tasks required to fulfill the request; and the Request (sc_request), which serves as the overarching record for tracking the entire order process. These records collectively facilitate the management and tracking of service requests within the Service Catalog framework.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What details does a knowledge article hold? (Select all that apply)
You cannot deactivate a plugin once it has been activated.
What is common between CIs, Users, and Groups?
To retrieve an update set from a remote instance in the Production...
Which of the following modules are available to ITIL users by default?
What is retroactive start in SLA?
Which is the correct role that allows you to personalize a list view...
When relating to Task SLA Time-Based Fields, the Breach time is the...
Resetting the list layout globally will override personal preferences.
What related tables does the schema map show?
The problem_task table extends which table?
In the example 'Incident > Create New', what is the module and what...
When can SLA include actions be triggered on a ServiceNow instance?
What is a ServiceNow event?
Which of the following is possible via an inbound action? (Select all...
What does the attachment functionality in a KB article do?
When you have subject filled on email notification as well as on the...
Who can access schema maps, tables and column module?
How is it possible for a non-administrator to develop and deploy...
What records can be created when placing an order in the Service...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!