Frage 1
Frage
Which of the following statements is true for the Form Designer?
Antworten
-
To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form
-
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.
-
To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
-
To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
Frage 2
Frage
Which of the following are configured in an Email Notification?
Antworten
-
Who will receive the notification.
-
What content will be in the notification.
-
When to send the notification.
-
How to send the notification.
Frage 3
Frage
To see what scripts, reports, and other application artifacts will be in a published application:
Antworten
-
Enter the name of the Application in the Global search field
-
Open the list of Update Sets for the instance
-
Examine the Application Files Related List in the application to be published
-
Open the artifact records individually to verify the value in the Application field
Frage 4
Frage
Which one of the following is NOT a debugging strategy for client-side scripts?
Antworten
-
g_form.addInfoMessage()
-
Field Watcher
-
jslog()
-
gs.log()
Frage 5
Frage
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Antworten
-
All access to this table via web services
-
Can create, Can update, and Can delete
-
Can read does not affect the availability of other Application Access fields
-
Allow configuration
Frage 6
Frage
Which of the following is NOT a trigger type in Flow Designer?
Antworten
-
Outbound Email
-
Application
-
Record
-
Schedule
Frage 7
Frage
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Antworten
-
REST messages
-
Table
-
Script Include
-
Workflow
Frage 8
Frage
In an Email Notification, which one of the following is NOT true for the Weight field?
Antworten
-
Only Notifications with the highest weight for the same record and recipients are sent
-
A Weight value of zero means that no email should be sent
-
The Weight value defaults to zero
-
A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met
Frage 9
Frage
Which of the following objects does a Display Business Rule NOT have access to?
Antworten
-
previous
-
GlideSystem
-
g_scratchpad
-
current
Frage 10
Frage
Which of the following features are available to Global applications? (Choose two.)
Antworten
-
Automated Test Framework
-
Source Control
-
Delegated Development
-
Flow Designer
Frage 11
Frage
Which one of the following is NOT a UI Action type?
Antworten
-
List choice
-
Form button
-
List banner button
-
Form choice
Frage 12
Frage
Which of the following is NOT supported by Flow Designer?
Antworten
-
Call a subflow from a flow
-
Test a flow with rollback
-
Use Delegated Developer
-
Run a flow from a MetricBase Trigger
Frage 13
Frage
Which of the following are true for reports in ServiceNow? (Choose three.)
Antworten
-
Any user can see any report shared with them.
-
Can be a graphical representation of data.
-
All users can generate reports on any table.
-
Can be run on demand by authorized users.
-
Can be scheduled to be run and distributed by email.
Frage 14
Frage
Modules must have a Link type. Which one of the following is a list of Link types?
Antworten
-
List of Records, Separator, Catalog Type, Roles
-
Assessment, List of Records, Separator, Timeline Page
-
List of Records, Content Page, Order, URL (from arguments:)
-
Assessment, List of Records, Content Page, Roles
Frage 15
Frage
Which one of the following is true for a table with the `Allow configuration` Application Access option selected?
Antworten
-
Only the in scope application's scripts can create Business Rules for the table
-
Any user with the application's user role can modify the application's scripts
-
Out of scope applications can create Business Rules for the table
-
Out of scope applications can add new tables to the scoped application
Frage 16
Frage
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
Antworten
-
base table
-
child table
-
parent table
-
all tables
Frage 17
Frage
Which one of the following is true?
Antworten
-
A UI Policy's Actions execute before the UI Policy's Scripts
-
The execution order for a UI Policy's Scripts and Actions is determined at runtime
-
A UI Policy's Scripts execute before the UI Policy's Actions
-
A UI Policy's Actions and Scripts execute at the same time
Frage 18
Frage
Here is the Business Rule script template:
This type of JavaScript function is known as:
Antworten
-
Constructor
-
Scoped
-
Anonymous
-
Self-invoking
Frage 19
Frage
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Antworten
-
g_user.hasRole('catalog_admin')
-
g_user.hasRoleExactly('catalog_admin')
-
g_user.hasRoleOnly('catalog_admin')
-
g_user.hasRoleFromList('catalog_admin')
Frage 20
Frage
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
Frage 21
Frage
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control?
(Choose two.)
Antworten
-
source_control
-
source_control_admin
-
admin
-
git_admin
Frage 22
Frage
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Frage 23
Frage
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
Antworten
-
Any user with the protected_edit role can see and edit the Script Include
-
The Protection policy option can only be enabled by a user with the admin role
-
The Protection Policy is applied only if the glide.app.apply_protection system property value is true
-
The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
Frage 24
Frage
Which one of the following is true for GlideUser (g_user) methods?
Antworten
-
Can be used in Client Scripts and UI Policies only
-
Can be used in Business Rules only
-
Can be used in Client Scripts, UI Policies, and UI Actions
-
Can be used in Business Rules, and Scripts Includes
Frage 25
Frage
When configuring a module, what does the Override application menu roles configuration option do?
Antworten
-
Users with the module role but without access to the application menu access the module
-
Self-Service users can access the module even though they do not have roles
-
Admin is given access to the module even if Access Controls would ordinarily prevent access
-
Users with access to the application menu can see the module even if they don't have the module role
Frage 26
Frage
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Frage 27
Frage
When configuring a REST Message, the Endpoint is:
Antworten
-
The commands to the REST script to stop execution
-
The URI of the data to be accessed, queried, or modified
-
Information about the format of the returned data
-
The response from the provider indicating there is no data to send back
Frage 28
Frage
When evaluating Access Controls, ServiceNow searches and evaluates:
Antworten
-
Only for matches on the current table
-
Only for matches on the current field
-
From the most specific match to the most generic match
-
From the most generic match to the most specific match
Frage 29
Frage
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
Frage 30
Frage
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
Antworten
-
Needs workflow to manage processes
-
Requires "as-is" use of low-level programming libraries
-
Requires reporting capabilities
-
Uses forms extensively to interact with data
Frage 31
Frage
Identify the incorrect statement about Delegated Development in ServiceNow.
Antworten
-
Administrators can grant non-admin users the ability to develop global applications.
-
Administrators can specify which application file types the developer can access.
-
Administrators can grant the developer access to script fields.
-
Administrators can grant the developer access to security records.
Frage 32
Frage
One of the uses of the ServiceNow REST API Explorer is:
Antworten
-
Practice using REST to interact with public data providers
-
Find resources on the web for learning about REST
-
Convert SOAP Message functions to REST methods
-
Create sample code for sending REST requests to ServiceNow
Frage 33
Frage
Which one of the following is true regarding Application Scope?
Antworten
-
All applications are automatically part of the Global scope
-
Applications downloaded from 3 party ServiceNow application developers cannot have naming conflicts
-
Any developer can edit any application
-
Developers can choose the prefix for a scope's namespace
Frage 34
Frage
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Antworten
-
The table and its data are not accessible using web services
-
Any Business Rule can read, write, delete, and update from the table
-
Only artifacts in the table's application can read from the table
-
All application scopes can read from the table
Frage 35
Frage
Which one of the following is NOT a purpose of application scoping?
Antworten
-
Provide a relationship between application artifacts
-
Provide a way of tracking the user who developed an application
-
Provide a namespace (prefix and scope name) to prevent cross application name collisions
-
Provide controls for how scripts from another scope can alter tables in a scoped application
Frage 36
Frage
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?
Antworten
-
Business problem, data input/output, users/stakeholders, and process steps
-
Business problem, data input/output, project schedule, and process steps
-
Business problem, data input/output, users/stakeholders, and database capacity
-
Business problem, users/stakeholders, available licenses, and database capacity
Frage 37
Frage
Which of the following statements does NOT apply when extending an existing table?
Antworten
-
The parent table's Access Controls are evaluated when determining access to the new table's records and fields
-
The new table inherits the functionality built into the parent table
-
The new table inherits all of the fields from the parent table
-
You must script and configure all required behaviors
Frage 38
Frage
Which of the following CANNOT be debugged using the Field Watcher?
Antworten
-
Business Rules
-
Script Includes
-
Client Scripts
-
Access Controls
Frage 39
Frage
Which objects can be used in Inbound Action scripts?
Antworten
-
current and previous
-
current and email
-
current and event
-
current and producer
Frage 40
Frage
Which one of the following is part of the client-side scripting API?
Frage 41
Frage
Application developers configure ServiceNow using industry standard JavaScript to
Antworten
-
Enable the right-click to edit the context menus on applications in the navigator
-
Extend and add functionality
-
Customize the organization's company logo and banner text
-
Configure the outgoing email display name
Frage 42
Frage
How many applications menus can an application have?
Antworten
-
3, one for an application's user modules, one for an application's administrator modules, and one for the ServiceNow administrator's modules
-
As many as the application design requires
-
2, one for an application's user modules and one for an application's administrator modules
-
1, which is used for all application modules
Frage 43
Frage
The source control operation used to store local changes on an instance for later application is called a(n) [blank_start]<blank>[blank_end].
Antworten
-
Branch
-
Tag
-
Stash
-
Update set
Frage 44
Frage
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Antworten
-
producer.field_name
-
producer.variablename
-
current.variable_name
-
current.field_name
Frage 45
Frage
How do you configure a Scheduled Job to execute on the last day of every month?
Antworten
-
Set the Run field value to Periodically and the Repeat Interval value to 31
-
Set the Run field value to Periodically and the Repeat Interval value to Last Day
-
Set the Run field value to Monthly and the Day field value to 31
-
Set the Run field value to Monthly and the Day field value to Last Day
Frage 46
Frage
When managing global application files, you can NOT:
Antworten
-
Add files from global scope to a global application
-
Remove files from a global application
-
Move an application file between global applications
-
Move application files into or out of a scoped application
Frage 47
Frage
Which utility is used to determine if field names in an Import Set match the field names on the target table when importing data into ServiceNow?
Frage 48
Frage
You are writing an Async Business Rule for a table in a different scope than the Business Rule record. Which one of the following database operations CANNOT be part of the Async Business Rule's configuration?
Antworten
-
Delete
-
Update
-
Query
-
Insert
Frage 49
Frage
Which one of the following is NOT a GlideUser (g_user) method?
Antworten
-
userName()
-
getFullName()
-
hasRole()
-
hasRoleExactly()
Frage 50
Frage
ServiceNow Desktop applications automatically run on which platform(s):
Antworten
-
Desktop
-
Smartphone
-
Desktop and Smartphone
-
Desktop and Tablet