What controls the publishing and retiring process for knowledge articles?
Correct Answer: B
Question 7
What options can you see, when you fight click on a Cl, from the Cl dependency view map? Choose 3 answers
Correct Answer: A,B,E
Question 8
What tool is used to import data from various data sources, and map that data into ServiceMow tables?
Correct Answer: C
Question 9
'Your customer has a Human Resources knowledge base, which is only accessible to members of the Human Resources department. A new procedure regarding employee quarterly reviews needs to be published to the quarterly review category of the HR knowledge base, but should only be visible for HR managers. How would you meet this requirement?
Correct Answer: D
In ServiceNow Knowledge Management, User Criteria is used to control who can view, contribute, or edit knowledge articles and knowledge bases. Scenario Requirements Breakdown: ✅ The HR Knowledge Base is already restricted to HR department members. ✅ A new knowledge article needs to be published in the Quarterly Review category. ✅ Only HR Managers should be able to read this specific article. Best Approach (Correct Answer: D) To restrict access to the article itself (not the entire knowledge base or category), we: Open the knowledge article Go to the "Can Read" field Add a User Criteria that includes the "HR Manager" group Publish the article This ensures that only HR Managers can read this specific article while the rest of the HR department cannot see it. Why Other Options Are Incorrect? A . On the Knowledge Base, add User Criteria with a Manager Can Read script to the Can Read list, publish article to any category This would restrict all articles in the knowledge base, not just the single article. B . Add User Criteria for HR Manager Group on the Category's Can Read list User criteria can only be applied at the Knowledge Base or Article level, not at the category level. C . On the Knowledge Article, add an Access Control for HR Manager Group on the Can Read list, then publish article to any category ACLs (Access Controls) are not used for Knowledge Article permissions. User Criteria is the correct method. Official ServiceNow Documentation Reference: Managing User Criteria in Knowledge Management Restricting Article Access
Question 10
What is NOT an example of a UI Action?
Correct Answer: A
In ServiceNow, UI Actions are used to add interactive elements like buttons, links, and context menu items to forms and lists. They can trigger scripts, workflows, or other actions when clicked. Common Types of UI Actions: Form Buttons - Buttons that appear on a form (e.g., Save, Update, Resolve Incident). List Buttons - Buttons that appear in a list view and perform actions on multiple records. Related Links - Links that appear in the Related Links section of a form and provide quick navigation or actions. Since Form Buttons, List Buttons, and Related Links are all types of UI Actions, they are valid UI Actions. Why "Search" is NOT a UI Action? Search is a built-in system functionality that allows users to find records but does not involve UI Actions. UI Actions execute predefined actions, whereas Search simply retrieves and filters data. ServiceNow search functions (Global Search, List Search, and Quick Search) are not part of UI Actions. Why the Other Options Are UI Actions? B . Form Buttons → ✅ Valid UI Action Appears on forms (e.g., Submit, Save, Update). C . List Buttons → ✅ Valid UI Action Used in list views for bulk actions (e.g., Close All, Approve Selected). D . Related Links → ✅ Valid UI Action Provides quick links in forms (e.g., View CI Details, Reopen Ticket). Reference from Certified System Administrator (CSA) Documentation: ServiceNow Docs: UI Actions Overview https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/administer/form-administration/concept/c_UIActions.html ServiceNow CSA Official Training Guide (UI Actions & User Interface Customization)