Courseiva

ServiceNow Certified Implementation Specialist - Human Resources (CIS-HR, HR Service Delivery) (CIS-HR) (CIS-HR) — Questions 151225

313 questions total · 5pages · All types, answers revealed

Page 2

Page 3 of 5

Page 4
151
MCQmedium

If a user has both the 'hr_admin' and 'sn_hr_core.admin' roles, which role takes precedence for HR data security?

A.sn_hr_core.admin
B.They are evaluated together
C.hr_admin
D.The system admin role
AnswerA

The scoped admin role is required to manage scoped application security settings.

Why this answer

ServiceNow security evaluation generally grants access if any role is present, but scoped admin roles are required for specific HR application configuration.

152
MCQmedium

You are auditing your instance and find that unauthorized users are able to read HR Profile records. After verifying that no ACLs are broken, what is the next most likely source of this data exposure?

A.Before Query Business Rules
B.UI Actions
C.Workflow Properties
D.Client Scripts
AnswerA

If a Before Query Business Rule is misconfigured, it may fail to restrict the records returned in a list, resulting in unauthorized access.

Why this answer

Business Rules with 'query' operations (Before Query Business Rules) act as a filter at the database level and can accidentally expose data if not properly scoped.

153
MCQeasy

Which role is required to configure Lifecycle Events in ServiceNow?

A.admin
B.hr_admin
C.sn_hr_core.admin
D.sn_hr_le.admin
AnswerD

This role grants permission to manage LE configurations.

Why this answer

The sn_hr_le.admin role is specifically required for Lifecycle Event administration.

154
MCQhard

When configuring Employee Center (EC), you need to ensure that only employees in the 'North America' region see a specific banner. What is the most efficient way to achieve this?

A.User Criteria
B.Access Control Lists
C.Group Policies
D.HR Criteria
AnswerD

HR Criteria is the recommended approach for targeting content within the Employee Center.

Why this answer

HR Criteria is the native ServiceNow tool for targeting content visibility in the Employee Center.

155
MCQeasy

A HR administrator wants to ensure that HR cases are only assigned to agents who possess the 'Payroll' skill. Which configuration should they update?

A.Create a business rule on the hr_case table to validate skills
B.Set the 'Payroll' group as the primary assignment group
C.Update the HR Assignment Rule to include mandatory skill conditions
D.Modify the HR Service definition to enforce skill requirements
AnswerC

Assignment rules support skill filtering.

Why this answer

Assignment rules can be configured to use skill matching to ensure only agents with required skills are considered for assignment.

156
MCQmedium

What does the 'Execution Order' field in an Activity Definition do?

A.Controls order of activities within a set
B.Defines the audience hierarchy
C.Determines which activity set fires first
D.Determines when the case closes
AnswerA

Execution order is relative to siblings in the set.

Why this answer

It dictates the sequence of activities within a single Activity Set.

157
Multi-Selectmedium

Which THREE of the following items are found on the Lifecycle Event case form?

Select 3 answers
A.User password field
B.Activity status indicators
C.Current lifecycle stage
D.Related activities list
E.System properties configuration
AnswersB, C, D

Visible on the form.

Why this answer

The LE case form typically includes activity status indicators, the case lifecycle stage, and related activities or tasks.

158
Multi-Selectmedium

Which TWO of the following are valid ways to secure sensitive HR data on the platform?

Select 2 answers
A.Access Control Lists (ACLs)
B.HR Criteria
C.Business Rules
D.User Criteria
E.Column Level Encryption (CLE)
AnswersA, E

ACLs are fundamental for record-level security.

Why this answer

ACLs and Field Level Encryption (or Scoped Data Protection) are the primary security tools for HR data.

159
MCQmedium

Can a Lifecycle Event trigger another Lifecycle Event?

A.Yes, by calling the API
B.Yes, directly in the UI
C.No, not supported
D.Yes, via Activity Set
AnswerC

The engine is not designed for recursive LE triggering.

Why this answer

While not a standard direct feature, it can be achieved through custom business rules or specialized flow triggers, but is generally not a recommended practice for the LE engine.

