Courseiva

CCNA Knowledge Management Questions

63 questions · Knowledge Management topic · All types, answers revealed

1
Multi-Selecthard

An administrator is configuring AI Search for a CSM portal. Which THREE features are specific capabilities of AI Search compared to legacy Text Search in ServiceNow Knowledge Management? (Choose three.)

Select 3 answers
A.Automatic spelling correction and synonym handling
B.Exact string matching only with strict wildcard requirements
C.Natural Language Understanding (NLU) and intent-based querying
D.Mandatory execution of SQL table joins for every search query
E.Genius Results displaying direct answers at the top of search results
AnswersA, C, E

AI Search provides advanced typo tolerance and synonym mapping.

Why this answer

AI Search offers natural language understanding, semantic search, genius results, and smart filters.

2
Multi-Selectmedium

A company implements multilingual knowledge bases for global CSM operations. Which THREE behaviors or features are associated with knowledge translation management in ServiceNow? (Choose three.)

Select 3 answers
A.Each translation has its own workflow state and can be published independently
B.Translations must be approved by the system administrator only
C.Translated articles are stored as separate article records linked to the original source article
D.The system matches the user's portal language preference to serve the appropriate translation
E.Translating an article automatically retires the source article
AnswersA, C, D

Translations follow their own draft-to-published lifecycle.

Why this answer

Translations involve separate article records linked to a source, language fields, and independent workflows.

3
Multi-Selecteasy

Which TWO default roles in ServiceNow CSM have permissions to read published knowledge articles in internal knowledge bases? (Choose two.)

Select 2 answers
A.sn_customerservice.customer
B.knowledge_author only
C.sn_csm.consumer
D.itil
E.sn_customerservice_agent
AnswersD, E

ITIL users have baseline read access to internal knowledge management content.

Why this answer

Internal agents and specialists read internal knowledge bases by default.

4
Multi-Selecteasy

An implementation specialist is configuring knowledge management for a CSM portal. Which TWO methods can be used to restrict access to a knowledge base so that only specific customer accounts can view its content? (Choose two.)

Select 2 answers
A.Assigning roles directly to customer contacts on the kb_knowledge form
B.Using User Criteria with script support to evaluate account or entitlement matches
C.Applying User Criteria (Can Read related list) directly to the Knowledge Base record
D.Modifying Access Control Lists (ACLs) on the kb_knowledge table for each account
E.Configuring Contextual Search Security Rules
AnswersB, C

Scripted User Criteria can evaluate complex customer account memberships or entitlements for access.

Why this answer

Knowledge bases are secured using User Criteria (Can Read / Cannot Read) and sometimes company-specific attributes or script criteria.

5
MCQhard

An implementation specialist is configuring Knowledge Management feedback handling. They want to ensure that when a knowledge article receives a rating of 2 stars or lower, an automated notification is sent to the article author. How is this achieved?

A.Modifying the baseline Knowledge Management workflow script
B.Setting up a Business Rule on sn_customerservice_case
C.Configuring a Notification on the kb_feedback table with a condition where Rating is less than or equal to 2
D.Enabling Performance Analytics indicator email triggers
AnswerC

Creating an email notification on the kb_feedback table filtered by low rating values alerts the author directly.

Why this answer

Notifications triggered by table events or condition-based notification rules on feedback records handle this requirement.

6
MCQmedium

A CSM customer service manager wants to audit all changes made to a knowledge article over its lifecycle, including who edited it and when. Which ServiceNow feature provides this audit trail?

A.System Audit > Knowledge History
B.Customer Service > Audit Trails > Knowledge
C.The 'History' context menu / audit logs on the kb_knowledge record
D.Knowledge Management > Version Audit Reports
AnswerC

ServiceNow's platform audit facility tracks dictionary-level auditing on kb_knowledge, viewable via record history.

Why this answer

Auditing on the kb_knowledge table captures all field modifications and history.

7
Multi-Selecthard

An implementation specialist is configuring feedback task routing for a CSM knowledge base. Which THREE factors determine who receives a knowledge feedback task when negative feedback is submitted? (Choose three.)

Select 3 answers
A.The author of the specific knowledge article
B.The Knowledge Base owner or manager specified on the Knowledge Base record
C.Configured feedback assignment rules or properties
D.The primary customer contact associated with the portal session
E.The ServiceNow system administrator user record exclusively
AnswersA, B, C

Feedback tasks can be routed to the article author depending on configuration.

Why this answer

Feedback tasks route based on knowledge base ownership, manager configuration, or assignment rules.

8
MCQmedium

A company uses multiple knowledge bases for different product lines in CSM. They want agents to default to searching only the product-specific knowledge base when working on a case related to that product. How can this be configured?

A.By setting the 'Default Knowledge Base' user preference
B.By writing a client script on the kb_knowledge table
C.By configuring Contextual Search Contexts and Search Criterias with conditional filters based on case fields
D.By modifying the global search CSS style sheet
AnswerC

Search contexts can dynamically adjust which knowledge bases are searched based on case attributes like product or category.

Why this answer

Search contexts can be configured to filter search results based on case category, product, or other attributes.

9
MCQeasy

An agent is looking at an article on the CSM workspace and notices it is flagged as 'Outdated' by a customer. Where can the agent see this flag?

A.Only in the system error logs
B.In the User Profile record of the customer
C.In the case work notes automatically
D.On the article form's feedback related list or feedback task
AnswerD

Feedback records and related lists on the article display user ratings, flags, and comments.

Why this answer

Feedback flags appear on the article form and feedback task queues.

10
MCQhard

When configuring search sources for Contextual Search in CSM case creation, which record type must be defined to enable searching across external knowledge repositories like SharePoint?

A.External Knowledge Connector Map
B.Knowledge Base Integration Rule
C.CSM Federation Rule
D.Contextual Search Source
AnswerD

Search sources define where Contextual Search looks for information, including external knowledge providers.

Why this answer

External search sources require a Search Source record configured with REST integration or provider plugins.

11
Multi-Selecteasy

Which TWO methods can be used to categorize knowledge articles in ServiceNow Knowledge Management? (Choose two.)

Select 2 answers
A.Hierarchical categories defined within each Knowledge Base
B.Tags applied to knowledge articles for flexible grouping
C.Service Portal Taxonomy Node mappings only
D.Automatic Business Rule category generators
E.Customer Service Case Entitlement categories
AnswersA, B

Knowledge bases support tree-structured category hierarchies.

Why this answer

Articles use categories within knowledge bases and optional tagging.

12
MCQhard

An implementation specialist is configuring Contextual Search for CSM cases. When an agent opens a case with a specific Product and Category, the system should automatically suggest relevant knowledge articles from a specific Knowledge Base. Where should the specialist configure this specific matching rule?

A.Contextual Search Search Contexts
B.Article Feedback Property Table
C.Case Management Properties
D.Knowledge Management Service Portal Settings
AnswerA

Search Contexts define the result configs, resource configurations, and conditions under which specific knowledge bases are searched for a given table like sn_customerservice_case.

Why this answer

Contextual Search configurations determine which tables and fields trigger searches and what search providers are used. Search contexts can be configured to filter search results by specific knowledge bases or criteria based on case field values.

13
Multi-Selecthard

An implementation specialist is configuring AI Search and Contextual Search for a CSM implementation. Which THREE components are essential for setting up Contextual Search to suggest knowledge articles on the Case form? (Choose three.)

Select 3 answers
A.Search Context defining which search sources and properties apply
B.Direct database view joining sn_customerservice_case and kb_knowledge tables
C.Automatic Case Deflection Business Rule script
D.Search Source defining the target table (e.g., kb_knowledge) to query
E.Contextual Search Table Configuration linking the case table to a search context
AnswersA, D, E

Search contexts group search sources and result configurations together.

Why this answer

Contextual Search requires table configurations, search contexts, and search sources to function correctly on forms.

14
MCQeasy

An agent working on a CSM case wants to email a published knowledge article directly to the external contact. Which UI element or feature supports this capability?

A.Knowledge Base Share utility
B.'Email' UI action or icon on the article preview / contextual search
C.Export to PDF and attach to case email
D.Case Email Client template auto-population only
AnswerB

Agents can click the email icon in the contextual search result to insert the article link or content into an outbound email.

Why this answer

The 'Email' button or UI action within the article view or contextual search results allows sending articles in communications.

15
MCQmedium

A Customer Service Manager wants to track which knowledge articles are frequently attached to cases but never receive positive feedback ratings from customers. Which reporting feature or table should the administrator utilize to analyze this metric?

A.Analyze the 'Case Survey Results' [asmt_assessment_instance] table
B.Review the 'Community Answers' [question_answer] reporting module
C.Export audit logs from the 'Sys Audit' [sys_audit] table
D.Run a report joining the 'Knowledge Use' [kb_use] and 'Knowledge Feedback' [kb_feedback] tables
AnswerD

The kb_use table tracks how often articles are viewed or attached to tasks, while kb_feedback tracks user ratings and comments.

Why this answer

The Knowledge Analytics dashboard or reporting on the Knowledge Use (kb_use) and Feedback (kb_feedback) tables provides insights into article attachment counts versus feedback ratings.

16
MCQeasy

When publishing a knowledge article in CSM, which field determines the target audience category for browsing the Customer Service Portal?

A.Category
B.Topic Classification
C.Service Portal Taxonomy Node
D.Assignment Group
AnswerA

