CAD
Free trial
Verified
Question 1
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.
- A: a, b, c, and d
- B: b, c, and d
- C: a, b, and d
- D: a, b, and c
Question 2
Which of the following features are available to Global applications? (Choose two.)
- A: Automated Test Framework
- B: Source Control
- C: Delegated Development
- D: Flow Designer
Question 3
What plugin enables the Guided Application Creator?
- A: com.glide.sn-guided-app-creator
- B: com.glide.service_creator
- C: com.glide.snc.apps_creator
- D: com.snc.apps_creator_template
Question 4
Which of the following can be an external data source for a ServiceNow application?
- A: Microsoft Excel File
- B: Data provided by a public web service using SOAP or REST
- C: CSV file
- D: All of the above
Question 5
Which one of the following is true for the Application Picker and Application Scope?
- A: Global is a reserved application which does not appear in the Application Picker
- B: Selecting an application from the Application Picker does not set the Application Scope
- C: Selecting an application from the Application Picker sets the Application Scope
- D: Selecting Global in the Application Picker sets the Application Scope to Incident
Question 6
Which of the following is an available feature in Studio? (Choose two.)
- A: Push to update set
- B: Merge branches
- C: Search code
- D: Push to external source control
Question 7
The Task table is an example of which of the following? (Choose two.)
- A: Parent class
- B: Legacy class
- C: Child class
- D: Base class
Question 8
Which of the following is true about deleting fields from a table?
- A: Table records are deleted when a field is deleted
- B: User-defined non-inherited fields can be deleted
- C: Any field on a table can be deleted
- D: Inherited fields can be deleted
Question 9
Why would you build a custom app? (Choose two.)
- A: To avoid using a code repository like GitHub or GitLab
- B: To replace ServiceNow base tables
- C: To fulfill a specific use case on internal processes
- D: To create a custom integration for a 3rd party system
Question 10
What are three ServiceNow table creation methods? (Choose three.)
- A: Using legacy Workflows
- B: Upload and turn a spreadsheet into a custom table
- C: Using Flow Designer
- D: Use the Now Experience Table Creator
- E: Extend a table
- F: Create a custom table
Question 11
When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
- A: Use the String data type tor a free-form text field
- B: Use the Phone Number data type to automate phone number data validation
- C: Use the Choice data type to limit options in a field
- D: Use the Date data type to enter the date and time of day
Question 12
Which one of the following is NOT part of the Form Designer?
- A: Page header
- B: Schema map
- C: Field navigator
- D: Form layout
Question 13
Which one of the following is NOT a UI Action type?
- A: List choice
- B: Form button
- C: List banner button
- D: Form choice
Question 14
Which class is NOT part of the Client side scoped APIs?
- A: GlideDialogWindow
- B: GlideAjax
- C: GlideRecord
- D: GlideForm
Question 15
When designing and creating a form what do you create to organize fields on a form?
- A: Buttons
- B: Tabs
- C: Sections
- D: Related lists
Question 16
Which one of the following is a good practice for adding instructions to a form?
- A: Related links to wiki pages
- B: A Context Menu UI Action
- C: Annotations
- D: A populated read-only field
Question 17
Which of the following GlideRecord methods run a query against a database table? (Choose three.)
- A: _get()
- B: runQuery()
- C: query()
- D: _query()
- E: get(
Question 18
What is the GlideForm Client-side scripting object?
- A: sn.form
- B: g_form
- C: gs.form
- D: gs_form
Question 19
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
- A: g_form.getUserID()
- B: gs.getUserSysID()
- C: gs.getUserID()
- D: g_form.getUserSysID()
Question 20
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?
- A: Conditions, Roles, Script
- B: Conditions, Script, Roles
- C: Roles, Conditions, Script
- D: Script, Conditions, Roles
Question 21
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?
- A: All fields except field3
- B: field1, field2, and field3
- C: field1 and field3
- D: field3 only
Question 22
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?
- A: field3 only
- B: filed1 and field3
- C: All fields
- D: All fields except field3
Question 23
Which of the following is NOT a caller access field option?
- A: Caller Tracking
- B: Caller Restriction
- C: None
- D: Caller Permission
Question 24
Which of the following is NOT supported by Flow Designer?
- A: Call a subflow from a flow
- B: Test a flow with rollback
- C: Use Delegated Developer
- D: Run a flow from a MetricBase Trigger
Question 25
Which method is used to retrieve Application Property values in a script?
- A: gs.getProperty()
- B: g_form.getAppProperty()
- C: g_form.getProperty()
- D: gs.getAppProperty()
Free preview mode
Enjoy the free questions and consider upgrading to gain full access!