Which of the following statements is true for the Form Designer?

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...

April 24, 2025 No Comments READ MORE +

Which of the following features are available to Global applications? (Choose two.)

Which of the following features are available to Global applications? (Choose two.)A . Automated Test FrameworkB . Source ControlC . Delegated DevelopmentD . Flow DesignerView AnswerAnswer: AD Explanation: Global applications can use Automated Test Framework and Flow Designer features, but not Source Control and Delegated Development features. Source Control and...

April 20, 2025 No Comments READ MORE +

Which one of the following is NOT a purpose of application scoping?

Which one of the following is NOT a purpose of application scoping?A . Provide a relationship between application artifactsB . Provide a way of tracking the user who developed an applicationC . Provide a namespace (prefix and scope name) to prevent cross application name collisionsD . Provide controls for how...

April 17, 2025 No Comments READ MORE +

Which of the following are true for reports in ServiceNow? (Choose three.)

Which of the following are true for reports in ServiceNow? (Choose three.)A . Any user can see any report shared with them.B . Can be a graphical representation of data.C . All users can generate reports on any table.D . Can be run on demand by authorized users.E . Can...

April 15, 2025 No Comments READ MORE +

In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?

In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?A . g_form.hasRoleExactly(‘admin’)B . gs.hasRole(‘admin’)C . g_form.hasRole(‘admin’)D . gs.hasRoleExactly(‘admin’)View AnswerAnswer: B Explanation: Business Rule is server-side, so it uses GlideSystem API. gs.hasRoleExactly doesn't exist In a Business Rule, the following...

April 12, 2025 No Comments READ MORE +

Here is the Business Rule script template:

Here is the Business Rule script template: This type of JavaScript function is known as:A . ConstructorB . ScopedC . AnonymousD . Self-invokingView AnswerAnswer: D Explanation: Self-invoking. Learn JavaScript! This type of JavaScript function is known as self-invoking or immediately-invoked function expression (IIFE). It is a function that is defined...

April 11, 2025 No Comments READ MORE +

How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?

How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?A . 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 AccessB . Set...

April 11, 2025 No Comments READ MORE +

Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?

Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?A . g_user.hasRole(‘catalog_admin’)B . g_user.hasRoleExactly(‘catalog_admin’)C . g_user.hasRoleOnly(‘catalog_admin’)D . g_user.hasRoleFromList(‘catalog_admin’)View AnswerAnswer: B Explanation: The method call that returns true only if the currently logged in user has the catalog_admin role and...

April 7, 2025 No Comments READ MORE +

Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?

Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?A . Business Service Management MapB . Data SourcesC . Transform MapD . Cl Relationship BuilderView AnswerAnswer: C Explanation: A transform map determines the relationships between fields...

April 6, 2025 No Comments READ MORE +

Which one of the following client-side scripts apply to Record Producers?

Which one of the following client-side scripts apply to Record Producers?A . Catalog Client Scripts and Catalog UI PoliciesB . UI Scripts and UI ActionsC . UI Scripts and Record Producer ScriptsD . Client Scripts and UI PoliciesView AnswerAnswer: A Explanation: Catalog Client Scripts and Catalog UI Policies are the...

April 6, 2025 No Comments READ MORE +