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?
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 client-side scoped API class can be used as a replacement for GlideRecord?
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
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
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 one of the following is a benefit of creating an Application Properties page for each application you develop?
What is a benefit of creating an Application Properties page for each application?
When designing and creating a form, what do you create to organize fields on a form?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
If the Create module field is selected when creating a table, what is the new module’s default behavior?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
In an Email Notification, which one of the following is NOT true for the Weight field?
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
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?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
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?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
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 database operations can be controlled with Access Control?
Choose 2 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:
What do you install when you want to add applications or functionality within your development instance?
(Which file type does ServiceNow Studio support for customizing system behavior through database actions?)
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
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.
When crafting a scoped application that contains flow actions, what is the application called?
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
Which are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
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
Which statement correctly describes the differences between a Client Script and a Business Rule?
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Which of the following methods prints a message on a blue background to the top of the current form by default?
The source control operation used to store local changes on an instance for later application is called a(n)
< blank > .
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?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
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?
What setting allows users to view a Knowledge Base article even if they are not logged in?
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
What intuitive development interface guides users through the initial application development process?
(How does a user make additional changes to the update set once the update set has been marked complete?)
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?
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
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