When configuring a REST Message, the Endpoint is:

When configuring a REST Message, the Endpoint is:A . The commands to the REST script to stop executionB . The URI of the data to be accessed, queried, or modifiedC . Information about the format of the returned dataD . The response from the provider indicating there is no data...

March 10, 2025 No Comments READ MORE +

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: A UI Action is a button, link, or choice that can be clicked by a user to perform an action, such as submitting...

March 8, 2025 No Comments READ MORE +

When a ServiceNow instance requests information from a web service, ServiceNow is the web service:

When a ServiceNow instance requests information from a web service, ServiceNow is the web service:A . PublisherB . SpecialistC . ProviderD . ConsumerView AnswerAnswer: D Explanation: When a ServiceNow instance requests information from a web service, ServiceNow is the web service consumer. A web service consumer is an application that...

March 7, 2025 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: "By default, all application scope scripts can read the table's records but cannot perform any...

March 6, 2025 No Comments READ MORE +

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?A . table.*will grant access to every field in a recordB . table.None will grant access to every record on the tableC . table.field will grant access to a specific field...

March 6, 2025 No Comments READ MORE +

What syntax is used in a Record Producer script to access values from Record Producer form fields?

What syntax is used in a Record Producer script to access values from Record Producer form fields?A . producer.field_nameB . producer.variablenameC . current.variable_nameD . current.field_nameView AnswerAnswer: B Explanation: The syntax used in a Record Producer script to access values from Record Producer form fields is producer.variable_name. A Record Producer is...

March 2, 2025 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...

March 2, 2025 No Comments READ MORE +

Which Report Type(s) can be created by right-clicking on a column header in a table’s list?

Which Report Type(s) can be created by right-clicking on a column header in a table’s list?A . Bar Chart, Pie Chart, Histogram, and LineB . Bar ChartC . Bar Chart, Pie Chart, and HistogramD . Bar Chart and Pie ChartView AnswerAnswer: D Explanation: The Bar Chart and Pie Chart report...

March 1, 2025 No Comments READ MORE +

Application developers configure ServiceNow using industry standard JavaScript to…

Application developers configure ServiceNow using industry standard JavaScript to…A . Enable the right-click to edit the context menus on applications in the navigatorB . Extend and add functionalityC . Customize the organization’s company logo and banner textD . Configure the outgoing email display nameView AnswerAnswer: B Explanation: Application developers configure...

March 1, 2025 No Comments READ MORE +

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: See list of triggers on right hand side of this webpage: https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/administer/flow-designer/reference/flow-triggers.html The trigger types in Flow Designer are Application, Record, Schedule, and Topic. Outbound Email...

February 28, 2025 No Comments READ MORE +