option
Questions
ayuda
daypo
search.php

Simulado ServiceNow CAD 3 (SET/2025)

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

Description:
Hello everybody , Enjoy!

Creation Date: 2025/09/25

Category: Computers

Number of questions: 30

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

When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose three.). Run import jobs. Use API calls. Create a table from a template. Create a table from scratch. Link to external tables. Extend a table. Upload a spreadsheet.

Which one of the following database operations can be controlled with Application Access? (Choose two.). Query. Update. Create. Delete.

Which method can be used to install an application on a ServiceNow instance? (Choose three.). Install from the Google Play Store. Download from Stack Overflow. Download and install a third-party application from the ServiceNow Store. Use the "Install" button on the application record. Install an application from the Application Repository. Import an application from an XML file.

Which are valid caller access field options? (Choose three.). Caller Tracking. Accessible from. None. Allow Configuration. Caller Restriction. Caller Permission.

Which items are valid UI Action types in ServiceNow? (Choose three.). List banner button. Form button. Record navigation button. List choice. Form choice. Workflow action.

Which one of the following is true?. A UI Policy's Actions execute before the UI Policy's Scripts. The execution order for a UI Policy's Scripts and Actions is determined at runtime. A UI Policy's Scripts execute before the UI Policy's Actions. A UI Policy's Actions and Scripts execute at the same time.

What occurs when an existing table is extended in ServiceNow?. The parent table's Access Controls are ignored when determining access to the new table's records and fields. The new table does not inherit any of the fields from the parent table. You must script and configure all required behaviors. The new table inherits the functionality built into the parent table.

An application called My App has a table, MyAppTable, with this Application Access configuration: Accessible from: All application scopes Can read: Selected - Can delete: Not selected - Allow configuration: Selected - Which of the following is true based on this configuration?. An application developer working in another privately scoped application can write a Business Rule for the MyAppTable table which successfully deletes all records from the MyAppTable table. An application developer working in the My App scope can write a Business Rule for the MyAppTable table which successfully deletes all records from the MyAppTable table. Any Application developer can write a Business Rule which successfully deletes all records from the MyAppTable. No Business Rule can be written which successfully deletes all records from the MyAppTable table.

Here is the Business Rule script template: This type of JavaScript function is known as: Constructor. Scoped. Anonymous. Self-invoking.

Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?. g_user.hasRole('catalog_admin'). g_user.hasRoleExactly('catalog_admin'). g_user.hasRoleOnly('catalog_admin'). g_user.hasRoleFromList('catalog_admin').

Which of the following are configured in an Email Notification? a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification. a, b and c. a, b, and d. b, c and d. a, c and d.

There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong. Identify the table. Script the function(s). Create a class. Create a prototype object from the new class.

Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.). source_control. source_control_admin. admin. git_admin.

When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?. ${event.<property name>}. ${current.<property name>}. ${<property name>.getDisplayValue()}. ${gs.<property name>}.

Which one of the following is true for a Script Include with a Protection Policy value of Protected?. Any user with the protected_edit role can see and edit the Script Include. The Protection policy option can only be enabled by a user with the admin role. The Protection Policy is applied only if the glide.app.apply_protection system property value is true. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store.

Which one of the following is true for GlideUser (g_user) methods?. Can be used in Client Scripts and UI Policies only. Can be used in Business Rules only. Can be used in Client Scripts, UI Policies, and UI Actions. Can be used in Business Rules, and Scripts Includes.

When configuring a module, what does the Override application menu roles configuration option do?. Users with the module role but without access to the application menu access the module. Self-Service users can access the module even though they do not have roles. Admin is given access to the module even if Access Controls would ordinarily prevent access. Users with access to the application menu can see the module even if they don't have the module role.

Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?. Business Service Management Map. Data Sources. Transform Map. CI Relationship Builder.

When configuring a REST Message, the Endpoint is: The commands to the REST script to stop execution. The URI of the data to be accessed, queried, or modified. Information about the format of the returned data. The response from the provider indicating there is no data to send back.

When evaluating Access Controls, ServiceNow searches and evaluates: Only for matches on the current table. Only for matches on the current field. From the most specific match to the most generic match. From the most generic match to the most specific match.

In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?. g_form.hasRoleExactly('admin'). gs.hasRole('admin'). g_form.hasRole('admin'). gs.hasRoleExactly('admin').

To see what scripts, reports, and other application artifacts will be in a published application. Enter the name of the Application in the Global search field. Open the list of Update Sets for the instance. Examine the Application Files Related List in the application to be published. Open the artifact records individually to verify the value in the Application field.

From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application: Needs workflow to manage processes. Requires ג€as-isג€ use of low-level programming libraries. Requires reporting capabilities. Uses forms extensively to interact with data.

Identify the incorrect statement about Delegated Development in ServiceNow. Administrators can grant non-admin users the ability to develop global applications. Administrators can specify which application file types the developer can access. Administrators can grant the developer access to script fields. Administrators can grant the developer access to security records.

One of the uses of the ServiceNow REST API Explorer is: Practice using REST to interact with public data providers. Find resources on the web for learning about REST. Convert SOAP Message functions to REST methods. Create sample code for sending REST requests to ServiceNow.

Which one of the following is true regarding Application Scope?. All applications are automatically part of the Global scope. Applications downloaded from 3 party ServiceNow application developers cannot have naming conflicts rd. Any developer can edit any application. Developers can choose the prefix for a scope's namespace.

Which one of the following is the baseline behavior of a table in a privately-scoped application?. The table and its data are not accessible using web services. Any Business Rule can read, write, delete, and update from the table. Only artifacts in the table's application can read from the table. All application scopes can read from the table.

Which one of the following is NOT a purpose of application scoping?. Provide a relationship between application artifacts. Provide a way of tracking the user who developed an application. Provide a namespace (prefix and scope name) to prevent cross application name collisions. Provide controls for how scripts from another scope can alter tables in a scoped application.

It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?. Business problem, data input/output, users/stakeholders, and process steps. Business problem, data input/output, project schedule, and process steps. Business problem, data input/output, users/stakeholders, and database capacity. Business problem, users/stakeholders, available licenses, and database capacity.

Which of the following statements does NOT apply when extending an existing table?. The parent table's Access Controls are evaluated when determining access to the new table's records and fields. The new table inherits the functionality built into the parent table. The new table inherits all of the fields from the parent table. You must script and configure all required behaviors.

Report abuse