問題一覧
1
Which of the following statements is true for the Form Designer? a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. b) To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field. c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button. d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
a, b, and c
2
Which of the following are configured in an Email Notification? a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification.
a, b and c
3
To see what scripts, reports and other application artifacts will be in a published application:
Examine the Application files Related List in the application to be published
4
Which one of the following is NOT a debugging strategy for client-side scripts?
gs.log()
5
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Can create, Can update, and Can delete
6
Which of the following is NOT a trigger type in Flow Designer?
Outbound Email
7
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Table
8
In an Email Notification, which one of the following is NOT true for the Weight field?
A Weight value of zero means that no email should be sent
9
Which of the following objects does a Display Business Rule NOT have access to?
previous
10
Which of the following features are available to Global applications? (Choose two.)
Automated Test Framework, Flow Designer
11
Which of the following is NOT a UI Action type?
Form choice
12
Which of the following is NOT supported by Flow Designer
Test a flow with rollback
13
Which of the following are true for reports in ServiceNow? (Choose three.)
Can be a graphical representation of data., Can be run on demand by authorized users., Can be schedule to be run and distributed by email.
14
Modules must have a Link type. Which one of the following is a list of Link types?
Assessment, List of Records, Separator, Timeline Page
15
Which one of the following is true for a table with the ‘Allow configuration’ Application Access option selected?
Out of scope applications can create Business Rules for the table
16
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
child table
17
Which one of the following is true?
A UI Policy’s Actions execute before the UI Policy’s Scripts
18
Here is the Business Rule script template: (function executeRule (current, previous */null when async*/){ }) (current, previous); This type of JavaScript function is known as:
Self-invoking
19
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
g_user.hasRoleExactly(‘catalog_admin’)
20
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
Identify the table
21
which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control?
source_control, admin
22
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
${event.<property name>}
23
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
24
Which one of the following is true for GlideUser (g_user) methods?
Can be used in Client Scripts, UI Policies, and UI Actions
25
When configuring a module, what does the Override application menu roles configuration option do?
Users with the module role but without access to the application menu access the module
26
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Transform Map
27
When configuring a REST Message, the Endpoint is:
The URI of the data to be accessed, queried, or modified
28
When evalutating Access Controls, ServiceNow searches and evaluates:
From the most specific match to the most generic match
29
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
gs.hasRole(‘admin’)
30
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:
Requires as-is use of low-level programming libraries
31
Identify the incorrect statement about Delegated Development in ServiceNow
Administrators can grant non-admin users the ability to develop global applications.
32
One of the uses of the ServiceNow REST API Explorer is:
Create sample code for sending REST requests to ServiceNow
33
Which one of the following is true regarding Application Scope?
Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
34
Which one of the following is the baseline behavior of a table in a privately-scoped application?
All application scopes can read from the table
35
Which one of the following is NOT a purpose of application scoping?
Provide a way of tracking the user who developed an application
36
It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?
Business problem, data input/output, users/stakeholders, and process steps
37
Which of the following statements does NOT apply when extending an existing table?
You must script and configure all required behaviors
38
Which of the following CANNOT be debugged using the Field Watcher?
Script Includes
39
Which objects can be used in Inbound Action scripts?
current and email
40
Which one of the following is part of the client-side scripting API?
GlideUser object (g_user)
41
Application developers configure ServiceNow using industry standard JavaScript to?
Extend and add functionality
42
How many applications menus can an application have?
As many as the application design requires
43
The source control operation used to store local changes on an instance for later application is called a(n) <blank>.
Stash
44
What syntax is used in a Record Producer script to access values from Record Producer form fields?
producer.variablename
45
Which of the following methods prints a message on a blue background to the top of the current form by default?
g_form.addInfoMessage()
46
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
Spoke
47
What is Module?
The functionality within an application menu such as opening a page in the content frame or a separate tab or window
48
Which source control operation is available from BOTH Studio and the Git Repository
Create Branch
49
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Application name
50
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
Bar Chart and Pie Chart
51
Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?
gs.log()
52
If the Create module field is selected when creating a table, what is the new module’s default behavior?
Display a list of all records from the table
53
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?
Set the Accessible from field value to This application scope only
54
What are some of the benefits of extending an existing table such as the Task table when creating a new application? a) You can repurpose existing fields by simply changing the label. b) Use existing fields with no modifications. c) Existing logic from the parent table will be automatically applied to the new table. d) All of the parent table records are copied to the new table
a, b, and c
55
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
table.id will grant access to a specific record on the table
56
Which of the following methods are useful in Access Control scripts
gs.hasRole() and current.isNewRecord()
57
Which one of the following client-side scripts apply to Record Producers?
Catalog Client Scripts and Catalog UI Policies
58
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
Consumer
59
Which one of the following is the fastest way to create and configure a Record Producer?
Open the table in the Table records and select the Add to Service Catalog Related Link
60
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
GlideSystem and GlideRecord
61
Can inherited fields be deleted from a table?
No, inherited fields cannot be deleted from a child table
62
What is the purpose of the Application Picker?
Choose an application to edit and set the Application Scope
63
What are Application Files in a ServiceNow application?
ServiceNow artifacts comprising an application
64
Which one of the following is NOT true for Modules?
Every Module must be associated with a table
65
UI policy has access to a field’s prior value?
False
66
ServiceNow is good for media streaming?
False
67
Removing a field from a form using the Form Designer deletes the field from the database table?
False
68
UI policies execute on list field value changes?
False
69
An ACL can’t have a NONE Access Control and a * Access Control??
False
70
ServiceNow is good for real-time data delivery and update from external sources?
False
71
The purpose of Change Management in ServiceNow is to plan and manage releases and make sure software deployments are done correctly
False
72
Team Development uses Git to manage versions
False
73
When you remove a field from Form designer, it deletes the field from the table?
False
74
When importing data, are the data imported directly to the target table?
False
75
Benchmarks provide comparative insights relative to industry averages
True
76
For a user that has the Admin role, the g_user.hasRole(‘itil’), what returns?
True
77
If a script include has SNC in its name, it means it is safee to edit this script includes and upgrade will not be affected
False
78
More than one update set can be the default set for any application scope?
False
79
In ACL the script returns false automatically if empty?
False
80
Update sets track customizations where the table has an “update_synch” dictionary attribute?
True
81
Can you coalesce on more than one field when importing CSV data?
True
82
The data in the Schedule section of the change request is just to aid reviewers and implementers. No process logic is drivven off values in these fields.
False
83
Is it recommended by ServiceNow to use scoped applications?
Yes
84
Removing a field from a form using the Form Designer deletes the field from the database field
False
85
An application owns its tables and determine whether other application can access resources from them
True
86
Views can be deletes in the Forrm Designer
False
87
Assume an application scope, sn_my_app exists. Scripts from other application scopes can never delete records from tables in the sn_my_app scope?
False
88
ServiceNow is good for real-time data delivery and update from external sources?
False
89
Developer permissions are not application specific
False
90
An application menu can have a maximum 10 modules
False
91
Can customize default homepages that appear for each user?
True
92
Is Facebook support for OpenID available in San Diego release?
Yes
93
Are you able to search for application scopes in San Diego release?
Yes
94
Producer object is available in client scripts of a record producer?
No
95
An unpublished workflow will be captured in an update set
False
96
Any code changes done in a checked-out workflow version are applied to all ServiceNow users triggering the workflow?
False
97
g_form.getReference() function works in the Service Portal client scripts?
False
98
Script actions can be triggered using business rules apart from events
False
99
Is diagram view available out of the box in San Diego Release?
No
100
A UI Policy has access to a scripts prior value?
False