testin1
![]() |
![]() |
![]() |
Title of test:![]() testin1 Description: testlast 123 |




New Comment |
---|
NO RECORDS |
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(). 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. 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’). g_form.hasRole(‘admin’). When a ServiceNow instance requests information from a web service, ServiceNow is the web service: Publisher. Specialist. Provider. Consumer. Which of the following objects does a Display Business Rule NOT have access to?. previous. GlideSystem. g_scratchpad. current. 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(). What syntax is used in a Record Producer script to access values from Record Producer form fields?. producer.field_name. producer.variable_name. current.variable_name. current.field_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 regarding Application Scope?. All applications are automatically part of the Global scope. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts. Any developer can edit any application. Developers can choose the prefix for a scope’s namespace. Which objects can be used in inbound action scripts?. Current and event. Current and email. Current and producer. Current and previous. 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 one of the following client side script 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. 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. Which one of the following is NOT a UI Action type?. List choice. Form button. List banner button. Form choice. Which one of the following is NOT the 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. Which one of the following is true for a table with the "Allow configuration" Application Access option selected?. Only the in scope application’s scripts can create Business Rules for the table. Any user with the application’s user role can modify the application’s scripts. Out of scope applications can create Business Rules for the table. Out of scope applications can add new tables to the scoped application. 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>}. A scoped application containing Flow Designer content dedicated to a particular application is called a(n): Spoke. Bundle. Action Way. Flow. The source control operation used to store local changes on an instance for later application is called. Tag. Stash. Update Set. Branch. Which one of the following is NOT required to link a ServiceNow application to a Git repository?. Password. URL. User name. Application name. 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. Which role grants access to source control repository operations such as importing applications from source control or linking an application to source control?. Admin. Source_control. Git_admin. Source_comtrol_admin. Which of the following is not a debugging strategy for client-side scripts?. g_form.addInfoMessage(). Field watcher. slog(). gs.log(). 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 many application 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. Creating a user via ATF step for testing roles and groups is. Create a user. Create a role. Create a group. Impersonate. What is the Workflow context?. The business reason or process for which a workflow is designed. The table for which a workflow is defined plus any condition such as “Active 1”. It is checked-out workflow which is being edited. It is generated firm a workflow version , executes and follows transits. Which one of the following is not true for modules?. Every module must be associated with tables. Modules open content pages. Access to modules is controlled with roles. Every module must be part of an application menu. What information does Debug Business Rules(details) show that debug Business rules does not?. The must of the business rule evaluation. Old and New values for field values changed by business rules. Debugging information for lists as well as forms. The time at which the business rule executed including milliseconds. Which steps are used in business rules without scripts?. Set field name and enter messages. Set field name and generate event. Set field name and select system log. Set field name and query into database. What are the benefits of storing the majority of an application in script?. Runs fast. Only run when called. The script logic is hidden. Changes to application logic made at single place. When debugging email notification, what must you check on a user record?. The value in the notification field must be set to enabled. The user must not be locked out. The first name and last name fields must have values. Active must be true. The email field must have a value. What are application files in a serviceNow application?. An XML export of an application’s table records. Servicenow artifacts comprising an application. CSV files containing data imported into an application. XML exports of an application’s update set. Which of the following are features of the ServiceNow integration with a git repository?. Pull or commit individual application files. Create tags to permanently link to a version of an application. Import application files from Git repository. Commit all local changes for an application to the Git repository. Which of the following is true about script Include?. Only one function can be stored in a classless script include. A centralized location for reusable functions. A class-less script is callable from client side. Most are called from client scripts. Identify characteristics of a Record Producer(choose 3)@. You can script behaviors of fields in user interface. All records created using this strategy are inserted into requested item. They must be scripted. Each field prompts the user with a question rather than a field label. Graphics can be include on the user interface. Which of the following is not a way to install an application on ServiceNow instance?. Select the copy button on application record. Download and install a 3rd party application from service Now store. Download and install an application from service Now share web site. Install an application from application repository. True about application picker and application scope. Select a global in application picker sets the application scope to incident. Select an application from the appliction picker sets the application scope. Which of the following is not a caller access field option?. Caller tracking. Caller restriction. Caller permission. none. Which of the following is true about deleting field from table. User defined non inherited field can be deleted. Any field on the table can be deleted. Table record is deleted when a field is deleted. Inherited field can be deleted. In servicenow studio once an application is linked to source control if default branch is set. What is the default value of it?. Master. sn_instance/<instance_name>. sn_instance/master. <instance-name>. Modified client script APIs. GlideAjax. g_form. c. GlideDialogWindow(). All. |