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?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
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 determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Which of the following statements is NOT true for the Form Designer?
Which are valid caller access field options? (Choose 3 answers)
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?
Which of the following CANNOT be debugged using the Field Watcher?
Which actions can a Business Rule take without scripting?
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Can inherited fields be deleted from a table?
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
Which of the following is a good practice for adding instructions to a form?
Which one of the following is true regarding Application Scope?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
Which one of the following is NOT a debugging strategy for client-side scripts?
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
What occurs when an existing table is extended in ServiceNow?
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 of the following methods are useful in Access Control scripts?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Which statement correctly describes the differences between a Client Script and a Business Rule?
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
The task table is an example of which of the following?
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?
Which objects can be used in Inbound Action scripts?
Which path would you take to access the table configuration page from a form?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
What field type would you select if you want to query records from another table on a form?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
What are web services?
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.
What is the best UX format to use for lists and forms?
Why would you build a custom app?
Which one of the following database operations cannot be controlled with Application Access?
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
Which set of steps is used to import spreadsheet data into a ServiceNow table?
Which of the following methods is NOT part of the ServiceNow REST API?
Which of the following is true about deleting fields from a table?
Which source control operation is available from BOTH Studio and the Git Repository?
What is a workflow context?
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)?
What ServiceNow feature allows you to include data from a secondary related table on a report?
Which options are strategies for debugging client-side scripts? (Choose 2 answers)
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which one of the following is NOT a purpose of application scoping?
As administrator, what must you do to access features of High Security Settings?
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
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
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
When crafting a scoped application that contains flow actions, what is the application called?