160
MCQeasy

Which of the following is NOT an HR service category?

A.Employee Relations
B.Incident Management
C.Payroll
D.Benefits
AnswerB

Incident Management is an ITSM function, not an HR Service category.

Why this answer

HR Services are defined by Topics and Topic Details; 'Incident Management' is an ITSM category.

161
Multi-Selecteasy

Which TWO of the following are true about Lifecycle Events?

Select 2 answers
A.Used for complex HR processes
B.Only for internal employee requests
C.Replaces all HR workflows
D.Requires HRSD application
E.Are always single-step
AnswersA, D

Core purpose.

Why this answer

Lifecycle Events require the HR Service Delivery application and are used for complex cross-departmental processes.

162
MCQeasy

Where do HR agents go to see a list of all assigned HR tasks?

A.Employee Center > My Requests
B.HR Administration > Tasks
C.Service Desk > My Work
D.HR Case Management > My Tasks
AnswerD

This module specifically lists tasks assigned to the current user.

Why this answer

The 'My Tasks' list in the HR Case workspace is the primary view for agents.

163
MCQhard

When configuring an HR Service that requires an approval, where is the most efficient place to define the approval workflow?

A.Workflow Editor
B.Flow Designer
C.Business Rules
D.HR Service field
AnswerB

Flow Designer provides a robust, no-code way to manage approvals.

Why this answer

Flow Designer is the recommended tool to orchestrate approvals for HR services.

164
Multi-Selecthard

Which TWO methods can be used to monitor HR system performance?

Select 2 answers
A.HR Criteria
B.Performance Analytics
C.System Logs
D.Data Policies
E.UI Policies
AnswersB, C

PA tracks trends and system health metrics.

Why this answer

System Logs and the 'Performance Analytics' module are standard tools for monitoring.

165
MCQmedium

What is the purpose of the 'Wait for completion' checkbox on an activity within an activity set?

A.To notify the manager upon completion
B.To pause the activity set until the activity is finished
C.To prevent the case from being closed
D.To force the HR agent to complete the task
AnswerB

This field controls the flow of subsequent activities.

Why this answer

When checked, the engine pauses the activity set progression until the activity is completed.

166
Multi-Selecthard

Which TWO roles are commonly required for an HR Agent to function fully in the HR Workspace?

Select 2 answers
A.sn_hr_core.admin
B.admin
C.itil
D.sn_hr_core.basic
E.sn_hr_core.case_writer
AnswersA, E

Needed for admin capabilities.

Why this answer

The sn_hr_core.case_writer and sn_hr_sp.hrsp_admin (or agent) are core roles.

167
Multi-Selectmedium

Which TWO areas are used for 'Employee Center' administration?

Select 2 answers
A.Taxonomy
B.Assignment Rules
C.HR Case table
D.Portal
E.Script Include
AnswersA, D

The taxonomy is the core navigation structure.

Why this answer

The 'Taxonomy' and 'Portal' modules are key for Employee Center management.

168
Multi-Selectmedium

Which THREE are types of HR tasks?

Select 3 answers
A.e-Signature
B.Assignment
C.Approval
D.Upload Document
E.Case creation
AnswersA, C, D

Standard type.

Why this answer

e-Signature, Approval, and Upload Document are standard HR task types.

169
MCQhard

Which tool would you use to troubleshoot why an HR Service is not appearing for a specific user?

A.HR Criteria Diagnostics
B.Assignment rules
C.Session Debug
D.Log files
AnswerA

Specifically built for this.

Why this answer

The 'HR Criteria Diagnostics' tool helps visualize why criteria are not met.

170
Multi-Selecthard

Which THREE of the following represent ways to trigger an Activity Set?

Select 3 answers
A.Date
B.Condition
C.Time-based offset
D.Immediate
E.Manual
AnswersA, B, E

Valid trigger type.

Why this answer

Activity sets can be triggered by Dates, Conditions, or Manual intervention by an agent.

171
Multi-Selecthard

Which THREE things must be configured to enable a fully functional 'Life Cycle Event'?

