ServiceNow CAD Practice Test - Questions Answers, Page 9

List of questions
Question 81

Which one of the following is true for the Application Picker?
Question 82

A graphical view of relationships among tables is a <blank>.
Question 83

Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
Question 84

Which of the following is NOT a way to install an application on a ServiceNow instance?
Question 85

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.
Question 86

Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification
Question 87

Which of the following is NOT a caller access field option?
Question 88

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?
Question 89

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?
Question 90

What are three ServiceNow table creation methods? (Choose three.)
Question