
2022年最新の実際に出る無料ServiceNow CAD試験問題集と解答
CAD練習テストエンジンで今すぐ試そう60試験問題
質問 17
Which of the following is NOT supported by Flow Designer?
- A. Use Delegated Developer
- B. Call a subflow from a flow
- C. Run a flow from a MetricBase Trigger
- D. Test a flow with rollback
正解: D
質問 18
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
質問 19
Which one of the following is the fastest way to create and configure a Record Producer?
- A. Create a Catalog Category, open the category, and select the Add New Record Producer button
- B. Use the Record Producer module then add and configure all variables manually
- C. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
- D. Open the table in the Table records and select the Add to Service Catalog Related Link
正解: A
解説:
Explanation/Reference:
質問 20
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
- A. Needs workflow to manage processes
- B. Requires reporting capabilities
- C. Requires "as-is" use of low-level programming libraries
- D. Uses forms extensively to interact with data
正解: C
質問 21
Which of the following objects does a Display Business Rule NOT have access to?
- A. GlideSystem
- B. previous
- C. g_scratchpad
- D. current
正解: B
質問 22
Which one of the following is true?
- A. A UI Policy's Actions and Scripts execute at the same time
- B. A UI Policy's Actions execute before the UI Policy's Scripts
- C. The execution order for a UI Policy's Scripts and Actions is determined at runtime
- D. A UI Policy's Scripts execute before the UI Policy's Actions
正解: D
質問 23
Identify the incorrect statement about Delegated Development in ServiceNow.
- A. Administrators can grant the developer access to security records.
- B. Administrators can grant non-admin users the ability to develop global applications.
- C. Administrators can specify which application file types the developer can access.
- D. Administrators can grant the developer access to script fields.
正解: C
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_DelegatedDevelopment.html
質問 24
Which of the following is NOT supported by Flow Designer?
- A. Use Delegated Developer
- B. Call a subflow from a flow
- C. Run a flow from a MetricBase Trigger
- D. Test a flow with rollback
正解: D
解説:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=b4d26e44db13ab409540e15b8a9619c9
質問 25
Which one of the following is true regarding Application Scope?
- A. Any developer can edit any application
- B. Developers can choose the prefix for a scope's namespace
- C. All applications are automatically part of the Global scope
- D. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
正解: B
解説:
Explanation
Reference https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ApplicationScope.html#r_ExampleNamespaceIdentifiers
質問 26
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 Line
- B. Bar Chart, Pie Chart, and Histogram
- C. Bar Chart
- D. Bar Chart and Pie Chart
正解: C
質問 27
Which objects can be used in Inbound Action scripts?
- A. current and producer
- B. current and event
- C. current and previous
- D. current and email
正解: B
質問 28
Which one of the following is the baseline behavior of a table in a privately-scoped application?
- A. Any Business Rule can read, write, delete, and update from the table
- B. Only artifacts in the table's application can read from the table
- C. All application scopes can read from the table
- D. The table and its data are not accessible using web services
正解: C
質問 29
When configuring a REST Message, the Endpoint is:
- A. Information about the format of the returned data
- B. The URI of the data to be accessed, queried, or modified
- C. The commands to the REST script to stop execution
- D. The response from the provider indicating there is no data to send back
正解: B
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/integrate/outbound- rest/reference/r_RESTMessageElements.html
質問 30
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
- A. g_user.hasRoleFromList('catalog_admin')
- B. g_user.hasRoleOnly('catalog_admin')
- C. g_user.hasRole('catalog_admin')
- D. g_user.hasRoleExactly('catalog_admin')
正解: B
解説:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=dff705e6db7757c0d58ea345ca96196b
質問 31
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
- A. table.None will grant access to every record on the table
- B. table.id will grant access to a specific record on the table
- C. table.*will grant access to every field in a record
- D. table.field will grant access to a specific field in a record
正解: C
質問 32
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
質問 33
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
- A. Transform Map
- B. Cl Relationship Builder
- C. Data Sources
- D. Business Service Management Map
正解: A
解説:
Explanation
A transform map determines the relationships between fields displaying in an Import Set table and fields in an existing ServiceNow table, such as the Incidents or Users table.
質問 34
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
- A. gs.debug()
- B. gs.error()
- C. gs.warn()
- D. gs.log()
正解: D
解説:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=bd71cb29db98dbc01dcaf3231f9619c6
質問 35
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
- A. all tables
- B. parent table
- C. base table
- D. child table
正解: D
解説:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=7ddc4462dbe2b3840be6a345ca9619af
質問 36
Which one of the following client-side scripts apply to Record Producers?
- A. UI Scripts and UI Actions
- B. UI Scripts and Record Producer Scripts
- C. Catalog Client Scripts and Catalog UI Policies
- D. Client Scripts and UI Policies
正解: C
質問 37
Which one of the following client-side scripts apply to Record Producers?
- A. UI Scripts and UI Actions
- B. UI Scripts and Record Producer Scripts
- C. Catalog Client Scripts and Catalog UI Policies
- D. Client Scripts and UI Policies
正解: C
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/ concept/c_CatalogClientScriptCreation.html
質問 38
The source control operation used to store local changes on an instance for later application is called a(n)
<blank>.
- A. Update set
- B. Tag
- C. Branch
- D. Stash
正解: D
質問 39
Which one of the following is true for GlideUser (g_user) methods?
- A. Can be used in Business Rules, and Scripts Includes
- B. Can be used in Client Scripts, UI Policies, and UI Actions
- C. Can be used in Business Rules only
- D. Can be used in Client Scripts and UI Policies only
正解: B
質問 40
......
試験合格保証付きのServiceNow Certification CAD試験問題集:https://www.goshiken.com/ServiceNow/CAD-mondaishu.html
ServiceNow CAD日常練習試験は2022年最新のに更新された60問あります:https://drive.google.com/open?id=1b8YOUtmGFa_2mhZJjh4TfpPhasuhRKho