Which of the following is NOT a trigger type in Flow Designer?

Which of the following is NOT a trigger type in Flow Designer?A . Outbound EmailB . ApplicationC . RecordD . ScheduleView AnswerAnswer: A Explanation: Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow­designer/reference/flow-triggers.html

September 6, 2022 No Comments READ MORE +

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

September 6, 2022 No Comments READ MORE +

In an Email Notification, which one of the following is NOT true for the Weight field?

In an Email Notification, which one of the following is NOT true for the Weight field?A . Only Notifications with the highest weight for the same record and recipients are sentB . A Weight value of zero means that no email should be sentC . The Weight value defaults to...

September 6, 2022 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

September 6, 2022 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 be...

September 5, 2022 No Comments READ MORE +

To see what scripts, reports, and other application artifacts will be in a published application:

To see what scripts, reports, and other application artifacts will be in a published application:A . Enter the name of the Application in the Global search fieldB . Open the list of Update Sets for the instanceC . Examine the Application Files Related List in the application to be publishedD...

September 5, 2022 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: A D

September 4, 2022 No Comments READ MORE +

Which one of the following is NOT a debugging strategy for client-side scripts?

Which one of the following is NOT a debugging strategy for client-side scripts?A . g_form.addInfoMessage()B . Field WatcherC . jslog()D . gs.log()View AnswerAnswer: D Explanation: Reference: https://developer.servicenow.com/dev.do#!/learn/learning-plans/istanbul/new_to_servicenow/app_store_learnv2_scripting_istanbul_debugging_client_scripts

September 4, 2022 No Comments READ MORE +

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

September 4, 2022 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: Reference: https://community.servicenow.com/community?id=community_question&sys_id=b4d26e44db13ab409540e15b8a9619c9

September 3, 2022 No Comments READ MORE +