The Category field determines where the article sits within the knowledge base hierarchy for portal navigation.

Why this answer

Categories structure the knowledge base for browsing on portals and workspaces.

17
MCQhard

A CSM client has multiple subsidiary companies, each with its own brand and customer base. They want to ensure that knowledge articles created by Subsidiary A are never visible to users of Subsidiary B, even though both share the same ServiceNow instance. How should the specialist architect the Knowledge Bases?

A.Use Data Separation plugins with Domain Separation active on the kb_knowledge table
B.Apply Customer Product Entitlements directly to the article metadata fields
C.Create separate Knowledge Bases for each subsidiary and assign distinct User Criteria
D.Create a single Knowledge Base and use article-level ACLs for filtering
AnswerC

Segregating content into separate knowledge bases and applying User Criteria is the standard, secure architectural pattern in ServiceNow CSM.

Why this answer

Separate knowledge bases combined with User Criteria restrict visibility strictly by subsidiary or organization boundaries.

18
MCQmedium

A Customer Service Manager wants to ensure that internal knowledge articles created by Tier 2 agents are reviewed and approved by a Knowledge Manager before they are published to external customers. Which feature should be configured to support this requirement?

A.Knowledge Workflow Configuration
B.User Criteria for Knowledge Bases
C.Case-to-Article Mapping Rules
D.Knowledge Management Advanced Search
AnswerA

Knowledge workflows define the lifecycle states of an article, including drafts, reviews, approvals, and publication.

Why this answer

The Article Templates and Workflow settings in Knowledge Management allow administrators to assign specific workflows to specific knowledge bases or categories. The Standard Knowledge - Approval workflow includes an approval state where a manager or designated approver must review the article before it reaches the Published state.

19
MCQeasy

Which module allows a knowledge worker to view articles that are currently in their personal 'Draft' state?

A.Knowledge > My Drafts
B.Customer Service > My Knowledge
C.Knowledge Management > Authoring > Personal Queue
D.Self-Service > Knowledge > Drafts
AnswerA

The 'My Drafts' module filters articles created by or assigned to the logged-in user in draft state.

Why this answer

Authors use 'My Drafts' modules to track and edit their unpublished work.

20
MCQeasy

A customer service agent is working on a high-priority case and finds the exact resolution inside a published knowledge article. The agent wants to quickly attach this article to the case for reference and tracking. Which action should the agent take?

A.Use the 'Attach' button from the Contextual Search results in the case form
B.Click 'Publish to Community' on the article form
C.Submit a Feedback task to the Knowledge Author
D.Change the case state to Closed Resolved and reference the article in the Work notes
AnswerA

The 'Attach' action links the knowledge article to the case's 'Attached Knowledge Articles' related list.

Why this answer

In Agent Workspace or classic CSM, agents use the Contextual Search widget or the related articles section to locate articles and click 'Attach' to link the knowledge article to the case record.

21
MCQhard

An implementation specialist is setting up feedback management for CSM knowledge articles. Where do user comments and ratings submitted via the Customer Service Portal get stored?

A.sn_customerservice_case_feedback table
B.kb_feedback table
C.kb_knowledge table directly in the comments field
D.sys_journal_field table
AnswerB

The kb_feedback table stores article ratings, views, and comments submitted by users.

Why this answer

Feedback, ratings, and comments are stored in dedicated tables related to knowledge management, specifically kb_feedback.

22
Multi-Selectmedium

A CSM organization wants to improve knowledge article quality through feedback and review loops. Which THREE features or actions support this requirement out of the box? (Choose three.)

Select 3 answers
A.Automatic generation of feedback tasks when users flag articles as unhelpful
B.Scheduled review dates that generate review tasks for article owners
C.Mandatory ITIL approval for all customer-facing articles
D.Automated email notifications to system administrators upon every article view
E.Star ratings and comments submitted by portal users
AnswersA, B, E

Negative feedback on the portal generates feedback tasks for review.

Why this answer

Knowledge feedback tasks, article ratings, and expiration/review cycles support continuous improvement.

23
MCQhard

A customer service manager wants to restrict a specific knowledge base so that only external consumers with a specific product entitlement can view its articles. Which feature should the specialist configure?

A.Dynamic filter options on sn_customerservice_case table
B.Customer Service Entitlements related list on the Knowledge Base
C.Access Control Lists (ACLs) on the kb_knowledge table
D.User Criteria applied to the Knowledge Base record
AnswerD

User Criteria applied directly to the Can Read and Cannot Read related lists on the Knowledge Base form control article visibility for consumers and partners.

Why this answer

Knowledge bases use user criteria combined with record-level security or user criteria applied directly to the knowledge base to restrict access based on entitlements or user attributes.

24
MCQeasy

