Sei sulla pagina 1di 13

SNOW certificate Developer question bank

1.How to test in tablet mode?

Tablet Development->Switch to Tablet Mode. (https:AAyour-instance.service-now.comAvtablet.do

2.Which one is true about UI Policy

a. UI Policy Action and UI Action script execute the same time (x)

*b. UI Policy Action first.

c. UI Action script first.

3.Script action only trigger by Events

>>true

Note: You can use Script Actions to create server-side scripts that perform a variety of tasks such as
modifying a configuration item (CI)

or managing failed login attempts. Script actions are triggered by events only.

4.What is not true about Email notifications

a.What

b.When

c.Who

*d.How

5. REST endpoint mean

>> the URL of the data to be retrieved, updated, or deleted.

6.What is not correct about position of UI Action

a.Form button

*b.Form choice (x)

c.List banner button.

d.List choice
7.Can Script action access previous value

false

8.Which Module link type open record producer UI Form

*a.URL(arg)

b.Script(agr)

c.HTML(arg)

d.Content page

9.In business rule which method can be used

*a gs.HasRole()

b gs.HasExactlyRole()

c.g_user.hasRole()

d.g_user.hasRoleExactly(role)

14.reference field ID mean sys_id of reference table.

True

11.In business rule how to get userId

*a. gs.getUserId()

b. g_form.GetUserId()

c. g_user.GetUserId()

12. Method can be used in ACL

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

*b. gs.hasRole() & current.isNewRecord()

c. gs.hasRole() & current.isNew()

d. g_user.hasRole() & current.isNew()


13.objects CANNOT be used in Script action

a. current

*b. previous

c. event

d. Glide Record

14.characteristics of record producer

*a. Use these variable types to collect data for the corresponding field types

b.

c. Record will be created in sys-relation table.

d. UI form for user

15.Which application Access field's; will be affect when

not selected can read application access

*a.create, Update, delete

b.Allow access to this table via web service

c.Allow configuration

d.Not affected.

16.Which one is true when Accessible from: All application scopes

-Can Read selected

-Can delete not selected

-Allow configuration selected

a. Application developer in another scope can create business Rule and successful delete table's
Record

*b. Only application developer in this scope can create business Rule and successful delete table's
Record

c.

d.

10.Which database operation cannot be affected by Application Access


a.update

b.delete

*c.Query

d.create

18. How to create report in Homepage (or which one embed a report in Homepage)

a. Gadgets

*b. Gauges

c. Catalog

d. Tag

19. Search below means( Assigned to : is (dynamic) : Me)

Assigned to is current User Id logged.

20.What is the purpose of Team Exclusion Policy?

Exclude certain files from change tracking by creating an exclusion policy.

When a change matches an exclusion policy, the change does not generate records in the local
changes list.

The change still generates local version records and update set records as normal.

21.What is Module link Type?

-The link type field specifies what type of link the module opens.

http://wiki.servicenow.comAindex.php?
title=Administering_application_Menus_and_ModulesPModule_Link_Types

22.Why we using servicenow application?

23. Follow option what don't need set up schedule job?

Scheduled jobs are automated pieces of work that can be performed at a particular time or on a
recurring schedule.
Some examples are, generate a record from a template, run a business rule, or running and
distributing a report.

24.A application has a Mytable with a table A have three field fieldA fieldA field3.

Table.none can read by Admin role and itil role.

Table.field3 can read by admin role.

What itil role can see?

*a. All of field except field3.

b. All of field

c. Only field3

d........

25. Can inherited field be deleted in child table? (check in case extend from Task table)

a. Yes, but only if it is text field.

b. Yes, but only if this field never been had data?

*c. No

d.88888888888888888

26. What the document feed?

A document feed is a live feed group that is associated with a record, such as an incident or change.

Document feeds allow users to work on tasks and other records through the live feed interface.

Users can post messages in live feed that are automatically maintained as comments or work notes
on the record

(if the record has these journal fields).

27. What are the parts of Form Design?

a. Page header

b. Field navigator

c. Form layout

*d. All of the above.


28.What variable global reference to business Rule?

- current: The current record being referenced.

- previous: The record before any changes were made, available on update and delete operations.
This is not available on asynch operations.

- g_scratchpad: Scratchpad object available on display rules, used to pass information to the client to
be accessed from client scripts.

- system(or gs): References to GlideSystem functions.

29.What g_user.hasRole(x_app_custom) will return to ?

a. Return True with current user

b. Return Fasle with current user

*c. Return True if role is 'x_app_custom'

d.............

30. How can get Application property?

*a. gs.getProperty()

b. gs.getAppProperty()

c. g_form.getProperty()

d. g_form.getAppProperty()

31. Which one NOT method of REST API?

a. PUT

b. GET

c. PATCH

*d. COPY

32. Which of the following is not a Report Type in ServiceNow?

*a. Chart (x)

b. Pyramid

c. Funnel

d. Trend
33. Which utility is used to determine if field names in an Import Set match the field names on the
target table when importing data into ServiceNow?

a. Transform Maps

*b. Auto Map Matching Fields

c. CI Relationship builder

d. business Service Management Map

34. How many menus can be created?

35. If the Create access control is selected when creating table, what are four Access Controls also
created?

(Read, Write, Create, Delete)

36. User role is created automatically when Application is created?

True

37. What is webservice?

HTTP-based web services allow diverse applications to talk to each other. ServiceNow supports both
inbound (provider) and outbound (consumer) web services.

38. What is ServiceNow store?

ServiceNow Store delivers trusted business apps across various business lines and industries.

39. When ServiceNow requests information from a web-service, ServiceNow is a web-service...?

(Consumer).

40. The fatest way to create Record Producer?

Create From table.

41. Record Procuder is used for? (The Update)


Record Producer. A record producer is a specific type of catalog item that allows end users to create
task-based records, such as incident records, from the service catalog.

Use record producers to provide a better end-user experience instead of using the regular task-based
form for creating records.

42.What can trigger a workflow?

(Business rule, table interaction,...)

Triggered by field values on a record, UI Action, Server-side scripts

43. What is a workflow context? (aDung note)

When a record is created that matches the conditions of a defined workflow, a workflow context is
generated for that record.

44. Which scripts does NOT always run on server side?

a. Business Rule

*b. UI Action

c. Script Includes

d. Script Action

45. Which API methods are used when working with datetime in a privately scope application

a. GlideSystem

*b. GlideDateTime

46. Which type of chart can be created from List?

Pie Chart, Bar Chart

47. What is NOT correct when using Form Design?

a ...

b ...

c Hover a Field to enable action button and click Delete (X) button to remove field.

*d Drag a section from field Type tab and drop it to form Layout to add new section.
48. What happens when developer select an item from field type and drop it to form Layout?

(Create new field in table and Default view)

49. What are the benefts to extend a table?

If you extend an existing table, you inherit the built-in functionality of the base table.

50. What will happen if developer deletes a field (column) in table that has data in it?

-Can delete

51. Can system properties use reference as a Data type?

(No)

52. When to develop a new application?

53. How to prevent other applications from adding configuration records into a table in scoped
application?

(Uncheck the option Allow configuration).

54. What is the difference between Debug Business Rule vs Debug Business Rule Detail?

Debug Business Rule just shows when business rules are entered, exited, and skipped (with
conditions.)

Debug Business Rule Detail displays the results business rules. Use this module to see if conditions
are being met and values are being set as expected.

55. What is the order that ServiceNow evaluate an Access Control?

(Role, Condition, Script)

56.What is the order that ServiceNow evaluate Access Controls?

(field, table)

57. What is the use of REST API explorer?


The REST API explorer uses information from your instance to provide you with a list of endpoints,
methods,

and variables that you can use to build and send a REST request.

58. What would happen if the related links "Preview Script Usage" of an Outbound SOAP function is
clicked?

(Open a popup that display sample script to use this SOAP method)

59. Which one below is used to pass value when sending SOAP message?

*a) ${variable}

