0% found this document useful (0 votes)
90 views12 pages

ServiceNow CAD Dumps 2025

Cad dumps

Uploaded by

Dokku Akash
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views12 pages

ServiceNow CAD Dumps 2025

Cad dumps

Uploaded by

Dokku Akash
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

ServiceNow CAD dumps 2025

1.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.

2.One of the uses of the ServiceNow REST API Explorer is:

A. Practice using REST to interact with public data providers

B. Find resources on the web for learning about REST

C. Convert SOAP Message functions to REST methods

D. Create sample code for sending REST requests to ServiceNow

3.Which one of the following is true regarding Application Scope?

A. All applications are automatically part of the Global scope

B. Applications downloaded from 3 party ServiceNow application developers cannot have naming conflicts

C. Any developer can edit any application

D. Developers can choose the prefix for a scope‫ג‬€™s namespace

4.Which one of the following is the baseline behavior of a table in a privately-scoped application?

A. The table and its data are not accessible using web services

B. Any Business Rule can read, write, delete, and update from the table

C. Only artifacts in the table‫ג‬€™s application can read from the table

D. All application scopes can read from the table

5.Which one of the following is NOT a purpose of application scoping?

A. Provide a relationship between application artifacts

B. Provide a way of tracking the user who developed an application

C. Provide a namespace (prefix and scope name) to prevent cross application name collisions

D. Provide controls for how scripts from another scope can alter tables in a scoped application

6. It is best practice to define the business requirements and the process(es) an application will manage as part of the application development
plan. What are some of the considerations to document as part of the business process?
A. Business problem, data input/output, users/stakeholders, and process steps

B. Business problem, data input/output, project schedule, and process steps

C. Business problem, data input/output, users/stakeholders, and database capacity

D. Business problem, users/stakeholders, available licenses, and database capacity

7. Which of the following statements does NOT apply when extending an existing table?

A. The parent table‫ג‬€™s Access Controls are evaluated when determining access to the new table‫ג‬€™s records and fields

B. The new table inherits the functionality built into the parent table

C. The new table inherits all of the fields from the parent table

D. You must script and configure all required behaviors

8.Which of the following CANNOT be debugged using the Field Watcher?

A. Business Rules

B. Script Includes

C. Client Scripts

D. Access Controls

9.Which objects can be used in Inbound Action scripts?

A. current and previous

B. current and email

C. current and event

D. current and producer

10.Which one of the following is part of the client-side scripting API?

A. workflow.scratchpad

B. GlideUser object (g_user)

C. current and previous objects

D. GlideSystem object (gs)

11.Application developers configure ServiceNow using industry standard JavaScript to

A. Enable the right-click to edit the context menus on applications in the navigator

B. Extend and add functionality

C. Customize the organization‫ג‬€™s company logo and banner text

D. Configure the outgoing email display name


12. How many applications menus can an application have?

A. 3, one for an application‫ג‬€™s user modules, one for an application‫ג‬€™s administrator modules, and one for the ServiceNow
administrator‫ג‬€™s modules

B. As many as the application design requires

C. 2, one for an application‫ג‬€™s user modules and one for an application‫ג‬€™s administrator modules

D. 1, which is used for all application modules

13. The source control operation used to store local changes on an instance for later application is called a(n) <blank>.

A. Branch

B. Tag

C. Stash

D. Update set

14. What syntax is used in a Record Producer script to access values from Record Producer form fields?

A. producer.field_name

B. producer.variablename

C. current.variable_name

D. current.field_name

15. Which of the following methods prints a message on a blue background to the top of the current form by default?

A. g_form.addInfoMsg()

B. g_form.addInfoMessage()

C. g_form.showFieldMessage()

D. g_form.showFieldMsg()

16. 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.

A. a, b, c, and d

B. b, c, and d

C. a, b, and d

D. a, b, and c

17. 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

18.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 published

D. Open the artifact records individually to verify the value in the Application field

19. Which one of the following is NOT a debugging strategy for client-side scripts?

A. g_form.addInfoMessage()

B. Field Watcher

C. jslog()

D. gs.log()

20. Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?

A. All access to this table via web services

