ServiceNow® CAD Exam Practice Questions (P. 4)
- Full Access (171 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 #16
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
- Abase table
- Bchild tableMost Voted
- Cparent table
- Dall tables
Correct Answer:
B
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=7ddc4462dbe2b3840be6a345ca9619af
B
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=7ddc4462dbe2b3840be6a345ca9619af
send
light_mode
delete
Question #17
Which one of the following is true?
- AA UI Policy's Actions execute before the UI Policy's ScriptsMost Voted
- BThe execution order for a UI Policy's Scripts and Actions is determined at runtime
- CA UI Policy's Scripts execute before the UI Policy's Actions
- DA UI Policy's Actions and Scripts execute at the same time
Correct Answer:
C
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=5cf5d3f7db72f784f7fca851ca96199b
C
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=5cf5d3f7db72f784f7fca851ca96199b
send
light_mode
delete
Question #18
Here is the Business Rule script template:

This type of JavaScript function is known as:

This type of JavaScript function is known as:
send
light_mode
delete
Question #19
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
- Ag_user.hasRole('catalog_admin')
- Bg_user.hasRoleExactly('catalog_admin')Most Voted
- Cg_user.hasRoleOnly('catalog_admin')
- Dg_user.hasRoleFromList('catalog_admin')
Correct Answer:
C
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=dff705e6db7757c0d58ea345ca96196b
C
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=dff705e6db7757c0d58ea345ca96196b
send
light_mode
delete
Question #20
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
- AIdentify the tableMost Voted
- BScript the function(s)
- CCreate a class
- DCreate a prototype object from the new class
Correct Answer:
A
A

The correct approach for a Utils Script Include does not involve identifying a specific table, as these scripts are not directly tied to any single database table but rather provide utility functions that can be used throughout instances on various tables and scripts. This is a fundamental strategy to ensure the Script Include remains reusable and modular.
send
light_mode
delete
All Pages