b) <$variable>

c) email.variable

d) $variable

60. In Email Notifcations, which statement below about Weight is NOT correct?

a) default value of weight is 0

*b) Weight 0 means that email is not sent

c) The default value 0 causes the system to always send the notifcation.

d) The system only sends the notifcation with the highest weight

61. In Email Notifcations, which statement below about recipient is correct?

*a) A static list of users and groups determined when the notifcation is created.

b) A list of users and groups determined dynamically in the script.

c) A list of email addresses determined when the notifcation is created

d) A dynamic users and groups determined when email is sent

62. Which method is used in mobile?

a. $tablet.do

b. $mobile.do

*c. $m.do

d. $t.do
63. Access Values in Record Producer fields?

a. Current.field_name

*b. Producer.variable_name

c. Current.variable_name

d. Producer.field_name

64. What is Event Registry?

After you create a new event and a business rule that uses the event, you must register it.

65. Provide specie file message?

*a. gs.addInfoMessage

b. gs.addFieldMessage

c. gs.showFieldMessage

d.......

66. Variables in Inbound Email Action Script? (aTan)

67. Servicenow store is:

*a. where to download application.

b. where developer find resource

c. Offical page of servicenow.

d. Servicenow purchase

68. What could we use to import data to (table) database?

a. Custom UI Page

b. List layout / Form

*c. javascript packed.

69. Which one is don't require to use Email Notification?

LastName, FirstName
70. What is WaterMark in Email Notification?

BY default, the system generates a watermark label at the bottom of each Notification to allow
matching incoming email to existing records.

The watermark always includes "Ref" and a customizable prefix (default MSG),

followed by the autonumbered identifier of the source record (such as incident, problem, or change
request).

71. Which one is not need to write a Script Include?

-Identify Table

72. All client-Script, example: js.flash, working on both desktop and mobile true or false?

-false.

73. Which one action shouldn't use the schedule jobs?

a. Run query database

b. Sending email notification weekly

c. Run client-script daily (but do nothing)

*d. Clear script at the end of the month.

74. Can use Form Designer to design list layout?

-No

75. When Import data by CSV is only one coalesce field true or false?

- False

76. Application Access and ACLs is the same? So don't need both? True or False?

-False

77.Which one is NOT type of Annotations? List of Annotation Type:

a. Info Box Blue

b. Info Box Red

c. Line Separator (any text you add appears beneath the line)
d. Section Details

e. Section Separator

f. Text

78. function to query data from database:

a. query()

b. _query

c. get()

*d.all above

79. Using js.log() on javaScript Log to write logs?

True

80. gs.hasRole & g_user.hasRole is the same secure?

False

Potrebbero piacerti anche