ServiceNow® CAD Exam Practice Questions (P. 5)
- 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 #21
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control?
(Choose two.)
(Choose two.)
- Asource_control
- Bsource_control_admin
- Cadmin
- Dgit_admin
Correct Answer:
AC
Reference:
https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/t_LinkAnApplicationToSourceControl.html
AC
Reference:
https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/t_LinkAnApplicationToSourceControl.html
send
light_mode
delete
Question #22
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
- A${event.<property name>}Most Voted
- B${current.<property name>}
- C${<property name>.getDisplayValue()}
- D${gs.<property name>}
Correct Answer:
C
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=e017cbe5db1cdbc01dcaf3231f9619a3
C
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=e017cbe5db1cdbc01dcaf3231f9619a3
send
light_mode
delete
Question #23
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
- AAny user with the protected_edit role can see and edit the Script Include
- BThe Protection policy option can only be enabled by a user with the admin role
- CThe Protection Policy is applied only if the glide.app.apply_protection system property value is true
- DThe Protection Policy is applied only if the application is downloaded from the ServiceNow App StoreMost Voted
Correct Answer:
B
B

When considering the Protection Policy of a Script Include in ServiceNow, especially the "Protected" setting, it's crucial to understand its application context. The policy ensures that the Script Include is encrypted on instances where the application has been installed from the ServiceNow Store. This feature is particularly important for applications published there, safeguarding the developer's code against unauthorized modifications and maintaining its integrity across different instances. This encryption does not apply to the development instance, allowing developers full access to modify their scripts as needed during the app creation phase.
send
light_mode
delete
Question #24
Which one of the following is true for GlideUser (g_user) methods?
- ACan be used in Client Scripts and UI Policies only
- BCan be used in Business Rules only
- CCan be used in Client Scripts, UI Policies, and UI ActionsMost Voted
- DCan be used in Business Rules, and Scripts Includes
Correct Answer:
C
Reference:
https://developer.servicenow.com/dev.do#!/reference/api/newyork/client/c_GlideUserAPI
C
Reference:
https://developer.servicenow.com/dev.do#!/reference/api/newyork/client/c_GlideUserAPI
send
light_mode
delete
Question #25
When configuring a module, what does the Override application menu roles configuration option do?
- AUsers with the module role but without access to the application menu access the moduleMost Voted
- BSelf-Service users can access the module even though they do not have roles
- CAdmin is given access to the module even if Access Controls would ordinarily prevent access
- DUsers with access to the application menu can see the module even if they don't have the module role
Correct Answer:
D
Reference:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0716421
D
Reference:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0716421
send
light_mode
delete
All Pages