2022 Latest Test
Which of the below methods can be used to default the current date/time in a scoped app?
A) new glidedatetime().getdsiplayvalue()
B) gs.nowdatetime(); Correct Answer: A) new glidedatetime().getdisplayvalue()
Developers can create an _____________ to prevent pushes or pulls to particular instances in the
team development hierarchy.
A) roles
B) exclusion policy Correct Answer: B) Exclusion policy
The basic strategy while creating a utils script include, identify the steps that does not belong
A) script the function(s)
B) identify the table
C) create a class
D) create a prototype object from the new class Correct Answer: B) identify the table
Which of the following would not be good fit for an application to run on the Servicenow instance?
A) Facilities Management application
B) Billing & Cost Management application
C) A meeting room scheduling applicaiton
D) Virtual Reality Gaming application Correct Answer: D) Virtual Reality Gaming applicaiton
What is a module in servicenow?
A) A group of forms with a defined purpose
B) The functionality within an application menu such as opening a new record in the same or
separate window
C) A separate application which is downloaded from the servicenow store Correct Answer: B) The
functionality within an application menu such as opening a new record in the same or separate
window
True or False: An application menu can have a maximum of 10 modules Correct Answer: False, there
can be as many as required by the application
What module line type is used to access an Application properties page?
A) Single Record
B) Script (From Arguments)
C) URL (From Arguments)
D) HTML (From Arguments) Correct Answer: C) URL (From Arguments)
, True or False: producer object is available in client scripts of a record producer Correct Answer: False
How is access to Application menus and modules controlled?
A) Application rules
B) Client Scripts
C) access controls
D) roles Correct Answer: D) roles
True or False: Its mandatory to register an event in the event registry for it to be functional Correct
Answer: True
True or False: When a referenced field is added to a table, it stores the number or the display value
of the referenced record in the database? Correct Answer: False, the reference field contains sys_id
of the referenced record
When configuring a module, what does override application menu roles configuration do?
A) Admin is given access to the module even if the acls would prevent the access
B) Self service users can access the module even though they do not have roles
C) Users with the module role but without access to the application menu can access the module
Correct Answer: C) Users with the module role but without access to the application menu can
access the module
True or False: All the records created using a record producer are inserted in the Requested
Item(Sc_req_item) table Correct Answer: False
True or False: Schema map is part of the form designer Correct Answer: False
Application files in a servicenow application are:
A) XML exports of an application export set
B) Artifacts comprising the servicenow application
C) An xml export of the applications table records
D) cvs files containing data imported into the application Correct Answer: B) Artifacts comprising the
servicenow application
What additional information does Debug Business Rules(Details) show in comparison to Debug
Business Rules?
A) The time at which the Business rule executed including milliseconds
B) Old and new values for field values changed by the business rule
C) Debug information from lists as well as forms
D) The result of the business rule condition evaluation Correct Answer: B) Old and new values for
field values changed by the business rule
True or False: An ACL for a table may include a table.None Access control or a table.* access control
but never both Correct Answer: False
A sequence of activities for automating processes in applications is achieved by