What setting allows users to view a Knowledge Base article even if the are not logged in?
Correct Answer: D
InServiceNow Knowledge Management, articles are typicallyrestrictedto specific users or roles. However,if you want an article to be accessible without requiring login, you must enable thePublic setting. Navigate toKnowledge Base Settings. Enable thePubliccheckbox. Save the changes. The article is nowviewable by anyone, even without logging into ServiceNow. A). The View All setting No such setting exists for public access in ServiceNow. B). The Allow role "Allow roles" restricts accessto specific roles, but does not make the article public. C). The ESS role TheESS (Employee Self-Service) roleallows accessto logged-in users, not public users. Reference:ServiceNow CSA Documentation - Public Knowledge Articles ServiceNow Product Documentation - Configuring Knowledge Base Permissions(https://docs.servicenow. com)
CSA Exam Question 67
IntegrationHub enables execution of third-party APIs as a part of a flow. These integrations are referred to as
Correct Answer: B
InServiceNow IntegrationHub, third-party API integrations within aFlow Designerflow are known asspokes. Aspokeis a scoped application containingFlow Designer actions and subflowsthat allow the flow to interact with external systems or ServiceNow applications. Spokes in IntegrationHub Aspokeis a collection ofpredefinedandcustomactions, subflows, and data streamsused to integrate with external systems. Spokes provide ano-code/low-codeapproach to integrating third-party applications. Examples ofprebuilt spokesavailable in ServiceNow include: Slack Spoke(for Slack API integrations) Microsoft Teams Spoke(for Teams integration) Jira Spoke(for integrating with Atlassian Jira) How Spokes Work When a flow needs to interact with an external system (e.g., sending data to Jira or retrieving information from Slack), itcalls an action from a spoke. Each spoke containsmultiple predefined actionsthat execute API requests or perform tasks like creating records, updating data, or fetching information. Comparison with Other Options A). an action# Incorrect Actions are individual steps in a flow, not the complete integration package. Actions exist inside spokes. C). a connection# Incorrect Aconnectionis a configuration that stores authentication details (e.g., API keys, OAuth tokens) used by a spoke. D). an integration step# Incorrect No such term as "integration step" exists in ServiceNow IntegrationHub. ServiceNow Docs - IntegrationHub Overview:https://docs.servicenow.com/en-US/bundle/utah-integrationhub /page/integrate/integrationhub/concept/integrationhub-overview.html ServiceNow Docs - Spokes in Flow Designer:https://docs.servicenow.com/en-US/bundle/utah-integrationhub /page/administer/integrationhub-spokes/concept/available-spokes.html Key Concepts Related to IntegrationHub and SpokesOfficial References from the Certified System Administrator (CSA) Documentation:
CSA Exam Question 68
What action will allow you to personalize layouts of columns in a list?
Correct Answer: A
InServiceNow List Views, users cancustomize and personalizethe displayed columns to fit their needs. Open anylist view(e.g., Incidents, Requests). Click theGear icon (#)in the top-right corner of the list. ThePersonalize List Columnswindow appears. Select or remove columns as needed. ClickSaveto apply changes. Steps to Personalize List Layout (Columns):This customization isuser-specific, meaning it only affects the logged-in user's view. B: Select the column to be personalized > Click Edit icon (Penal) > Choose options to personalize NoEdit icon (Pencil) for column customizationexists in List Views. C: Context Menu > View > Personalize TheContext Menu (right-click menu)allows you to filter or sort data but doesnot customize columns. D: Select the column to be personalized and right-click the header > Choose options to personalize Right-clicking the column header providessorting and grouping options, not full column customization. Reference:ServiceNow CSA Documentation - Customizing List Views ServiceNow Product Documentation - Personalizing List Layouts(https://docs.servicenow.com) Final answer: A. Click Gear icon > Personalize window options > Select the appropriate columns
CSA Exam Question 69
What does Natural Language Query allow you to do on a list?
Correct Answer: B
Natural Language Query (NLQ)in ServiceNow allows users tofilter a list by typing a natural language phrase, making it easier to search and retrieve data without manually building filters. For example, users can type: ##"Show me all open incidents assigned to John Doe" ##"Incidents created this week" The platforminterprets the phraseand automaticallyapplies the correct filterto the list. A). Automatically select a filter, based on keywords-NLQ does not automatically select filters based on keywords; instead, itprocesses full phrasesinto a filter. C). Predict the filter desired by the user-NLQ does not predict filters but rather converts typed queries into list filters. D). Speak to the condition builder-NLQ does not interact with the condition builder directly; it translates text queries into filters. E). Set list filter, using audible commands-NLQ does not supportvoicecommands, onlytypedqueries. Reference:ServiceNow CSA Documentation - Natural Language Query (NLQ) ServiceNow Official Documentation - List Filters & Search(https://docs.servicenow.com) Final answer: B. Filter list by typing in a phrase
CSA Exam Question 70
A task worker asks how they can monitor any updates occurring to recands assigned to him, like responses from customers, What do you suggest?
Correct Answer: D
TheActivity Stream icon (Live Feed)allows users tomonitor real-time updateson records assigned to them. This is particularly useful for task workers who need to trackcustomer responses, status changes, and work progresswithout manually refreshing records. Navigate toMy Work List(or any list view showing assigned tasks). Click theActivity Stream (Live Updates) iconat the top of the list. Areal-time updates frameappears, showing all changes to the listed records. A). Open an Agent Workspace tab for each record he wants to monitor WhileAgent Workspaceoffers real-time updates, opening multiple tabs isinefficient and unnecessarywhen live updates can be monitored in a single stream. B). Select Service Desk > My Work Dashboard TheMy Work Dashboardprovides an overview of assigned tasks butdoes not show live updates. C). Click on the eyeglass icon to expand the Monitor frame There isno "eyeglass icon"used for monitoring updates in ServiceNow. Reference:ServiceNow CSA Documentation - Using the Activity Stream for Live Updates ServiceNow Product Documentation - Monitoring Tasks in My Work(https://docs.servicenow.com)