ServiceNow Certified Application Developer 試験
最新更新時間: 2025/12/02
【秋学習応援セール|10月限定キャンペーン】:CAD 最新真題を買う時、日本語版と英語版両方を同時に獲得できます。
実際の問題集を練習し、試験のポイントを了解し、テストに申し込むするかどうかを決めることができます。
さらに試験準備時間の35%を節約するには、CAD 問題集を使用してください。
Question No : 1
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
正解:
Explanation:
An example of when an application might not use a Scheduled Script Execution (Scheduled Job) is when the application needs to run a client-side script at the same time every day. A Scheduled Script Execution is a server-side script that runs on a specified schedule and performs some action on the server or database. A client-side script runs on the user’s browser and cannot be scheduled by ServiceNow. The other options are examples of when an application might use a Scheduled Script Execution, such as sending email reminders, running a clean up script, or querying the database for unassigned records.
Reference: Scheduled Script Execution, Client scripts
Question No : 2
Which of the following statements is NOT true for the Form Designer?
正解:
Explanation:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form-administration/concept/c_FormDesign.html
Question No : 3
Which method is used to retrieve Application Property values in a script?
正解:
Explanation:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_learnv2_automatingapps_tokyo_use_application_prop erties
Question No : 4
What is the purpose of the Application Picker?
正解:
Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_ApplicationPicker.html
Question No : 5
Which script types execute on the server? (Choose three.)
正解:
Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html
Question No : 6
Which one of the following objects CANNOT be used in a Script Action script?
正解:
Explanation:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/platform-events/reference/r_ScriptActions.html
Question No : 7
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application.
Table A's records will be installed when:
A. Table A is active and extends the Task table
B. Table A's records are added to the application record using the Create Application Files context menu item
C. Table A has an automatic number counter for new records
D. Table A is not included in the System Clone > Exclude Tables list
正解: B
Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/t_IncludeApplicationData.html
Question No : 8
How can an application link to a repository behind a firewall?
正解:
Explanation:
"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
Question No : 9
How does ServiceNow match inbound email to existing records?
正解:
Explanation:
https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_flowdesigner_tokyo_flow_designer/app_store_learnv2_flowdesigner_tokyo_notifications_in_flow_designer/app_store_learnv2_flowdesigner_tokyo_inbound_email_and_flows
"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_WorkingWithWatermarks.html
Question No : 10
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
正解:
Explanation:
"Restricted caller access [sys_restricted_caller_access] records track cross-scope applications or scripts that request access to an application, application resource, or event in the Now Platform." <<== this is the third sentence down in the following link: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/restricted-caller-access-privilege.html
Question No : 11
What are three ServiceNow table creation methods? (Choose three.)
正解:
Explanation:
"If there are no spreadsheets or existing tables to use for your application, you can create and customize a new table." see this quote in link below: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/app-engine-studio/task/create-table.html
Also see:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/task/gac-create-table-from-scratch.html
Also, no search results if search on "Now Experience Table Creator".
Question No : 12
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?
正解:
Explanation:
"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
Question No : 13
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?
正解:
Explanation:
https://docs.servicenow.com/bundle/tokyo-platform-security/page/administer/contextual-security/concept/access-control-rules.html
Question No : 14
Which of the following is NOT a caller access field option?
正解:
Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/set-RCA-level.html
Question No : 15
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
正解:
Explanation:
"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