
100%の合格率を試そう!更新されたのはCAD試験問題 [2023]
合格させるCAD試験にはリアル問題解答
ServiceNow CAD認定試験は、ServiceNowアプリケーション開発、データモデリング、スクリプト、ユーザーインターフェイスのカスタマイズ、ワークフロー構成、他のシステムとの統合など、幅広いトピックをカバーしています。このプログラムは、個人がServiceNowアプリケーションをより効率的かつ効果的に開発および管理するために必要なスキルを習得し、組織や顧客により良いサービスを提供できるようにするために設計されています。
質問 # 11
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 Business Rules only
- C. Can be used in Client Scripts and UI Policies only
- D. Can be used in Client Scripts, UI Policies, and UI Actions
正解:D
質問 # 12
In an Email Notification, which one of the following is NOT true for the Weight field?
- A. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met
- B. Only Notifications with the highest weight for the same record and recipients are sent
- C. A Weight value of zero means that no email should be sent
- D. The Weight value defaults to zero
正解:C
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/notification/task/ t_CreateANotification.html
質問 # 13
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. Table
- C. Script Include
- D. Workflow
正解:B
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/ set-RCA-level.html
質問 # 14
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
質問 # 15
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
正解:D
解説:
The Bar Chart and Pie Chart report types can be created by right-clicking on a column header in a table's list. These report types show how individual pieces of data relate to the whole using proportional bars or slices. You can also choose different aggregation methods such as count, sum, average, min, max, or percent. Reference: [Create reports from lists]
質問 # 16
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
- A. Script the function(s)
- B. Identify the table
- C. Create a class
- D. Create a prototype object from the new class
正解:B
質問 # 17
Which one of the following is true?
- A. The execution order for a UI Policy's Scripts and Actions is determined at runtime
- B. A UI Policy's Actions and Scripts execute at the same time
- C. A UI Policy's Scripts execute before the UI Policy's Actions
- D. A UI Policy's Actions execute before the UI Policy's Scripts
正解:C
質問 # 18
Which objects can be used in Inbound Action scripts?
- A. current and producer
- B. current and email
- C. current and previous
- D. current and event
正解:B
解説:
Inbound Action scripts are server-side scripts that run when an email is received by the system. They can use the current object to access the record that is created or updated by the email, and the email object to access the properties and methods of the email message. The previous and event objects are not available in Inbound Action scripts. The producer object is only available in Record Producer scripts, which are used to create records from a service catalog item.
References:
Inbound Action scripts
[Record Producer scripts]
質問 # 19
When configuring a REST Message, the Endpoint is:
- A. The response from the provider indicating there is no data to send back
- B. Information about the format of the returned data
- C. The commands to the REST script to stop execution
- D. The URI of the data to be accessed, queried, or modified
正解:D
質問 # 20
Which one of the following is part of the client-side scripting API?
- A. GlideSystem object (gs)
- B. workflow.scratchpad
- C. current and previous objects
- D. GlideUser object (g_user)
正解:D
解説:
https://developer.servicenow.com/dev.do#!/reference/api/rome/client
質問 # 21
Which of the following is NOT a trigger type in Flow Designer?
- A. Outbound Email
- B. Application
- C. Schedule
- D. Record
正解:A
質問 # 22
Which of the following are configured in an Email Notification?
a) Who will receive the notification.
b) What content will be in the notification.
c) When to send the notification.
d) How to send the notification.
- A. a, c and d
- B. a, b, and d
- C. a, b and c
- D. b, c and d
正解:C
解説:
Explanation/Reference: https://hi.service-now.com/kb_view.do?sysparm_article=KB0712569
質問 # 23
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. a, b, and c
- B. b, c, and d
- C. a, b, c, and d
- 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
質問 # 24
Client-side scripts manage what?
- A. User access
- B. Forms and Forms Fields
- C. Playbook access
- D. Database and backend
正解:D
解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html
質問 # 25
Which of the following are configured in an Email Notification?
a) Who will receive the notification.
b) What content will be in the notification.
c) When to send the notification.
d) How to send the notification.
- A. a, c and d
- B. a, b, and d
- C. a, b and c
- D. b, c and d
正解:C
解説:
https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/task/t_CreateANotification.html Reference:
An Email Notification is a record that defines the content and conditions for sending an email message from the ServiceNow platform. The following are configured in an Email Notification:
Who will receive the notification. This is specified by the Recipients related list, which can include users, groups, email addresses, or scripts that return email addresses.
What content will be in the notification. This is specified by the Subject and Message HTML fields, which can include variables, scripts, or templates to dynamically generate the email content.
When to send the notification. This is specified by the When to send tab, which defines the conditions and events that trigger the email notification.
The following is not configured in an Email Notification:
How to send the notification. This is not a configuration option for an Email Notification. The platform uses the SMTP protocol to send email messages, and the email properties control the email server settings and behavior. References: Email Notifications, Get Started with Notifications
質問 # 26
Which of the following statements does NOT apply when extending an existing table?
- A. The new table inherits all of the fields from the parent table
- B. You must script and configure all required behaviors
- C. The new table inherits the functionality built into the parent table
- D. The parent table's Access Controls are evaluated when determining access to the new table's records and fields
正解:B
解説:
You must script and configure all required behaviors Provided link has this statement: Extending an existing ServiceNow table means the new table inherits the parent table's columns as well as its business logic.
The following statements apply when extending an existing table:
The parent table's Access Controls are evaluated when determining access to the new table's records and fields. This is true because Access Control (ACL) rules are inherited from the parent table to the child table, unless the child table has its own ACL rules that override the parent table's rules. ACL rules are used to restrict the access to the data and functionality of the ServiceNow platform based on the user's roles and conditions.
The new table inherits the functionality built into the parent table. This is true because the new table inherits the business logic and the relationships from the parent table, such as Business Rules, Script Includes, UI Actions, UI Policies, and Reference Fields. Business logic and relationships are used to define the behavior and the structure of the data on the ServiceNow platform.
The new table inherits all of the fields from the parent table. This is true because the new table inherits the columns and the attributes from the parent table, such as Field Name, Data Type, Default Value, and Mandatory. Columns and attributes are used to define the properties and the characteristics of the data on the ServiceNow platform.
The following statement does not apply when extending an existing table:
You must script and configure all required behaviors. This is false because you do not have to script and configure all required behaviors when extending an existing table, as some of the behaviors are already inherited from the parent table, as explained above. However, you can script and configure additional or customized behaviors for the new table, such as adding new fields, creating new Business Rules, or modifying existing UI Actions. References: Table Extension, Access Control Rules
質問 # 27
Which one of the following is true regarding Application Scope?
- A. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
- B. Any developer can edit any application
- C. All applications are automatically part of the Global scope
- D. Developers can choose the prefix for a scope's namespace
正解:D
解説:
Explanation/Reference:
Reference https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ApplicationScope.html#r_ExampleNamespaceIdentifiers
質問 # 28
To see what scripts, reports, and other application artifacts will be in a published application:
- A. Open the list of Update Sets for the instance
- B. Enter the name of the Application in the Global search field
- C. Open the artifact records individually to verify the value in the Application field
- D. Examine the Application Files Related List in the application to be published
正解:A
解説:
Explanation/Reference: https://community.servicenow.com/community?
id=community_article&sys_id=d2dce665dbd0dbc01dcaf3231f9619fe
質問 # 29
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
- A. User name
- B. URL
- C. Application name
- D. Password
正解:C
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/ t_LinkAnApplicationToSourceControl.html
質問 # 30
......
CAD試験問題を最新版を今すぐ試そうの[2023年最新] 正解回答付き:https://jp.fast2test.com/CAD-premium-file.html
無料ServiceNow CADテスト練習問題試験問題集:https://drive.google.com/open?id=1u0jr5VTrsdwoBmR1KJH4DTPCiMMNJJ5q