option
Questions
ayuda
daypo
search.php

Simulado ServiceNow CAD 1 (SET/2025)

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Simulado ServiceNow CAD 1 (SET/2025)

Description:
Hello everybody , Enjoy!

Creation Date: 2025/09/24

Category: Computers

Number of questions: 30

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

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.

Which of the following features are available to Global applications? (Choose two.). Automated Test Framework. Source Control. Delegated Development. Flow Designer.

What plugin enables the Guided Application Creator?. com.glide.sn-guided-app-creator. com.glide.service_creator. com.glide.snc.apps_creator. com.snc.apps_creator_template.

Which of the following can be an external data source for a ServiceNow application?. Microsoft Excel File. Data provided by a public web service using SOAP or REST. CSV file. All of the above.

Which one of the following is true for the Application Picker and Application Scope?. Global is a reserved application which does not appear in the Application Picker. Selecting an application from the Application Picker does not set the Application Scope. Selecting an application from the Application Picker sets the Application Scope. Selecting Global in the Application Picker sets the Application Scope to Incident.

Which of the following is an available feature in Studio? (Choose two.). Push to update set. Merge branches. Search code. Push to external source contro.

The Task table is an example of which of the following? (Choose two.). Parent class. Legacy class. Child class. Base class.

Which of the following is true about deleting fields from a table?. Table records are deleted when a field is deleted. User-defined non-inherited fields can be deleted. Any field on a table can be deleted. Inherited fields can be deleted.

Why would you build a custom app? (Choose two.). To avoid using a code repository like GitHub or GitLab. To replace ServiceNow base tables. To fulfill a specific use case on internal processes. To create a custom integration for a 3rd party system.

What are three ServiceNow table creation methods? (Choose three.). Using legacy Workflows. Upload and turn a spreadsheet into a custom table. Using Flow Designer. Use the Now Experience Table Creator. Extend a table. Create a custom table.

When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?. Use the String data type tor a free-form text field. Use the Phone Number data type to automate phone number data validation. Use the Choice data type to limit options in a field. Use the Date data type to enter the date and time of day.

Which one of the following is NOT part of the Form Designer?. Page header. Schema map. Field navigator. Form layout.

Which one of the following is NOT a UI Action type?. List choice. Form button. List banner button. Form choice.

Which class is NOT part of the Client side scoped APIs?. GlideDialogWindow. GlideAjax. GlideRecord. GlideForm.

When designing and creating a form what do you create to organize fields on a form?. Buttons. Tabs. Sections. Related lists.

Which one of the following is a good practice for adding instructions to a form?. Related links to wiki pages. A Context Menu UI Action. Annotations. A populated read-only field.

Which of the following GlideRecord methods run a query against a database table? (Choose three.). _get(). runQuery(). query(). _query(). get(.

What is the GlideForm Client-side scripting object?. sn.form. g_form. gs.form. gs_form.

In a Business Rule, which one of the following returns the sys_id of the currently logged in user?. g_form.getUserID(). gs.getUserSysID(). gs.getUserID(). g_form.getUserSysID().

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?. Conditions, Roles, Script. Conditions, Script, Roles. Roles, Conditions, Script. Script, Conditions, Roles.

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?. All fields except field3. field1, field2, and field3. field1 and field3. field3 only.

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?. field3 only. filed1 and field3. All fields. All fields except field3.

Which of the following is NOT a caller access field option?. Caller Tracking. Caller Restriction. None. Caller Permission.

Which of the following is NOT supported by Flow Designer?. Call a subflow from a flow. Test a flow with rollback. Use Delegated Developer. Run a flow from a MetricBase Trigger.

Which method is used to retrieve Application Property values in a script?. gs.getProperty(). g_form.getAppProperty(). g_form.getProperty(). gs.getAppProperty().

What Module Link type is used to access an Application Properties page?. Single Record. HTML (from Arguments). URL (from Arguments). Script (from Arguments).

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. b and c. c. a and d. a and c.

When troubleshooting and debugging notifications, where do you navigate to see if an email was sent m response to an event?. System Logs > Events. System Logs > Emails. System Logs > Push Notifications. System Logs > ICE Logs.

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. a, b, and d. a, b, c, and d. b, c, and d. a, b, and c.

Which of the following is NOT a Flow Designer feature?. Run a flow from a Catalog item. Call a flow from another flow or subflow. Add stages to a flow. Test a flow using the “Run as” feature.

Report abuse