An agent wants to search for knowledge articles directly from the CSM Agent Workspace without leaving the active case form. Which component provides this capability?

A.Related Links > Search Knowledge Base
B.Knowledge Base Portal widget
C.Contextual Search sidebar / Assistant tab
D.Global Search header bar
AnswerC

The Contextual Search side panel in Agent Workspace automatically searches and displays relevant articles based on case fields.

Why this answer

The Contextual Search sidebar in Agent Workspace delivers real-time article suggestions and search capabilities.

25
MCQmedium

A CSM customer service agent creates a case and notices that recommended knowledge articles are automatically suggested in the contextual sidebar. Where is this behavior configured in ServiceNow CSM?

A.Knowledge Management > Administration > Properties
B.Customer Service > Administration > Suggested Articles
C.Knowledge Bases > Properties > Contextual Suggestions
D.Contextual Search > Table Configurations
AnswerD

Table Configurations in Contextual Search link source forms like sn_customerservice_case to search contexts and result configurations.

Why this answer

Contextual Search application rules define which tables and search contexts trigger suggestions for form views like cases.

26
MCQeasy

Which role is required to retire a published knowledge article in ServiceNow Knowledge Management?

A.sn_customerservice_agent only
B.knowledge_manager or the article author (depending on workflow configuration)
C.admin only
D.itil role
AnswerB

Knowledge managers and article authors typically hold permissions to retire articles per standard workflows.

Why this answer

Knowledge managers or authors with specific lifecycle permissions can retire articles.

27
MCQhard

An implementation specialist is configuring knowledge management search for CSM cases. They want to ensure that when an agent types a case description containing a specific product serial number, articles matching that serial number appear prominently. Which feature should be leveraged?

A.Case Form Client Script auto-querying kb_knowledge
B.Knowledge Base Serial Number Indexer plugin
C.Contextual Search Result Configurations and matching field weights
D.Dynamic Knowledge Filters via Business Rules
AnswerC

Result configurations and search sources allow weighting specific fields like serial numbers or product models for higher search relevance.

Why this answer

Contextual search search context configuration, result configurations, or specialized search fields enhance search matching for serial numbers.

28
MCQhard

An enterprise CSM customer uses internationalized knowledge bases. When a user accesses the Customer Service Portal in French, how does ServiceNow determine which translated article version to display?

A.It queries the user's IP geolocation to select the corresponding regional language
B.It matches the user's active language preference/session language with the article's Language field
C.It requires the agent to manually attach the French translation to the portal view
D.It always defaults to the primary knowledge base language and prompts the user via a banner
AnswerB

The system checks the language setting of the user session or profile and looks for a corresponding child article with that language code.

Why this answer

ServiceNow matches the portal user's active session language or user profile language with the language field on the translated article record.

29
MCQhard

An implementation specialist is configuring Knowledge Management integration with ServiceNow Communities. What is the primary purpose of enabling community question-to-article workflows in a CSM environment?

A.To replace the need for traditional case management workflows entirely
B.To automatically synchronize all community forum posts into draft knowledge articles daily
C.To grant community users direct write-access to internal knowledge bases
D.To allow community managers to promote verified answers into official knowledge base articles
AnswerD

Promoting verified answers ensures high-quality peer solutions become permanent, searchable knowledge articles.

Why this answer

Promoting validated answers from community discussions builds the knowledge base crowdsourced from expert customer interactions.

30
MCQmedium

A CSM organization requires that knowledge articles created by external partners must undergo a two-step approval process (first by a partner lead, then by an internal knowledge manager). How should this be implemented?

A.By setting up multiple User Criteria records on the knowledge base
B.By configuring a multi-step approval workflow or Flow Designer flow assigned to the knowledge base
C.By modifying the sn_customerservice_case approval engine
D.By configuring Contextual Search approval rules
AnswerB

Knowledge bases can utilize custom workflows or flows that incorporate multiple approval stages based on author criteria.

Why this answer

Custom workflows or Flow Designer flows assigned to the knowledge base manage multi-step approvals.

31
Multi-Selectmedium

A CSM organization uses ServiceNow Communities and wants to leverage user-generated content for knowledge management. Which THREE actions can be performed between Communities and Knowledge Management? (Choose three.)

Select 3 answers
A.Automatically converting every community post into an enterprise knowledge base article without review
B.Creating a knowledge article directly from a community discussion thread or question
C.Marking a community question answer as the accepted solution
D.Displaying knowledge articles as suggested reading when users type community questions
E.Synchronizing community member passwords with knowledge base author accounts
AnswersB, C, D

Community threads can be promoted into knowledge articles.

Why this answer

Community integration supports marking answers as helpful, creating articles from discussions, and linking posts.

32
MCQhard

