A customer has asked for the following updates to a form: * Make Resolution code mandatory, admin state is changed to Resolved. * Hide major incident check box, unless logged in user has Major incident Manager role What type of rules (s) would you use to implement this requirement?
Correct Answer: C
#UI Policiesare the best way to implement dynamic form behavior such asmaking fields mandatory, hiding /showing fields, and setting values based on conditions. Making "Resolution Code" mandatory when "State" is changed to "Resolved" This requires aUI Policythat: Condition:State = Resolved Action:Set "Resolution Code" field toMandatory = True Hiding the "Major Incident" checkbox unless the logged-in user has the "Major Incident Manager" role This requires anotherUI Policythat: Condition:User does NOT have the rolemajor_incident_manager Action:Hide the field Option A (Dictionary Design) The dictionary defines the structure of fields butdoes not control dynamic form behaviorlike field visibility or conditions. Option B (Field Limiter) There is no such feature called "Field Limiter" in ServiceNow. Option D (UI Design) "UI Design" is not a recognized concept in ServiceNow.UI Policiesare used for form behavior changes. Option E (Form Constraint) There is no "Form Constraint" feature in ServiceNow; ACLs and UI Policies control field behavior instead. Reference:ServiceNow UI Policy Documentation (Platform Configuration)
CSA Exam Question 237
When looking at a long list of records, you want to quickly filter, to show only those which have Category of Hardware. How might you do that?
Correct Answer: A
In ServiceNow, when working with large lists of records, users canquickly filterrecords based on specific column values using built-in list functionalities. A: On the list, locate and right-click on the value Hardware, select Show Matching This is thefastestway to filter a list. Steps: Locate a record with theCategory = Hardwarevalue. Right-clickon the word "Hardware." Select"Show Matching"from the context menu. The list is now filtered to display only records withCategory = Hardware. B: Click Funnel icon, type Hardware, and click enter TheFunnel icon(Filter) is used to createadvanced filters, but youcannot directly type"Hardware" into it. You would need to manually create a filter condition: Category#is#Hardware C: On the Category column header, right-click and select Show > Hardware Incorrect terminology-There is no"Show > Hardware"option. Instead, you would need to useShow Matching(Answer A). D: Right-click on magnifier, type Hardware, and click enter There is no"magnifier"(search icon) method that filters records this way. E: On Breadcrumb, click > icon, type Hardware, and click enter Breadcrumbsprovide a visual representation ofexisting filters, but you cannotdirectly type values into breadcrumbs. References:ServiceNow Documentation:Filtering Lists ServiceNow User Guide:List Context Menu Actions
CSA Exam Question 238
Which SericeNow utility gives a Service Desk agent the ability to trace from a Service having an issue, to see which Cis supporing that service have active issues?
Correct Answer: C
InServiceNow, theDependency Viewis agraphical representationthat allows Service Desk agents and IT teams totrace relationships between Configuration Items (CIs)and identify whichCIs are experiencing issues that may be affecting a business service. Visualizes Relationships Between CIs and Services Dependency View displaysCIs and their dependenciesin aninteractive map. Service Desk agents can quicklysee which CIs are impactedandhow they affect the business service. Identifies Impacted Configuration Items (CIs) If aserver, database, or network component is down, Dependency Viewhelps tracewhich business service is affected. This is useful forincident management, root cause analysis, and change impact assessment. Integrated with CMDB (Configuration Management Database) Dependency Views pull data from theCMDBtomap CI relationships. This helps Service Desk agentsidentify problems quicklywithout needing deep technical knowledge. Why is "Dependency View" the Correct Answer? A). AI Service DashboardIncorrect- There is no standard "AI Service Dashboard" in ServiceNow. B). CI Health DashboardIncorrect- TheCI Health Dashboardfocuses on theoverall health of CIs (e.g., compliance, correctness, completeness)but doesnot provide a dependency mapfor tracing service issues. D). Event Management HomepageIncorrect-Event Management (ITOM)is used formonitoring events and alerts, butit does not provide an interactive dependency viewfortracing service issues. Incorrect Answer Choices Analysis: ServiceNow Docs - Dependency Views#Understanding Dependency Views ServiceNow Docs - CMDB Relationship Visualization#Using CMDB Relationships Official ServiceNow Documentation References: Conclusion:The correct answer is: C). Dependency View Dependency Viewallows Service Desk agents totrace service issues back to the affected CIs, making it an essential tool forincident management and root cause analysis.
CSA Exam Question 239
What controls the publishing and retiring process for knowledge articles?
Correct Answer: D
InServiceNow Knowledge Management, thepublishing and retiring process for knowledge articlesis managed throughWorkflows. These workflows define the steps an article must go through before it is published, updated, or retired. Submission: A user creates a knowledge article and submits it for approval. Approval Process: Based on the workflow, an article may require manager or SME (Subject Matter Expert) approval. Publishing: Once approved, the article ispublishedand made available in the Knowledge Base. Updating & Versioning: If edits are needed, the article enters adraft or reviewstate. Retirement: When an article is no longer needed, it follows the workflow toretire or archiveit. Knowledge Approval Publish(requires approval before publishing) Knowledge Instant Publish(automatically publishes the article) Knowledge Retire(handles retiring or archiving articles) A: Approval Policies(Incorrect) ServiceNow does not use a separate "Approval Policy" for knowledge articles; approvals are managed within the workflow. B: Approval Definitions(Incorrect) There is no such specific feature in ServiceNow. Approvals are configured within workflows, not separate definitions. C: Workflow Designer(Incorrect) TheWorkflow Designeris a tool used tocreate workflows, but it does not control the publishing process directly. The workflows themselves do. E: State Lifecycle(Incorrect) While knowledge articleshave a lifecycle (Draft # Review # Published # Retired), this is controlledby workflows, not by an independent "State Lifecycle" feature. Knowledge Workflows Overview:https://docs.servicenow.com/bundle/rome-servicenow-platform/page /product/knowledge-management/reference/r_KnowledgeWorkflows.html ServiceNow Knowledge Management Process:https://docs.servicenow.com/en-US/bundle/utah-it-service- management/page/product/knowledge-management/concept/knowledge-management-overview.html How Workflows Control Knowledge Article Publishing & Retiring:Common Knowledge Workflows in ServiceNow:Explanation of Incorrect Options:Official References from Certified System Administrator (CSA) Documentation:
CSA Exam Question 240
On a form, which type of Geld has this icon which can be clicked, 10 S00 a preview of the associated record?
Correct Answer: F
The icon highlighted in the image is theReference Icon(iinside a circle). It is used forReference fieldsin ServiceNow forms. AReference fieldlinks to a record in another table (e.g., theCallerfield in anIncidentform references thesys_usertable). Clicking theReference Icon (i)opens apreviewof the referenced recordwithout navigating away from the form. This feature is helpful forquickly viewing user details, CI information, or related records. A). Drilldown- This term is not used for form field behavior in ServiceNow; " drilldowns " are usually associated with reports. B). Lookup- While lookups are used to search for values, they do not display previews of referenced records. C). Quickview- This is not a defined ServiceNow field type. D). Preview- While the icon allows previewing, the correct term isReference field, not " Preview field. " E). Snapshot- No such field type exists in ServiceNow. ServiceNow Reference Fields & Preview ServiceNow CSA Training Module: " Configuring Forms and Fields - Reference Fields and Their Behavior " How Reference Fields Work:Why Other Answers Are Incorrect:References from Certified System Administrator (CSA) Official Documentation: