
合格させちゃうCertified Application Developer CAD試験簡単かつ正確なPDF問題 [2024年03月20日]
CAD認証試験問題集解答を提供しています
ServiceNow CAD認定試験は、ITの専門家がServiceNowアプリケーション開発の専門知識を実証し、キャリアの見通しを強化する絶好の機会です。この認定プログラムは、雇用主によって広く認識されており、ヘルスケア、財務、政府、小売など、さまざまな業界で新しい雇用機会を開くことができます。 ServiceNowの専門家に対する需要が高まっているため、ServiceNow CAD認証を取得することは、この分野でのキャリアを進歩させようとする個人にとって貴重な資産になります。
ServiceNowは、ITサービス管理(ITSM)、IT運用管理(ITOM)、およびITビジネスマネジメント(ITBM)ソリューションを提供するクラウドベースのプラットフォームです。組織がワークフローを自動化し、効率を向上させ、顧客満足度を向上させるのに役立ちます。多くの企業がServiceNowを採用してビジネスプロセスを合理化しており、その結果、このプラットフォームでの認定アプリケーション開発者(CAD)の需要が急速に増加しています。
質問 # 27
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification
- A. a and c
- B. a and d
- C. c
- D. b and c
正解:B
解説:
"There are two possible ways to respond to events:
- Email Notification
- Script Action" - see this quote in link below:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_learnv2_automatingapps_tokyo_responding_to_events
質問 # 28
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)
- A. source_control_admin
- B. source_control
- C. admin
- D. git_admin
正解:B、C
質問 # 29
Which of the following CANNOT be debugged using the Field Watcher?
- A. Business Rules
- B. Access Controls
- C. Script Includes
- D. Client Scripts
正解:C
解説:
The Field Watcher is a debugging tool that allows you to monitor the values of fields on a form as they change due to scripts or other actions. It can be used to debug Business Rules, Client Scripts, and Access Controls, but not Script Includes. Script Includes are server-side scripts that define reusable functions and classes. They are not associated with any specific field or form, and therefore cannot be watched by the Field Watcher.
References:
Field Watcher
Script Includes
質問 # 30
Which class is NOT part of the Client side scoped APIs?
- A. GuideRecord
- B. GuideForm
- C. GuideDialogWindow
- D. GuideAjex
正解:A
解説:
This class allows you to create and manipulate dialog windows on the user interface. You can use this class to display messages, forms, or custom HTML content in a modal window.
GuideAjex: This class allows you to make asynchronous calls to the server and process the response. You can use this class to retrieve data, execute scripts, or perform actions on the server without reloading the page.
GuideForm: This class allows you to access and manipulate the fields and values on a form. You can use this class to get or set field values, show or hide fields, add or remove options, or validate field inputs.
The class GuideRecord is not part of the Client side scoped APIs. GuideRecord is part of the Server side scoped APIs, which are a set of classes and methods that allow you to interact with the database and perform server-side logic on the ServiceNow platform. GuideRecord is a class that represents a record in a table and allows you to query, insert, update, or delete records on the server.
References:
[Client side scoped APIs]
[Server side scoped APIs]
質問 # 31
Application developers configure ServiceNow using industry standard JavaScript to...
- A. Configure the outgoing email display name
- B. Customize the organization's company logo and banner text
- C. Enable the right-click to edit the context menus on applications in the navigator
- D. Extend and add functionality
正解:D
解説:
Application developers configure ServiceNow using industry standard JavaScript to extend and add functionality. JavaScript is a scripting language that enables developers to create dynamic and interactive web pages, as well as manipulate data and logic on the server-side. ServiceNow provides various APIs and frameworks for developers to use JavaScript to customize and enhance the functionality of their applications, such as client scripts, UI policies, business rules, script includes, UI actions, and more. Reference: [ServiceNow Docs - JavaScript in ServiceNow], [ServiceNow Docs - Scripting in ServiceNow]
質問 # 32
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.hasRole('catalog_admin')
- B. g_user.hasRoleOnly('catalog_admin')
- C. g_user.hasRoleFromList('catalog_admin')
- D. g_user.hasRoleExactly('catalog_admin')
正解:B
解説:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=dff705e6db7757c0d58ea345ca96196b
質問 # 33
Which one of the following client-side scripts apply to Record Producers?
- A. UI Scripts and UI Actions
- B. Catalog Client Scripts and Catalog UI Policies
- C. Client Scripts and UI Policies
- D. UI Scripts and Record Producer Scripts
正解: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
質問 # 34
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
- A. Transform Map
- B. Schema Map Relationship Builder
- C. Data Sources
- D. Business Service Management Map
正解:A
解説:
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.
References:
* 1. What Exactly is an Import Set? - ServiceNow Developers
* Import set table - ServiceNow Application Development [Book]
質問 # 35
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
- A. GlideSystem and GlideRecord
- B. GlideUser and GlideRecord
- C. GlideRecord and current
- D. GlideSystem and current
正解:C
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/useful-scripts/ concept/c_UsefulSchedulingScripts.html
質問 # 36
Which of the following is NOT a caller access field option?
- A. Caller Tracking
- B. Caller Restriction
- C. None
- D. Caller Permission
正解:D
解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/set-RCA-level.html
質問 # 37
When creating an application through the Guided Application Creator, which of the following is a user experience option?
- A. Self-service
- B. Portal
- C. Workspace
- D. Mobile
正解:D
解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/guid
質問 # 38
Which of the following objects does a Display Business Rule NOT have access to?
- A. current
- B. GlideSystem
- C. previous
- D. g_scratchpad
正解:C
質問 # 39
Which of the following methods is NOT part of the ServiceNow REST API?
- A. COPY
- B. POST
- C. DELETE
- D. GET
正解:A
解説:
The ServiceNow REST API is a web service that allows you to interact with the ServiceNow platform using HTTP requests and responses. The ServiceNow REST API supports the following methods:
POST: This method allows you to create a new record or execute an action on the ServiceNow platform. For example, you can use the POST method to create an incident or run a script.
GET: This method allows you to retrieve information from the ServiceNow platform. For example, you can use the GET method to get the details of a user or a table.
DELETE: This method allows you to delete a record or a resource from the ServiceNow platform. For example, you can use the DELETE method to delete an attachment or a workflow context.
PUT: This method allows you to update a record or a resource on the ServiceNow platform. For example, you can use the PUT method to update the state of a task or the value of a system property.
PATCH: This method allows you to update a record or a resource on the ServiceNow platform by sending only the changes. For example, you can use the PATCH method to update the short description of an incident or the order of a module.
The method COPY is not part of the ServiceNow REST API. There is no COPY method in the HTTP protocol. To copy a record or a resource on the ServiceNow platform, you need to use the POST method with the clone action.
Reference:
ServiceNow REST API overview
ServiceNow REST API methods
[ServiceNow REST API actions]
質問 # 40
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. Create an application property to store the URL
- B. Write a script in the Record Producer's Script field: producer.redirect = "<URL>";
- C. Write an after Business Rule script for the Record Producer's table: window.redirect = "<URL>";
- D. Configure the page in the Module that opens the Record Producer Ul
正解:B
解説:
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
質問 # 41
Which one of the following is NOT a UI Action type?
- A. List banner button
- B. List choice
- C. Form choice
- D. Form button
正解:B
解説:
A UI Action is a button, link, or choice that can be clicked by a user to perform an action, such as submitting a form or running a script. The following are UI Action types:
List choice. This is a UI Action that appears as a choice list on a list of records. It can be used to perform an action on multiple records at once, such as deleting or updating them.
Form button. This is a UI Action that appears as a button on a form. It can be used to perform an action on the current record, such as saving or approving it.
List banner button. This is a UI Action that appears as a button on the banner of a list of records. It can be used to perform an action on the entire list, such as exporting or printing it.
The following is not a UI Action type:
Form choice. This is not a UI Action type, but a field type. A form choice is a field that displays a choice list on a form. It can be used to select a value from a predefined set of options, such as priority or state. Reference: UI Actions, Field Types
質問 # 42
Which one of the following is the baseline behavior of a table in a privately-scoped application?
- A. All application scopes can read from the table
- B. Any Business Rule can read, write, delete, and update from the table
- C. The table and its data are not accessible using web services
- D. Only artifacts in the table's application can read from the table
正解:A
解説:
https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html The baseline behavior of a table in a privately-scoped application is that all application scopes can read from the table. A privately-scoped application is an application that restricts write access to its tables and resources to scripts within the same scope. However, read access is allowed by default for all scopes, unless the administrator explicitly denies it using an Access Control rule. This allows for data sharing between different applications while maintaining data integrity and security. Reference: [Product Documentation | ServiceNow], [Advantages of Scoped Applications in ServiceNow]
質問 # 43
How does ServiceNow match inbound email to existing records?
- A. Subject line
- B. Record link
- C. sys_id
- D. Watermark
正解:D
解説:
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_
質問 # 44
Modules must have a Link type. Which one of the following is a list of Link types?
- A. Assessment, List of Records, Separator, Timeline Page
- B. List of Records, Separator, Catalog Type, Roles
- C. Assessment, List of Records, Content Page, Roles
- D. List of Records, Content Page, Order, URL (from arguments:)
正解:A
解説:
Explanation
Explanation/Reference: https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/ navigation_and_ui/reference/r_ModuleLinkTypes.html
質問 # 45
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
- A. GlideDate Time
- B. current
- C. GlideSystem
- D. GlideRecord
正解:A
解説:
https://developer.servicenow.com/dev.do#!/reference/api/paris/server_legacy/c_GlideSystemAPI#r_GS-nowNoT
質問 # 46
......
検証済みで更新されたCAD問題集と解答で100%一発合格保証の問題集:https://drive.google.com/open?id=1zqV7uvP8sqPD1ZIQ2RCLYAL9ks7maged
更新されたCAD試験練習テスト問題:https://www.goshiken.com/ServiceNow/CAD-mondaishu.html