Fall 2022 with complete solution
If you want to have a default value for the short description field for a change that
extends the task table, which approach is best practice?
a) Create a new short description field
b) Set the default value for the short description field
c) Create a Dictionary Override
d) Create a Client Script
c) Create a Dictionary Override
A user wants to know if you can make each INC# be sequential, how would you
go about doing this?
a) a BEFORE business rules
b) a on SUBMIT client script
c) it can't be done
d) Modify system properties
d) Modify system properties
Which of the following contains a server call?
a) g_form.getValue()
b) g_form.setValue()
c) g_form.getReference()
d) g_form.clearValue()
c) g_form.getReference()
How do you access a variable inside a Record producer script?
a) g_form.getValue()
b) producer.variablename
c) current.variablename
d) g_form.getVariable()
b) producer.variablename
LDAP is used for what?
a) Automation and Authentication
b) Data Population and Automation
c) Authentication and Data Modification
d) Data Population and Authentication
d) Data Population and Authentication
Which of the following does a UI Policy affect?
a) Form View
b) List View
, c) Access Control
d) Client Script
a) Form View
How do you secure a field on a form?
a) use a UI Policy
b) use a ACL rule
c) use a Client Script
d) a and c
b) use a ACL rule
Where is gs.log logged to?
a) System Transactions
b) Javascript Console
c) System Logs
d) Script log statements
c) System Logs
Does servicenow stores the LDAP Password?
a) Yes
b) No
b) No
Where does servicenow stores the LDAP password?
a) In LDAP connection URL
b) In user password field
c) In encrypted password field
d) In HTTP Session
d) In HTTP Session
which related link is used to test LDAP connection?
a) Test authentication
b) Test Connection
c) Load 20 Records
d) Browse
b) Test Connection
In LDAP configuration, If default port is not used and explicit port number is to be
mentioned, how it is done?
a) servicenow does not support explicit port
b) select SSL check box and new port field appers and enter the port number in
the field
c) enter the port in server URL
d)None of the above
c) enter the port in server URL
ldap://10.10.10.3:389