Select 3 answers
A.Activity Sets
B.ACLs
C.Triggers
D.Activities
E.Service Portal
AnswersA, C, D

Activity sets group the work within the LCE.

Why this answer

LCEs require Activity Sets, Activities, and appropriate triggers.

172
MCQhard

An HR department wants to trigger a notification when a case is escalated. What is the best configuration tool?

A.Flow Designer
B.System Notification > Email
C.Business Rule
D.HR Service Activity
AnswerB

This is the standard location for configuring system-wide notifications.

Why this answer

Notifications are configured in the 'Notifications' module, triggered by events from the case record.

173
MCQeasy

An HR administrator needs to ensure that only members of the 'HR Tier 1' group can view sensitive HR cases. Which mechanism should be used to restrict access?

A.Update the HR Case ACLs
B.Use UI Policies
C.Change the HR Service configuration
D.Modify the Case Assignment Rules
AnswerA

ACLs are the standard security mechanism for row-level and column-level access control.

Why this answer

ACLs (Access Control Lists) on the sn_hr_core_case table are the primary method for restricting access based on roles and groups.

174
Multi-Selectmedium

Which THREE items can be linked to an HR Service?

Select 3 answers
A.Record Producer
B.Document Template
C.CMDB Item
D.Workflow
E.Knowledge Article
AnswersA, B, E

Record producers link the portal UI to the HR Service.

Why this answer

HR Services are designed to link to Record Producers, Knowledge Articles, and Document Templates.

175
MCQhard

You want to create a new Employee Journey that utilizes the Employee Service Center 'To-Do' list. Which component is required to link an Activity to a specific Journey?

A.HR Task Template
B.Journey Configuration Table
C.Lifecycle Event Case Type
D.Activity Content Mapping
AnswerC

The Lifecycle Event Case Type is the configuration object that ties the lifecycle event to the HR Case process.

Why this answer

The Lifecycle Event Type serves as the container that links the business process to the activities and the journey experience.

176
MCQeasy

Which module contains the 'Activity Definition' configurations?

A.Case Management > Definitions
B.Workflow > Activities
C.Lifecycle Event Administration > Activities
D.HR Administration > Tasks
AnswerC

Correct menu path.

Why this answer

Activity Definitions are accessed via the Lifecycle Event administration modules.

177
Multi-Selectmedium

Which THREE features are part of the HR Service Portal configuration?

Select 3 answers
A.Widgets
B.Assignment Rules
C.Portal Menu
D.HR Case Template
E.Theme
AnswersA, C, E

Displays data.

Why this answer

Portals are configured with Themes, Menu items, and Widgets.

178
MCQmedium

What happens if you have conflicting Field Mappings for the same target field?

A.Both values are concatenated
B.The first mapping applied wins
C.The last mapping applied wins
D.The system throws an error
AnswerC

System evaluates and overwrites.

Why this answer

The system processes mappings in a non-deterministic way unless order is specified, generally leading to the last evaluated value overwriting previous ones.

179
MCQeasy

Which feature allows you to bundle several activities together to be executed based on a specific trigger?

A.Lifecycle Event Cases
B.Activity Sets
C.Trigger Conditions
D.Activity Definitions
AnswerB

Sets manage the grouping and execution flow.

Why this answer

Activity Sets serve as containers for activities that trigger under shared conditions.

180
MCQmedium

When testing a new HR Service in the Employee Center, it does not appear. What is the most likely cause?

A.The server is down
B.The browser cache
C.HR Criteria is not met
D.The user lacks the 'itil' role
AnswerC

Visibility is governed by HR criteria.

Why this answer

HR Criteria usually restricts the visibility of items if they do not appear for a specific user.

181
MCQmedium

When setting up an HR Service, which field must be populated for it to appear in the 'Create New Case' module?

A.HR Service
B.Assignment group
C.Service category
D.Department
AnswerA

The service definition must be active and linked to a record producer.

Why this answer

The 'Publish' checkbox or the visibility settings must be active, but specifically, the 'HR Service' definition must be associated with the case producer.

182
MCQeasy

Which entity is the parent of all HR cases in the ServiceNow HR Service Delivery model?

