Which one of the following statements best describes the purpose of an Update Set?
Correct Answer: A
AnUpdate Setin ServiceNow is a mechanism thattracks and packages customizations and configuration changesso they can be transferred between instances (e.g., fromDevelopmenttoTestorProduction). It is primarily used ininstance migrationandchange management, ensuring that changes made in one environment can beapplied consistentlyin another. Tracks Customizations- Records changes to system configurations, such as Business Rules, Client Scripts, UI Policies, and Workflows. Facilitates Deployment- Enables controlled migration of changes from one ServiceNow instance to another. Reduces Manual Effort- Instead of manually reconfiguring settings in different environments, administrators can package updates into asingle unit. Version Control- Ensures that onlyintended changesare moved between instances. Key Features of Update Sets: Why the Correct Answer is A:A. An Update Set allows administrators to group a series of changes into a named set and then move this set as a unit to other systems(Correct) This accurately describes the primary function of anUpdate Set. Administratorsgroupmultiple changes into anUpdate Set, export it, and apply it to another instance. Example Workflow: Admin makes configuration changes(e.g., modifies a Business Rule, updates a Workflow). Update Set captures those changesin a structured format. The Update Set is exportedfrom the Development instance. The Update Set is importedinto the Testing/Production instance and applied. Why the Other Options Are Incorrect:B. By default, an Update Set includes customizations, Business Rules, and homepages(Incorrect) Update Setsdo include customizations and Business Rules, but theydo notinclude homepages by default. Dashboards and homepagesrequire a separate process usingsys_portal_page and sys_ui_page tables. C: An Update Set is a group of customizations that is moved from Production to Development(Incorrect) Update Sets are typically movedfrom Development to Test/Production, not the other way around. Best practice is to make changes inDevelopment, test them inTest/UAT, and then deploy them toProduction. D: By default, the changes included in an Update Set are visible only in the instance to which they are applied (Incorrect) This is misleading becausean Update Set can be exported and applied to multiple instances. Once an Update Set isimported and committed, its changes become active in that instance. Best Practices for Using Update Sets:#Always preview an Update Set before committing itto ensure it contains the correct changes. #Use Named Update Sets, not the default "Default Update Set," to track changes effectively. #Ensure all related changes are included(e.g., dependencies such as script includes and tables). #Test Update Sets in a sub-production instancebefore applying them inProduction. References:ServiceNow Documentation: Update Sets Overview ServiceNow Learning Path: Update Set Fundamentals ServiceNow Docs: Moving Customizations Between Instances
CSA Exam Question 107
Many actions are included with flow designer, what are some frequently used core actions? Choose 4 answers.
Correct Answer: A,B,C,F
Flow Designerin ServiceNow allows users to automate workflows withactions. Actions are reusable operations that execute tasks like creating records, sending notifications, and approvals. A). Wait for Condition This actionpauses the flowuntil a specified condition is met. Example:Wait until an Incident is resolved before proceeding with follow-up actions. B). Ask for Approval Sends anapproval requestto a user or group. Example:Ask a manager for approval before escalating an incident. C). Create Record Creates a new record in any table. Example:Create a new Change Request when an Incident reaches a critical priority. F). Look Up Record Retrieves records based on specified criteria. Example:Find the user's manager based on the requested user's ID. D). Wait for Match There isnocore Flow Designer action called " Wait for Match. " This is likely confused with " Wait for Condition " , which is the correct action. E). Look for Update There isnostandard action named " Look for Update. " Instead, flows use " Wait for Condition " or " Look Up Record " to detect changes. References:ServiceNow Documentation:Flow Designer Actions ServiceNow Training:Using Flow Designer
CSA Exam Question 108
You are looking at a list of Active incidents. You want to exclude incidents with the state of Resolved. How might you do that?
Correct Answer: E
In ServiceNow, when viewing alist view, you can easily filter out specific values byright-clicking on the field value and selecting " Filter Out " . This action dynamically updates the filter to exclude records with that value. Navigate to theIncident List. Locate a record withState = Resolved. Right-clickon the " Resolved " value in theStatecolumn. Select " Filter Out " from the context menu. The list automatically refreshes, showing only incidentsexcluding " Resolved " . A). On the list of records, locate the right-click on the Resolved value, select Exclude. " Exclude " isnot an optionin the ServiceNow list filter menu. The correct option is " Filter Out " . B). Click Funnel icon, click AND, Select Resolved, is Not State click Run. Thefunnel iconopens the filter panel, but this answer is unnecessarily complex.Right-clicking and filtering out is faster. C). On state column title, right-click, select Filter Out > Resolved. Youcannot right-click the column titleto filter out a specific value; you must right-click on aspecific field value. D). On Search, select State, type not Resolved, press enter. The correct syntax in the filter bar is " State != Resolved " , butright-clicking is a more user-friendly method. ServiceNow Filtering and List Views ServiceNow CSA Training Module: " Working with Lists and Filters " Steps to Exclude Incidents with the State " Resolved " :Why Other Answers Are Incorrect:References from Certified System Administrator (CSA) Official Documentation:
CSA Exam Question 109
Which determines the relationships between field in an import. Set table to field in an existing ServiceNow table?
Correct Answer: D
CSA Exam Question 110
What icon do you use to change the label on a Favorite?
Correct Answer: C
InServiceNow, Favorites allow users to quickly access frequently usedmodules, records, lists, or reports. Favorites can be customized, including renaming them, changing their icons, or modifying their colors. Changing the Label of a FavoriteTorename or edit a Favorite, you must use thePencil icon (##), which indicatesedit mode. Navigate to theApplication Navigatoron the left-hand side. Locate theFavoritessection. Hover over the favorite item you want to rename. Click on thePencil icon(##) to open the edit menu. Update thelabel(name) and other properties like color or icon. ClickSaveto apply changes. A: Clock(Incorrect) TheClock icontypically representsrecently accessed items, not Favorites. B: Hamburger(Incorrect) TheHamburger menu (#)represents navigation menus but is not used to edit Favorites. D: Three dots(Incorrect) TheThree dots (#)often indicate a menu with additional options but do not specifically edit Favorites. E: Triangle(Incorrect) NoTriangle iconis used for renaming Favorites. F: Star(Incorrect) TheStar icon (#)is used toadd or removeFavorites, but not to rename them. ServiceNow Favorites Overview:https://docs.servicenow.com/en-US/bundle/utah-platform-user-interface/page /administer/navigation-and-ui/task/t_CreateFavorites.html Steps to Change the Label of a Favorite:Explanation of Incorrect Options:Official References from Certified System Administrator (CSA) Documentation: