What are web services?
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
What is a Module?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Which of the following is true about deleting fields from a table?
Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
Which of the following is NOT a way to install an application on a ServiceNow instance?
To see what scripts, reports, and other application artifacts will be in a published application:
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?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
Which one of the following is NOT a purpose of application scoping?
Which one of the following is the baseline behavior of a table in a privately-scoped application?
What is a workflow context?
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
Which of the following are true for reports in ServiceNow? (Choose three.)
In an Email Notification, which one of the following is NOT true for the Weight field?
When designing and creating a form, what do you create to organize fields on a form?
One of the uses of the ServiceNow REST API Explorer is:
Which one of the following database operations cannot be controlled with Application Access?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
Which one of the following client-side scripts apply to Record Producers?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Why would you build a custom app?
What Module Link type is used to access an Application Properties page?
Client-side scripts manage what?
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.
Modules must have a Link type. Which one of the following is a list of Link types?
Which method is used to retrieve Application Property values in a script?
Which of the following statements is true about Guided Application Creator?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Which script types execute on the server? (Choose three.)
Which one of the following is true regarding Application Scope?
Which of the following is NOT a trigger type in Flow Designer?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
Is it possible to change an application's scope?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
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 of the following is an available feature in Studio?
Choose 2 answers