How can administrators expand the list of supported file types for code search in ServiceNow Studio?
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
Which path would you take to access the table configuration page from a form?
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers
Which of the following statements does NOT apply when extending an existing table?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
What do you install when you want to add applications or functionality within your development instance?
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?
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?
Your customer would like to create a new template to notify users who are affected by network outages at their site. Which module would you use to create a new notification?
(Which permissions can Administrators give to Delegated Developers? Choose 2 options.)
Which of the following is true for the Application Picker and Application Scope?
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 syntax is used in a Record Producer script to access values from Record Producer form fields?
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
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?
What is the best practice related to using the Default Update Set for moving customizations between instances?
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
What is a benefit of creating an Application Properties page for each application?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
When selecting the Target table for an import which tables can you select?
Choose 3 answers
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
Which source control operation is available from BOTH Studio and the Git Repository?
Which one of the following database operations cannot be controlled with Application Access?
(What can trigger a Flow in the Workflow Studio Flow Designer? Choose 3 options.)
(Where can a developer find business logic for recurring checks to identify unassigned task records? Choose 2 options.)
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
Which of the following are true for reports in ServiceNow? (Choose three.)
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
In a Business Rule, which one of the following returns the sys_id of the currently logged in 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?
Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:
table.None read Access Control for users with the admin and itil roles
table. * read Access Control for users with the admin role
table. field3 read Access Control for users with the itil role
Which field or fields can a user with the itil role read?
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:
(Which default method prints a message with a blue background at the top of the current form?)
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
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?
A manager wants to view a snapshot of month-end Sales performance data, as compared to Sales targets. In addition, the manager wants to be able to see those monthly numbers trended over time, and forecasted into the future. What capability do you suggest for this manager?
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
Which of the following is a good practice for adding instructions to a form?
(Which method can be used in a Business Rule to get the sys_id of the currently logged in user?)
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?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
What happens if a Record Producer script aborts the record generation process in ServiceNow?
An application called My App has a table, MyAppTable, with the following Application Access configuration:
Accessible from: All application scopes
Can read: Selected
Can delete: Not selected
Allow configuration: Selected
Which of the following is true based on this configuration?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
(What feature can a developer use to organize fields when designing and creating a form?)
Which server-side API debug log method is available for scoped applications?
An app developer enables the " Allow access to this table via web services " option in Application Access. What is the result of this configuration?
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?
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Which one of the following is the baseline behavior of a table in a privately-scoped application?