ServiceNow® CAD Exam Practice Questions (P. 1)
- Full Access (151 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 #1
Which of the following statements is true for the Form Designer? a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. b) To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field. c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button. d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
- Aa, b, c, and d
- Bb, c, and d
- Ca, b, and d
- Da, b, and cMost Voted
Correct Answer:
D
D

The correct use of the Form Designer in ServiceNow involves leveraging it for adding and creating fields, as well as deleting them from forms. Specifically, you can add fields by dragging them from the Fields tab, create new fields by using the Field Types tab, and remove fields by using the delete button in the action menu. Ensure the comprehension of these functionalities to effectively manipulate form layouts and field properties within the ServiceNow environment.
send
light_mode
delete
Question #2
Which of the following are configured in an Email Notification? a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification.
- Aa, b and cMost Voted
- Ba, b, and d
- Cb, c and d
- Da, c and d
Correct Answer:
A
Reference:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0712569
A
Reference:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0712569
send
light_mode
delete
Question #3
To see what scripts, reports, and other application artifacts will be in a published application:
- AEnter the name of the Application in the Global search field
- BOpen the list of Update Sets for the instance
- CExamine the Application Files Related List in the application to be publishedMost Voted
- DOpen the artifact records individually to verify the value in the Application field
Correct Answer:
B
Reference:
https://community.servicenow.com/community?id=community_article&sys_id=d2dce665dbd0dbc01dcaf3231f9619fe
B
Reference:
https://community.servicenow.com/community?id=community_article&sys_id=d2dce665dbd0dbc01dcaf3231f9619fe
send
light_mode
delete
Question #4
Which one of the following is NOT a debugging strategy for client-side scripts?
- Ag_form.addInfoMessage()
- BField Watcher
- Cjslog()
- Dgs.log()Most Voted
Correct Answer:
D
Reference:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/istanbul/new_to_servicenow/ app_store_learnv2_scripting_istanbul_debugging_client_scripts
D
Reference:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/istanbul/new_to_servicenow/ app_store_learnv2_scripting_istanbul_debugging_client_scripts
send
light_mode
delete
Question #5
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
- AAll access to this table via web services
- BCan create, Can update, and Can deleteMost Voted
- CCan read does not affect the availability of other Application Access fields
- DAllow configuration
Correct Answer:
A
A

In ServiceNow, allowing web services access through configurations like create, update, or delete is dependent on the Can read setting being enabled first. If Can read is not checked, then settings governing modifications via web services remain inactive. Therefore, understanding this dependency is crucial for configuring table access properly in the application development process.
send
light_mode
delete
All Pages