DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

ServiceNow CAD Exam Sample Questions | SPOTO

SPOTO's latest exam dumps on the homepage, with a 100% pass rate! SPOTO delivers authentic Cisco CCNA, CCNP study materials, CCIE Lab solutions, PMP, CISA, CISM, AWS, and Palo Alto exam dumps. Our comprehensive study materials are meticulously aligned with the latest exam objectives. With a proven track record, we have enabled thousands of candidates worldwide to pass their IT certifications on their first attempt. Over the past 20+ years, SPOTO has successfully placed numerous IT professionals in Fortune 500 companies.
Take other online exams

Question #1
In an Email Notification, which one of the following is NOT true for the Weight field?
A. Only Notifications with the highest weight for the same record and recipients are sent
B. A Weight value of zero means that no email should be sentcorrect
C. The Weight value defaults to zero
D. A Weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met
View answer
Correct Answer: B
Question #2
Why would you build a custom app?
A. To fulfill is specific use case on internal processes
B. To avoid using a code repository like GiotHub or GitLab
C. To create a custom integration for a 3rd party systemcorrect
D. To replace servieNow base tables
View answer
Correct Answer: AC
Question #3
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 Fie
A. a, b, c, and d
B. b, c, and d
C. a, b, and d
D. a, b, and ccorrect
View answer
Correct Answer: D
Question #4
Identify the incorrect statement about Delegated Development in ServiceNow.
A. Administrators can grant non-admin users the ability to develop global applications
B. Administrators can specify which application file types the developer can access
C. Administrators can grant the developer access to script fields
D. Administrators can grant the developer access to security records
View answer
Correct Answer: A
Question #5
Which one of the following is part of the client-side scripting API?
A. orkflow
B. lideUser object (g_user)
C. urrent and previous objects
D. lideSystem object (gs)
View answer
Correct Answer: B
Question #6
Which of the following is NOT a way to install an application on a ServiceNow instance?
A. Install an application from the Application Repository
B. Select the Copy button on the application recordcorrect
C. Download and install an application from the ServiceNow Share web site
D. Download and install a third-party application from the ServiceNow Store
View answer
Correct Answer: B
Question #7
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
A. REST messages
B. Tablecorrect
C. Script Include
D. Workflow
View answer
Correct Answer: B
Question #8
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:
A. Needs workflow to manage processes
B. Requires “as-is” use of low-level programming librariescorrect
C. Requires reporting capabilities
D. Uses forms extensively to interact with data
View answer
Correct Answer: B
Question #9
Which one of the following is NOT a debugging strategy for client-side scripts?
A. g_form
B. Field Watcher
C. jslog()
D. gs
View answer
Correct Answer: D
Question #10
The task table is an example of which of the following? Choose 2 answers
A. Legacy classcorrect
B. Child class
C. Base classcorrect
D. Parent classcorrect
View answer
Correct Answer: ACD
Question #11
In an Email Notification, which one of the following is NOT true for the Weight field?
A. Only Notifications with the highest weight for the same record and recipients are sent
B. A Weight value of zero means that no email should be sentcorrect
C. The Weight value defaults to zero
D. A Weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met
View answer
Correct Answer: B
Question #12
Which one of the following is true?
A. A UI Policy’s Actions execute before the UI Policy’s Scriptscorrect
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
C. A UI Policy’s Scripts execute before the UI Policy’s Actions
D. A UI Policy’s Actions and Scripts execute at the same time
View answer
Correct Answer: A
Question #13
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
A. Conditions, Script, Roles
B. Script, Conditions, Roles
C. Conditions, Roles, Scriptcorrect
D. Roles, Conditions, Script
View answer
Correct Answer: C
Question #14
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.
A. a, b and c
B. a, b, and d
C. b, c and d
D. a, c and d
View answer
Correct Answer: A
Question #15
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
A. g_form getUserID()
B. g_form getUserSysy
C. gs
D. gs
View answer
Correct Answer: D
Question #16
Which of the following objects does a Display Business Rule NOT have access to?
A. previouscorrect
B. GlideSystem
C. g_scratchpad
D. current
View answer
Correct Answer: A
Question #17
What plugin enables the Guided Application Creator?
A. com
B. com
C. com
D. com
View answer
Correct Answer: A
Question #18
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
A. Only the in scope application’s scripts can create Business Rules for the table
B. Any user with the application’s user role can modify the application’s scripts
C. Out of scope applications can create Business Rules for the tablecorrect
D. Out of scope applications can add new tables to the scoped application
View answer
Correct Answer: C
Question #19
When creating an application through the Guided Application Creator, which of the following is a user experience option?
A. Portal
B. Mobilecorrect
C. Self-service
D. Workspace
View answer
Correct Answer: B
Question #20
Which of the following GlideRecord methods run a query against a database table? (Choose three.)
A. _get()
B. runQuery()
C. query()
D. _query()
E. get(
View answer
Correct Answer: CDE
Question #21
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
A. Identify the tablecorrect
B. Script the function(s)
C. Create a class
D. Create a prototype object from the new class
View answer
Correct Answer: A
Question #22
Client-side scripts manage what?
A. Forms and Forms Fields
B. Playbook access
C. Database and backendcorrect
D. User access
View answer
Correct Answer: C
Question #23
Which of the following is an available feature in Studio? Choose 2 answers
A. Push to external source controlcorrect
B. Search branchcorrect
C. Merge branches
D. Push to update set
View answer
Correct Answer: AB
Question #24
To see what scripts, reports, and other application artifacts will be in a published application:
A. Enter the name of the Application in the Global search field
B. Open the list of Update Sets for the instancecorrect
C. Examine the Application Files Related List in the application to be published
D. Open the artifact records individually to verify the value in the Application field
View answer
Correct Answer: B
Question #25
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
A. g_user
B. g_user
C. g_user
D. g_user
View answer
Correct Answer: B
Question #26
To see what scripts, reports, and other application artifacts will be in a published application:
A. Enter the name of the Application in the Global search field
B. Open the list of Update Sets for the instance
C. Examine the Application Files Related List in the application to be publishedcorrect
D. Open the artifact records individually to verify the value in the Application field
View answer
Correct Answer: C
Question #27
Which one of the following client-side scripts apply to Record Producers?
A. Catalog Client Scripts and Catalog UI Policies
B. UI Scripts and UI Actions
C. UI Scripts and Record Producer Scripts
D. Client Scripts and UI Policies
View answer
Correct Answer: A
Question #28
Which one of the following is true?
A. A UI Policy’s Actions execute before the UI Policy’s Scripts
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
C. A UI Policy’s Scripts execute before the UI Policy’s Actionscorrect
D. A UI Policy’s Actions and Scripts execute at the same time
View answer
Correct Answer: C
Question #29
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
A. Bar Chart, Pie Chart, Histogram, and Line
B. Bar Chart
C. Bar Chart, Pie Chart, and Histogram
D. Bar Chart and Pie Chartcorrect
View answer
Correct Answer: D
Question #30
Which of the following GuideRecord methods run a query against a database table? Choose 3 answers
A. -query( )correct
B. runQuery()
C. query()correct
D. -get()
E. get(correct
View answer
Correct Answer: ACE

View The Updated ServiceNow Exam Questions

SPOTO Provides 100% Real ServiceNow Exam Questions for You to Pass Your ServiceNow Exam!

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: