How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
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 set of steps is used to import spreadsheet data into a ServiceNow table?
Which server-side API debug log method is available for scoped applications?
(How does a user make additional changes to the update set once the update set has been marked complete?)
Which is the base table of the configuration management database hierarchy?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
Which one of the following database operations cannot be controlled with Application Access?
(Deleting a field from a table caused the field to be removed from multiple tables. What type of field was deleted?)
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
What do you install when you want to add applications or functionality within your development instance?
Which database operations can be controlled with Application Access? (Choose 2 answers)
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
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?
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
What setting allows users to view a Knowledge Base article even if they are not logged in?
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
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.
When configuring a module, what does the Override application menu roles configuration option do?
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:
When selecting the Target table for an import which tables can you select?
Choose 3 answers
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?
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
(How does the weight field value affect sending multiple notifications for the same record and recipients?)
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
a. To replace outdated, inadequate, custom business applications and processes
b. To extend service delivery and management to all enterprise departments
c. To allow users full access to all ServiceNow tables, records, and fields
d. To extend the value of ServiceNow
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
Which options are strategies for debugging client-side scripts?
Choose 2 answers
What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
Why create Applications in ServiceNow?
A) To replace outdated inadequate custom business applications and processes
B) To extend service delivery and management to all enterprise departments
C) To allow users full access to all ServiceNow tables, records and fields
D) To extend the value of ServiceNow
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.
How does ServiceNow match inbound email to an existing record? (Choose 2 answers)
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
What function do you use to add buttons, links, and context menu items on forms and lists?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
Here is the Business Rule script template:
This type of JavaScript function is known as:
Identify the incorrect statement about Delegated Development in ServiceNow.
What field type would you select if you want to query records from another table on a form?
When crafting a scoped application that contains flow actions, what is the application called?
Which of the following objects does a Before Business Rule have access to in a script?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
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 one of the following objects CANNOT be used in a Script Action script?
How can an application respond to an Event triggered by the gs.eventQueueO method?
Choose 2 answers
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
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?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
Which tab on the knowledge base record, would you use to identify the sets of users who are able to read articles in that knowledge base?
Here is an example of the criteria set for a knowledge base:
• Companies: ACME North America
• Departments: HR
• Groups: ACME Managers
• Match All: Yes
In this example, what users would have access to this knowledge base?
Many actions are included with flow designer what are some frequently used core actions?
Choose 4 answers
(Which methods are used to activate application restricted caller access? Choose 2 options.)
Which of the following is NOT a way to install an application on a ServiceNow instance?
What do you click when you have made modifications to your report, and you want to see the results without saving?
You have heard about a new application released by ServiceNow. You want to try it out, to see if it might be useful for your company ' s ServiceNow implementation. What would be the best way to get hands-on experience with the new application?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?