Sample Question Flashcards
Graphical representation of relationship between tables is?
Answer: Schema Map
Which of the following are automatically created when an application is created using Guided Application Creator(GAC)?
Answer: Default access controls for the application is created.
What are some of the considerations to document as part of the business process?
Answer: Business problem, data input/output, users/stakeholders, and process steps
How do you identify the properties of an event in an email notification being generated?
Answer: 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?
Answer: The user performing the query via web services must have the correct permissions to access the table’s records.
NO.20 One of the uses of the ServiceNow REST API Explorer is:
A. Practice using REST to interact with public data providers
B. Find resources on the web for learning about REST
C. Convert SOAP Message functions to REST methods
D. Create sample code for sending REST requests to ServiceNow
Answer: Create sample code for sending REST requests to ServiceNow
When configuring a module, what does the Override application menu roles configuration option do?
Answer: Users with the module role but without access to the application menu can access the module
NO.15 Which of the following CANNOT be debugged using the Field Watcher?
A. Business Rules
B. Script Includes
C. Client Scripts
D. Access Controls
Answer: B Script includes
NO.17 Which of the following statements does NOT apply when extending an existing table?
A. The parent table’s Access Controls are evaluated when determining access to the new table’s records and fields
B. The new table inherits the functionality built into the parent table
C. The new table inherits all of the fields from the parent table
D. You must script and configure all required behaviors
Answer: You must script and configure all required behaviors.
NO.21 Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
A. Business Service Management Map
B. Data Sources
C. Transform Map
D. Cl Relationship Builder
Answer: Transform Map
If can read configuration field is not selected what else is not available?
Answer: can create, can update , can delete
ACL execution order
Answer: Roles, condition , Scripts
Which one of the following is the fastest way to create and configure a Record Producer?
Answer: Open the table in the Table records and select the Add to Service Catalog Related Link
Which one of the following is the baseline behaviour of a table in a privately-scoped application?
Answer: All application scopes can read from the table
When configuring a module, what does the Override application menu roles configuration option do?
Answer: Users with the module role but without access to the application menu access the module
Which is one that performs debug logging in server side ?
gs.info()
gs.debug()
gs.print()
gs.log()
Answer: 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’s records are added to the application record using the Create Application Files context menu item
To see what scripts, reports, and other application artifacts will be published applications?
a. Enter the name of the Application in 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
Answer: Examine the Application Files Related List in the Application to be Published.
Which one is not a use case for Scheduled job ?
Answer: Executing a client-side script every day
Which option is not present when we are linking an application from the source
control ?
a. URL
b. Username
c. Password
d. Application name
Answer: Application name
NO.26 When evaluating Access Controls, ServiceNow searches and evaluates:
A. Only for matches on the current table
B. Only for matches on the current field
C. From the most specific match to the most generic match
D. From the most generic match to the most specific match
Answer: C From the most specific match to the most generic match
Which of the following objects does a Display Business Rule NOT have access to?
Answer: previous
NO.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
Answer: B Assessment, List of Records, Separator, Timeline Page
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
Answer: gs.log()
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Answer: Table
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
Answer: The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
A scoped application containing Flow Designer content dedicated to a particular application is called a?
Answer: Spoke
Which roles grant access to source control repository operations such as importing
applications from source control, or linking an application to source control?
Answer: source_control,
Admin
The source control operation used to store local changes on an instance for later application is called a(n).
Answer: Stash
If the Create module field is selected when creating a table, what is the new module
default behaviour?
Answer: Display a list of all records from the table
How many applications menus can an application have?
Answer: 1
Which is used to display message for a specific field ?
Answer: g_form.ShowFieldMsg()
What is displayed in an application picker?
Answer: 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?
Answer: GlideDateTime
What’s the purpose of the application picker?
Answer: Selecting an application from the Application Picker sets the Application Scope
What is NOT included in ServiceNow REST API?
Answer: COPY
Script Actions are only triggered by events? T/F?
Answer: True
Which objects can be used in Inbound Action scripts?
Answer: current and email
Which on the following is true for a table with the Allow configuration Application Access option selected?
Answer: Out of scope applications can create Business Rules for the table.
What does g_user.hasRole(‘x_Myapp_scope’) returns?
Answer: 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?
Answer: Create, Delete, Read and Update
What are some benefits of extending an existing table such as the Task table when creating a new application?
Answer: You can re-purpose existing fields 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?
Answer: Write a script in the Record Producer’s script field: producer.redirect = ‘URL’
What are web services?
Answer: Methods used to allow applications to connect to other software applications over a network.
Object cannot be controlled by access controls?
a. Create
b. Delete
c. Update
d. Query
Answer: Query
If one authentication is done, no more authentications needed
a. True
b. False
Answer: False
What are the three things that tables manage?
Answer: Extensibility
Numbering
Security
What are the 3 components of the Mobile UI?
Answer: Application Navigator
User Profile
Favorites
NO.1 Which one of the following is the fastest way to create and configure a Record Producer?
A. Create a Catalog Category, open the category, and select the Add New Record Producer button
B. Use the Record Producer module then add and configure all variables manually
C. Open the table in the Table records and select the Add to Service Catalog Related Link
D. Open the table’s form, right-click on the form header, and select the Create Record Producer menu item
C
NO.2 Which one of the following is the baseline behavior of a table in a privately-scoped application?
A. The table and its data are not accessible using web services
B. Any Business Rule can read, write, delete, and update from the table C. Only artifacts in the table’s application can read from the table
D. All application scopes can read from the table
D