What are some of the benefits of extending an existing table such as the Task table when creating a new application?
a)You can repurpose existing fields by simply changing the label.
b)Use existing fields with no modifications.
c)Existing logic from the parent table will be automatically applied to the new table.
d)All of the parent table records are copied to the new table.
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
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 of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
Which are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
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?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
What do you install when you want to add applications or functionality within your development instance?
How can an application respond to an Event triggered by the gs.eventQueueO method?
Choose 2 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
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 of the following objects does a Display Business Rule NOT have access to?
An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
(How does a user make additional changes to the update set once the update set has been marked complete?)
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification
Which of the following is true for the Application Picker and Application Scope?
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
What intuitive development interface guides users through the initial application development process?
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.
Which fields are available in the Exportitem table?
Which of the following methods prints a message on a blue background to the top of the current form by default?
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
(What are valid reasons to develop an application on the ServiceNow platform? Choose 2 options.)
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
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:
Which set of steps is used to import spreadsheet data into a ServiceNow table?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Application developers configure ServiceNow using industry standard JavaScript to…
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?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
How does the Application Picker interact with Application Scope in ServiceNow?
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.
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?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
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 this option is selected?
What happens to the List view when a new field is added to an existing table?
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
Which database operations can be controlled with Application Access? (Choose 2 answers)
A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups. How would you set up their access?
Choose 3 answers
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
(What feature can a developer use to organize fields when designing and creating a form?)
What function do you use to add buttons, links, and context menu items on forms and lists?
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
To see what scripts, reports, and other application artifacts will be in a published application:
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that applies to the entire Incident table (all rows and fields)?
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?