A.sn_hr_core_profile
B.sn_hr_core_case
C.task
D.incident
AnswerB

This is the base table for all HR cases.

Why this answer

The 'sn_hr_core_case' table is the base class for all HR cases in the system.

183
MCQhard

You are tasked with creating a secure 'HR Portal' that hides the 'Employee Center'. What is the correct way to handle this architecture?

A.Portal User Criteria
B.Service Portal Properties
C.ACL on Portal
D.UI Policy
AnswerA

User Criteria determines portal access and visibility.

Why this answer

Configuring the Portal record and its associated 'User Criteria' determines who can see/access the portal.

184
MCQhard

You need to add a custom field to the HR Profile that syncs with an external payroll system. Which table should be extended or modified?

A.sys_user
B.sn_hr_core_config
C.sn_hr_core_case
D.sn_hr_core_profile
AnswerD

This is the base table for HR Profile information.

Why this answer

The HR Profile table (sn_hr_core_profile) is the central location for user-specific HR data.

185
MCQmedium

You need to ensure that an Activity Set is triggered only after the previous Activity Set is completed. How do you configure this?

A.Create a Flow Designer trigger.
B.Use an Activity Field Mapping to signal completion.
C.Set the 'Order' field on the second Activity Set to be higher than the first.
D.Configure a 'Wait for' condition in the Activity Set settings.
AnswerD

The 'Wait for' field is designed to make one Activity Set dependent on the completion of another.

Why this answer

The 'Wait for' condition in the Activity Set definition allows you to specify a dependency on a previous Activity Set.

186
Multi-Selecthard

Which THREE of the following are primary components of the HR Service Delivery data protection strategy when handling PII?

Select 3 answers
A.Log Redaction
B.Field Encryption
C.Access Control Lists (ACLs)
D.Workflow Activity Sets
E.Service Portal Themes
AnswersA, B, C

Redaction prevents PII from appearing in cleartext within log files.

Why this answer

HRSD utilizes Field Encryption, Log Redaction, and Access Control Lists to maintain a secure posture for PII.

187
Multi-Selecthard

Which THREE tables are part of the standard HR Service Delivery data model?

Select 3 answers
A.sn_hr_core_profile
B.incident
C.sn_hr_core_task
D.sn_hr_core_case
E.sys_user
AnswersA, C, D

Core profile table.

Why this answer

HR Core Case, HR Profile, and HR Task are foundational to the HR Service Delivery model.

188
Multi-Selecthard

Which THREE of the following are settings found in an HR Lifecycle Event?

Select 3 answers
A.Trigger Condition
B.Portal domain
C.Activity
D.Knowledge article template
E.Activity Sets
AnswersA, C, E

Starts the event.

Why this answer

Lifecycle Events include activities, activity sets, and trigger conditions.

189
MCQmedium

When configuring HR Service Delivery, which table should be used to store data about the organization's HR locations?

A.sn_hr_core_profile
B.sn_hr_core_case
C.cmn_location
D.sn_hr_core_location
AnswerC

This is the core table for location information.

Why this answer

The 'cmn_location' table is the standard platform table used across applications, including HR, for location data.

190
MCQmedium

Where are 'Activity Field Mappings' created?

A.Activity Definition record
B.Lifecycle Event record
C.HR Task record
D.Activity Set record
AnswerA

Mappings are child records of the definition.

Why this answer

They are defined within the Activity Definition record.

191
Multi-Selecthard

Which TWO security methods are recommended for protecting HR case data?

Select 2 answers
A.UI Policies
B.Business Rules
C.Data Policies
D.Domain Separation
E.Access Control Lists (ACLs)
AnswersD, E

Domain separation allows for hard data isolation between business units.

Why this answer

ACLs and Domain Separation are the two primary ways to ensure strict data isolation in HRSD.

192
Multi-Selectmedium

Which TWO configurations should be performed to customize the Employee Center header branding?

Select 2 answers
A.Change the User Criteria for the homepage
B.Update the HR Service definition
C.Edit the Employee Center record producer
D.Use the Branding Editor to update logo and primary colors
E.Modify the CSS in the portal theme record
AnswersD, E

