When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
What is the best practice related to using the Default Update Set for moving customizations between instances?
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?
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 one of the following database operations cannot be controlled with Application Access?
What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
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
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 server-side object provides methods for working with dates when writing a script in a privately scoped application?
Which of the following objects does a Display Business Rule NOT have access to?
Which of the following is NOT a way to install an application on a ServiceNow instance?
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
While showing a customer their Incident form, they ask to change the Priority field title to display their internal terminology Value. How would you do that?
Choose 2 answers
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
Which are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
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:
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?
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
When selecting the Target table for an import which tables can you select?
Choose 3 answers
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
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?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
Which statement correctly describes the differences between a Client Script and a Business Rule?
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 of the following steps can be used to import new data into ServiceNow from a spreadsheet?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
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?
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
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
Which database operations can be controlled with Access Control?
Choose 2 answers
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
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)
Application developers configure ServiceNow using industry standard JavaScript to…
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)