Multiple questions Flashcards
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) Who will receive the notification.
b) What content will be in the notification
c) When to send the notification
. To see what scripts, reports, and other application artifacts will be in a published application:
a) Enter the name of the Global search field
b) Open the list of Update Sets for the instance
c) Examine the Application Files Related list in the application to be published
d) Open the artifact records individually to verify the value in the Application field
b) Open the list of Update Sets for the instance
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
a) All access to this table via web services
b) Can create, Can update, and Can delete
c) Can read does not affect the availability of other Application Access fields
d) Allow configuration
a) All access to this table via web services
- 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) 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.
Which one of the following is NOT a debugging strategy for client-side scripts?
a) g_form.addInfoMessage()
b) Field Watcher
c) jslog()
d) gs.log()
d) gs.log()
What syntax is used in a Record Producer script to access values from Record Producer form fields?
a) producer.field_name
b) producer.variablename
c) current.variable_name
d) current.field_name
b) producer.variablename
How do you configure a Scheduled Job to execute on the last day of every month?
a) Set the Run field value to Periodically and the Repeat Interval value to 31
b) Set the Run field value to Periodically and the Repeat Interval value to Last Day
c) Set the Run field value to Monthly and the Day field value to 31
d) Set the Run field value to Monthly and the Day field value to Last Day
c) Set the Run field value to Monthly and the Day field value to 31
Modules must have a Link type. Which one of the following is a list of Link types?
a) List of Records, Separator, Catalog Type, Roles
b) Assessment, List of Records, Separator, Timeline Page
c) List of Records, Content Page, Order, URL (from arguments:)
d) Assessment, List of Records, Content Page, Roles
b) Assessment, List of Records, Separator, Timeline Page
When managing global application files, you can NOT:
a) Add files from global scope to a global application
b) Remove files from a global application
c) Move an application file between global applications
d) Move application files into or out of a scoped application
d) Move application files into or out of a scoped application
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?
a) Auto Map Matching Fields
b) Transform Maps
c) CI Relationship Builder
d) Business Service Management Map
a) Auto Map Matching Fields
Which of the following are true for reports in ServiceNow?
(Choose three.)
a) Any user can see any report shared with them.
b) Can be a graphical representation of data.
c) All users can generate reports on any table.
d) Can be run on demand by authorized users.
e) Can be scheduled to be run and distributed by email.
a) Any user can see any report shared with them.
b) Can be a graphical representation of data.
d) Can be run on demand by authorized users.
In an Email Notification, which one of the following is NOT true for the Weight field?
a) Only Notifications with the highest weight for the same record and recipients are sent
b) A Weight value of zero means that no email should be sent
c) The Weight value defaults to zero
d) A Weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met
b) A Weight value of zero means that no email should be sent
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?
a) Delete
b) Update
c) Query
d) Insert
c) Query
Which one of the following is NOT a GlideUser (g_user) method?
a) userName()
b) getFullName()
c) hasRole()
d) hasRoleExactly()
a) userName()
ServiceNow Desktop applications automatically run on which platform(s):
a) Desktop
b) Smartphone
c) Desktop and Smartphone
d) Desktop and Tablet
d) Desktop and Tablet
16. Which of the following is NOT a trigger type in Flow Designer? A. Outbound Email B. Application C. Record D. Schedule
A. Outbound Email
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following? A. REST messages B. Table C. Script Include D. Workflow
B. Table
Which of the following objects does a Display Business Rule NOT have access to? A. previous B. GlideSystem C. g_scratchpad D. current
A. previous
Which of the following features are available to Global applications? (Choose two.) A. Automated Test Framework B. Source Control C. Delegated Development D. Flow Designer
C. Delegated Development
D. Flow Designer
Which one of the following is NOT a UI Action type? A. List choice B. Form button C. List banner button D. Form choice
D. Form choice
Which of the following is NOT supported by Flow Designer? A. Call a subflow from a flow B. Test a flow with rollback C. Use Delegated Developer D. Run a flow from a MetricBase Trigger
B. Test a flow with rollback
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
A. Only the in scope application’s scripts can create Business Rules for the table
B. Any user with the application’s user role can modify the application’s scripts www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
C. Out of scope applications can create Business Rules for the table
D. Out of scope applications can add new tables to the scoped application
C. Out of scope applications can create Business Rules for the table
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)? A. base table B. child table C. parent table D. all tables
B. child table
Which one of the following is true?
A. A UI Policy’s Actions execute before the UI Policy’s Scripts
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
C. A UI Policy’s Scripts execute before the UI Policy’s Actions
D. A UI Policy’s Actions and Scripts execute at the same time
C. A UI Policy’s Scripts execute before the UI Policy’s Actions