
リアルServiceNow CAD試験問題集には正解201問題と解答があります
有効なCADテスト解答とServiceNow CAD試験PDF問題を試そう
ServiceNow CAD(Certified Application Developer-ServiceNow)試験は、ServiceNowプラットフォーム上の認定開発者になりたい専門家向けの認定試験です。この試験は、ServiceNow上でアプリケーションを開発およびカスタマイズする能力をテストするために設計されています。試験は、アプリケーション開発、スクリプト、UIカスタマイズ、他のシステムとの統合など、幅広いトピックをカバーしています。この試験に合格することは、候補者がServiceNowプラットフォーム上でアプリケーションを開発およびカスタマイズする能力を示したことを意味します。
質問 # 44
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
- A. Select Import Set, Select Transform Map, Run Transform
- B. Define Data Source, Select Transform Map, Run Transform
- C. Select Data Source, Schedule Transform
- D. Load Data, Create Transform Map, Run Transform Most Voted
正解:D
解説:
The steps to import new data into ServiceNow from a spreadsheet are: Load Data, Create Transform Map, Run Transform. Load Data is the process of uploading the spreadsheet file and creating an Import Set table that contains the data to be imported. Create Transform Map is the process of defining how the fields from the Import Set table map to the fields of the target table in ServiceNow. Run Transform is the process of executing the Transform Map and copying the data from the Import Set table to the target table. Reference: Import sets, Transform maps
質問 # 45
What is the REST API Explorer used to do?
- A. Practice using REST to interact with public data providers
- B. Find resources on the web for learning about REST
- C. Create sample code for sending REST requests to ServiceNow
- D. Convert SOAP Message functions to REST methods
正解:C
解説:
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]
質問 # 46
Identify the incorrect statement about Delegated Development in ServiceNow.
- A. Administrators can grant the developer access to script fields.
- B. Administrators can grant non-admin users the ability to develop global applications.
- C. Administrators can grant the developer access to security records.
- D. Administrators can specify which application file types the developer can access.
正解:B
解説:
Administrators can grant non-admin users the ability to develop global applications. Delegated Development is for the scoped applications only Reference:
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. References: [Advantages of Scoped Applications in ServiceNow], [Product Documentation | ServiceNow]
質問 # 47
Why create Applications in ServiceNow?
A) To replace outdated inadequate custom business applications and processes B) To extend service delivery and management to all enterprise departments C) To allow users full access to all ServiceNow tables, records and fields D) To extend the value of ServiceNow
- A. b c and d
- B. a b and c
- C. a b and d
- D. a b c and d
正解:C
解説:
Creating applications in ServiceNow can help businesses replace outdated, inadequate, custom business applications and processes, extend service delivery and management to all enterprise departments, and extend the value of ServiceNow by leveraging its platform capabilities and integrations1234.
References = 1: What are Application Services? - ServiceNow 2: What is Application Development? - ServiceNow 3: Custom Applications in ServiceNow - The Cloud People 4: Build Custom Apps in ServiceNow
- eBook - ServiceNow
質問 # 48
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
- A. table.*will grant access to every field in a record
- B. table.None will grant access to every record on the table
- C. table.id will grant access to a specific record on the table
- D. table.field will grant access to a specific field in a record
正解:A
質問 # 49
Which one of the following is NOT a debugging strategy for client-side scripts?
- A. gs.log()
- B. jslog()
- C. g_form.addInfoMessage()
- D. Field Watcher
正解:A
解説:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/rome/new_to_servicenow/app_store_learnv2_scripting_rome_debugging_client_scripts
質問 # 50
How does ServiceNow match inbound email to existing records?
- A. Record link
- B. sys_id
- C. Watermark
- D. Subject line
正解:C
解説:
https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_flowdesigner_tokyo_flow_de
"By default, the system generates a watermark label at the bottom of each notification email to allow matching incoming email to existing records."https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/concept/c_
質問 # 51
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
- A. Allow configuration
- B. Can create, Can update, and Can delete
- C. Can read does not affect the availability of other Application Access fields
- D. All access to this table via web services
正解:B
解説:
"You must first select read access to grant any other API record operation." https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/reference/r_TableApplicationAccessFields.html The Application Access configuration fields control the access level for an application and its tables. The following Application Access configuration fields are not available if the Can read configuration field is not selected:
Can create. This field determines whether users can create records on the application tables.
Can update. This field determines whether users can update records on the application tables.
Can delete. This field determines whether users can delete records on the application tables.
These fields are not available because they depend on the Can read field, which determines whether users can view records on the application tables. If users cannot read records, they cannot create, update, or delete them either.
The following Application Access configuration fields are available regardless of the Can read configuration field:
All access to this table via web services. This field determines whether users can access the application tables using web services, such as REST or SOAP.
Allow configuration. This field determines whether users can configure the application tables, such as adding or modifying fields, views, or indexes. References: Application Access, Certified Application Developer (CAD) Learning Path
質問 # 52
Which of the following is an available feature in Studio?
Choose 2 answers
- A. Search branch
- B. Push to update set
- C. Merge branches
- D. Push to external source control
正解:A、C
質問 # 53
Many actions are included with flow designer what are some frequently used core actions?
Choose 4 answers
- A. Look for Update
- B. Ask for Approval
- C. Create Record
- D. Wait for Condition
- E. Wart for Match
- F. Look Up Record
正解:B、C、D、F
質問 # 54
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. itil users
- C. No users
- D. Users with kb_user role
- E. Any user with an article's permalink
正解:A
質問 # 55
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
- A. Application Manager
- B. Application Super User
- C. Application Fulfiller
- D. Application Admin
正解:D
解説:
An application admin is a role that grants full access to an application and its tables, scripts, and other components1. An application admin can create, modify, and delete any element of the application, as well as publish and install it2. An application typically has an application admin role that is automatically created and assigned to the application creator3.
References = 1: Application administration - ServiceNow Docs 2: Application admin role - ServiceNow Docs 3: Application roles - ServiceNow Docs
質問 # 56
When configuring a module, what does the Override application menu roles configuration option do?
- A. Users with access to the application menu can see the module even if they don't have the module role
- B. Admin is given access to the module even if Access Controls would ordinarily prevent access
- C. Self-Service users can access the module even though they do not have roles
- D. Users with the module role but without access to the application menu access the module
正解:D
解説:
Checkbox tooltip: "Show this module when the user has the specified roles. Otherwise the user must have the roles specified by both the application menu and the module." The following is true for the Override application menu roles configuration option when configuring a module:
Users with the module role but without access to the application menu access the module. This is true because the Override application menu roles option allows users to bypass the application menu role requirement and access the module directly if they have the module role. For example, if a module has the itil role and the Override application menu roles option enabled, and the application menu has the admin role, then a user who has the itil role but not the admin role can still access the module.
The following are not true for the Override application menu roles configuration option when configuring a module:
Self-Service users can access the module even though they do not have roles. This is false because the Override application menu roles option does not grant access to the module to users who do not have any roles. Self-Service users are users who do not have any roles assigned to them and can only access the Self-Service portal and the Knowledge Base. To access the module, users need to have at least the module role.
Admin is given access to the module even if Access Controls would ordinarily prevent access. This is false because the Override application menu roles option does not override the Access Control (ACL) rules that apply to the module. Access Control rules are used to restrict the access to the data and functionality of the ServiceNow platform based on the user's roles and conditions. Admin is a role
質問 # 57
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
- A. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
- B. The Protection Policy is applied only if the glide.app.apply_protection system property value is true
- C. The Protection policy option can only be enabled by a user with the admin role
- D. Any user with the protected_edit role can see and edit the Script Include
正解:A
解説:
https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ScriptProtectionPolicy.html
質問 # 58
Which one of the following is NOT a purpose of application scoping?
- A. Provide a way of tracking the user who developed an application
- B. Provide controls for how scripts from another scope can alter tables in a scoped application
- C. Provide a namespace (prefix and scope name) to prevent cross application name collisions
- D. Provide a relationship between application artifacts
正解:A
質問 # 59
a. To replace outdated, inadequate, custom business applications and processes b. To extend service delivery and management to all enterprise departments c. To allow users full access to all ServiceNow tables, records, and fields d. To extend the value of ServiceNow
- A. b, c, and d
- B. a, b, c, and d
- C. a, b, and c
- D. a, b, and d
正解:D
解説:
The correct combination of statements is a, b, and d. These are possible reasons to build custom applications on ServiceNow:
To replace outdated, inadequate, custom business applications and processes. Building custom applications on ServiceNow can help digitize and automate manual or legacy processes that are not covered by existing ServiceNow solutions. This can improve efficiency, data quality, user experience, and innovation.
To extend service delivery and management to all enterprise departments. Building custom applications on ServiceNow can help provide consistent and scalable services across different functions and teams in the organization. This can enhance collaboration, visibility, productivity, and customer satisfaction.
To extend the value of ServiceNow. Building custom applications on ServiceNow can help leverage the capabilities and benefits of the Now Platform, such as low-code development tools, workflow automation engine, AI-powered insights, security operations, etc. This can increase agility, resilience, performance, and value.
The statement c is not a valid reason to build custom applications on ServiceNow:
To allow users full access to all ServiceNow tables, records, and fields. Building custom applications on ServiceNow does not imply granting users full access to all data and objects in ServiceNow. Access control rules still apply to custom applications and their components to ensure security and compliance. Reference: Build Custom Apps in ServiceNow - eBook
質問 # 60
What is the best UX format to use for lists and forms?
- A. Classic
- B. Standard
- C. Forms
- D. Lists
正解:A
質問 # 61
Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:
table.None read Access Control for users with the admin and itil roles
table. * read Access Control for users with the admin role
table. field3 read Access Control for users with the itil role
Which field or fields can a user with the itil role read?
- A. field1, field2. andfield3
- B. field 1 andfield3
- C. field3 only
- D. All fields except field3
正解:C
解説:
An Access Control list (ACL) defines what data users can access and how they can access it in ServiceNow tables1. The ACL evaluates the user roles and the conditions defined in the ACL rules to determine the user's access level2. In this case, the ACL rules for the table are as follows:
* table.None read Access Control for users with the admin and itil roles: This means that users with the admin or itil roles cannot read any field in the table unless there is a more specific rule that grants them access3.
* table. * read Access Control for users with the admin role: This means that users with the admin role can read all fields in the table.
* table. field3 read Access Control for users with the itil role: This means that users with the itil role can read only the field3 in the table.
Therefore, a user with the itil role can read only the field3 in the table, and not the other fields.
References = 1: Access Control Lists - ServiceNow Docs 2: How ACL Rules Are Evaluated - ServiceNow Docs 3: Access Control List Rules - ServiceNow Docs : Wildcard in ACL Rules - ServiceNow Docs :
Field-Level ACL Rules - ServiceNow Docs
質問 # 62
......
CAD試験問題と有効なCAD問題集でPDF:https://www.jpntest.com/shiken/CAD-mondaishu
ServiceNow CAD認定リアル2025年最新の模擬試験:https://drive.google.com/open?id=1ORX-DDMJh8UnPDd0rikhTox2zSlyVGsE