This is in the continuation of ServiceNow Certified System Administrator Preparation Dump Part 4.Study material posted below is not official from ServiceNow, actually these all questions have been collected from those who prepared for the same exam. If you also have questions for the same certification then please feel free to share with us.
ServiceNow CSA Preparation Dump Q&A Part 5 (131-160):
131. Which of the following is used to initiate a flow?
- A Trigger
- An Event
- A spoke
- Core Action
Answer: A Trigger
132. What is generated from the Service Catalog once a user places an order for an item or service?
- A request
- An Order Guide
- An SLA
- A change request
Answer: A request
133. Which of the following allows a user to edit field values in a list without opening the form?
- List Editor
- Data Editor
- Edit Menu
- Form Designer
Answer: List Editor
134. What is a formatter? Select one of the following.
- A formatter is a form element used to display information that is not a field in the record
- A formatter is a set of conditions applied to a table to help find and work with data
- A formatter allows you to configure applications on your instance
- A formatter allows you to populate fields automatically
Answer: A formatter is a form element used to display information that is not a field in the record
135. The baseline Service Catalog homepage contains links to which of the following components?
- Record Producers, Order Guides, and Catalog Items
- Order Guides, Item Variables, and Workflows
- Record Producers, Order Guides, and Item Variables
- Order Guides, Catalog Items, and Workflows
Answer: Record Producers, Order Guides, and Catalog Items
136. Which one statement correctly describes Access Control rule evaluation?
- Rules are evaluated using roles. The role with the most permissions evaluates the rules first
- If more than one rule applies to a row, the older rule is evaluated first
- If a row level rule and a field level rule exist, both rules must be true before an operation is allowed
- Rules are evaluated from the general to the specific, so a table rule must be active to continue
Answer: If a row level rule and a field level rule exist, both rules must be true before an operation is allowed
137. Which of the following are a type of client scripts supported in ServiceNow? (Choose four.)
- onCellEdit
- onSave
- onUpdate
- onEdit
- onChange
- onLoad
- onSubmit
Answer: onCellEdit. onChange, onLoad and onSubmit
138. Which of the following statement describes the purpose of an Order Guide?
- Order Guides take the user directly to the checkout without prompting for information
- Order Guide provide a list of guidelines for Administrators on how to set up item variables
- Order Guides restrict the number of items in an order to only one item per request
- Order Guide provide the ability to order multiple, related items as one request
Answer: Order Guide provide the ability to order multiple, related items as one request
139. Which of the following concepts are associated with the ServiceNow CMDB? (Choose four.)
- Service Processes
- Tables and Fields
- User Permissions
- A Database
- The Dependency View
Answer: Service Processes, Tables and Fields, A Database, The Dependency View
140. A REQ number in the Service Catalog represents.
- The order number.
- The individual item in the order.
- The stage.
- The task to complete.
Answer: The order number.
141. How is the Event Log different from the Event Registry?
- Event Log contains generated Events, the Event Registry is a table of Event definitions
- Event Log is formatted in the Log style, the Event Registry displays different fields
- Event Log lists Events that were triggered by integrations, the Event Registry lists the Events that were triggered during the day (24-hour period)
- Event Log is the same as the Event Registry
Answer: Event Log contains generated Events, the Event Registry is a table of Event definitions
142. Which three Variable Types can be added to a Service Catalog Item?
- True/False, Multiple Choice, and Ordered
- True/False, Checkbox, and Number List
- Number List, Single Line Text, and Reference
- Multiple Choice, Select Box, and Checkbox
Answer: Multiple Choice, Select Box, and Checkbox
143. Which one of the following statements is a recommendation from ServiceNow about Update Sets?
- Avoid using the Default Update set as an Update Set for moving customizations from instance to instance
- Before moving customizations from instance to instance with Update Sets, ensure that both instances are different versions
- Use the Baseline Update Set to store the contents of items after they are changed the first time
- Once an Update Set is closed as "Complete", change it back to "In Progress" until it is applied to another instance
Answer: Avoid using the Default Update set as an Update Set for moving customizations from instance to instance
144. UI Policy can make fields read-only, mandatory, or hidden.
- True
- False
Answer: True
145. Record numbers have to be manually incremented
- True
- False
Answer: False
146. What is a Dictionary Override?
- A Dictionary Override is an incoming customer update in an Update Set which applies to the same objects as a newer local customer update
- A Dictionary Override is the addition, modification, or removal of anything that could have an effect on IT services
- A Dictionary Override is a task within a workflow that requests an action before the workflow can continue
- A Dictionary Override sets field properties in extended tables
Answer: A Dictionary Override sets field properties in extended tables
147. What are the two aspects to LDAP Integration?
- Data Population
- Data formatting
- Authorization
- Authentication
Answer: Data Population and Authentication
148. What module in the Service Catalog application does an Administrator access to begin creating a new item?
- Maintain Categories
- Maintain Items
- Content Items
- Items
Answer: Maintain Item
149. How is the Event Log different from the Event Registry?
- Event Log contains generated Events, the Event Registry is a table of Event definitions
- Event Log is formatted in the Log style, the Event Registry displays different fields
- Event Log lists Events that were triggered by integrations, the Event Registry lists the Events that were triggered during the day (24-hour period)
- Event Log is the same as the Event Registry
Answer: Event Log contains generated Events, the Event Registry is a table of Event definitions
150. Application menu has the details about the upgrades in the system.
- Upgrades
- Documentation
- Upgrade History
Answer: Upgrade History
151. Who can access to schema maps, tables and column module?
- ITIL User
- End User
- Approver
- Administrator
Answer: Administrator
152. When you have subject filled on email notification as well as on the notification template, which one will appear on the sent email?
- Both the subjects are concatenated
- Subject from Email Notification
- Subject from Template
- Blank
Answer: Subject from Email Notification
153. Where can Admins check which release is running on an ServiceNow instance?
- Memory Stats module
- Stats module
- System.Upgraded table
- Transactions log
Answer: Stats module
154. What is the name of the conversational bot platform that provides assistance to help users obtain information, make decisions, and perform common tasks?
- Answer Agent
- live Feed
- Virtual Agent
- Connect Chat
Answer: Virtual Agent
155. What is the purpose of a Related List?
- To create a one-to-many relationship
- To dot-walk to a core table
- To present related fields
- To present related records
Answer: To present related records
156. Which one of the following statements describes the purpose of a Service Catalog
workflow?
- A Service Catalog workflow generates three basic components: item variable types, tasks, and approvals
- Although a Service Catalog workflow cannot send notifications, the workflow drives complex fulfilment processes
- A Service Catalog workflow is used to drive complex fulfilment processes and sends notifications to defined users or groups
- A Service Catalog workflow generates three basic components: item variable types, tasks, and notifications
Answer: A Service Catalog workflow is used to drive complex fulfilment processes and sends notifications to defined users or groups
157. What is not captured in an update set?
Answer: The data which is entered by user is not captured. For examples: data entered in incident, problem or in any other user form, modified CIs, data records, new data records, users and groups data, Schedules and scheduled jobs etc.
158. What happens if two merged update sets are modifying the same object?
Answer: The newest one takes precedence
159. What's in the data dictionary table?
Answer: It defines every table and field in the system. It contains information about a field's data type, character limit, default value, dependency and other attributes
160. ServiceNow is a single-instance, multiple tenant architecture?
- True
- False
Answer: False
We have segregated all the questions in different parts, please find rest of the questions in below link:
If you want you can also refer below link for Practice System Administrator Exam:
All the Very Best for you Future and Exam
If you are not satisfied with any of the answer mentioned above then please do comment in below comment box or you can contact us. We will view the same and if required correction then will do the same. We have tried our best to post all those questions which will help you to do ServiceNow Certified System Administrator Exam preparation and helps you clear the ServiceNow CSA Exam. You can also find lots of ServiceNow concepts in this website and can also comment below for any required topics.
Appreciate your efforts in compiling a vast resource for the preparation of CSA exam.
ReplyDeleteThanks a lot
ReplyDeleteThanks alot for gathering the questions!!
ReplyDeleteGreat work,appreciate the efforts.
ReplyDeleteReally appreciate
ReplyDeleteThanks!
Great work man!
ReplyDeleteVery helpful
ReplyDeleteThanks a lot por all your effort!
ReplyDeleteThanks for your effort!
ReplyDeleteextremely helpful.
ReplyDeletethanks for the help, appreciate you putting this together, i have found it useful
ReplyDeleteThanks alot
ReplyDeleteTHANKS ALOT
ReplyDeleteQ. 155 What is the purpose of a Related List?
ReplyDeleteis answer differ from CSA exam
Thank you so much for this wonderful free access to questions.
ReplyDeleteVariables global by default is true
ReplyDeleteThank you
ReplyDelete