ServiceNow CADリアル試験問題テストエンジン問題集トレーニングには201問あります [Q73-Q90]

Share

ServiceNow CADリアル試験問題テストエンジン問題集トレーニングには201問あります

CAD実際の問題解答PDFには100%カバー率リアル試験問題

質問 # 73
What are Application Files in a ServiceNow application?

  • A. ServiceNow artifacts comprising an application
  • B. CSV files containing data imported into an application
  • C. XML exports of an application's Update Set
  • D. An XML export of an application's table records

正解:A

解説:
Application Files are ServiceNow artifacts comprising an application. An application is a group of files and data that work together to provide a service or functionality. An application file is a specific type of file that belongs to an application, such as a table, a script, a form, a business rule, a UI action, etc. Application files define the structure, logic, and interface of the application. An XML export of an application's table records, XML exports of an application's Update Set, and CSV files containing data imported into an application are not examples of application files, as they are data formats that can be used to transfer or store information related to an application, but not the application itself. Reference: Application Files


質問 # 74
How can an application link to a repository behind a firewall?

  • A. Link an application to source control through a MID Server.
  • B. Link an application to source control with multi-factor authentication.
  • C. This option is not supported.
  • D. Link an application to source control through an access token.

正解:A

解説:
"Use an existing MID Server to connect to a Source Control repository. Linking or importing an application through a MID Server enables access to repositories behind a firewall." https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_SourceControlIntegration.html


質問 # 75
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

  • A. REST messages
  • B. Workflow
  • C. Script Include
  • D. Table

正解:D

解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/ set-RCA-level.html


質問 # 76
For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?

  • A. Even when not selected, users with the correct permissions can use web services to access the table's records
  • B. This option restricts access only to SOAP web services but does not apply to REST
  • C. This option restricts the ability to delete records via web services but records can always be read
  • D. The user performing the query via web services must have the correct permissions to access the table's records

正解:D

解説:
Application Access is a feature that allows you to control the access level of other application scopes to your application's data tables. By selecting the Allow access to this table via web services option, you can enable other application scopes to access your data tables using web services, such as SOAP or REST. However, the user performing the query via web services must have the correct permissions to access the table's records. The user must have the appropriate roles and access controls to perform the operations on the table, such as create, read, write, or delete.
The other statements are not true when this option is selected. This option does not restrict the ability to delete records via web services, nor does it allow records to be always read. The access to the records depends on the user's permissions and the web service method. This option also does not restrict access only to SOAP web services, but applies to both SOAP and REST web services. Finally, this option is not the only way to enable web service access to the table's records. Even when this option is not selected, users with the correct permissions can use web services to access the table's records, as long as they specify the application scope in the web service request.
Reference:
Application Access
Web service access to scoped applications


質問 # 77
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?

  • A. Data Sources
  • B. Business Service Management Map
  • C. Schema Map Relationship Builder
  • D. Transform Map

正解:D

解説:
A transform map determines the relationships between fields in an import set table and fields in an existing ServiceNow table. It also specifies how to transform the imported data before mapping it to the target table.
Reference:
1. What Exactly is an Import Set? - ServiceNow Developers
Import set table - ServiceNow Application Development [Book]


質問 # 78
Which one of the following is NOT required to link a ServiceNow application to a Git repository?

  • A. User name
  • B. Application name
  • C. Password
  • D. URL

正解:B

解説:
The application name is not required to link a ServiceNow application to a Git repository. You only need to provide the URL, user name, and password of the Git repository, as well as the branch name and the authentication type. The application name is automatically generated based on the scope name of your application. Reference: [Link an application to a Git repository]


質問 # 79
Which one of the following is part of the client-side scripting API?

  • A. GlideSystem object (gs)
  • B. current and previous objects
  • C. workflow.scratchpad
  • D. GlideUser object (g_user)

正解:B

解説:
Explanation


質問 # 80
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):

  • A. Spoke
  • B. Bundle
  • C. Flow
  • D. Action

正解:A

解説:
https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/flow-designer/concept/spokes.html A spoke is a scoped application containing Flow Designer content dedicated to a particular application or record type. Flow Designer provides a set of core actions to automate Now Platform® processes. You can add application-specific core actions by activating the associated spoke.


質問 # 81
When creating an application through the Guided Application Creator, which of the following is a user experience option?

  • A. Self-service
  • B. Workspace
  • C. Portal
  • D. Mobile

正解:D

解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/guided-app-creator.html


質問 # 82
When evaluating Access Controls, ServiceNow searches and evaluates:

  • A. From the most generic match to the most specific match
  • B. From the most specific match to the most generic match
  • C. Only for matches on the current field
  • D. Only for matches on the current table

正解:B

