The task table is an example of which of the following?
Choose 2 answers
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
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?
Which role(s) are required to impersonate a user?
Choose 2 answers
Which of the following is true about deleting fields from a table?
The source control operation used to store local changes on an instance for later application is called a(n)
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 one of the following is NOT true for Modules?
What records are used to track cross-scope applications that request access to an application?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
Which one of the following is true for the Application Picker?
When configuring a REST Message, the Endpoint is:
What functionality is supported by Flow Designer?
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 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 do you install when you want to add applications or functionality within your development instance?
Which of the following methods is NOT part of the ServiceNow REST API?
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
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 ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
Which one of the following is NOT a UI Action type?
To see what scripts, reports, and other application artifacts will be in a published application:
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
Which one of the following is true regarding Application Scope?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
What ServiceNow feature allows you to include data from a secondary related table on a report?
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
How is access to Application Menus and Modules controlled?
Which of the following features are available to Global applications? (Choose two.)
Which of the following statements is true for the Form Designer?
a)To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b)To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c)To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d)To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
What is the purpose of the Application Picker?
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)?
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 of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
If the Create module field is selected when creating a table, what is the new module’s default behavior?
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
Which is the base table of the configuration management database hierarchy?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
When designing and creating a form, what do you create to organize fields on a form?
What function do you use to add buttons, links, and context menu items on forms and lists?
Which path would you take to access the table configuration page from a form?
Which of the following methods prints a message on a blue background to the top of the current form by default?
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
What is the best practice related to using the Default Update Set for moving customizations between instances?
What are examples of Ul Actions relating to forms?
Choose 3 answers
What is the ServiceNow store?
Which server-side API debug log method is available for scoped applications?
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 is the best UX format to use for lists and forms?
Which statement correctly describes the differences between a Client Script and a Business Rule?
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?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
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
What is a 'workflow context'?
What is a limitation when using record producers in ServiceNow?
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?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
When selecting the Target table for an import which tables can you select?
Choose 3 answers
What occurs when an existing table is extended in ServiceNow?
Which class is NOT part of the Client side scoped APIs?
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Which one of the following client-side scripts apply to Record Producers?
What is the GlideForm Client-side scripting object?
When configuring a module, what does the Override application menu roles configuration option do?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
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?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
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 writing a Client Script to provide feedback targeted at a specific field, which method should be used?
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?
Why would you build a custom app?
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
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?
A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups. How would you set up their access?
Choose 3 answers