Free CAD Exam Braindumps (page: 17)

Page 16 of 70

Which of the following is true for the Application Picker and Application Scope?

  1. Selecting application from the Application Picker does not set the Application Scope.
  2. Selecting Global in the Application Picker sets the Application Scope to incident
  3. Global is a reserved application which does not appear in the Application Picker
  4. Selecting an application from the Application Picker sets the Application Scope

Answer(s): D

Explanation:

"Application developers must select an application as their current scope context." https://docs.servicenow.com/bundle/tokyo-application-
development/page/build/applications/task/t_SelectAnAppFromTheAppPicker.html



Which of the following is an available feature in Studio? Choose 2 answers

  1. Push to external source control
  2. Search branch
  3. Merge branches
  4. Push to update set

Answer(s): A,B

Explanation:

Search branch and merge branches are available features in Studio. Search branch allows you to search for a specific branch name or ID in your Git repository. Merge branches allows you to merge changes from one branch to another, resolving any conflicts that may arise. Push to external source control and push to update set are not available features in Studio. Push to external source control is a feature of Source Control Integration, which is a separate application from Studio. Push to update set is a feature of Update Set Previewer, which is also a separate application from Studio.


Reference:

Studio, Source Control Integration, Update Set Previewer



The task table is an example of which of the following? Choose 2 answers

  1. Legacy class
  2. Child class
  3. Base class
  4. Parent class

Answer(s): C,D

Explanation:

"A table that extends another table is called a child class, and the table it extends is the parent class"
- this is about halfway down in this link below: https://docs.servicenow.com/en-US/bundle/tokyo- platform-administration/page/administer/table-administration/concept/table-extension-and- classes.html



Which of the following is true about deleting fields from a table?

  1. Any field on a table can be deleted
  2. User-defined non-inherited fields can be detected
  3. Inherited fields can be detected
  4. Table records are deleted when a field is detected

Answer(s): B

Explanation:

User-defined non-inherited fields can be deleted from a table in ServiceNow. These are fields that are created by users on a specific table and are not inherited from a parent table. Inherited fields cannot be deleted from a table, as they are defined on a parent table and shared by all child tables. Any field on a table cannot be deleted, as some fields are system-defined and essential for the table functionality. Table records are not deleted when a field is deleted, as the field deletion only affects the table structure and not the data.


Reference:

Delete fields






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

CAD Discussions & Posts