Self Service and Automation

99 questions from the Self Service and Automation domain of the ServiceNow Certified System Administrator (CSA) exam, each with its answer and an explanation. Read them through as revision, then sit the full practice exam to test yourself on them under multiple-choice conditions.

  1. 1.A variable Set is a modular unit of variables that "CAN BE" shared between catalog items. True or False?

    Answer

    • TRUE

    Variable sets let you build a collection of structured variables reusable across multiple catalog items and order guides, saving the effort of recreating the same variables individually.

  2. 2.Which module in service catalog application is responsible for creating items?

    Answer

    • Maintain items

    Maintain Items lists request item types such as catalog items, record producers, standard change templates, and software/hardware catalogs. All extend the base sc_cat_item table and are used for request fulfillment.

  3. 3.Which of the following statements holds true for Service Catalog categories?

    Answer

    • Users with the admin or catalog_admin roles can view categories only if there is an active item in the category and Availability is set to either Desktop or Both.

    Categories are visible to admin or catalog_admin users only when the category has at least one active item and Availability is Desktop or Both. The role name cat_admin is not valid in ServiceNow; the correct role is catalog_admin.

  4. 4.What defines conditions that are evaluated against users to determine which users can access Service Catalog items?

    Answer

    • User Criteria

    Several user criteria records can be applied to a single catalog item or category; a user needs to match only one of them to gain access.

  5. 5.Which role will a user require to initiate the setup of Agent Intelligence?

    Answer

    • Admin or ml_admin

    Setting up Agent Intelligence (ServiceNow's machine learning framework) requires the admin or ml_admin role, which allow configuring predictive intelligence models and training data. security_admin covers access control and encryption key management, and agent_admin is not a standard role for this.

  6. 6.Which of the following is true of Service Catalog Items in relation to the Service Catalog?

    Answer

    • They are the building blocks.

    The Service Catalog is made up of Catalog Items, the fundamental building blocks representing services or goods offered to users. Options come from variables inside items, and items are visible to end users rather than running behind the scenes.

  7. 7.What is the path an Administrator could take to view the fulfillment stage task list for an order placed by a user?

    Answer

    • REQ (Number)>RITM (Number)>TASK (Number)

    A request can contain one or more request items, and each request item takes one or more tasks to fulfill. Request tickets start with REQ, request items with RITM, and tasks with TASK.

  8. 8.When adding a variable to a catalog item, what does an order field determine?

    Answer

    • The order field establishes the display order of the variables. Variables are listed by ascending order values.

    The order field controls the sequence in which variables appear on the catalog item form, lowest values first. It is purely a UI display control, unrelated to fulfillment priority, pricing, or availability.

  9. 9.Two departments (HR onboarding and facilities) have come to you, asking for a way for employees to request event room setup services. The requirements are the same for the form and the task routing to the facilities assignment group. However, both departments have their own service catalogs. What do you do to support these requirements?

    Answer

    • Create one catalogue item for event room setup; then publish to both catalogs

    Since the form and routing requirements are identical, only one catalog item is needed, and ServiceNow allows publishing the same item to multiple catalogs. Duplicating the item adds maintenance overhead, there is no parent-catalog concept of this kind, and ACLs control security rather than catalog publishing.

  10. 10.Which of the following statement describes the purpose of an Order Guide?

    Answer

    • Order Guide provides the ability to order multiple, related items as one request

    An order guide submits a single service catalog request that generates several items, deciding which items to order by evaluating rule conditions. Information entered in the guide passes to the ordered items as cascading variables so common data is reused.

  11. 11.Which one of the following statements describes the purpose of a Service Catalog workflow?

    Answer

    • A Service Catalog workflow is used to drive complex fulfillment processes and sends notifications to defined users or groups

    The Graphical Workflow Editor builds service catalog workflows that drive catalog request fulfillment; the workflow is then attached to a catalog item via the Workflow reference field. Creating one involves defining the workflow fields, defining activities, and publishing it.

  12. 12.Which knowledge feedback option CANNOT be disabled at the knowledge base level?

    Answer

    • All of them can be disabled

    Marking as helpful, commenting, flagging and rating are all configurable per knowledge base, so none of them is permanently enforced.

  13. 13.What is the name of the conversational bot platform that provides assistance to help users obtain information, make decisions, and perform common tasks?

    Answer

    • Virtual Agent

    ServiceNow Virtual Agent provides user assistance through conversations in a messaging interface, letting you design automated conversations that help users get information, make decisions and complete common work tasks.

  14. 14.For Administrators creating new Service Catalog items, what is the characteristic they should know about Service Catalog variables?

    Answer

    • Service Catalog variables are global by default

    The Global option shows the variable in all catalog tasks within service catalog workflows or execution plans by default; without it, the variable must be attached to individual catalog tasks.

  15. 15.A knowledge article must be which of the following states to display

    Answer

    • Published

    Only Published articles are visible to end users in the Knowledge Base. Drafted articles are still being written, Reviewed is an intermediate state, and Retired articles are kept for reference but not displayed.

  16. 16.A REQ number in the Service Catalog represents.

    Answer

    • the order number

    See the ServiceNow documentation on tracking a request.

  17. 17.The baseline Service Catalog homepage contains links to which of the following components?

    Answer

    • Record Producers, Order Guides, and Catalog Items

    The baseline homepage links to Record Producers (simplified forms that create records), Order Guides (ordering multiple related items in one request), and Catalog Items (the goods and services offered). Workflows run behind the scenes and item variables live inside catalog items, so neither is linked separately.

  18. 18.Which feature enables you to maintain a unified content categorization across different content types, such as catalogue items, knowledge articles, and community posts?

    Answer

    • Taxonomy

    The taxonomy feature links an article to one or more topics from multiple taxonomies and maintains unified categorization across catalog items, knowledge articles and community posts. Content Taxonomy is the application supplying the topic hierarchy and authoring capabilities; requests, articles, quick links and employee communications are mapped by default.

  19. 19.Which one of the following is a list of what the Service Catalog contains?

    Answer

    • Record Producer, Order Guide, and Catalog Items.

    The Service Catalog contains Record Producers (forms creating records like incidents), Order Guides (ordering multiple related items in one request), and Catalog Items (individual services or products). Asset contracts, task surveys, and interceptors are not Service Catalog components.

  20. 20.You are asked to create an option in the service catalog, which will allow a user to click get help and describe the issue they are having. these forms should create incident records, which are automatically routed to the service desk, which method would you use

    Answer

    • Create record producer

    A record producer is a specific type of catalog item that lets end users create task-based records, such as incidents, directly from the service catalog, giving a better experience than the regular task form.

  21. 21.Which role can manage multiple Knowledge bases?

    Answer

    • knowledge_admin

    knowledge_admin is the standard administrative role for Knowledge Management, allowing a user to manage multiple Knowledge Bases including configuration and lifecycle rules. The other options are not valid ServiceNow role names.

  22. 22.You can add human-readable keywords to the URLs of portal pages to improve search engine optimization (SEO) and click-through rates and help users understand what to expect on the page. What can be added as human-readable keywords to help with SEO? (Select 2)

    Answers

    • Dynamic page variables
    • Static content

    Dynamic page variables and static, descriptive URL content create meaningful, human-readable keywords that improve SEO and click-through. Page parameters and sys/page IDs are internal identifiers, not readable or SEO-friendly.

  23. 23.Which one of the following are types of Service Catalog variables?

    Answer

    • Select box, Check box, Multi-line

    Select box, Check box, and Multi-line text are valid Service Catalog variable types. "Number list" is not a valid type, and Reference is a table field type rather than a catalog variable type.

  24. 24.What is a workflow primarily used for?

    Answer

    • To automate a sequence of activities.

    A workflow consists of a sequence of activities such as generating records, notifying users of pending approvals, or running scripts, automating multi-step processes.

  25. 25.What integration with Catalog Builder enables you to translate the content of the catalogue items on the Catalog Builder dashboard?

    Answer

    • Localization Framework

    Catalog item content can be translated on the Catalog Builder dashboard once the localization framework plugin (com.glide.localization_framework.installer) is installed. Requesting translation into a language creates a localization requested item (LRITM), and translation status can be viewed or translations done via the Comparison UI.

  26. 26.You are designing a flow. You created an action on the incident record and you need to make use of this record in a subsequent action. Which of the following can be useful?

    Answer

    • Data pills

    Data pills represent values from an action (like incident fields) that can be dragged into subsequent actions, the standard mechanism for reusing record data across a flow.

  27. 27.What is record producer?

    Answer

    • Record producer allows customers to fill a form that will be translated into a task-based record

    Record producers target customers/end users rather than fulfillers. Placed in portals like Service Portal or CSM Portal, they let end users submit a simple form that becomes a record in a task-based table.

  28. 28.Which of the following statements is correct regarding knowledge management workflows?

    Answer

    • There are workflows available OOTB but you can create your own

    ServiceNow ships out-of-the-box knowledge workflows, but organizations can create custom workflows tailored to different knowledge bases, approval processes, or retirement procedures, rather than being locked into one shared workflow.

  29. 29.What are advantages of using Flow Designer? (Choose 4 answers)

    Answers

    • Less manual scripting
    • Reduces technical debt
    • Smooth integration with 3rd party systems
    • Complements the Integration Store

    Flow Designer provides a low-code interface reducing manual scripting, avoids reliance on legacy workflows to reduce technical debt, supports IntegrationHub spokes for smooth 3rd-party integration, and works directly with the IntegrationHub Store for pre-built integrations. It is meant to replace legacy workflows and reduce, not enable, complicated scripting.

  30. 30.Which flow components allow you to specify when a flow should be run?

    Answer

    • Trigger and Condition

    A flow's Trigger and its Condition together determine when the flow runs.

  31. 31.You are creating a catalog item for ordering a new desktop computer. The computers have these options: Color: Black or Silver; RAM: 32 MB or 64 MB; Keyboard: Standard or Ergonomic; Monitor: 24 inch or 32 inch. How would you add these options to the catalog item form?

    Answer

    • Add variables

    Catalog item options like color, RAM, keyboard, and monitor are added as variables, which define the input fields users see when ordering; the specific option values (like Black/Silver) are choices within each variable.

  32. 32.Here is an example of the criteria set for a Knowledge Base. Companies: ACME North America; Departments: HR; Groups: ACME Managers; Match All: Yes. In this example, what user would have access to this Knowledge Base?

    Answer

    • Members of the ACME Manager group, who are also members of the HR Department and part of ACME North America

    With Match All set to Yes, a user must satisfy every criterion (company, department, and group) simultaneously rather than matching just one.

  33. 33.A Service Catalog project will involve building 80 catalog items. For each of the catalog items, the following fields will be mandatory on the forms: Requested for, Requested by, Approving manager, Delivery Instructions. All of the other variables will be specific to the individual catalog item. What features would you use when designing the catalog item form?

    Answer

    • Create one Variable Set for the four variables, then add that variable set to each of the 80 catalog items

    Creating one Variable Set for the four common mandatory fields and applying it to all 80 catalog items reuses the configuration efficiently, avoiding duplication across items.

  34. 34.Which feature assists in understanding the Service Portal user experience better?

    Answer

    • User Experience Analytics

    User Experience Analytics (UXA) provides insight into how users interact with the Service Portal, identifying user journeys, friction points and behavior patterns to improve usability.

  35. 35.Which role can administrators grant to users in order for them to view the configuration and execution details of only flows and subflows?

    Answer

    • fd_read_flows

    fd_read_flows gives read-only access scoped specifically to flows and subflows, without broader Flow Designer administrative privileges.

  36. 36.Which Chatbot on the Now Platform allows you to send notifications directly to Slack and Microsoft Teams users?

    Answer

    • Virtual Agent

    Virtual Agent sends notifications directly to users in Slack and Microsoft Teams as direct messages via the Now Virtual Agent bot; users must link their accounts, and guest users can't receive them.

  37. 37.What catalog tool would you use to create a catalog item or record producer in ServiceNow?

    Answer

    • Catalog Builder

    Catalog Builder is the tool designed to create and manage catalog items and record producers with a guided interface, having replaced the older Catalog Designer in newer releases.

  38. 38.When a flow runs an action, it generates a runtime value, which stays the same for the duration of the flow. What is the name of the runtime value?

    Answer

    • Data pill runtime value

    An action's output is represented as a data pill runtime value, which remains constant through the flow's execution and is used to pass information between actions and conditions.

  39. 39.Which of the following is an example of knowledge base contextual search?

    Answer

    • When creating an incident, it will suggest relevant articles

    Contextual search leverages the context of the user's current task — like incident details — to surface relevant articles, unlike a basic search box or a simple 'similar articles' list on an existing article.

  40. 40.Which of the following knowledge base workflows immediately retires an article without needing an approval?

    Answer

    • Knowledge - Instant Retire

    The Instant Retire workflow immediately retires a knowledge article without an approval process, useful for quickly removing outdated or incorrect content.

  41. 41.Which of the following can be used to define conditions that determine which users can create, read, write and retire knowledge base article?

    Answer

    • User Criteria

    User Criteria define conditions controlling access to knowledge bases and articles, specifying who can create, read, write, and retire knowledge content — the standard mechanism for enforcing knowledge base permissions.

  42. 42.Which of the following can be used to automate business logic for a particular process such as approvals, tasks, notifications, etc…

    Answer

    • Flow Designer

    Flow Designer is the low-code/no-code visual tool for automating multi-step workflows using drag-and-drop components like approvals, tasks, and notifications. The other options are not standard ServiceNow tool names for this purpose.

  43. 43.Which of the following statements best describes predictive intelligence?

    Answer

    • Predictive Intelligence uses machine learning algorithms to set field values during record creation

    Predictive Intelligence leverages machine learning models to automatically populate field values (not limited to just assignment group/assigned to) when new records are created, based on historical data patterns.

  44. 44.The disadvantage of enabling the virtual agent is that some users would prefer to speak to a human agent

    Answer

    • False

    Virtual Agent is designed to augment support with automated responses and self-service, and can escalate to live agents when needed — a preference for human interaction is not considered a platform disadvantage.

  45. 45.You are designing a record producer. You need to add questions to the form to solicit information from customers. Which of the following should you use?

    Answer

    • Variables

    Record producers use variables to define the questions/prompts displayed on the form to collect information from customers.

  46. 46.In the context of Flow designer, which of the following are examples of ServiceNow core actions? (select all that apply)

    Answers

    • Wait for Condition
    • Delete Record
    • Ask for Approval

    Wait for Condition, Delete Record, and Ask for Approval are core Flow Designer actions. Schedule job, Repeat, and Activate Plugin are not core actions directly available on the flow canvas.

  47. 47.What does it mean if the "Match all" checkbox is checked in the User Criteria form?

    Answer

    • The user must meet all criteria to be granted permission

    With Match All checked, a user must satisfy all defined conditions (users, groups, roles, companies, locations, departments, advanced criteria) to be granted permission, rather than just one.

  48. 48.Where would you create the order guide choices/questions (e.g., department)?

    Answer

    • Go to the order guide and go to the variables section.

    Variables within an order guide capture user input during the service catalog request process, allowing collection of additional information needed to fulfill the request.

  49. 49.Where would you go to create an order guide?

    Answer

    • Service catalog > catalog definition > order guides and click new

    Order guides are created within the Service Catalog application under catalog definition > order guides.

  50. 50.Multiple Choice, Single Text, and select Box are what type of elements in ServiceNow?

    Answer

    • Variable Types

    Multiple Choice, Single Text, and Select Box are Variable Types that define what information users can provide when submitting a service catalog request.

  51. 51.What is the correct sequence of the steps of a Knowledge article?

    Answer

    • Draft, Review, Publish, Retire

    The knowledge article lifecycle is Draft (create content), Review (verify accuracy), Publish (make accessible), and Retire (archive when outdated).

  52. 52.What are the out of box progress stages for a Service Request?

    Answer

    • All of the above

    ServiceNow's out-of-the-box progress stages for a Service Request are Waiting for Approval, Fulfillment, and Delivery.

  53. 53.What are the major workflow activities?

    Answer

    • Approvals, Conditions, Notifications, Tasks, Timers, Utilities

    These are the major workflow activities in ServiceNow: Approvals (authorization steps), Conditions (branching logic), Notifications (alerts/updates), Tasks (assign work items), Timers (time-based actions), Utilities (supporting functions like logging).

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

    Answers

    • Requested Item [sc_req_item]
    • Catalog Task [sc_task]
    • Request [sc_request]

    Requested Item represents the specific item requested, Catalog Task represents tasks needed to fulfill the item, and Request represents the overall order.

  55. 55.What are the workflow activities?

    Answer

    • Waiting for approval, fulfillment, delivery, completed

    These represent the core workflow activities in ServiceNow workflows - the building blocks that define actions and transitions like approvals, task fulfillment, delivery, and completion. (Options A and D are workflow states, not activities; option B is the knowledge management lifecycle.)

  56. 56.What does the attachment functionality in a kb article do?

    Answer

    • It provides a choice of adding documents as attachments

    The attachment functionality allows you to add documents (PDFs, Word docs, images, etc.) to enrich the article's content, providing additional information, examples, or visual aids.

  57. 57.What Details does a knowledge article hold? (Select all that apply)

    Answers

    • Known errors
    • User Solutions
    • Troubleshooting tips

    Knowledge articles contain known errors, user solutions, and troubleshooting tips. They do not typically contain personal user information, which is protected under privacy policies.

  58. 58.What are the three basic elements of a workflow?

    Answer

    • Approval, notification and task

    The three basic elements are Approval (authorization), Notification (keeping stakeholders informed), and Task (work items to be completed).

  59. 59.To access knowledge articles without login, the knowledge article must be?

    Answer

    • Set to public

    A knowledge article must be explicitly marked Public to be viewable without requiring user login.

  60. 60.What can you do with a service catalog item once it's built?

    Answer

    • All of the above

    Once built, a catalog item can be published in the catalog, grouped into an order guide, and configured to show questions/variables to users — all of these are valid.

  61. 61.What are variables in regards with Service Catalog?

    Answer

    • They define the questions to ask to end user while ordering catalog items

    Variables on a catalog item define the questions and choices presented to the user while ordering.

  62. 62.What do requesters see when they go to the service catalog?

    Answer

    • Self-service items

    When requesters browse the Service Catalog they see the list of self-service items available to order.

  63. 63.In Knowledge Base, articles are grouped by

    Answer

    • Categories

    Knowledge Base articles are organized hierarchically into Categories.

  64. 64.All workflows absolutely must have a beginning and an end.

    Answer

    • TRUE

    Workflows are required to have both a defined start point and a defined end point to execute correctly.

  65. 65.What is a Workflow?

    Answer

    • It's a virtual representation of activities consisting of connected steps planned out in a sequential manner

    A Workflow is a visual, sequential representation of connected process steps (activities) that automate a business process.

  66. 66.Which of the following belongs to Service Catalog? (Select all that Apply)

    Answers

    • Catalog Items
    • Record Producers
    • Variables

    Service Catalog structures include Catalog Items, Record Producers, and Variables; Change Tasks belong to Change Management, not the Catalog.

  67. 67.We can draw multiple transition from a single activity in workflow

    Answer

    • TRUE

    ServiceNow workflow activities can branch into multiple outgoing transitions, enabling conditional logic like approve/reject paths.

  68. 68.What process does the Knowledge Base manage?

    Answer

    • Document review cycle, which includes submission, feedback from SME, and publishing

    The Knowledge Base manages a document review cycle consisting of submission by an author, feedback/review from a subject matter expert, and final publishing.

  69. 69.When is a workflow complete?

    Answer

    • When the workflow reached to End Activity

    A workflow is considered complete once execution reaches an End activity.

  70. 70.Which of the components are visible on Workflow welcome screen?

    Answers

    • New Workflow Button
    • Pallete Tabs
    • List of published workflows

    The Workflow editor's welcome screen shows a New Workflow button, the Palette tabs of available activities, and a list of already-published workflows; it does not show a Catalog form.

  71. 71.In workflow, what is an activity?

    Answer

    • An automation block such as approvals, conditions, notifications, tasks, timers and utilities

    A workflow Activity is a reusable automation block — such as an approval, condition, notification, task, timer, or utility — used to build out the process.

  72. 72.What do you need to do before you can use an Application-based trigger in your flow?

    Answer

    • Activate application spoke, and plug-ins as needed

    Application-based triggers live inside application spokes, so the relevant spoke (and any required plugins) must be activated before the trigger becomes available in Flow Designer.

  73. 73.Which of the following modules can be used to view knowledge content?

    Answer

    • Self-Service > Knowledge

    End users view and search knowledge articles through the Self-Service > Knowledge module; Knowledge Bases management is a separate, more administrative area.

  74. 74.Which module can be used to access catalogs?

    Answer

    • Service Catalog > Catalog Definitions > Maintain Catalogs

    Administrators access and manage catalog records through Service Catalog > Catalog Definitions > Maintain Catalogs.

  75. 75.Import Articles button can be used to import articles from Word documents into the knowledge base

    Answer

    • True

    The Import Articles feature provides a guided wizard that lets users import knowledge content (including from Word documents) into a knowledge base, with images added as attachments.

  76. 76.Multi row variable sets can only be used in one record producer or catalog item.

    Answer

    • False

    A multi-row variable set is defined once and can be reused across multiple record producers or catalog items, promoting standardization and easier maintenance.

  77. 77.Which of the following modules can be used to track the requests that you submitted?

    Answer

    • Self-Service > My Requests

    Self-Service > My Requests is the standard module where users can track the status and history of requests they have personally submitted.

  78. 78.ServiceNow supports multiple service catalogs

    Answer

    • True

    ServiceNow allows the creation of multiple service catalogs, letting organizations tailor offerings and access to different user groups or departments.

  79. 79.Create Incident, Password Reset, and Report outage: what do these services in the Service Catalog have in common?

    Answer

    • They direct the user to a record producer

    All three catalog services use record producers, which are catalog forms that let users submit information to automatically create a corresponding record such as an incident.

  80. 80.As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?

    Answer

    • Knowledge

    The Knowledge Management application is ServiceNow's native interface for browsing internal IT documentation, troubleshooting scripts, and FAQs.

  81. 81.Tables may have a One to Many relationships. From the Service Catalog, what are examples of tables having a one to many relationships? Select 3 answers.

    Answers

    • One Request can have many Requested Items
    • One Requested Item can have many Catalog Tasks
    • One Requested Item can have many Approvals

    A Request can hold many Requested Items, and each Requested Item can generate multiple Catalog Tasks and require multiple Approvals — these are the genuine one-to-many relationships in the catalog data model.

  82. 82.If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?

    Answer

    • Any active user

    When a knowledge base has no access criteria specified, the default behavior grants read access to any active user in the instance.

  83. 83.Virtual agent capabilities include which three of the following?

    Answers

    • Performing diagnostics
    • Providing tutorial information
    • Answering FAQs

    Virtual Agent can perform diagnostics, provide step-by-step tutorial guidance, and answer FAQs; it does not natively translate conversations or perform privileged/elevated administrative functions.

  84. 84.What is generated from the Service Catalog once a user places an order for an item or service?

    Answer

    • A request

    Placing an order creates a Request (REQ) record to track the order, with each ordered item becoming a Requested Item (RITM) listed on that request.

  85. 85.What Service Catalog feature do you use to organize catalog items into logical groups?

    Answer

    • Categories

    Categories organize service catalog items into logical groups and can have parent-child relationships (e.g., IT and Laptops). A catalog item can exist in multiple categories.

  86. 86.A record is added to which table each time a knowledge article is viewed?

    Answer

    • Knowledge Use [kb_use]

    Every time a knowledge article is viewed, a record is added to the Knowledge Use [kb_use] table, tracking article usage. Knowledge Search Log tracks search queries, kb_knowledge stores the articles themselves, and kb_feedback stores user feedback/ratings.

  87. 87.You need to create a way for users to order a new iPhone, but only if they get two levels of approval. Approvers and users should be automatically notified at each approval level. What feature would you use to manage the approvals and notifications?

    Answer

    • Flows

    Flows (Flow Designer) let you build automated workflows including multi-level approval steps with automatic notifications sent to approvers and the requester at each stage. Approval Criteria only defines conditions, Approval Chains and Parent-Child Approvers aren't implementation tools, and Approver Delegates handle reassigning approval responsibility, not multi-level approval workflows.

  88. 88.What happens if you select Publish when creating articles manually or by import?

    Answer

    • It triggers the publish workflow assigned to the knowledge base.

    Selecting Publish triggers the predefined workflow associated with that knowledge base, which may include formatting, review, approvals, notifications, and ultimately activation for end-user access. Review, automatic transition to published, and approvals may all be steps within that workflow, but publishing itself is what starts the workflow execution.

  89. 89.Knowledge Base Search results can be sorted by which of the following? (Select 3 answers.)

    Answers

    • Views
    • Relevance
    • Newest

    Search results can be sorted by Views (most accessed), Relevance (best match), and Newest (most recently created/updated). 'Popularity' is not a standard sort option (Views serves that purpose), and 'My group articles' is a filter, not a sort criterion.

  90. 90.Which tab on the knowledge base record would you use to identify the sets of users who are able to read articles in that knowledge base?

    Answer

    • Can Read

    The Can Read tab on a knowledge base record specifies which users, groups, or roles are allowed to read articles in that knowledge base, controlling article visibility. 'Can Access' and 'Accessible to' aren't real tab names, and ACLs work at the system level rather than as a direct tab on the record.

  91. 91.In a workflow, what is the workflow timeline?

    Answer

    • Shows the progress of a workflow. It provides a complete time-based display of activities associated with workflow context.

    The workflow timeline visually shows the sequence of activities, time taken for each, and any delays/bottlenecks in a workflow instance's execution — helping understand progress and identify improvement areas. The other options describe coalesce (data import) and workflow activity blocks respectively, not the timeline itself.

  92. 92.Which one of the following is true characteristics for workflows in service catalog?

    Answer

    • Workflows can have a multiple rounds of approval actions.

    ServiceNow workflows can be configured with multiple approval stages/rounds as needed for complex decision-making — there's no strict limit of five, changing start/end activities isn't typically recommended, and multiple rollback activities can be included to handle different scenarios.

  93. 93.Variable sets can be used in which of the below options? Choose all that apply.

    Answers

    • Record Producer
    • Order Guides
    • Catalog Items

    Variable sets are reusable collections of variables that can be added to Record Producers, Order Guides, and Catalog Items to streamline forms and collect consistent information. Incidents are created through incident forms directly and aren't associated with variable sets in the same way.

  94. 94.How is the knowledge base populated?

    Answer

    • Importing existing articles

    The knowledge base is populated by importing existing articles, for example Word documents brought in with Import Articles on the knowledge base. Update sets move configuration rather than knowledge content, and a business rule that generates news items is not how the knowledge base is populated.

  95. 95._____ is any content created using the ServiceNow knowledge base. Fill in the blank with the correct option.

    Answer

    • Article

    Content in a knowledge base is stored as articles in the Knowledge [kb_knowledge] table. Blogs, news items and posts are not the content type the knowledge base produces.

  96. 96.Which of the following actions can a user perform in Knowledge Management?

    Answers

    • View articles
    • Edit articles
    • Create articles

    Depending on the knowledge base's user criteria (Can Read and Can Contribute), users can view, create and edit articles. There is no action to hide an article; an article is taken out of circulation by retiring it or by restricting who can read it.

  97. 97.How are local flow variables accessed in the Flow Designer data panel?

    Answer

    • Data pills

    Flow variables appear in the data panel as data pills, which you drag into action inputs and conditions; their values are set with the Set Flow Variables flow logic. Scratchpad variables belong to legacy workflows and client scripts, not Flow Designer.

  98. 98.In which ways can a workflow be attached to a Service Catalog item?

    Answers

    • Automatically on condition
    • Manually on the catalog item form

    A workflow can be selected in the Workflow field on the catalog item form, or it can start automatically when a requested item matches the conditions defined on the workflow. Transform maps are used to import data and have nothing to do with attaching workflows.

  99. 99.Which resource would you use to determine whether a specific user can contribute to a particular knowledge base?

    Answer

    • User Criteria Diagnostics

    User Criteria Diagnostics checks a chosen user against the user criteria on a knowledge base, showing whether the user can read or contribute and which criteria decide it. A role or group does not tell you why a specific user can or cannot contribute to one knowledge base, and there is no User Criteria Job Log or KB Author Checker.

Other CSA domains