When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
On what part of the ServiceNow instance, would you find the option to Impersonate User?
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
For your implementation the following tables are extended from each other:
• Incident table is extended from Task table
• Super Incident table is extended from Incident table
In this situation, which table(s) are Parent. Child and Base tables?
Choose 5 answers
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
A customer requests the following data quality measures be added:
1. Incident numbers should be read-only on all lists and forms, for all users.
2. Short Description field should be mandatory, on all records, across all applications, on Insert.
Which type of policy would you use to meet this requirement?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A's records to be installed as part of the application. Table A's records will be installed when:
What are the benefits of storing the majority of an Application’s server-side script logic in a Script Include?
a) This makes execution faster.
b) Only run when called from a script.
c) The script logic can be hidden when the Application is installed from the ServiceNow Store. d. For some changes to application logic there is only one place to make edits.
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:
What setting allows users to view a Knowledge Base article even if they are not logged in?
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
What contains the configuration changes made in an instance (i.e. changes in a form) and helps to implement the changes from the Dev environment to another environment?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
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.
Which one of the following is the fastest way to create and configure a Record Producer?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?
The customer has asked that you change the default layout of the Task list. They would like these columns, in this order:
• Number
• Task Type
• Parent
• Short Description
• Assignment Group
• Assignee
• Updated
After navigating to the list, where would you click, to meet this requirement?
Which ATF test step is used to set up a specific user profile for testing purposes?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?
Which feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?
Which statement correctly describes the differences between a Client Script and a Business Rule?
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer for a user rather than the ServiceNow form?
An administrator creates "customer_table_adminH and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?
Which of the following methods prints a message on a blue background to the top of the current form by default?
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul. How is the page specified?
What ServiceNow feature allows you to include data from a secondary related table on a report?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
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.
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Here is the Business Rule script template:
This type of JavaScript function is known as:
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
Which of the following objects does a Display Business Rule NOT have access to?
It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?
Which database operations can be controlled with Application Access? (Choose 2 answers)