ServiceNow® CSA Exam Practice Questions (P. 2)
- Full Access (385 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Buttons, form links, and context menu items are all examples of what type of functionality?
- ABusiness Rule
- BUI ActionMost Voted
- CClient Script
- DUI Policy
Correct Answer:
B
B

UI Actions are what you're dealing with when you see buttons, form links, and context menu items in ServiceNow. These elements enable users to perform actions directly from UI elements, dynamically interacting with forms and records. This makes UI Actions an essential tool for enhancing user experience and streamlining workflows directly from the interface.
send
light_mode
delete
Question #12
Which of the following is true of Service Catalog Items in relation to the Service Catalog?
- AThey run behind the scenes.
- BThey are the building blocks.Most Voted
- CThey are optional.
- DThey provide options.
Correct Answer:
B
B

Absolutely spot on with option B! Service Catalog Items indeed serve as the fundamental building blocks of the Service Catalog. Each item encapsulates a specific service or product that users can access and request, complete with its own form, workflow, and necessary approvals. Think of it like legos—each piece is essential to build up the entire set, just as each catalog item contributes to the overall functionality of the Service Catalog. Cool way to visualize it, right?
send
light_mode
delete
Question #13
Table Access Control rules are processed in the following order:
- Aany table name (wildcard), parent table name, table name
- Btable name, parent table name, any table name (wildcard)Most Voted
- Cparent table name, table name, any table name (wildcard)
- Dany table name (wildcard), table name, parent table name
Correct Answer:
B
B

Absolutely spot on choosing B! The reason it's correct is that ServiceNow processes ACLs by initially pinpointing specifics before moving to more general criteria. Therefore, it first checks ACL rules against the actual table in question. If there’s no specific rule, it falls back to any rules defined in the parent table. As a last resort, ServiceNow will apply any generic wildcard rules that might exist. This method ensures the most precise security control for data within the platform.
send
light_mode
delete
Question #14
What is the platform name for the User table?
- Au_users
- Bsys_users
- Cx_users
- Dsys_userMost Voted
Correct Answer:
D
D

Hey there! Just a little clarification on the right term - the correct table name is actually 'sys_user', not 'sys_users'. A lot of folks are confusing these two. Simple typo can lead to quite the mix-up in the ServiceNow platform, right? So, remember, it’s 'sys_user' for the User table. This should clear it up!
send
light_mode
delete
Question #15
A REQ number in the Service Catalog represents`¦
- Athe order number.Most Voted
- Bthe stage.
- Cthe task to complete.
- Dthe individual item in the order.
Correct Answer:
A
A

The REQ number in the Service Catalog indeed signifies the order number. This is the primary identifier for the entire order placed using the Service Catalog. It's crucial to differentiate this from individual request items (RITMs), as those represent the specific items ordered within that REQ, and not the order itself as a whole. This aspect is important for administrators tracking submitted orders and ensuring they manage resources efficiently.
send
light_mode
delete
Question #16
Which would NOT appear in the History section of the Application Navigator?
send
light_mode
delete
Question #17
Which one of the following statements is a recommendation from ServiceNow about Update Sets?
- AAvoid using the Default Update set as an Update Set for moving customizations from instance to instanceMost Voted
- BBefore moving customizations from instance to instance with Update Sets, ensure that both instances are different versions
- CUse the Baseline Update Set to store the contents of items after they are changed the first time
- DOnce an Update Set is closed as ג€Completeג€, change it back to ג€In Progressג€ until it is applied to another instance
Correct Answer:
A
A
send
light_mode
delete
Question #18
Which of the following is used to initiate a flow?
send
light_mode
delete
Question #19
For Administrators creating new Service Catalog items, what is a characteristic they should know about Service Catalog variables?
- AService Catalog variables can only be used in Record Producers
- BService Catalog variables can only be used in Order Guides
- CService Catalog variables cannot affect the order price
- DService Catalog variables are global by defaultMost Voted
Correct Answer:
D
D
send
light_mode
delete
Question #20
Which one of the following statements is true about Column Context Menus?
- AIt displays actions such as creating quick reports, configuring the list, and exporting dataMost Voted
- BIt displays actions related to filtering options, assigning tags, and search
- CIt displays actions related to viewing and filtering the entire list
- DIt displays actions such as view form, view related task, and add relationship
Correct Answer:
A
A
send
light_mode
delete
All Pages