If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
What do you install when you want to add applications or functionality within your development instance?
Which of the following is true for the Application Picker and Application Scope?
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:
What setting allows users to view a Knowledge Base article even if they are not logged in?
Tables that extend a table do what?
When configuring a module, what does the Override application menu roles configuration option do?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
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.
Which of the following is NOT a trigger type in Flow Designer?
Which of the following features are available to Global applications? (Choose two.)
What are Application Files in a ServiceNow application?
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
What are three ServiceNow table creation methods? (Choose three.)
If the Create module field is selected when creating a table, what is the new module’s default behavior?
Which actions can a Business Rule take without scripting?
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 objects can be used in Inbound Action scripts?
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
a)You can repurpose existing fields by simply changing the label.
b)Use existing fields with no modifications.
c)Existing logic from the parent table will be automatically applied to the new table.
d)All of the parent table records are copied to the new table.
Which ATF Test step allows you to create a user with specified roles and groups for the test?
Which of the following methods is NOT part of the ServiceNow REST API?
The source control operation used to store local changes on an instance for later application is called a(n)
Which database operations can be controlled with Application Access? (Choose 2 answers)
How is access to Application Menus and Modules controlled?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
Which class is NOT part of the Client side scoped APIs?
What is a characteristic of Modules?
What plugin enables the Guided Application Creator?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Which one of the following is true for the Application Picker?
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
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 path would you take to access the table configuration page from a form?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
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?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
Which are valid caller access field options?
Choose 3 answers
What is a Module?
What is the purpose of the Application Picker?
Which of the following is a good practice for adding instructions to a form?
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 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 one of the following is NOT true for Modules?
Which of the following statements is true about Guided Application Creator?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
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?
What is a workflow context?
Which role(s) are required to impersonate a user?
Choose 2 answers
Which of the following methods prints a message on a blue background to the top of the current form by default?
Which one of the following database operations cannot be controlled with Application Access?
What field type would you select if you want to query records from another table on a form?
Which one of the following is NOT a debugging strategy for client-side scripts?
Which of the following statements is NOT true for the Form Designer?
Which of the following is NOT a caller access field option?
How does the Application Picker interact with Application Scope in ServiceNow?
Which of the following is an available feature in Studio?
Choose 2 answers
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 one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
In an Email Notification, which one of the following is NOT true for the Weight field?
On what part of the ServiceNow instance, would you find the option to Impersonate 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?
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
A graphical view of relationships among tables is a
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 one of the following is true for a table with the “Allow configuration” Application Access option selected?
What section on the Notes tab, shows the history of the work documented on the record?
What is the ServiceNow store?
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
Which of the following statements does NOT apply when extending an existing table?
When evaluating Access Controls, ServiceNow searches and evaluates: