Sie sind auf Seite 1von 12

S.

No Question
1 How Many Modules can a table have
Components of the Studio user interface. Choose all that
2 apply
3 Modules without an order value appear
4 All tables in ServiceNow have a default list and form
Which of the following is not a way to add columns to a
5 table?
Field data types cannot be changed after a new field has
6 been saved.
7 Inherited fields can be deleted from a table
8 The Form Designer can(Choose that apply)
Removing fields from a Form designer will remove the
9 field from the table
10 How many Views a table can have
which of the following are parts of form designer
11 UI(Choose that apply)
Assume an application scope, sn_my_app, exists. Scripts
from other application scopes can never delete records
12 from tables in the sn_my_app scope.

13 Good fit for ServiceNow (Choose that apply)


Field on the Module form specifies what type of link the
14 module opens.
Which of the following is not a component of the
15 ServiceNow user interface

16 Clicking the column label of a List will sort the records


17 Form can not display the values for a record
Who do not require a ServiceNow license in order to see
18 a record’s form
19 Applications created in Studio are
20 By default Create Mobile Module is Checed
The parameters for the onChange function(Choose
21 that Apply)
22 Which is not the responsibility of g_form
g_user.hasRole('x_foo_app_user'), does this return
23 true for the admin role?
Which of the following Tracks and displays
information about actions ServiceNow performs on a
24 form field
25 UI Policies always require scripting
A Server-logic which execute when database records
26 are queried, updated, inserted, or deleted
A Business Rule option that execute their logic
immediately after a database operation occurs and
27 before the resulting form is rendered for the user
Which allows direct scripting access to fields and field
28 values on related records
Which of the following are server-side APIs()Choose all
29 that apply)
Script Includes execute their scripts logic only when
30 explicitly called by other scripts
API Used by client-side scripts to send data to and
31 receive data from the ServiceNow server
32 Redirect link in the 'Script' field in Record Producer (C

33 Override application menu roles responsibilty


Runtime access tracking option that access
resources from other applications only after an
admin authorizes the access, automatically added to
the cross-scope access table with Status value of
34 Requested
Which of the following returns true when logged in user is
35 admin(Choose all that apply)
36 Which is used to display field specific message
37 Script Actions are triggered by events
Which is the following is controlled by a role(Choose all
38 that apply)
39 Which methos displays blue text on the form
In order for permission to be granted to access a
table/field, Role, Condition, and Script sections must
40 all return true
Consider a table has 1 filed level ACL and 1 table (row)
level ACL. When both ACLs are evaluated, how the results
41 of both ACLs are combined?
Consider a table has 2 filed level ACLs. When both ACLs
are evaluated, how the results of both ACLs are
42 combined?
When ‘can read’ access is not provided in application
access settings. Which other options are disabled?
43 (Choose all that apply)

A table with three fileds: filed1, field2 and field3.


Table.none – read- ITIL admin and admin. Table.field3 –
44 read – only admin. What will ITIL access to?

45 Which among the following is correct regarding ACL?


46 In which order the ACLs are executed?
47 Which is not an OOTB Servicenow role
Which is used to control what data users can access
48 and how they can access it.

By default, the system provide ACL Rules to restrict


49 access to all database and configuration operations
To create new ACL rules, you must elevate privileges
50 to what?

51 Navigation to create a new ACL rule?


what field within the ACL definition selects what kind
52 of object this ACL rule secures.
What check box is cleared if administrators must
meet the permissions defined in this ACL rule to gain
53 access to the secured object

54 what check box is selected to enforce the ACL rule


You can create an ACL rule for any table, UI page, or
other object that is in the same scope as the ACL
55 rule.
If you create an ACL for a field that is in the same
scope as the ACL rule, and the table is in a different
scope, you cannot use a script to evaluate
56 permissions
You can create wildcard field rules (*) only for tables
57 in the same scope as the ACL rule
If the user cannot meet the permissions of any
matching ACL rules, the system accepts the user
58 access to the object
Workflow ____ is the instantiation of the version that is
executing for a given record, showing the processing path
59 executed
There can only be____ number of active version at any
60 given time.
Option 1 Option 2
1 2

Header Application Explorer


before ordered modules after ordered modules
1 0
Click the New button in column
double-click on the text Insert a new row section

1 0
1 0
Create form layouts Create form views

1 0
0 1

fields field types

1 0
Extensive use of forms to
Data can be modeled in a relational database interact with data

Link type visibility

Banner Application Navigator

1 0
1 0

Any user without login Self Service user


global scoped
1 0

isTemplate isLoading
Retrieve a field value on a form Hide a field

YES NO

jslog Field Watcher


1 0

Business Rule Script Include


before after

Field Watcher debugger

GlideSystem GlideRecord

1 0

GlideUser GlideForm
prodcer.redirect producer.portal_redirect
module-level access to a
module-level access to a role that is role that is not authorized to
authorized to see the application see the application

None Tracking

gs.hasRole('admin') gs.hasRoleExactly('admin')
showFieldMessage() showFieldMsg
1 0

Application Module
showFieldMessage() showFieldMsg

1 0

logical AND logical OR

logical AND logical OR

create update

filed2,field3 filed1, filed3


the row level should be active
the row level and field level both should be before required operation takes
active before required operation takes place place
condition, script, role role, condition, script
System Administrator ITIL

role group

1 0

security_admin role admin role


System Security > Access Control (ACL)
and click "new" System Security > new

module type

Module Overrides User Overrides

active Admin Overrides

1 0

1 0

1 0

1 0

Activities Context

one Two
Option 3 Option 4
1 or more 0

Content Frame Status Bar


all in random order will not be appeared

Using form designer using new option of a module in the navigator

Create and delete form sections Add fields to tables

1 or more not possible

section module

Needs reporting Needs workflow to manage processes

scope

Content Frame Footer

User with role assigned admin


public final

newValue control
Write a message on a form or a field Retrieve data from database

debugger self service

UI Policy Data Policy


async display

Dot-Walking Script Include

GlideDataTime GlideUser

GlideAjax GlideRecord
producer.url_redirect redirect

Menu-level access to a role that is Menu-level access to a role that is not


authorized to see the application authorized to see the application

Enforcing All

g_user.hasRole('admin') g_user.hasRoleExactly('admin')
showInfoMsg() Field Watcher

Table script
addErrorMessage addInfoMessage

logical NOT can not be evaluated

logical NOT can not be evaluated

delete query

filed1, filed2,field3 filed1, filed2

field level should be active before required


operation takes place need to be active
role, script, condition script, role, condition
ESS Self service

ACL setting

ITIL role any user


Application > Access Control (ACL) and System > Access Control (ACL) and click
click "new" "new"

select kind

Menu Overrides Admin Overrides

Menu Overrides select

Subflows Approvals

Three Four
Answer (1,2,3,4)
3

1,2,3,4
1
1

1
2
1,2,3,4

2
3

1,2,3

1,2,3,4

1
2

2
2
1

1,2,3,4
4

2
2

1
2

1,2,3

3
2,3

1,3,4
2
1

1,2,3,4
4

1,2,3

1
2
4

Das könnte Ihnen auch gefallen