An organization has configured AI Search for their CSM Customer Service Portal. When users search for articles, they want synonyms like 'bill' and 'invoice' to be treated identically. Where are AI Search search profiles and synonym configurations managed?

A.Knowledge Management > AI Search Mappings
B.System Definition > Text Search Synonym Tables
C.AI Search > Search Administration > Synonym Dictionaries and Search Profiles
D.Contextual Search > Legacy Synonyms
AnswerC

AI Search uses dedicated administration modules for search profiles, synonym dictionaries, and genius results.

Why this answer

AI Search configuration is managed via AI Search application menus, specifically search profiles and synonym dictionaries.

33
MCQhard

An implementation specialist is setting up feedback management and wants to ensure that knowledge feedback tasks assigned to retired agents are automatically reassigned. Where are assignment rules or fallback behaviors for feedback tasks configured?

A.Workflow Engine > Feedback Reassignment Rules
B.Customer Service > Administration > Task Routing
C.Knowledge Management > Administration > Feedback Properties
D.System Policy > Assignment Rules > Knowledge
AnswerC

Feedback properties and assignment configurations define how feedback tasks are routed and managed when owners change.

Why this answer

Assignment rules or workflow/flow properties for knowledge feedback determine task routing.

34
Multi-Selecthard

An implementation specialist is troubleshooting article versioning behavior in a CSM environment. Which THREE statements regarding knowledge article versioning are correct? (Choose three.)

Select 3 answers
A.Administrators can view previous versions of an article from the Versions related list.
B.Article versioning requires the activation of Domain Separation plugin.
C.Publishing a checked-out draft version automatically archives the previous published version as an older version.
D.When an author checks out a published article, a new draft version is created while the published version remains viewable to readers.
E.Checking out a published article automatically unpublishes the live version immediately.
AnswersA, C, D

Version history is tracked and accessible via related lists on the article form.

Why this answer

Versioning manages concurrent drafts, published copies, and version history.

35
Multi-Selecthard

An enterprise CSM customer wants to integrate external knowledge repositories into their ServiceNow CSM portal search. Which THREE mechanisms or steps are required to achieve this? (Choose three.)

Select 3 answers
A.Converting all external articles into PDF attachments on case records
B.Mapping external result fields to ServiceNow search result display fields
C.Configuring a Search Source using REST integration or pre-built connectors
D.Modifying the core kb_knowledge table schema to store external articles locally
E.Adding the external Search Source to the relevant Search Profile or Contextual Search Context
AnswersB, C, E

Field mapping ensures titles, snippets, and links render correctly in search results.

Why this answer

External integration requires search sources, connection credentials or integration protocols, and search profile inclusions.

36
Multi-Selecteasy

Which TWO locations or interfaces can a CSM customer service agent use to search for and attach knowledge articles to a case? (Choose two.)

Select 2 answers
A.Contextual Search sidebar in Agent Workspace / Case form
B.Customer Service Portal widget editor
C.Dedicated Knowledge Search module or global search bar
D.Data Import wizard
E.System Update Sets menu
AnswersA, C

The contextual search sidebar suggests and allows attaching articles directly on case forms.

Why this answer

Agents can use workspace contextual search sidebars or search modules directly.

37
MCQmedium

An organization uses Communities in ServiceNow CSM and wants to convert a highly rated community discussion thread into a validated knowledge article. Which baseline feature enables this workflow?

A.Knowledge Base Discussion Sync
B.Automatic Community Harvesting rule
C.Community to Knowledge Business Rule
D.Create Knowledge from Community
AnswerD

The community application provides features to create a knowledge article directly from a validated community post or question.

Why this answer

Community integration provides functionality to promote discussion answers or threads to knowledge bases.

38
MCQmedium

A CSM agent notices that when searching for knowledge articles in the Contextual Search results, articles containing specific technical acronyms are not appearing. What configuration should the specialist adjust to improve search relevance for acronyms?

A.Contextual Search > Admin > Synonym Dictionaries or Search Profile settings
B.Contextual Search > Knowledge Management > Synonym dictionaries
C.Contextual Search > Search Sources > Synonyms
D.Knowledge Management > Properties > Acronym Mapping
AnswerA

Search profiles and synonym dictionaries in Contextual Search allow administrators to define terms and their equivalents for better matching.

Why this answer

Search synonyms defined in Contextual Search help match user search terms with industry or internal acronyms.

39
MCQeasy

An agent resolves a case and wants to ensure the attached knowledge article is highlighted as the primary solution. What action records this relationship in ServiceNow?

A.Checking the 'Primary Solution' checkbox on the article attachment record
B.Changing the article state to 'Solution'
C.Moving the article to the 'Solutions' category
D.Sending an email to the Knowledge Manager
AnswerA

The article attachment interface on cases allows marking an article as the primary solution for analytics and reporting.

Why this answer