The Branding Editor provides a UI for these changes.

Why this answer

Branding is handled through the Branding Editor and Portal themes.

193
Multi-Selectmedium

When configuring an Activity Set, which TWO settings affect the execution order?

Select 2 answers
A.Task Template type
B.Activity Definition Order
C.Case Priority
D.Audience Order
E.Activity Set Order
AnswersB, E

Controls activity-level sequence.

Why this answer

The 'Order' field on the Activity Set and the 'Execution Order' on the child Activity Definitions control the hierarchy of execution.

194
MCQmedium

What is the purpose of an 'HR Task'?

A.To set up the portal
B.To report on cases
C.To create new cases
D.To perform work as part of an HR case
AnswerD

Standard definition.

Why this answer

HR Tasks are granular steps within a broader HR case process.

195
MCQhard

You are migrating from a legacy HR system and need to ensure data integrity. What is the first step in the data model planning phase?

A.Configure ACLs
B.Define data mapping and normalization rules
C.Set up portal
D.Create HR services
AnswerB

Data mapping is essential to ensure fields match the HRSD data model.

Why this answer

Mapping fields between the legacy system and the ServiceNow HRSD schema is the critical first step.

196
MCQeasy

Which module allows you to see all HR Cases assigned to you?

A.HR Administration > My Cases
B.HR Case Management > My Cases
C.Employee Center > My Tasks
D.HR Case > All
AnswerB

This is the direct module for viewing one's own HR work.

Why this answer

The 'My Cases' or 'HR Case Management' dashboard provides a view of assigned work.

197
MCQhard

You need to import legacy HR data. What is the recommended way to map this to HR Profiles?

A.Manual Data Entry
B.Flow Designer
C.Transform Maps
D.Business Rules
AnswerC

Transform Maps are designed for data import and transformation.

Why this answer

Using 'Transform Maps' is the standard way to map legacy data into ServiceNow tables like HR Profile.

198
Multi-Selecthard

Which TWO of the following are valid ways to configure the Employee Center branding?

Select 2 answers
A.Change the system time zone
B.Modify the user database
C.CSS in the Style sheet
D.Branding Editor
E.Update the email notification
AnswersC, D

Custom CSS provides fine-grained branding control.

Why this answer

The Branding Editor and Theme configuration are the two standard ways to apply corporate branding.

199
MCQhard

An HR administrator wants to automate the closure of 'Completed' cases after 5 days. What is the most efficient configuration approach?

A.Business Rule
B.Flow Designer
C.Workflow Editor
D.UI Action
AnswerB

Flow Designer is the modern, recommended approach for automating case lifecycle transitions.

Why this answer

A scheduled job or a Flow Designer flow is the standard way to handle time-based case automation.

200
MCQeasy

Where do you define the 'Quick Links' for the Employee Center?

A.Portal Settings
B.Widget settings
C.Quick Links module
D.System properties
AnswerC

Standard configuration path.

Why this answer

Quick Links are managed in the 'Quick Links' module of the Employee Center application.

201
MCQmedium

What is the function of the 'Restricted Caller Access' (RCA) records?

A.To restrict admin users
B.To manage cross-scope access between applications
C.To limit user access to apps
D.To define portal layout
AnswerB

This is the definition of RCA.

Why this answer

RCA records manage cross-scope access, ensuring that applications only communicate with authorized tables/fields.

202
MCQeasy

Where can an HR agent see all cases assigned to their group?

A.Service Catalog
B.HR Case module
C.Employee Center
D.System Logs
AnswerB

The HR Case module lists provide access to all cases, including those assigned to the user's groups.

Why this answer

The 'HR Case Management' dashboard or the 'My Groups Work' list are standard ways to view group-assigned tasks.

203
MCQmedium

To ensure that HR case templates are applied correctly, where should you associate an HR Template?

A.HR Profile
B.HR Topic Category
C.HR Service
D.HR Task
AnswerC

Templates are linked to the HR Service definition.

Why this answer

