Not available forREST API
a. COPY
b. PUT
c. POST
d. GET
a. COPY
REST Response can be:
a. JSON
b. XML
c. None of the above
d. Both
d. Both
How can you determine if an application is not a good fit with ServiceNow?
a. Data can be modeled in a relational database
b. Require reporting capability
c. Need workflow to manage processes
d. Requires access to proprietary libraries that do not have an API
d. Requires access to proprietary libraries that do not have an API
Developers _____ create application file records directly from the Application File table.
a. DO NOT
b. Do
a. DO NOT
which is a valid field type?
a. Date/Time
b. Time
c. Date
d. Date & Time
a. Date/Time
How to access the field in Record producer
a. obj.field_name
b. Object
c. Producer.field_name
d. record_producer.field_name
c. Producer.field_name
When a new field is added to the form ,it is added to the list view by default?
a. False
b. TRUE
a. False
What are the role Permissions required for source control?
a. admin_control
b. Source_admin
c. source_control_admin
d. admin
b. Source_admin
d. admin
Mobile UI consists of
a. Favorites
b. App navigator
c. Content frame
d. both a & b
d. both a & b
Tabs are only appear when ______section
a. At least 2 sections
b. more than 2 sections
c. Zero sections
d. one section
a. At least 2 sections
b. more than 2 sections
Which of the following report types supports multiple datasets?
i. Bar
ii. Pie
iii. Boxline
iv. Area
a. i, iii, iv
b. i, ii, iv
c. i, ii
d. all
a. i, iii, iv
Which one is not true
a. g_form.showFieldMessage() -> blue, below the field
b. g_form.addInfoMessage() � >blue, top
c. g_form.addErrorMessage() �> red, top
d. g_form.showFieldMsg() -> blue, below the field
a. g_form.showFieldMessage() -> blue, below the field
The role require to perform Unit testing
a. atf_test_admin
b. atf_test_designer
c. atf_admin_test
d. atf_admin
a. atf_test_admin
b. atf_test_designer
Can field watcher check 2 fields at once?
a. False
b. TRUE
a. False
Which of the following allows a user to edit the field values in a list without opening the form?
a. Data Editor
b. Form Designer
c. Edit Menu
d. List Editor
d. List Editor
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the access control list for 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?
a. field3 only
b. filed1 and field3
c. all fields except field 3
d. field1, field2, field3
a. field3 only
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
a. Application admin
b. Application Fulfiller
c. Application manager
d. Application super user
a. Application admin
For Email notifications triggered by events, the user triggering the event always receives the email notification.
a. True
b. False
b. False
Which one of the following database operations cannot be controlled with application access?
a. create
b. query
c. delete
d. update
b. query
In what order should filter elements be specified?
a. Value, Operator, then field
b. Field, Operator, then value
c. Field, operator, then Condition
d. Operator, Condition, then Value
b. Field, Operator, then value
Which of the following is a best practice for adding instructions to a form?
a. A populated read-only field
b. Related links to wiki pages
c. Annotations
d. A context menu UI action
c. Annotations
What module link type is used to access an application properties page?
a. single record
b. URL ( from arguments)
c. HTML (from arguments)
d. scripts (from arguments)
b. URL ( from arguments)
What is enabled when you elevate privileges?
a. Ability to create and modifyAccess Controls from the ACL
b. Ability to access and modify to system Properties>Security module
c. Ability to create and modify WS Security Profiles
d. Ability to create and modify SOAP Security Profiles
a. Ability to create and modifyAccess Controls from the ACL
There is a basic strategy when creating a utils script include. Identify the step that does not belong.
a. identify the table
b. script the function(s)
c. create a class
d. create a prototype object from the new class
d. create a prototype object from the new class