Attaching the article creates the necessary system association for reporting.

40
MCQeasy

An agent is viewing a case and wants to create a new knowledge article capturing the troubleshooting steps taken. Which UI action facilitates this directly from the case form?

A.Create Knowledge
B.Convert to Article
C.Publish to Knowledge Base
D.Send Knowledge Article
AnswerA

The 'Create Knowledge' UI action allows agents to generate a draft knowledge article pre-populated with case short description and description.

Why this answer

The 'Create Knowledge' UI action on the case form transfers case details into a new draft knowledge article.

41
MCQeasy

A CSM administrator wants to track which knowledge articles are viewed most frequently by external customers on the Customer Service Portal. Which module provides this analytics report out of the box?

A.System Analytics > Knowledge Reporting
B.Customer Service > Reports > Knowledge Views
C.Knowledge > Overview or Knowledge Analytics dashboard
D.Knowledge > Administration > Article Usage
AnswerC

The Knowledge Analytics dashboard and Overview modules provide visibility into article views, searches, and feedback.

Why this answer

Knowledge Management reporting includes pre-built dashboards and modules for views and usage.

42
MCQhard

An administrator needs to restrict a specific Knowledge Base so that only external contacts belonging to a specific Account can view its articles. Which configuration must be implemented to achieve this requirement?

A.Apply User Criteria to the Knowledge Base referencing the specific Account
B.Modify the Contextual Search Table configuration for sn_customerservice_case
C.Set the Knowledge Base visibility to 'Public' and use Access Control Lists (ACLs) on the kb_knowledge table
D.Enable domain separation and assign the knowledge base to a child domain
AnswerA

Knowledge Bases use User Criteria to restrict read and write access. User criteria can be configured to evaluate user accounts or company attributes.

Why this answer

User criteria can be applied to knowledge bases. By leveraging user criteria combined with account relationships or scripting within user criteria, or utilizing targeted user criteria matching, access can be restricted appropriately. In CSM, user criteria can be defined based on company or account.

43
Multi-Selecteasy

Which TWO actions can a CSM agent perform when they identify that an existing knowledge article contains outdated information while working on a case? (Choose two.)

Select 2 answers
A.Automatically publish a new version without review
B.Delete the article directly from the Case related list
C.Reassign the knowledge base ownership to their own user record
D.Flag the article or submit feedback indicating it is outdated
E.Check out the article for editing (if they have author permissions) or submit feedback
AnswersD, E

Agents can flag articles or provide feedback to notify knowledge managers.

Why this answer

Agents can provide feedback or flag articles, and if permitted, check out/edit or create feedback tasks.

44
MCQmedium

A customer service organization wants to ensure that knowledge articles older than 12 months are automatically flagged for review. Where is article lifecycle expiration configured in ServiceNow Knowledge Management?

A.Lifecycle Management > Workflow Rules
B.Service Level Agreements (SLAs) on kb_knowledge table
C.Scheduled Jobs > Knowledge Expiration Engine
D.Knowledge Management > Administration > Properties
AnswerD

Global and knowledge-base level properties control default expiration spans and review task generation.

Why this answer

Properties on the knowledge base or global knowledge properties define expiration thresholds.

45
MCQmedium

An implementation specialist is setting up Knowledge Management feedback tasks. When a customer flags a knowledge article as 'Not Helpful' on the Customer Service Portal, what record is automatically generated by default?

A.An Incident record for application troubleshooting
B.A Knowledge Feedback Task record
C.A Quality Assurance task on the sn_customerservice_qa table
D.A CSM Case record assigned to the Knowledge team
AnswerB

Negative feedback generates a kb_feedback_task record assigned to the knowledge base owner or manager.

Why this answer

Feedback submissions generate feedback task records for knowledge managers to review and action.

46
MCQmedium

A CSM knowledge manager wants to report on how many cases were deflected (i.e., resolved without creating a case) due to users viewing knowledge articles on the Customer Service Portal. Which feature enables this metric?

A.sn_customerservice_deflection table monitoring
B.Customer Service Deflection Tracking / Search Analytics feedback
C.Automatic Case Deflection Business Rule
D.Knowledge Base ROI Calculator Plugin
AnswerB

Contextual Search and portal search logging track whether users viewed articles and abandoned case creation, providing deflection metrics.

Why this answer

Knowledge feedback and search analytics track deflection metrics when users indicate an article resolved their issue without case creation.

47
MCQmedium

A company has enabled external community integration with CSM. Customers frequently post troubleshooting questions on the community. When a community question is successfully resolved by a peer or agent, what mechanism can be used to convert that community thread into an official knowledge base article?

A.Run a background script to export community posts to XML
B.Set up a scheduled Data Import job for community tables
C.Use the 'Create Knowledge' UI action on the community question record
D.Configure an Inbound Email Action on the knowledge base table
AnswerC

