CIS Dump
CIS Dump
CIS Dump
b) sys_dictionay
c) sys_audit
d) sys_history_line
(If you right click on header of any record in servicenow, you can see History
optionthese information is stored in sys_history_line table)
6) Which of the following statement is TRUE for a field on an audited table?
a) add no_audit = true to attribute for exclude from auditing
b) Make a table auditable by adding no_audit attribute to field
c) add no_audit = false to attribute for exclude from auditing
7) Which of the following statement is TRUE about sys_dictonary?
a) sys_dictionary is a field and used for make field mandatory
b) sys_dictionary is a table where all the details about the tables and fields
their dictionary attributes, default values are stored
c) There is nothing like sys_dictionary in the ServiceNow
8) What is TRUE about Update set?
a) All data and Process task/ticket chnages captured
b) Any process request/ticket changes and all configuration changes captured
c) Workflow cannot be captured
d) Homepage can be captured
9) Which one is NOT recommended as a part of best practices?
a) Be aware of what will and will not be captured in an update set
b) Move update sets to Prod instance during business hours
c) Ensure that both instances are on the same version before moving fisrt
time update set
d) Ensure that all out-of-box records have matching sys_ids
16) Which method is used for to check if the object is null or contains an empty
string.
a) nil()
b) empty()
c) null()
d) false()
17) Previous and current are global variables for all the business rules, likely which
one of the following is global variable?
a) jslog
b) g_form
c) g_scratchpad
d) g_user
18) Which method is used to get variable values of Service catalog form a client
script?
a) g_form.getValue()
** b) g_form.getControl()
c) g_form.gel()
d) current.variable_pool.<variable_name>
19) Which one of the following is the proper syntax for accessing the values of
variables from the record producer script field?
A. g_form.getReference('variable_name')
B. g_form.getVariable('variable_name')
C. producer.variable_name
D. current.variable_name
20) Which one is best way to get server/database value from client script?
a) Asynchronos GlideAjax Call
b) Using GlideRecord
c) Using g_form.getReference
20) Which one of the following is the best way to show fields in the form or in the
list?
a) Business Rules
b) Client Script
c) UI Policies
d) Views
21) The perceived performance of your ServiceNow instance is made up of?
a) Application Server response, Network latency and throughput,Browser
rendering and parsing
b) Databse Server response, Network latency and throughput, Browser
rendering and parsing
c) Only Network latency, throughput and Browser rendering and parsing
22) Which one following set is mosetly used for applicarion/database servers in
SerivceNow?
a) weblogic/MySQL
b) tomcat/MySQL
c) tomcat/Oracle
23) Have a SLA of 2 days with schedule of 9-5 weekdays (excluding holidays).And
SLA starts at Thursday noon and when is expected expire?
a) Following Monday noon
b) Following Friday noon
c) Following Tuesday noon
d) Following Thursday noon
(sla of 2 days means duration is 48 hours, if it start at thursday noon means
it will be expired by next week friday noon)
24) Which one of the component is executed when Insert,Update,Delete or Query
for a record?
1) Business Rules
2) Client Scripts
3) UI Actions
4) Script Includes
25) Client Transaction Time plugin is used for?
a) log a message
b) Add more information about transaction times
28) Which is the best practice of Importing the data using Transform map?
a) Make a colleace on non-indexed fied
b) Select the Run Business Rule field
** c) Avoid scripts wherever possible
29) Which component is used during Web service Integrations?
a) UI Scripts
b) Import Sets
c) Scheduled Jobs
d) Transform Maps
30) What is the protocol used to make a readable Structured codes?
a) SOAP
b) HTTPS
c) HTTP
d) FTP
31) Which of the following statement is true when ServiceNow consumes the
customer's web service?
a) Define a SOAP message in ServiceNow
b) Define a Inbound web service in ServiceNow
c) Define Scheduled job in ServiceNow
d) Define Import sets
32) Which of the following statement is true about ServiceNow LDAP?
a) ServiceNow LDAP has only read access to customers AD
b) ServiceNow LDAP can make changes to customers AD
c) ServiceNow LDAP used for authenticate user and stores password in user
record
d) ServiceNow LDAP used for authenticate user and stores password in a
table
33) How is Release Burn Down chart calculated?
a) total release points minus story points with ready for testing state
b) shows the ideal progress of a sprint from start to finish compared with the
actual daily progress
c) total release points minus story points with completed state
34) How to check ServiceNow instance memory?
a) Raise a HI ticket
b) Stats.do
c) Cannot check memory
d) ServiceNow support team can check
35) How to flush out the servicenow instance chache?
a) stats.do
b) cache.do
c) clear.do
d) fluch.do
36) How many times server call made in the following code?
function onChange(control, oldValue, newValue, isLoading) {
39) Which of the following statement is the best practice to create a new Firewall
table in the ServiceNow instance?
a) Create a Firewall table that extends task table
c) Update Sets
45) Which one of the following statements is true?
a) Task table can be extended and it can extends any other table
b) Task table cannot extended
c) Task table can be extended and it cannot extends any other table
46) What happens if a row level rule and a field level rule are in conflict?
a) Row and field level either rules met, and then operation is allowed
b) Row and field level neither rules met, and then operation is allowed
c) Both rules must be before and operation is allowed
47) In a ServiceNow instance there is table called abc and that extends task table.
There is a ACL in parent (task) level and There are TWO ACLS in child (Abc) table
level for A field. Which one is true?
a) Either rule met, then access granted
b) Neither rule met then access granted
c) All rule met then access granted
d) Field cannot be accessed
48) Log() used in business rule. When Business rule gets executed where are the
logs captured
a)
b)
c)
d)
All Context
System Logs
Event Logs
Transactions Logs
49) Who would act as the escalation point when there are certain issues in the
project?
a) Engagement Manager
b) Project Manager
50) User is able read the record in Restaurant Table but not able to write the field
Name. Two ACLs in place to the role restaurant_user
Table.* read ACL
Table.Name write ACL
Which of the below statements is true
a) The testing is incorrect. The user should be able to write in the field Name
with the above two ACLs
b) A new write ACL is to be created with Write Access to Table.Name to the role
c) A new update ACL is to be created with Write Access to Table.Name to the
role
d) A new write ACL is to be created with table.* to the role
51) What is the write method to migrate confirmation between two ServiceNow
Instance?
a) Update Set
b) Import Set
c) Business Rule
52) Which one is used in Client Script
a) log()
b) g_form.getValue()
c) current.Update()
LDAPS
TLS
HTTPS
SOAP
58) What feature is used when we need to select multiple fields as a unique filed
a) Coalesce
b) Import
60) An outbound SOAP message is defined. Which function can invoke the SOAP
message?
a) UI Policy
b) Business Rule
c) UI Properties
63) In a client script when should the call back option be used in getreference
a) to create an alert
b) To create an asynchronous call
c) Always
64) How do we apply the default security permissions for all the base tables
a) High Security Plug-in
65) When the default action is set to Deny. A new application module and tables
were created. No new ACL's were written. Which of the statement is true.
a) The Users should be able to see all the application, modules and tables and
read, write and update the records
b) The users will not be able to see any of the new application, module and
tables created and will not be able to read write and update
c) The users will not be able to see any of the new application, module and
table created but will be able to read write and update if given access to the
records
66)
67)
While implementing STARTNOW , when there are multiple scrum
tasks are defined which one is chosen as the SN process(SN StartNow)
A One SN product that has stories, sprints and releases
B Multiple SN product that has its own stories, sprints and releases
C One SN product that has sprints and releases
D Multiple SN product that has prints and releases
68)
In servicenow, which facilitates the separation of BOTH data and
process
A Domain separation
B Company separation
C Business rule
D Server scripts
69)
b.
71)
When a performance issue happens at the time creating a new record,
where a business rule runs for a before database activity what should be
avoided ?
a. Current.setAbortAction()
b. Gr.query()
c. Gs.event.queue()
d. Current.update()
72)
When servicenow tries to communication via HTTPS and a WSLDs,
which component supports this functionality
a. Odbc driver
b. Rss feed
c. Web service
73)
When creating an incident, if the customer wants to ignore the unused
incident numbers which automatically gets created
a. Create a business rule to check the last number in the incident table
and generate the new number upon creation of new record
b. Create a business rule that defines a new number as per our definition
and it populates to user defined number field
c. Enable a assign number to task upon creation system property
d. Its not possible in servicenow
74)
Which protocol is used for outbound messages for email transaction in
servicenow
a. Snmp
b. Smtp
c. Pop3
d. Inmp
75)
76)
The security Manager is enabled and its property is set to DENY
access. A new custom application, modules and fields are created. A itil role
is associated to the application and module and no access controls are
defined for that table. The user with the admin role logs in. Which one is
true ?
a. The user cannot view the application and module and doesnt have
access to read, write, create delete the records
b. The user can only view the application and module and doesnt have
access to read write create delete the records
c. The user has access to application and module and he has only read
option to the records
d. The user can access the application and module and he has the access
to create write delete read the records
77)
78)
When is the right situation to define the getReference with call back
function
81)
82)
83)
a. Elevated Privilege
b. Contextual security
c. Access control
d. Domain separation
84)
85)
ServiceNow provides customers with a dedicated
database,application and data isolation using which one of the
following models?
a. Single-tenant
b. Multi-tenant
c. Hybrid Cloud
d. Domain Separation
86)
Within the ServiceNow application,a technical consultant has
created and tested a new Outbound SOAP Message.In order for the
consultant to invoke the new SOAP message within the ServiceNow
application,which of the following can be created?
a. UI Policy
b. Business Rule
c. UI Property
d. Import
87)
Which one of the following is a valid reason for a customer to
obtain a VPN connection for their ServiceNow implementation?
a. Encrypt End user access to ServiceNow
b. Encrypt a SOAP message to ServiceNow
c. Encrypt communication between a MID Server and a customer
ServiceNow instance
d. Encrypt the communication path between a customer
ServiceNow instance and their enterprise mail server
88)
Which one of the following would improve the performance of
loading forms within ServiceNow?
a. Reduce the number of related lists configured for a form
b. Increase the number of client scripts for a table
c. Reduce the number of read only fields defined for a form
89)
Which one of the following is the proper syntax for accessing the
values of variables from the record producer script field?
a. g_form.getReference('variable_name')
b. g_form.getVariable('variable_name')
c. producer.variable_name
d. current.variable_name
90)
91)
To consume a web service or mail server outside customer servicenow
instance ,what has to be set-up in customer ServiceNow instance.
a. Inbound mail action
b. Outbound SOAP message
c. Raise HI ticket
92)
If VPN is established with Client and ServiceNow Instance what gets
encrypted
a. In flow to ServiceNow
b. Outflow to ServiceNow
c. In and Out flow to ServiceNow
93)
Creating a new default value to a Short Description field of Problem
table which is extended from Task table
a. Change default value of Task table
b. Write a dictionary override on Short description field on Problem table
c. Remove default value from Short description field on Task table
94)
a.
b.
c.
d.
95)
96)
97)
98)
How to Login-in without entering a Single Sign-on page but directly into
the instance.
a. Side_door.do
b. Refresh Login page
c. Side_entrance.do
99)
How to check the statistics of the instance.
a. Statistics.do
b. Status.do
100)
What is the primary methodology used to prepare for one product in
SN process
**a. Agile
b.Water fall
c.PPM
d.SDLC
101)
What type of Business rule can a client script acquire value from?
a. Before
b. After
c. Async
d. Display
102)
a. Create,Read,write,Delete
b. Create,Read,Update,Delete
103)
Who is the focal point for all deployment activities?
Project manager
Engagement manager
Technical consultant
104)
How to make field unique.
Personalize the form add unique checkbox field
105)
How data remains constant across service now platform
Ui policy
Data policy
Access control list
106)
For the update set movement what criteria should be ensured?
Both instances should be of same ex, aspen
Both instances should not be of same
107)
Is Vpn supported if mid sever is used in customer network
Yes
No
Depends on flow of traffic
108)
What is the ideal ramp up speed
2 user (8-15seconds)
4 user (9-12 seconds)
250ms
480ms
109)
The primary deployment methodology
** SDLC
PPM
Agile
Waterfall
110)
Before
After
Display
Async
111)
LDAP
SOAP
Https
113) Tab is used to switch between fields .What is the similar function in service
now to switch between fields while creating fields.
a. add tab in Personalize form layout
b. ** tab checked
c. give order for the fields
118) What is used to protect record based on its context and table location.
119) Which allows the best way to fetch data from the server
a. Data base layer
b. ** Scripting Layer