B. Can create, Can update, and Can delete

C. Can read does not affect the availability of other Application Access fields

D. Allow configuration

21. Which of the following is NOT a trigger type in Flow Designer?

A. Outbound Email

B. Application

C. Record

D. Schedule

22. 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. Table

C. Script Include

D. Workflow

23. 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 sent

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

24. Which of the following objects does a Display Business Rule NOT have access to?

A. previous

B. GlideSystem

C. g_scratchpad

D. current

25. Which of the following features are available to Global applications? (Choose two.)

A. Automated Test Framework

B. Source Control

C. Delegated Development

D. Flow Designer

26. In a Business Rule, which one of the following returns true if the currently logged in

user has the admin role?

a. g_form.hasRoleExactly(‘admin’)

b. gs.hasRole(‘admin’)

c. g_form.hasRole(‘admin’)

d. g_form.hasRole(‘admin’)

27. There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.

a. Identify the table

b. Script the function(s)

c. Create a class

d. Create a prototype object from the new class

28. Which one of the following is true for GlideUser(g_user) methods?

a. Can be used in Client Scripts and Ui Policies only

b. Can be used in Business Rules only


c. Can be used in Client scripts, Ui Policies and Ui Actions

d. Can be used in Business Rules and Script Includes

29. Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

a. GlideRecord and current

b. GlideUser and GlideRecord

c. GlideSystem and GlideRecord

d. GlideSystem and current

30. Modules must have a Link type. Which one of the following is a list of Link types?

a. List of Records, Separator, Catalog Type, Roles

b. Assessment, List of Records, Separator, Timeline Page

c. List of Records, Content Page, Order, URL (from arguments:)

d. Assessment, List of Records, Content Page, Roles

31. Which of the following methods are useful in Access Control scripts?

a. g_user.hasRole() and current.isNewRecord()

b. gs.hasRole() and current.isNewRecord()

c. g_user.hasRole() and current.isNew()

d. gs.hasRole() and current.isNew()

32. When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?

a. base table

b. child table

c. parent table

d. all tables.

33. 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 Chart

34. When evaluating Access Controls, ServiceNow searches and evaluates:


a. Only for matches on the current table

b. Only for matches on the current field

c. From the most specific match to the most generic match

d. From the most generic match to the most specific match

35. 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 Actions

d. A UI Policy’s Actions and Scripts execute at the same time

36. Which source control operation is available from BOTH Studio and the Git Repository?

a. Create Branch

b. Apply Remote Changes

c. Stash Local Changes

d. Edit Repository Configurations

37. When configuring an Access Control which has no condition or script, which one of

the following statements is NOT true?

a. table.* will grant access to every field in a record

b. table.None will grant access to every record on the table

c. table.field will grant access to a specific field in a record

d. table.id will grant access to a specific record on the table

38. Which platform feature can be used to determine the relationship between a field In an import set table to a field in an existing servicenow
table

a. Business Service Management Map

b. Transform map

c. Data Sources

d. CI Relationship builder

39. Which of the following are true for reports in ServiceNow? (Choose three.)

a. Any user can see any report shared with them.


b. Can be a graphical representation of data.

c. All users can generate reports on any table.

d. Can be run on demand by authorized users.

e. Can be scheduled to be run and distributed by email.

40.Which of the following is not supported by Flow Designer?

a. Call a subflow from a flow

b. Test a flow with rollback

c. Use Delegated Developer

d. Run a flow from a metricBase trigger

e. Automated test framework

41. How must Application Access be configured to prevent all other private application scopes from creating configuration records on an
application’s data tables?

a. You must create Access Controls to prevent all other application scopes from creating configuration records on an application’s data tables
rather than using Application Access

b. Set the Accessible from field value to All application scopes and de-select the Can create option

c. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option

d. Set the Accessible from field value to This application scope only

42. 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.hasRole(‘catalog_admin’)

b. g_user.hasRoleExactly(‘catalog_admin’)

c. g_user.hasRoleOnly(‘catalog_admin’)

d. g_user.hasRoleFromList(‘catalog_admin’)

43. What is a Module?

a. The functionality within an application menu such as opening a page in the content frame or a separate tab or window

