CAD questions Flashcards
What syntax is used in a Record Producer script to access values from Record Producer form fields
producer.variablename
How do you configure a Scheduled Job to execute on the last day of every month?
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?
Assessment, List of Records, Separator, Timeline Page
When managing global application files, you can NOT:
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?
Auto Map Matching Fields
Which of the following are true for reports in ServiceNow?
Any user can see any report shared with them.
Can be a graphical representation of data.
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 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?
Query
Which one of the following is NOT a GlideUser (g_user) method?
userName()
ServiceNow Desktop applications automatically run on which platform(s):
Desktop and Tablet
Which one of the following is NOT a debugging strategy for client-side scripts?
gs.log()
Which of the following are configured in an Email Notification?
Who will receive the notification.
What content will be in the notification.
When to send the notification.
Which is the following is NOT supported by Flow Designer?
Test a flow with rollback`
Which of the following objects does a Display Business Rule NOT have access to?
previous
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
Which of the following is NOT a trigger type in Flow Designer?
Outbound Email
Which one of the following is NOT a UI Action type?
Form Choice
To see what scripts, reports, and other application artifacts will be in a published application:
Go to My Company’s Application’s and look at their related list
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Table
Which of the following are true for reports in ServiceNow? (Choose three.)
Any user can see any report shared with them.
Can be a graphical representation of data.
Can be run on demand be authorized users.
Graphical representation of relationship between tables is?
Schema Map
Which of the following are automatically created when an application is created using Guided Application Creator(GAC)?
Default access controls for the application is created.
What are some of the considerations to document as part of the business process?
Business problem
Data input/output
Users/stakeholders
Process Steps
How do you identify the properties of an event in an email notification being generated?
event.<property_name></property_name>
For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when the option is selected?
The user performing the query via web services must have the correct permissions to access the table’s records.
One of the uses of the ServiceNow REST API explorer is?
Create sample code for sending REST requests to ServiceNow
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
Which of the following CANNOT be debugged using the Field Watcher?
Script Includes
Which of the following statements does NOT apply when extending an existing table?
You must script and configure all required behaviors
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
If can read configuration field is not selected what else is not available question?
can create
can update
can delete
ACL execution order
Roles
Condition
Scripts
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
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
Which is one that performs debug logging in server side?
gs.debug()
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance you want Table A’s records to be installed as part of the Application. Table A’s records will be installed when?
Table A is active and extends the Task table
To see what scripts, reports, and other application artifacts will be published applications?
Examine the Application Files Related List in the Application to be Published.
Which one is not a use case for Scheduled job?
Executing a client-side script every day
Which option is not present when we are linking an application from the source control?
Application Name
Which objects are used in scheduled script Actions?
Ans.glideSystem and glideRecord
When evaluating Access Controls, ServiceNow searches and evaluates
From the most specific match to the most generic match
Which Report Type(s) can be created by right-clicking on a column header in a table?
Bar Chart
Pie Chart
Which one of the following in NOT a method used for logging messages in a servicer-side script for a privately-scoped application?
gs.log()
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Table
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 ServcieNow App Store
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