The community question form includes a UI action to convert the thread directly into a draft knowledge article.

Why this answer

ServiceNow CSM includes functionality to convert resolved community threads or questions into knowledge articles to capture tribal knowledge and make it officially searchable.

48
MCQmedium

A CSM client wants to measure how effectively knowledge articles are helping resolve cases by analyzing which articles are attached most frequently to resolved cases. Which built-in ServiceNow feature provides this report?

A.Knowledge Article Attachment Reports / Performance Analytics for CSM
B.Customer Service Case Deflection Dashboard only
C.Table Schema Map for kb_knowledge and sn_customerservice_case
D.Incident and Problem Management Analytics
AnswerA

Performance Analytics and standard reports on the m2m table linking cases and knowledge articles track attachment counts and case resolution correlation.

Why this answer

Knowledge reporting includes metrics on article attachment frequencies linked to cases.

49
MCQmedium

A CSM organization requires that all newly created articles in the 'Customer Support' knowledge base must be approved by a Knowledge Manager before publication. Where is this approval workflow configured?

A.Inside the Contextual Search application rules
B.In the Knowledge Management Service Portal properties
C.Via System Policy > Approvals
D.On the Knowledge Base form using the 'Workflow' or 'Article Workflow' field
AnswerD

The workflow governing an article's lifecycle is defined at the Knowledge Base level.

Why this answer

Knowledge workflows are determined by the workflow field or advanced workflow configurations on the Knowledge Base form.

50
MCQmedium

A CSM organization requires that certain knowledge articles are only accessible to corporate customers who have purchased a 'Premium Support' contract. Which mechanism should be used to enforce this?

A.Custom ACL scripts checking the customer's active contract type
B.Case Entitlement related lists on the article form
C.User Criteria configured with Company or Script-based criteria
D.Service Portal Taxonomy rules
AnswerC

User Criteria can evaluate user attributes, companies, or use scripts to check premium support entitlements for knowledge base access.

Why this answer

User criteria linked to company records, roles, or entitlement criteria control knowledge base access.

51
MCQmedium

A CSM knowledge base needs to support translation management. When a translated version of an article is published, what happens to the workflow state of the original source article?

A.The source article remains published
B.The source article is automatically retired
C.The source article is deleted to prevent duplication
D.The source article reverts to draft status pending review
AnswerA

Publishing a translated article does not alter the workflow state of the primary source article.

Why this answer

Source articles remain in their current published state when translations are created and published independently.

52
MCQeasy

An agent is drafting a new knowledge article directly from a closed-resolved CSM case. Which ServiceNow feature automatically populates the article's short description and body fields using data from the case?

A.Case Template Auto-Population
B.Contextual Search Results Mapper
C.Inbound Action Field Parser
D.Knowledge Article Mapping Rules
AnswerD

Mapping rules automate the transfer of data from case fields (such as short description and resolution notes) to the knowledge article form.

Why this answer

Article mapping rules allow administrators to define how fields from a source task (like a case) map to fields on the knowledge article form when creating an article from a task.

53
Multi-Selecthard

Which TWO of the following steps are required when configuring automated article suggestions for agents working in CSM Agent Workspace? (Choose two.)

Select 2 answers
A.Enable legacy CMS site parameters in System Properties
B.Associate the Search Context with the Workspace Search Config or Table Configuration
C.Write a custom business rule on kb_knowledge to push suggestions via WebSockets
D.Modify the global UI macro named 'kb_suggestion_widget'
E.Configure the Search Context to include the appropriate Knowledge Base search sources
AnswersB, E

The search context must be properly linked to the table configuration so Agent Workspace knows when and how to trigger the search.

Why this answer

To configure article suggestions in Agent Workspace, administrators must configure the Search Context and ensure the table configuration includes the sn_customerservice_case table with appropriate search resource configurations.

54
MCQeasy

An implementation specialist is configuring Knowledge Management for a CSM deployment. Which role is required by default to author, review, and publish articles within a specific knowledge base?

A.sn_customerservice_agent
B.sn_csm.knowledge_author
C.itil
D.knowledge
AnswerD

The baseline ServiceNow 'knowledge' role is required to create, edit, and manage knowledge articles within assigned knowledge bases.

Why this answer

The knowledge_manager or author roles control access, but specifically the knowledge author or contributor roles assigned to the knowledge base determine who can author and publish articles according to workflow.

55
MCQeasy

An agent creates a knowledge article from a case. Which fields are automatically copied from the case record to the new draft article by default?

A.Short Description and Description
B.Resolution Code and Resolution Notes
C.Work Notes and Additional Comments history
D.Account and Contact details
AnswerA

The case Short Description populates the article title/short description, and the Description maps into the article body.

Why this answer

Short description and description map directly from the case to the article form to save time.

56
MCQeasy

An agent resolves a CSM case by utilizing information from a published knowledge article. How can the agent link this article to the case for reporting and tracking purposes?

A.By changing the case state to 'Resolved with Knowledge'
B.By clicking the 'Attach' button in the Contextual Search results sidebar
C.By updating the 'Knowledge Article' field on the case form header
D.By copying the article URL into the work notes
AnswerB

Clicking 'Attach' creates a record in the m2m table linking the case and the knowledge article natively.

Why this answer

The 'Attach' button on the Contextual Search results pane allows agents to directly attach articles to the case record.

57
MCQeasy

Which role is typically assigned to business users who are responsible for maintaining knowledge bases, managing categories, and reviewing author submissions across multiple knowledge bases?

A.admin
B.knowledge_manager
C.knowledge_author
D.sn_csm.knowledge_admin
AnswerB

The knowledge_manager role grants administrative capabilities over knowledge bases, categories, and workflows.

Why this answer

Knowledge managers oversee knowledge base administration and governance.

58
Multi-Selectmedium

A CSM knowledge manager wants to ensure that specific knowledge articles are only visible to external consumer accounts located in North America. Which THREE configuration elements should the specialist use? (Choose three.)

Select 3 answers
A.Configuring Contextual Search result filters based on browser cookies
B.Applying the User Criteria record to the 'Can Read' related list of the Knowledge Base
C.Modifying the kb_knowledge table ACLs with hardcoded geographic checks
D.User Criteria configured to check user company or location attributes
E.Scripted User Criteria evaluating geographic region or country code
AnswersB, D, E

User Criteria records are linked to knowledge bases via Can Read / Cannot Read related lists.

Why this answer

Geographic restrictions can be achieved using User Criteria scripting, Company attributes, or location-based user criteria.

59
Multi-Selecthard

When managing the knowledge article lifecycle within CSM, which THREE states are part of the legacy or standard baseline knowledge workflows provided out-of-the-box? (Choose three.)

Select 3 answers
A.Review
B.Published
C.Pending Translation
D.Draft
E.Archived for Legal Hold
AnswersA, B, D

Articles move to Review for approval before publication.

Why this answer

The baseline ServiceNow knowledge workflows typically include Draft, Review, Published, and Retired states.

60
MCQhard

A CSM administrator is troubleshooting why a newly published knowledge article is not appearing in portal searches. The article is published, and the user has read access to the knowledge base. What is another common configuration cause to check?

A.Verify that the user's browser cache has been cleared on the instance node
B.Check AI Search or Contextual Search Source configurations and search profile index status
C.The article's workflow state must be manually synced with AI Search indexer tables
D.Ensure the article has at least 5 positive ratings before indexing
AnswerB

Search profiles, search sources, and table indexes must include the knowledge table and ensure filters do not exclude the new article.

Why this answer

Search source indexing or search source configurations in Contextual Search or AI Search determine what gets indexed and surfaced.

61
MCQhard

When configuring advanced knowledge search for CSM agents in Workspace, an administrator wants to filter search results by article type (e.g., FAQ, Procedure, Troubleshooting). Where are article types defined and managed?

A.System Definition > Choice Lists on the kb_knowledge table
B.Knowledge Management > Administration > Article Types
C.Customer Service > Knowledge Configuration > Types
D.Contextual Search > Article Classifications
AnswerB

Article types define the structure and templates used for different categories of knowledge content.

Why this answer

Article types correspond to templates and specialized forms configured in Knowledge Management.

62
MCQhard

A specialist is configuring article versioning for a CSM knowledge base. If an author checks out a published article to make edits, what happens to the currently published version while the draft is being edited?

A.The article becomes temporarily invisible to all users until the new version is approved
B.The published version is automatically archived and replaced with a placeholder notice
C.The published version remains visible to readers while the draft is edited
D.Readers are automatically redirected to the draft version in real-time
AnswerC

End-users continue to read the published version until the new version completes the approval workflow and is published.

Why this answer

Concurrent versioning ensures that end-users continue seeing the published version while authors work on the checked-out draft.

63
MCQeasy

Which ServiceNow application module allows knowledge managers to review expired knowledge articles and determine whether to retire, update, or republish them?

A.Customer Service > Knowledge > Lifecycle Management
B.Knowledge > Articles > Expired or Knowledge Management > To Review
C.System Maintenance > Knowledge Expirations
D.Knowledge > Management > Expired Articles
AnswerB

Knowledge Management modules include views for managing articles nearing expiration or already expired.

Why this answer

Knowledge Management has dedicated modules for managing article lifecycles, including expiration reviews.

Ready to test yourself?

Try a timed practice session using only Knowledge Management questions.