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,...
Here is the Business Rule script template: This type of JavaScript function is known as:
Here is the Business Rule script template: This type of JavaScript function is known as: A . ConstructorB . ScopedC . AnonymousD . Self-invokingView AnswerAnswer: D
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...
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
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: Reference: https://community.servicenow.com/community?id=community_question&sys_id=b4d26e44db13ab409540e15b8a9619c9
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: A C
Which of the following are configured in an Email Notification?
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 . a, b and cB . a, b, and dC . b, c and...
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?A . REST messagesB . TableC . Script IncludeD . WorkflowView AnswerAnswer: B Explanation: Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/set-RCA-level.html
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 be...
Which one of the following is NOT a UI Action type?
Which one of the following is NOT a UI Action type?A . List choiceB . Form buttonC . List banner buttonD . Form choiceView AnswerAnswer: D Explanation: Reference: https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/list-administration/task/t_EditingAUIAction.html