
[2025年最新] 高合格率なCADテストアンサーかつServiceNow CADテストPDF
完璧CAD問題集試験問題と解答でパス保証されます
ServiceNowは、組織がIT運用を合理化し、サービス提供を改善できるようにするクラウドベースのソリューションの大手プロバイダーです。 ServiceNowは、専門家がプラットフォームを使用する際の知識とスキルを検証できるように、さまざまな認定を提供します。最も人気のある認定の1つは、ServiceNowの認定アプリケーション開発者(CAD)です。
ServiceNow CAD試験は、ServiceNowで働くプロフェッショナルや将来的にそうする予定のある人にとって貴重な認定資格です。この認定資格は、ServiceNowアプリケーション開発のスキルと知識を向上させたい開発者に特に有益です。また、ServiceNowで働くアーキテクト、コンサルタント、およびマネージャーがプラットフォームの機能を理解するためにも役立ちます。この認定資格は、候補者のServiceNowアプリケーション開発の専門知識を証明し、彼らをITサービス管理プラットフォームとしてServiceNowを使用する組織にとってより市場価値が高くなります。
質問 # 16
Which of the following is true about deleting fields from a table?
- A. User-defined non-inherited fields can be detected
- B. Table records are deleted when a field is detected
- C. Inherited fields can be detected
- D. Any field on a table can be deleted
正解:A
解説:
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
質問 # 17
What is a Module?
- A. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
- B. A group of menus, or pages, providing related information and functionality to end-users
- C. A web-based way of providing software to end-users
- D. A way of helping users quickly access information and services by filtering the items in the Application Navigator
正解:D
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/administer/navigation- and-ui/task/t_CreateAModule.html
質問 # 18
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
- A. Publish to a local drive
- B. Publish to a spreadsheet
- C. Publish to the ServiceNow Store
- D. Publish to an Update Set
- E. Publish to an application repository
- F. Publish to a local USB device
正解:C、D、E
解説:
ServiceNow supports publishing an application to an application repository, an Update Set, or the ServiceNow Store. These methods allow the application to be installed on other instances or shared with other users.
References:
* Publish an application to the application repository
* 4 Ways to Publish a ServiceNow Application
* Publish applications to the ServiceNow Store
質問 # 19
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
a) You can repurpose existing fields by simply changing the label.
b) Use existing fields with no modifications.
c) Existing logic from the parent table will be automatically applied to the new table.
d) All of the parent table records are copied to the new table.
- A. a and b
- B. b and c
- C. a, b, and c
- D. a, b, c, and d
正解:C
解説:
Extending an existing table such as the Task table when creating a new application has several benefits, such as:
You can repurpose existing fields by simply changing the label. For example, you can change the Short description field to Summary or Title for your new table.
You can use existing fields with no modifications. For example, you can use the Assigned to, Priority, and State fields for your new table without changing anything.
Existing logic from the parent table will be automatically applied to the new table. For example, you can inherit the Business Rules, Client Scripts, and UI Policies from the Task table for your new table.
The only option that is not true is d) All of the parent table records are copied to the new table. Extending a table does not copy any records from the parent table to the new table. It only creates a new table that inherits the fields and logic from the parent table.
Reference:
[Extend a table]
[Task table]
質問 # 20
Which one of the following client-side scripts apply to Record Producers?
- A. UI Scripts and Record Producer Scripts
- B. Catalog Client Scripts and Catalog UI Policies
- C. Client Scripts and UI Policies
- D. UI Scripts and UI Actions
正解:B
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/ concept/c_CatalogClientScriptCreation.html
質問 # 21
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
- A. field3 only
- B. All fields except field3
- C. All fields
- D. filed1 and field3
正解:B
解説:
https://docs.servicenow.com/bundle/tokyo-platform-security/page/administer/contextual-security/concept/access-control-rules.html
質問 # 22
To see what scripts, reports, and other application artifacts will be in a published application:
- A. Examine the Application Files Related List in the application to be published
- B. Enter the name of the Application in the Global search field
- C. Open the list of Update Sets for the instance
- D. Open the artifact records individually to verify the value in the Application field
正解:A
解説:
To see what scripts, reports, and other application artifacts will be in a published application, the best option is to examine the Application Files Related List in the application to be published. This will show all the application files that belong to the application, grouped by file type and scope. You can also filter, sort, or search the list to find specific files.
The following options are not the best ways to see what application artifacts will be in a published application:
* Enter the name of the Application in the Global search field. This will perform a global text search on the instance and return any records that match the application name, which may include irrelevant or incomplete results.
* Open the list of Update Sets for the instance. This will show all the update sets that have been created or imported on the instance, but notnecessarily the ones that belong to the application to be published.
Update sets are used to move customizations between instances, not to publish applications to the ServiceNow Store or Share.
* Open the artifact records individually to verify the value in the Application field. This will require opening each record that may be part of the application and checking the Application field, which is tedious and error-prone. References: Publish an Application, Application Files
質問 # 23
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
- A. g_form getUserSysy
- B. gs.getUserID()
- C. g_form getUserID()
- D. gs.getUserSysID()
正解:B
解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/app-store/dev_portal/API_reference/gl
質問 # 24
What is a Module?
- A. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
- B. A group of menus, or pages, providing related information and functionality to end-users
- C. A web-based way of providing software to end-users
- D. A way of helping users quickly access information and services by filtering the items in the Application Navigator
正解:D
質問 # 25
When crafting a scoped application that contains flow actions, what is the application called?
- A. Action
- B. Bundle
- C. Row
- D. Spoke
正解:D
解説:
A spoke is a scoped application that contains flow actions that can be used in Flow Designer. Spokes allow developers to create reusable actions that can be shared across applications and instances.
References:
* Spokes - Product Documentation: San Diego - ServiceNow
* Create a spoke - Product Documentation: San Diego - ServiceNow
* Flow Designer Spokes - ServiceNow Developers
質問 # 26
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
- A. Use the Data data type to enter the date and time of day.
- B. Use the Choice data type to limit options in a field
- C. Use the string data type for a free-form text field.
- D. Use the Phone Number data type to automate phone number data validation.
正解:D
解説:
The data type of a field determines the format, validation, and display of the field value on a form. When selecting a data type for a field, you should consider the purpose and function of the field. The statements A, C, and D are correct for selecting a data type for a field. For example:
* Use the Choice data type to limit options in a field: The Choice data type allows you to create a field that has a predefined set of options for the user to select from. The options can be displayed as a drop-down list, radio buttons, or checkboxes. For example, you can use the Choice data type for a field that indicates the priority of a task.
* Use the Phone Number data type to automate phone number data validation: The Phone Number data type allows you to create a field that accepts and validates phone numbers. The field will automatically format the phone number according to the user's locale and country code. For example, you can use the Phone Number data type for a field that stores the contact number of a user.
* Use the string data type for a free-form text field: The string data type allows you to create a field that accepts any text input from the user. The field can have a maximum length of 255 characters. For example, you can use the string data type for a field that captures the short description of an incident.
The statement B is not correct for selecting a data type for a field. There is no Data data type in ServiceNow.
To enter the date and time of day, you should use the Date/Time data type. The Date/Time data type allows you to create a field that accepts and displays a date and time value. The field will use a calendar widget and a time picker to help the user enter the value. For example, you can use the Date/Time data type for a field that records the due date of a task.
References:
* [Field types]
* [Date/Time field type]
質問 # 27
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
- A. URL
- B. ACL
- C. Application name
- D. Password
- E. User name
- F. URI
正解:A、D、E
解説:
To link a ServiceNow application to a Git repository, you need to provide the user name, URL, and password of the Git account that hosts the repository12. The URL is the address of the Git repository that you want to link to the application. The user name and password are the credentials that you use to access the Git account. Alternatively, you can use a personal access token instead of a password for increased security3.
References = 1: Link an application to source control - ServiceNow Docs 2: Publish an application to the application repository - ServiceNow 3: Linking anapplication to Git using a personal access token instead of a password - ServiceNow
質問 # 28
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
- A. Any active user
- B. Any user with an article's permalink
- C. itil users
- D. No users
- E. Users with kb_user role
正解:A
質問 # 29
What ServiceNow feature allows you to include data from a secondary related table on a report?
- A. SQL
- B. Outer Join
- C. Dot Walking
- D. Joins
正解:C
質問 # 30
Which one of the following is NOT a debugging strategy for client-side scripts?
- A. Field Watcher
- B. gs.log()
- C. jslog()
- D. g_form.addInfoMessage()
正解:B
解説:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/rome/new_to_servicenow/app_store_learnv2_scripting_rome_debugging_client_scripts The following are debugging strategies for client-side scripts, which run in the web browser and manipulate the user interface:
g_form.addInfoMessage(). This is a client-side API that displays an information message at the top of the form.
Field Watcher. This is a debugging tool that displays the current and previous values of one or more fields on a form.
jslog(). This is a client-side API that writes a message to the browser console.
The following is not a debugging strategy for client-side scripts, but for server-side scripts, which run on the ServiceNow platform and manipulate the database:
gs.log(). This is a server-side API that writes a message to the system log. Reference: Client-Side Scripting APIs, Debugging Client Scripts
質問 # 31
Which one of the following client-side scripts apply to Record Producers?
- A. UI Scripts and Record Producer Scripts
- B. Catalog Client Scripts and Catalog UI Policies
- C. Client Scripts and UI Policies
- D. UI Scripts and UI Actions
正解:B
解説:
Catalog Client Scripts and Catalog UI Policies are the client-side scripts that apply to Record Producers. Catalog Client Scripts allow you to add or modify functionality on a catalog item or record producer form. Catalog UI Policies dynamically change information on a catalog item or record producer form. UI Scripts, UI Actions, Client Scripts, and UI Policies do not apply to Record Producers. Reference: Catalog client scripts, Catalog UI policies
質問 # 32
......
CAD試験問題高合格率なCAD問題集PDF:https://www.jpntest.com/shiken/CAD-mondaishu
CADのPDF問題集最近更新された問題:https://drive.google.com/open?id=1W1mEc1mS_REKGERAdqpa9-GlRIk2dLIU