最新のServiceNow CSA試験問題解答がズラリ
CSA試験練習テスト問題(更新された413問あります)
質問 # 88
If a user is on an Incident form and is alerted when they change the value of the Priority field, which type of script executes in the Platform?
- A. A business rule
- B. A server script
- C. A client script
- D. A fix script
正解:C
解説:
Explanation
A client script is a script that runs on the client side, meaning in the user's browser, and can manipulate the user interface or validate user input1. A client script can be configured to run when a form is loaded, when a field value changes, or when a form is submitted2. In this case, the script runs when the Priority field value changes and alerts the user.
ReferencesClient scriptsClient script types
質問 # 89
When impersonating a user for testing purposes, what is the best way to return the instance, logged in with your user account?
- A. End Impersonation
- B. Log out and back in
- C. Turn your computer off and on again
- D. Clear browser cache
正解:B
解説:
Reference:
https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/users-and-groups/concept/c_
質問 # 90
Which of the following are a type of client scripts supported in ServiceNow? (Choose four.)
- A. onLoad
- B. onUpdate
- C. onSubmit
- D. onCellEdit
- E. onChange
- F. onSave
- G. onEdit
正解:A、C、D、E
質問 # 91
On a list, what does each row show?
- A. A field
- B. A filter
- C. A table
- D. A record
正解:D
解説:
A list is a collection of records from a table. Each row in a list represents a record in that table1.
Reference Identifying the view used on a list or form ServiceNow: List Views for Beginners How Do I See A List Of Users And Their Roles In ServiceNow
質問 # 92
What are the main components of the Form Design interface? (Choose three.)
- A. Field Navigator
- B. Field Picker
- C. Field Layout
- D. Form Layout
- E. Page Header
正解:A、D、E
質問 # 93 
You are editing a new incident record and would like the Save" Dutton to be located on the Form header.
Which action would need to be taken for that button to appear?
- A. All > System Properties > Ul Properties > Turn on the Save" button
- B. Context Menu > Form Design > add the Save'' button
- C. All > System Properties > Ul Properties > Turn on the glide.ui.advanced* property
- D. Context Menu > Form Layout > add the Save* button.
正解:A
解説:
To add the Save button to the form header, users need to turn on the system property glide.ui.save_button, which enables the Save button on all forms1. Users can navigate to All > System Properties > UI Properties and search for the property name, then set the value to true1. Alternatively, users can use the sys_properties.list URL suffix and filter by the property name1.
References
* How to add or enable Save Button on all the forms across a Servicenow Instance - Support and Troubleshooting - Now Support Portal
質問 # 94
When moving a homepage or dashboard between instances, what must you remember?
- A. Manually add them to the update set
- B. They cannot be moved via update set
- C. They are automatically added to the update set
- D. Create a separate update set for them
正解:A
質問 # 95
On a form, which type of Geld has this icon which can be clicked, 10 S00 a preview of the associated record?
- A. Lookup
- B. Preview
- C. Quickview
- D. Reference:
- E. Snapshot
- F. Drilkdown
正解:D
質問 # 96
Which one of the following modules can be used to view field settings for a table?
- A. Access Control
- B. Tables & Columns
- C. Columns and Fields
- D. Tables and Fields
正解:B
質問 # 97
What are the two aspects to LDAP Integration?
- A. Data formatting
- B. Authentication
- C. Data Population
- D. Authorization
正解:B、C
質問 # 98
Which one of the following is NOT a type of Visual Task Board?
- A. Guided boards
- B. Feature
- C. Freeform
- D. Flexible
正解:B
解説:
https://docs.servicenow.com/bundle/london-servicenow-platform/page/use/visual-task-boards/reference/r_BoardStructure.html
質問 # 99
The customer has asked that your change the default layout of the task list.
* Number
* Task Type
* Parent
* Short Description
* Assignment Group
* Assignment
* Updated
After navigation to the list, where would you click, to meet this requirement?
- A. Click List Context Menu > Configure Columns
- B. Right click on any column header, Context menu > Configure > List Layout
- C. Right click List Gear icon > Configure > Columns
- D. Click List Context Menu >Personalize List
正解:B
質問 # 100
Which role can manage multiple knowledge bases?
- A. knowledge_admin
- B. knowledge_base_admin
- C. kb_admin
- D. sn_kb_admin
正解:A
解説:
Reference: https://docs.servicenow.com/bundle/rome-servicenow-platform/page/product/knowledge- management/reference/r_KnowledgeRoles.html
質問 # 101
User records are stored in which table?
- A. User [s_user]
- B. User [sys_user]
- C. User [sn_user]
- D. User [u_sys_user]
正解:B
質問 # 102
ServiceNow contains over 25 different report types. What are some of the types?
Choose 5 answers
- A. Speedometer
- B. Horizontal Bar
- C. Pie
- D. Odometer
- E. Donut
- F. Semi-Donut
- G. Thermometer
正解:A、B、C、E、F
質問 # 103
How would you describe the relationship between the incident and Task table?
- A. incident table is a database view of the Task table
- B. incident table is related to the Task table via the INC number
- C. Incident table has a many to many relationships with the Task table.
- D. Incident table is extended from task table.
- E. Incident table has a one to much relationship with the Task table.
正解:D
質問 # 104
What controls the publishing and retiring process for knowledge articles?
- A. Approval Policies
- B. Workflow Designer
- C. Workflows
- D. State Lifecycle
- E. Approval Definitions
正解:B
質問 # 105
When creating a new notification, what must you define?
Choose 3 answers
- A. The associated knowledge base
- B. Settings for handling inactive user accounts
- C. Under what conditions is the notification sent
- D. Who receives the notification
- E. What is the content of the notification
正解:C、D、E
質問 # 106
Which one of the following statements describes the purpose of a Service Catalog workflow?
- A. A Service Catalog workflow is used to drive complex fulfillment processes and sends notifications to defined users or groups
- B. A Service Catalog workflow generates three basic components: item variable types, tasks, and notifications
- C. Although a Service Catalog workflow cannot send notifications, the workflow drives complex fulfillment processes
- D. A Service Catalog workflow generates three basic components: item variable types, tasks, and approvals
正解:A
質問 # 107
What type of field allows you to look up values from one other table?
- A. Lookup
- B. Options
- C. Reference
- D. Selections
- E. Verity
- F. Dot walk
正解:C
解説:
Reference: https://support.microsoft.com/en-us/office/create-or-delete-a-lookup-field-87e84cbd-d60c-4473-
8a98-3e391c42f239#:~:text=A%20lookup%20field%20can%20display,order%20in%20the
%20Orders%20table
質問 # 108
......
ServiceNowは、あらゆる規模のビジネスに幅広いITサービスとソリューションを提供するクラウドベースのプラットフォームです。 ServiceNow Certified System Administrator(CSA)試験は、ServiceNowで働く専門家のスキルと知識を検証するように設計されています。 CSA試験に合格することは、IT業界で非常に求められている認定であるServiceNow認定システム管理者になるための重要なステップです。
あなたを合格させるServiceNow試験にはCSA試験問題集:https://www.jpntest.com/shiken/CSA-mondaishu
合格させるCSA試験情報と無料練習テスト:https://drive.google.com/open?id=1i1ILodbnroobyUb99iD-KDcY2sK3Hosg