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()