Which one of the following is the baseline behavior of a table in a privately-scoped application?

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

January 22, 2024 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...

January 22, 2024 No Comments READ MORE +

Which source control operation is available from BOTH Studio and the Git Repository?

Which source control operation is available from BOTH Studio and the Git Repository?A . Create BranchB . Apply Remote ChangesC . Stash Local ChangesD . Edit Repository ConfigurationsView AnswerAnswer: A Explanation: The Create Branch operation is available from both Studio and the Git Repository. This operation allows you to create...

January 21, 2024 No Comments READ MORE +

Which of the following is NOT supported by Flow Designer?

Which of the following is NOT supported by Flow Designer?A . Call a subflow from a flowB . Test a flow with rollbackC . Use Delegated DeveloperD . Run a flow from a MetricBase TriggerView AnswerAnswer: B Explanation: Flow Designer is a graphical tool that allows users to automate processes...

January 21, 2024 No Comments READ MORE +

Which one of the following is true?

Which one of the following is true?A . A UI Policy’s Actions execute before the UI Policy’s ScriptsB . The execution order for a UI Policy’s Scripts and Actions is determined at runtimeC . A UI Policy’s Scripts execute before the UI Policy’s ActionsD . A UI Policy’s Actions and...

January 21, 2024 No Comments READ MORE +

When configuring a module, what does the Override application menu roles configuration option do?

When configuring a module, what does the Override application menu roles configuration option do?A . Users with the module role but without access to the application menu access the moduleB . Self-Service users can access the module even though they do not have rolesC . Admin is given access to...

January 21, 2024 No Comments READ MORE +

Which one of the following is true for a table with the “Allow configuration” Application Access option selected?

Which one of the following is true for a table with the “Allow configuration” Application Access option selected?A . Only the in scope application’s scripts can create Business Rules for the tableB . Any user with the application’s user role can modify the application’s scriptsC . Out of scope applications...

January 21, 2024 No Comments READ MORE +

From the list below, identify one reason an application might NOT be a good fit with ServiceNow.

From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:A . Needs workflow to manage processesB . Requires “as-is” use of low-level programming librariesC . Requires reporting capabilitiesD . Uses forms extensively to interact with dataView AnswerAnswer: B Explanation: From the...

January 21, 2024 No Comments READ MORE +

Which one of the following is a list of Link types?

Modules must have a Link type. Which one of the following is a list of Link types?A . List of Records, Separator, Catalog Type, RolesB . Assessment, List of Records, Separator, Timeline PageC . List of Records, Content Page, Order, URL (from arguments:)D . Assessment, List of Records, Content Page,...

January 20, 2024 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...

January 20, 2024 No Comments READ MORE +