The HR Template is associated with the HR Service, so when the service is selected, the template automatically applies the field values.

204
Multi-Selecthard

Which THREE actions are required to properly configure an HR Service to use a specific HR Template?

Select 3 answers
A.Create a Business Rule to trigger the template
B.Associate the template directly to the HR Case table
C.Ensure the HR Template is marked as 'Active'
D.Define the template content in the 'HR Template' module
E.Link the HR Template in the HR Service record
AnswersC, D, E

Inactive templates cannot be applied to cases.

Why this answer

HR Templates are linked to HR Services via the 'Template' field, requiring that the template is active, the service is correctly mapped, and the template contains valid field values.

205
MCQmedium

An HR agent needs to see the full employment history of an employee. Where is this data located?

A.HR Profile
B.HR Task
C.HR Case
D.User record
AnswerA

The profile is the central repository for employee-specific data.

Why this answer

The HR Profile ('sn_hr_core_profile') contains related lists that track employment history and other vital employee information.

206
MCQhard

When a user submits a case, where is the HR Service name stored on the case?

A.Topic Category field
B.Short Description
C.Template field
D.HR Service field
AnswerD

Direct reference.

Why this answer

The 'HR Service' field on the case record references the HR Service definition.

207
MCQhard

If a user is assigned to multiple 'HR Security Profiles', how does the system determine the final access level?

A.It errors out until only one is left
B.The system evaluates all assigned profiles (additive)
C.It uses the most restrictive profile
D.It uses the first one created
AnswerB

Profiles are combined to determine the user's total access.

Why this answer

ServiceNow security profiles are typically evaluated using an 'OR' logic for access (if any profile grants access, it is granted) or additive restrictions.

208
MCQmedium

A new HR group requires 'Read' access to all HR cases. Where do you configure this?

A.HR Assignment Rules
B.Group Roles
C.Access Control List (ACL)
D.Business Rule
AnswerC

ACLs grant the 'read' permission to the specified group.

Why this answer

Adding the group to the appropriate ACL on the HR Case table is the correct method.

209
MCQeasy

Which component allows an HR agent to see information about an employee's benefits and payroll at a glance?

A.HR Dashboard
B.Employee Center
C.HR Case
D.HR Profile
AnswerD

The HR Profile record is the centralized view for employee-related information.

Why this answer

The 'HR Profile' form includes related lists and sections for benefits and payroll information.

210
MCQhard

What happens if an activity set is configured with 'Trigger' set to 'Immediate' but has no activities?

A.The case errors out
B.The activity set remains in 'Pending'
C.The activity set completes immediately
D.The LE case is closed
AnswerC

The engine moves to the next available set.

Why this answer

The engine will mark the activity set as complete immediately if no tasks are pending, allowing the workflow to proceed.

211
MCQhard

When utilizing the 'HR Service Delivery' module, you notice that sensitive employee data is being logged in the application logs. Which ServiceNow feature should be used to mask this data automatically without modifying the business logic?

A.Field Encryption
B.Log Redaction Rules
C.ACLs
D.Data Privacy Policies
AnswerB

Log Redaction rules allow administrators to define patterns that are masked when written to system logs.

Why this answer

Log Redaction rules are the specific platform feature used to scan and mask sensitive patterns (like PII) in system logs.

212
MCQhard

If a Lifecycle Event has an 'Activity Set' that is set to 'Trigger: Manual', how is it initiated?

A.Via a business rule
B.Automatically by system
C.By the HR Agent via the UI
D.When the case is closed
AnswerC

The agent triggers it manually.

Why this answer

Manual activity sets must be triggered explicitly by an HR agent via the 'Start Activity Set' button on the case form.

213
MCQmedium

To ensure an HR Case is automatically assigned to the 'Payroll' group, which tool should be used?

A.Catalog Client Script
B.HR Assignment Rules
C.Service Portal configuration
D.Group membership settings
AnswerB

Assignment rules are purpose-built for routing cases based on service, location, or other conditions.

Why this answer

HR Assignment Rules are the primary mechanism for routing HR cases based on conditions.

214
MCQmedium

