Free ServiceNow® CAD Exam Braindumps (page: 8)

Identify the incorrect statement about Delegated Development in ServiceNow.

  1. Administrators can grant non-admin users the ability to develop global applications.
  2. Administrators can specify which application file types the developer can access.
  3. Administrators can grant the developer access to script fields.
  4. Administrators can grant the developer access to security records.

Answer(s): A

Explanation:

Administrators can grant non-admin users the ability to develop global applications. Delegated Development is for the scoped applications only


Reference:

https://docs.servicenow.com/bundle/orlando-application- development/page/build/applications/ concept/c_DelegatedDevelopment.html The incorrect statement about Delegated Development in ServiceNow is that administrators can grant non-admin users the ability to develop global applications. Delegated Development allows administrators to grant non-admin users the ability to develop scoped applications, not global applications. Global applications are accessible by all other applications and do not have a namespace prefix. Scoped applications are isolated from other applications and have a unique namespace identifier. Delegated Development provides more granular control over the developer permissions, application resources, and data access.

[Advantages of Scoped Applications in ServiceNow], [Product Documentation | ServiceNow]



What is the REST API Explorer used to do?

  1. Practice using REST to interact with public data providers
  2. Find resources on the web for learning about REST
  3. Convert SOAP Message functions to REST methods
  4. Create sample code for sending REST requests to ServiceNow

Answer(s): D

Explanation:

One of the uses of the ServiceNow REST API Explorer is to create sample code for sending REST requests to ServiceNow. The REST API Explorer is a tool that allows you to discover and test the ServiceNow REST APIs. You can select an API endpoint, set the HTTP method, parameters, headers, and body, and then execute the request. The REST API Explorer will show you the response status, headers, and body, as well as generate sample code for various languages and frameworks, such as cURL, Java, JavaScript, Node.js, Python, Ruby, and more.


Reference:

[Use the REST API Explorer - Product Documentation: Tokyo - ServiceNow], [Introduction to Scripted REST APIs - ServiceNow Developers]


https://developer.servicenow.com/dev.do#!/learn/courses/newyork/ app_store_learnv2_rest_newyork_rest_integrations/
app_store_learnv2_rest_newyork_inbound_rest_integrations/ app_store_learnv2_rest_newyork_introduction_to_the_rest_api_explorer



Which one of the following is true regarding Application Scope?

  1. All applications are automatically part of the Global scope
  2. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
  3. Any developer can edit any application
  4. Developers can choose the prefix for a scope's namespace

Answer(s): B

Explanation:

https://docs.servicenow.com/bundle/rome-application-
development/page/build/applications/concept/c_ApplicationScope.html The correct statement regarding Application Scope is that applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts. Application Scope is a feature that identifies and isolates applications and their related artifacts from other applications. Each scoped application has a unique namespace identifier that consists of a prefix and a scope name. This prevents cross-application name collisions and ensures that only authorized scripts can access or modify data in a scoped application.


Reference:

[Product Documentation | ServiceNow], [How To Create a Scoped App in ServiceNow - YouTube]



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

  1. The table and its data are not accessible using web services
  2. Any Business Rule can read, write, delete, and update from the table
  3. Only artifacts in the table's application can read from the table
  4. All application scopes can read from the table

Answer(s): D

Explanation:

https://docs.servicenow.com/bundle/rome-application-
development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html The baseline behavior of a table in a privately-scoped application is that all application scopes can read from the table. A privately-scoped application is an application that restricts write access to its tables and resources to scripts within the same scope. However, read access is allowed by default for all scopes, unless the administrator explicitly denies it using an Access Control rule. This allows for data sharing between different applications while maintaining data integrity and security.


Reference:

[Product Documentation | ServiceNow], [Advantages of Scoped Applications in ServiceNow]



Which one of the following is NOT a purpose of application scoping?

  1. Provide a relationship between application artifacts
  2. Provide a way of tracking the user who developed an application
  3. Provide a namespace (prefix and scope name) to prevent cross application name collisions
  4. Provide controls for how scripts from another scope can alter tables in a scoped application

Answer(s): B

Explanation:

The purpose of application scoping is NOT to provide a way of tracking the user who developed an application. Application scoping does not store or display information about the user who created or modified an application or its artifacts. The purpose of application scoping is to provide a relationship between application artifacts, provide a namespace to prevent cross-application name collisions, and provide controls for how scripts from another scope can alter tables in a scoped application.


Reference:

[Product Documentation | ServiceNow], [Advantages of Scoped Applications in ServiceNow]



Viewing page 8 of 57
Viewing questions 36 - 40 out of 278 questions



Post your Comments and Discuss ServiceNow® CAD exam prep with other Community members:

CAD Exam Discussions & Posts