解説:
When evaluating Access Controls, ServiceNow searches and evaluates:
From the most specific match to the most generic match. This is the correct answer because ServiceNow follows a top-down approach when evaluating Access Control (ACL) rules, which are used to restrict the access to the data and functionality of the ServiceNow platform based on the user's roles and conditions. ServiceNow starts with the most specific match, which is the field-level ACL rule, then moves to the table-level ACL rule, and finally to the global or * ACL rule. ServiceNow grants access if any of the ACL rules evaluates to true, and denies access if all of the ACL rules evaluate to false.
The following are not correct descriptions of how ServiceNow searches and evaluates Access Controls:
Only for matches on the current table. This is not correct because ServiceNow does not only look for matches on the current table, but also on the parent tables and the global or * table. For example, if there is no ACL rule for the incident table, ServiceNow will look for an ACL rule for the task table, which is the parent table of the incident table, and then for the global or * table, which is the parent table of all tables.
Only for matches on the current field. This is not correct because ServiceNow does not only look for matches on the current field, but also on the table that contains the field and the global or * table. For example, if there is no ACL rule for the short_description field on the incident table, ServiceNow will look for an ACL rule for the incident table, and then for the global or * table.
From the most generic match to the most specific match. This is not correct because ServiceNow does not follow a bottom-up approach when evaluating Access Controls, but a top-down approach, as explained above. Reference: Access Control Rules, ACL Evaluation Order
https://developer.servicenow.com/dev.do#!/learn/learning-plans/paris/new_to_servicenow/app_store_learnv2_securingapps_paris_access_controls_evaluation_order


質問 # 83
Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?

  • A. Conditions, Script, Roles
  • B. Conditions, Roles, Script
  • C. Roles, Conditions, Script
  • D. Script, Conditions, Roles

正解:C

解説:
"The sequence is ROLES first, then condition, then script." - Chuck Tomasi says so at this link: https://www.servicenow.com/community/grc-forum/order-of-execution-of-an-acl/m-p/1311962/highlight/true#M6538


質問 # 84
Which of the following statements is true for the Form Designer?
a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b) To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

  • A. a, b, c, and d
  • B. a, b, and d
  • C. b, c, and d
  • D. a, b, and c

正解:D

解説:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form-administration/concept/c_FormDesign.html The Form Designer is a graphical interface for creating and customizing forms. The following statements are true for the Form Designer:
To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. This will add the field to the form view without changing the table definition.
To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field. This will create a new column on the table and add the field to the form view.
To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button. This will remove the field from the form view but not from the table definition.
The following statement is false for the Form Designer:
To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form. This is incorrect because sections are not available in the Field Types tab. To add a section, click the Add Section button on the toolbar or right-click on the form and select Add Section. Reference: Introduction to App Engine Studio for Developers, ServiceNow Studio Overview, Form Designer


質問 # 85
Which of the following is true about deleting fields from a table?

  • A. Any field on a table can be deleted
  • B. Inherited fields can be detected
  • C. Table records are deleted when a field is detected
  • D. User-defined non-inherited fields can be detected

正解:D

解説:
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


質問 # 86
What is the ServiceNow App Repository?

  • A. A database containing ServiceNow apps
  • B. Another name for update sets
  • C. A collection of files in a Git database
  • D. A Request table

正解:A

解説:
The ServiceNow App Repository is a central repository for all scoped applications that are published by all ServiceNow customers. It enables ServiceNow customers to upload and distribute applications between their instances. It also provides entitlements and version control for the applications.
Reference:
ServiceNow application repository
Application Development Platform - ServiceNow
App Repo - ServiceNow Developer Blog


質問 # 87
Which one of the following is NOT a purpose of application scoping?

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

正解:C

解説:
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]


質問 # 88
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul. How is the page specified?

  • A. Configure the page in the Module that opens the Record Producer Ul
  • B. Write an after Business Rule script for the Record Producer's table: window.redirect = "<URL>";
  • C. Create an application property to store the URL
  • D. Write a script in the Record Producer's Script field: producer.redirect = "<URL>";

正解:D

解説:
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI by writing a script in the Record Producer's Script field: producer.redirect = "<URL>";. This script sets the redirect property of the producer object to the URL of the desired page. For example, producer.redirect = "home.do"; will redirect the user to the homepage after submitting the record. The other options are not valid ways to specify the redirect page for a Record Producer. Reference: Populate record producer data and redirect users


質問 # 89
Which of the following methods prints a message on a blue background to the top of the current form by default?

  • A. g_form.addInfoMessage()
  • B. g_form.showFieldMessage()
  • C. g_form.addInfoMsg()
  • D. g_form.showFieldMsg()

正解:A

解説:
From: https://docs.servicenow.com/bundle/paris-application-development/page/script/general-scripting/reference/r_ScriptingAlertInfoAndErrorMsgs.html g_form.showFieldMsg("field_name", "Hello World", "error"); Puts "Hello World" in an error message **below the specified field**. g_form.addInfoMessage() or g_form.addErrorMessage() place a blue box message at the top of the screen. Pg 126 of the CAD handbook The method that prints a message on a blue background to the top of the current form by default is g_form.addInfoMessage(). The g_form object is a global object that provides access to form fields and UI elements on a form. The addInfoMessage() method is a method of the g_form object that displays an informational message next to the form header. The message has a blue background color by default, unless it is overridden by a CSS style. The addInfoMessage() method takes one argument, which is the message text to display. References: [ServiceNow Docs - GlideForm (g_form) API], [ServiceNow Docs - g_form.addInfoMessage()]


質問 # 90
......

GoShiken CAD試験練習テスト問題:https://www.goshiken.com/ServiceNow/CAD-mondaishu.html

CAD試験問題解答:https://drive.google.com/open?id=1ukBmysM6S_Idz4rU0m81zh-wCY2c_wqP