b. A group of menus, or pages, providing related information and functionality to end-users

c. A way of helping users quickly access information and services by filtering the items in the Application Navigator

d. A web-based way of providing software to end-users

44. When configuring a module, what does the Override application menu roles configuration option do?

a. Users with the module role but without access to the application menu access the module
b. Self-Service users can access the module even though they do not have roles

c. Admin is given access to the module even if Access Controls would ordinarily

prevent access

d. Users with access to the application menu can see the module even if they don’t

have the module role

45. Which one of the following is the fastest way to create and configure a Record Producer?

a. Create a Catalog Category, open the category, and select the Add New Record Producer button

b. Use the Record Producer module then add and configure all variables manually

c. Open the table in the Table records and select the Add to Service Catalog Related Link

d. Open the table’s form, right-click on the form header, and select the Create Record Producer menu item.

46. In servicenow studio once an application is linked to source control if default branch is set. What is the default value of it?

a. Master

b. sn_instance/<instance_name>

c. sn_instance/master

d. <instance-name>

47. Which of the following is true about deleting field from table?

a. User defined non inherited field can be deleted

b. Any field on the table can be deleted

c. Table record is deleted when a field is deleted

d. Inherited field can be deleted

48. Which of the following is not a caller access field option?

a. Caller tracking

b. Caller restriction

c. Caller permission

d. none

49. Which of the following is not a way to install an application on ServiceNow instance?

a. Select the copy button on application record

b. Download and install a 3rd party application from service Now store
c. Download and install an application from service Now share web site

d. Install an application from application repository

50. Identify characteristics of a Record Producer(choose 3)@

a. You can script behaviors of fields in user interface

b. All records created using this strategy are inserted into requested item

c. They must be scripted

d. Each field prompts the user with a question rather than a field label

e. Graphics can be include on the user interface

51. 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 table
d) Out of scope applications can add new tables to the scoped application

52. Here is the Business Rule script template:

This type of JavaScript function is known as:

a) Constructor
b) Scoped
c) Anonymous
d) Self-invoking

53. 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.)

a) source_control
b) source_control_admin
c) admin
d) git_admin

54. 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>}


b) ${current. <property name>}
c) ${property name>.getDisplayValue()}
d) ${gs.<property name>}

55. Which one of the following is true for a Script Include with a Protection Policy value of Protected?
a) Any user with the protected_edit role can see and edit the Script Include
b) The Protection policy option can only be enabled by a user with the admin role
c) The Protection Policy is applied only if the glide.app.apply_protection system property value is true
d) The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store

56. 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 libraries
c) Requires reporting capabilities
d) Uses forms extensively to interact with data

57. Using custom UI test step in ATF, which is not a testable page component?
a) Buttons
b) UI controls
c) UI pages
d) Form field values

58. While creating an application through Guided Application Creator, which of the following is not an option for creating a table?
a) Create a table from template
b) Create a table from scratch
c) Extend a table
d) Upload a spreadsheet

59. Which records are used to track cross scope applications or scripts that request access to an application, application resource or event?
a) Restricted caller access records
b) Caller tracking record
c) Access control level records
d) Cross scope access records

60. Which ATF test allows you to create a user with speeded roles and groups for the test?
a) Create a Group
b) Impersonation
c) Create a user
d) Create a role

61. Which plugin enables the Guided Application Creator?


a) Com.glide.sn-guided-app-creator
b) Com.glide.service_creator
c) Com.glide.snc.apps_creator
d) Com.snc.apps_creator_template

62. Which one of the following is not a method used for logging scripts in a server side script for privately scoped application?
a) Gs.log()
b) Gs.error()
c) Gs.warn()
d) Gs.debug()

63. If the Create module field is selected when creating a table, what is the new module’s default behavior?

a. Open an empty form so new records can be created


b. Open a link to a wiki article with instructions on how to customize the behavior of the new module
c. Display an empty homepage for the application
d. Display a list of all records from the table

64. Which one of the following is not true for modules?


a. Every module must be associated with tables

b. Modules open content pages

c. Access to modules is controlled with roles

d. Every module must be part of an application menu

You might also like