option
Questions
ayuda
daypo
search.php

Simulado ServiceNow CAD 4 (SET/2025)

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

Description:
Hello everybody , Enjoy!

Creation Date: 2025/09/26

Category: Computers

Number of questions: 30

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

Which of the following CANNOT be debugged using the Field Watcher?. Business Rules. Script Includes. Client Scripts. Access Controls.

Which objects can be used in Inbound Action scripts?. current and previous. current and email. current and event. current and producer.

Which one of the following is NOT a debugging strategy for client-side scripts?. g_form.addInfoMessage(). Field Watcher. jslog(). gs.log().

Which one of the following is part of the client-side scripting API?. workflow.scratchpad. GlideUser object (g_user). current and previous objects. GlideSystem object (gs).

Application developers configure ServiceNow using industry standard JavaScript to`¦. Enable the right-click to edit the context menus on applications in the navigator. Extend and add functionality. Customize the organization's company logo and banner text. Configure the outgoing email display name.

How many applications menus can an application have?. 3, one for an application's user modules, one for an application's administrator modules, and one for the ServiceNow administrator's modules. As many as the application design requires. 2, one for an application's user modules and one for an application's administrator modules. 1, which is used for all application modules.

The source control operation used to store local changes on an instance for later application is called a(n) <blank>. Branch. Tag. Stash. Update set.

What syntax is used in a Record Producer script to access values from Record Producer form fields?. producer.field_name. producer.variablename. current.variable_name. current.field_name.

Which of the following methods prints a message on a blue background to the top of the current form by default?. g_form.addInfoMsg(). g_form.addInfoMessage(). g_form.showFieldMessage(). g_form.showFieldMsg().

A scoped application containing Flow Designer content dedicated to a particular application is called a(n). Spoke. Bundle. Action. Flow.

What is a Module?. The functionality within an application menu such as opening a page in the content frame or a separate tab or window. A group of menus, or pages, providing related information and functionality to end-users. A way of helping users quickly access information and services by filtering the items in the Application Navigator. A web-based way of providing software to end-users.

Which source control operation is available from BOTH Studio and the Git Repository?. Create Branch. Apply Remote Changes. Stash Local Changes. Edit Repository Configurations.

Which one of the following is NOT required to link a ServiceNow application to a Git repository?. Password. URL. User name. Application name.

Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?. All access to this table via web services. Can create, Can update, and Can delete. Can read does not affect the availability of other Application Access fields. Allow configuration.

Which Report Type(s) can be created by right-clicking on a column header in a table's list?. Bar Chart, Pie Chart, Histogram, and Line. Bar Chart. Bar Chart, Pie Chart, and Histogram. Bar Chart and Pie Chart.

Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?. gs.log(). gs.error(). gs.warn(). gs.debug().

If the Create module field is selected when creating a table, what is the new module's default behavior?. Open an empty form so new records can be created. Open a link to a wiki article with instructions on how to customize the behavior of the new module. Display an empty homepage for the application. Display a list of all records from the table.

How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?. You must create Access Controls to prevent all other application scopes from creating configuration records on an application's data tables rather than using Application Access. Set the Accessible from field value to All application scopes and de-select the Can create option. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option. Set the Accessible from field value to This application scope only.

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

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?. table.*will grant access to every field in a record. table.None will grant access to every record on the table. table.field will grant access to a specific field in a record. table.id will grant access to a specific record on the table.

Which of the following methods are useful in Access Control scripts?. g_user.hasRole() and current.isNewRecord(). gs.hasRole() and current.isNewRecord(). g_user.hasRole() and current.isNew(). gs.hasRole() and current.isNew().

Which one of the following client-side scripts apply to Record Producers?. Catalog Client Scripts and Catalog UI Policies. UI Scripts and UI Actions. UI Scripts and Record Producer Scripts. Client Scripts and UI Policies.

When a ServiceNow instance requests information from a web service, ServiceNow is the web service: Publisher. Specialist. Provider. Consumer.

Which one of the following is the fastest way to create and configure a Record Producer?. Create a Catalog Category, open the category, and select the Add New Record Producer button. Use the Record Producer module then add and configure all variables manually. Open the table in the Table records and select the Add to Service Catalog Related Link. Open the table's form, right-click on the form header, and select the Create Record Producer menu item.

Which of the following is NOT a trigger type in Flow Designer?. Outbound Email. Application. Record. Schedule.

Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?. GlideRecord and current. GlideUser and GlideRecord. GlideSystem and GlideRecord. GlideSystem and current.

Can inherited fields be deleted from a table?. Yes, select the red X in the left-most column in the table definition. Yes, but only if they are text fields. Yes, but only if there has never been any saved field data. No, inherited fields cannot be deleted from a child table.

What is the purpose of the Application Picker?. Select an application to run. Select an application as a favorite in the Application Navigator. Choose an application to edit and set the Application Scope. Choose an application to download and install.

What are Application Files in a ServiceNow application?. An XML export of an application's table records. CSV files containing data imported into an application. ServiceNow artifacts comprising an application. XML exports of an application's Update Set.

Which one of the following is NOT true for Modules?. Modules open content pages. Access to Modules is controlled with roles. Every Module must be part of an Application Menu. Every Module must be associated with a table.

Report abuse