Which role is specifically required to create or modify HR Services?

A.sn_hr_core.basic
B.itil
C.admin
D.sn_hr_core.admin
AnswerD

Required for HR admin tasks.

Why this answer

The 'sn_hr_core.admin' role is required for configuration changes.

215
Multi-Selecthard

Which THREE of the following are true for Activity Field Mapping?

Select 3 answers
A.Can map from the HR Case
B.Defined in Activity Definition
C.Defined on the case form
D.Occurs at runtime
E.Only for static values
AnswersA, B, D

Common use case.

Why this answer

Mappings can map from the HR case, the subject person, and the activity set, but they are defined in the Activity Definition and occur at runtime.

216
MCQmedium

Which ServiceNow table stores HR Skills?

A.cmn_skill
B.sn_hr_core_profile
C.sys_user_group
D.sn_hr_core_skill
AnswerA

The platform skill table is used for HR skills.

Why this answer

Skills are managed in the cmn_skill table, which is shared across the platform.

217
Multi-Selectmedium

Which TWO of the following are true about 'HR Criteria'?

Select 2 answers
A.It replaces roles entirely
B.It is hard-coded
C.It is reusable across HR services
D.It supports dynamic user attributes
E.It only works for the portal
AnswersC, D

Reusability is a key benefit.

Why this answer

Criteria is reusable and allows for dynamic visibility based on user attributes.

218
MCQmedium

What is the purpose of the 'Activity Type' in an activity definition?

A.To define the trigger
B.To determine the priority
C.To define the activity generation logic
D.To limit audience
AnswerC

Determines how it is created.

Why this answer

It specifies the implementation class or logic used to generate the activity, such as task, approval, or signature.

219
MCQmedium

What role is required for a user to manage 'HR Criteria' records?

A.hr_admin
B.sn_hr_core.reader
C.itil
D.user_admin
AnswerA

The hr_admin role is the standard role for managing HR configuration like Criteria.

Why this answer

Management of HR Criteria is restricted to HR Admins or those with specific scoped administrative privileges.

220
Multi-Selecthard

Which THREE of the following are considered 'HR Profile' fields?

Select 3 answers
A.Service Desk phone
B.Date of Birth
C.Marital Status
D.Personal Email
E.IP Address
AnswersB, C, D

Common HR profile field.

Why this answer

The HR Profile table contains fields specific to an employee's HR record, distinct from the user record.

221
Multi-Selecthard

Which TWO factors must be configured when setting up a new 'Delegated Developer' for HR?

Select 2 answers
A.The user account
B.The user's location
C.The application scope
D.The user's assigned group
E.The user's HR role
AnswersA, C

The individual must be identified.

Why this answer

You need to define the user and the specific permissions for that developer.

222
Multi-Selectmedium

Which TWO of the following tools allow you to perform a security audit on HR records?

Select 2 answers
A.System Logs
B.Form Layout
C.UI Policy logs
D.Audit History
E.Dictionary Editor
AnswersA, D

Tracks system events/security.

Why this answer

The Audit History and the System Logs provide auditability.

223
MCQhard

An HR Task requires a user to upload a file. What task type should be used?

A.Upload Document
B.General
C.e-Signature
D.Approval
AnswerA

Standard type for uploads.

Why this answer

The 'Upload Document' HR task type supports user file uploads.

224
MCQmedium

What is the purpose of the 'HR Profile' record in the HR Service Delivery data model?

A.Track IT assets
B.Manage case routing
C.Manage portal access
D.Store employee-specific data distinct from the User table
AnswerD

HR Profiles isolate sensitive HR data from the standard sys_user table.

Why this answer

The HR Profile stores confidential and structured data for employees, distinct from the base User record.

225
MCQhard

What is the purpose of the 'sn_hr_core_topic_category' table?

A.Define HR roles
B.Store HR cases
C.Manage HR templates
D.Organize HR Services
AnswerD

Topic categories provide hierarchy for HR services.

Why this answer

This table is used to organize HR Services into logical groupings, which are then used for reporting and portal navigation.

Page 2

Page 3 of 5

Page 4

All pages