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
A scoped application containing Flow Designed content dedicated to a particular application is called a?
Spoke
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
The source control operation used to store local changes on an instance for later application is called a(n).
Stash
IF the Create module field is selected when creating a table, what is the new module default behavior?
Display a list of all records from the table
How many applications menus can an application have?
1
Which is used to display message for a specific field?
g_form.showFieldMsg()
What is displayed in an application picker?
All servicenow applications including baseline application like incident
Which server-side object provides methods for working with dates opened when writing scripts in a privately scoped application?
GlideDateTime
What’s the purpose of the application picker?
Selecting an application from the Application Picker sets the Application Scope
What is NOT included in ServiceNow REST API?
COPY
Script Actions are only triggered by events? T/F?
True
Which objects can be used in Inbound Action scripts?
current and email
Which 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.
What does g_user.hasRole(‘x_Myapp_scope’) returns?
Returns true if the user has x_Myapp_scope or if the user has admin rule
When creating a table in a privately-scoped application, which of the four Access Controls are created for the table?
Create
Delete
Read
Update
What are some benefits of extending an existing table such as the Task table when creating a new application?
You can re-purpose existing fields by simply changing the label
Use existing fields with no modifications
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
Write a script in the Record Producer’s script field: producer.redirect=’URL’
What are web services?
Methods used to allow applications to connect to other software applications over a network.
Object cannot be controlled by access controls?
Query
If one authentication is done, no more authentications needed
False
What are the three things that tables manage?
Extensibility
Numbering
Security
What are the 3 components of the Mobile UI?
Application Navigator
User Profile
Favorites
Notifications are sent out by the_____________ to the reviewers group when?
A push requires code review
A user cancels a push
Which plugin needs to be activated in order to translate the content of a catalog item to multiple languages?
Localization framework plugin
As of San Diego release, setting up an application in Guided application creator guides you through which of the 3 steps?
Create an application record
Designate data tables
Define user roles
Which application is a development tool for creators of all skill levels to create applications in ServiceNow?
App Engine Studio
Which of the following is a new delegated development feature in the new york instance?
non-admin users can be granted permission to manage update sets
Which apis require the transformation service plugin to be activated. select three
TransformerRuleList()
TransformerDefinition()
Transformer()
As of San Diego release, The ServiceNOw Studio application offers a simple way to do which of the below three things from a tabbed environment?
Review application files
update application files
create application files
Which certificate based authentication methods can be enabled so that users can log into the Service Portal(Select 2)
Common access card (CAC)
Personal identity verification(PIV)
Which API provides method to translate text into multiple language in real time?
Dynamic Translation
As of San Diego release, you can access workspaces, classic lists and forms, applications, history and favorites through the:
Single pane next experience UI
In regards to ATF’s Custom UI test steps why are form field labels untestable page components?
they are testable by other test step categories
Which fields can be configured in reporting to perform arithmetic, coalesce, concatenation and length?
function fields
Which application allows users to install multiple applications, application-customizations or plugins at once?
Continue integration and continuous delivery(CICD) spokebatch install
When debugging a script a developer can log breakpoints or conditional logpoints to log messages to the console at specific lines, and remove logpoints when they are done debugging them, which system property must be set to true to enable logpoints?
glide.debug.log_point
As of the San Diego release, ServiceNow studio includes which 3 capabilities?
Integrate with source control
Perform Code Search
Create an application and application artifacts
When creating an application via Guided Application Creator, which of the following is NOT a user experience option?
Portal
Which of the following is a new enhancement for Application management in the Quebec release?
Applications can be purchased directly from your servicenow instance
Which of the following methods are useful in Access Control scripts?
gs.hasRole() and current.isNewRecord()
Which ATF Statement is false? 2 answers
Modify Records while a test is running in the same browser session, the changes will not be rolled back
Reduce testing time by running parallel tests and test suites on desktop and mobile browsers
Which of the following statement is NOT true for source control in the Paris release
Source control supports the merging of branches in studio for custom applications
Which of the below statements are true with respect to source control for ServiceNow applications?
If your application is linked to source control, you can migrate completed update sets to source control history.
Which javascript mode allows you to create a declare variables in a server-side script using ‘let’ instead of ‘var’?
ECMAScript 2021(ES12) mode
As of San Diego release, in the new next experience UI, to retrieve any item in the menu use:
All menu
Where in flow designer can users access information about actions that are added to the flow?
flow designer help panel
Which Now Experience component enables a user to view and work with multiple records at the same time with Kanban capabilities for organizing, managing and tracking work?
Visual board
Which script debugger feature helps filter debugging searches to quickly narrow down script problems?
Script Tracer
As of Rome release which of the following capabilities were introduced for managing customizations to applications?
Source control for App Customizations of apps installed via plugin
As of San Diego release, in the new Next Experience UI, what provides context for where you are in your instance, and enables you to favorite the item you are viewing?
Contextual app pill
Which of the below statements are true with respect to source control for ServiceNow applications?
If your application is linked to source control, you can migrate completed update sets to source control history.
How can administrators utilize the same content for different notification channels?
provide common notification content
Which of the following methods are useful in Access Control scripts?
gs.hasRole() and current.isNewRecord()
Which of the following are new ATF test steps available in orlando, select 2
Validate outbound email
Validate related list visibility
Which capability in the servicenow application can be configured to allow end users to intercept and resolve submitted incidents when using virtual agent?
incident auto-resolution
As of San Diego release, ServiceNow studio includes which 3 capabilities?
Integrate with source control
Create an application and application artifacts
Perform code search
Which of the following is true for managing applications purchased from the Store?
Applications can be customized that belong to other organizations
Select the correct Order of execution for any Client Side Code in ServiceNow
UI Scripts
Client Scripts
UI Policy Action
UI Policy Scripts
What roles are available in ATF
atf_test_admin
atf_test_designer
In what versions of ServiceNow was Flow Designer introduced
Kingston
What are the table creation options in Guided Application Creator
Uploading Spreadsheet
Extend Table
Create table from Scratch
Which of the following features are available to global applications?
Flow Designer
Source Control
Automated Test Framework
What property is used to allow creation of Applications using Guided Application Creator in Global Scope
sn_g_app_creator.allow_global
How does ServiceNow determine if a user has the right to use a custom table under the Now Platform App Engine Subscription or custom table model?
A user that has been provided rights within the system to create, read, update, or delete on a custom table is considered a User of that table regardless of actual usage.
Can you select the format(Multipart, Binary, Text) of a REST message when writing a REST step using a flow designer
Yes
When creating a class and prototype, the script include name must match class name.
True
When configuring an email notification, which of the following apply?
Which table is the notification applicable for
When to send the email notification
Who will receive the email notification
What will be the content of the notification
Setting up an application in Guided Application Creator involves the following steps
Designating data tables
Creating an application record
Defining user roles
Designing the application for different user experiences
What is the easiest way to check the contents of an application?
Open the Application Record and review the Application Files related list
In relation to application files, which of the below is false
Move files in & out of a scoped application