Question 19

Which of the following is NOT supported by Flow Designer?

Correct Answer:B
Flow Designer is a graphical tool that allows users to automate processes in ServiceNow without coding. The following are supported by Flow Designer:
✑ Call a subflow from a flow. This is a feature that allows users to invoke a subflow,
which is a reusable unit of logic, from a flow. This can help simplify complex flows and avoid duplication of logic.
✑ Use Delegated Developer. This is a feature that allows administrators to delegate
the development and maintenance of flows and actions to users who are not administrators. This can help distribute the workload and empower non-admin users to create automations.
✑ Run a flow from a MetricBase Trigger. This is a feature that allows users to trigger
a flow based on a MetricBase query, which is a way of analyzing time-series data in ServiceNow. This can help automate actions based on data trends and patterns.
The following is not supported by Flow Designer:
✑ Test a flow with rollback. This is not a feature of Flow Designer, but of Automated Test Framework (ATF), which is a tool that allows users to create and run automated tests on ServiceNow applications and features. ATF supports testing
flows with rollback, which means reverting any changes made by the flow during the test execution. References: Flow Designer, Automated Test Framework
Reference: https://community.servicenow.com/community? id=community_QUESTION NO:&sys_id=b4d26e44db13ab409540e15b8a9619c9

Question 20

When configuring a REST Message, the Endpoint is:

Correct Answer:B
When configuring a REST Message, the Endpoint is:
✑ The URI of the data to be accessed, queried, or modified. This is the correct answer because the Endpoint is the part of the REST Message that specifies the location and the resource of the REST provider. The Endpoint is composed of the base URL and the resource path, which can include query parameters or variables. For example, the Endpoint for a REST Message that retrieves the weather information for a city from a web service could be https://api.openweathermap.org/data/2.5/weather?q=London.
The following are not correct definitions of the Endpoint when configuring a REST Message:
✑ The commands to the REST script to stop execution. This is not correct because
the commands to the REST script to stop execution are not part of the REST Message, but of the Scripted REST API, which is a feature that allows users to create custom REST endpoints on the ServiceNow platform. The commands to the REST script to stop execution are methods of the RESTAPIResponse object, such as setStatusCode, setError, or complete.
✑ Information about the format of the returned data. This is not correct because the
information about the format of the returned data is not part of the Endpoint, but of the HTTP headers or the Accept field of the REST Message. The HTTP headers or the Accept field can be used to specify the content type of the response, such as JSON, XML, or HTML.
✑ The response from the provider indicating there is no data to send back. This is
not correct because the response from the provider indicating there is no data to send back is not part of the Endpoint, but of the HTTP status code or the response body of the REST Message. The HTTP status code or the response body can be used to indicate the result of the REST request, such as 200 OK, 404 Not Found, or 500 Internal Server Error. References: REST Messages, Scripted REST APIs
Reference: https://docs.servicenow.com/bundle/orlando-application- development/page/integrate/outbound- rest/reference/r_RESTMessageElements.html

START CAD EXAM