Courseiva

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

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

Page 3

Page 4 of 5

Page 5
226
Multi-Selectmedium

Which TWO of the following are true about the 'Lifecycle Event' table?

Select 2 answers
A.Is a child of the User table
B.Is the base for all LE cases
C.Extends sn_hr_core_case
D.Extends the Task table directly
E.Does not support workflows
AnswersB, C

Correct function.

Why this answer

The LE case table extends the HR Case table and is the primary container for LE processes.

227
MCQhard

Which component is responsible for orchestrating multiple HR activities, such as sending emails, creating tasks, and setting due dates, in a sequence?

A.Assignment Rule
B.HR Service
C.Catalog Item
D.Lifecycle Event
AnswerD

Lifecycle Events orchestrate complex HR processes.

Why this answer

Lifecycle Events are designed to manage complex, multi-step processes involving cross-departmental tasks.

228
MCQmedium

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

A.Unassigned Cases
B.My HR Cases
C.All Cases
D.My Groups Cases
AnswerB

Shows cases assigned to the user.

Why this answer

The 'My HR Cases' module filters cases where the assigned to is the current user.

229
MCQeasy

What is the Employee Center?

A.A database table
B.An HR reporting tool
C.The back-end admin tool
D.A unified portal for employee services
AnswerD

Correct definition.

Why this answer

It is the unified portal for all employee interactions with departments like HR, IT, and Finance.

230
Multi-Selecthard

Which THREE of the following are security controls that can be applied to HR attachments?

Select 3 answers
A.Encryption at rest
B.ACLs
C.Role assignment only
D.Scoped Application policy
E.Catalog Item restriction
AnswersA, B, D

Protects file data.

Why this answer

Attachment security can be managed via ACLs, Scoped policies, and Data encryption.

231
MCQhard

An organization requires that HR case data be encrypted at rest. What platform feature must be enabled?

A.Contextual Security
B.Access Control Lists
C.HR Criteria
D.Column Level Encryption (CLE)
AnswerD

CLE is the standard platform feature for encrypting specific fields at rest.

Why this answer

Edge Encryption or Column Level Encryption (CLE) is required for specific data-at-rest requirements in HR.

232
MCQmedium

When configuring a Record Producer for an HR Service, where should the HR Administrator map the 'Short Description' variable to ensure it populates the case correctly?

A.By creating a template for the Record Producer
B.In the Record Producer 'Variables' related list, configure the variable's 'Map to field' attribute
C.Using a Client Script on the Record Producer
D.In the HR Service lifecycle event mapping
AnswerB

This is the native way to map variables to table fields.

Why this answer

The 'Map to field' feature in the Record Producer variable settings allows direct mapping to the case table fields.

233
MCQeasy

What is the function of an HR Assignment Rule?

A.Restrict record access
B.Route cases to groups or agents
C.Manage knowledge access
D.Create HR Cases
AnswerB

Core purpose of routing.

Why this answer

Assignment rules automatically route cases based on conditions.

234
MCQmedium

A user is assigned the 'hr_case_writer' role. What is the primary function of this role?

A.Manage HR profiles
B.View HR configuration
C.Create and update HR cases
D.Approve HR requests
AnswerC

This role provides write access to HR case records.

Why this answer

The 'hr_case_writer' role allows a user to create and update HR cases, which is standard for HR agents.

235
MCQhard

If you have an Activity Set with 'Wait for completion' checked, what happens to the next activity set in the order if this set is not finished?

A.It is skipped
B.It remains pending
C.It triggers immediately
D.It errors out
AnswerB

The engine waits for completion status.

Why this answer

The engine halts the progression and will not evaluate or trigger the next activity set until the current one is complete.

236
MCQmedium

You are troubleshooting a Lifecycle Event where an Activity Set is not triggering for a specific subset of employees. You have confirmed the trigger conditions are correct. What is the most likely reason the Activity Set is not visible to the user?

A.The Activity Set has no activities assigned.
B.The Activity Set is set to 'Draft' status.
C.The HR Case is in the 'Draft' state.
D.The Audience record associated with the Activity Set does not include the employee.
AnswerD

If the user is not in the defined Audience, the tasks will not be visible to them.

Why this answer

Audiences determine the visibility of HR services and tasks to the end user in the Employee Center.

237
MCQmedium

When a case is created via the Employee Center, what determines the 'Short Description' prefix?

A.Business Rule
B.HR Service Definition
C.Case Template
D.Record Producer
AnswerB

The HR Service record allows you to define templates for case fields.

Why this answer

The 'HR Service' definition includes the 'Short Description' template.

238
MCQmedium

Which component is used to link a Catalog Item to an HR Service?

A.Service configuration
B.Assignment Rule
C.Record Producer
D.HR Criteria
AnswerC

Maps producer to service.

Why this answer

The Record Producer is the interface that links catalog entries to HR services.

239
MCQhard

When configuring the Employee Center, which feature allows you to group related catalog items and knowledge articles for a better user experience?

A.Portal Menu
B.Catalog Category
C.Service Portfolios
D.Taxonomy
AnswerD

Taxonomies in Employee Center define the navigation and grouping of content.

Why this answer

Taxonomies are the structure used in the Employee Center to organize content into logical topics.

240
Multi-Selectmedium

Which TWO of the following are used to restrict visibility to sensitive HR data?

Select 2 answers
A.UI Policies
B.HR Scoped Roles
C.Data Policy
D.HR Criteria
E.HR ACLs
AnswersB, E

Provides scoped access to HR records.

Why this answer

HR Scoped Roles and HR ACLs are the primary mechanisms to secure sensitive information in HR SD.

241
MCQhard

In a multi-scoped environment, how do you allow an HR role to access a global 'cmdb_ci' table?

A.By changing the scope of the cmdb_ci table
B.By adding the 'hr_admin' role to the table
C.By creating a Restricted Caller Access (RCA) record
D.By using an HR Criteria
AnswerC

RCA is the mechanism to allow cross-scope access.

Why this answer

You must create a cross-scope access record (Restricted Caller Access) to allow the HR application to read the global table.

242
Multi-Selecthard

Which THREE of the following are necessary to test if your HR security configuration is working correctly?

Select 3 answers
A.Restart the ServiceNow instance
B.Impersonate a user who should not have access
C.Create a new HR case as an admin
D.Check the System Security logs
E.Verify the user has the correct role
AnswersB, D, E

Crucial for negative testing.

Why this answer

Testing requires user impersonation, verifying logs, and checking the UI for visible records.

243
MCQhard

If a user is promoted, and a Lifecycle Event is triggered, how do you handle the change in 'Department' on the user record?

A.Manually edit the profile
B.Use Trigger condition
C.Update the activity set
D.Use HR Service field mapping
AnswerD

Maps the new state to the profile/case.

Why this answer

You use the HR case field mapping or an business rule to ensure the employee profile reflects the new data as part of the process.

244
MCQmedium

What is the primary function of the 'HR Case Assignment' engine?

A.To create new users
B.To approve HR documents
C.To automatically route cases to appropriate groups or agents
D.To email the requester
AnswerC

Primary function of assignment rules.

Why this answer

The engine matches cases to assignment rules based on defined conditions.

245
MCQmedium

When using 'HR Criteria', which attribute can be used to restrict access based on the user's location?

A.User Location
B.User Role
C.IP Address
D.Browser Type
AnswerA

HR Criteria supports evaluating the location attribute of a user record.

Why this answer

HR Criteria allows evaluation of user attributes, including the 'location' field.

246
Multi-Selectmedium

Which THREE components are required for the HR Knowledge base to function properly?

Select 3 answers
A.Categories
B.Articles
C.Knowledge Base
D.Assignment Rules
E.HR Service records
AnswersA, B, C

Structural depth.

Why this answer

Knowledge Base, Categories, and Articles are necessary for the structure to work.

247
Multi-Selecthard

Which THREE of the following factors influence the timing of an activity?

Select 3 answers
A.Execution order
B.Activity Set trigger condition
C.Case status
D.User session
E.Wait for completion
AnswersA, B, E

Controls sequence.

Why this answer

The activity's execution order, the 'Wait for completion' setting, and the Activity Set's trigger condition all influence when a task appears.

248
MCQhard

An HR agent reports that an activity within an activity set is not triggering despite the trigger condition being met. What is the most likely cause?

A.The activity set is set to 'Active'
B.The parent Lifecycle Event case is in 'Draft' status
C.The trigger condition is too complex
D.The activity type is not defined
AnswerD

Activities require a type to define the creation mechanism.

Why this answer

If an activity is missing the 'Activity Type', the engine cannot process the execution logic for that specific task.

249
Multi-Selectmedium

Which THREE of the following are types of HR Criteria?

Select 3 answers
A.Department Criteria
B.Group Criteria
C.Role Criteria
D.Location Criteria
E.User Criteria
AnswersA, D, E

Valid criteria type.

Why this answer

HR Criteria can be based on users, locations, or departments.

250
MCQmedium

A company wants to hide the 'Salary' field from HR agents who do not belong to the 'Compensation' team. What is the best practice to achieve this?

A.ACL
B.UI Policy
C.Business Rule
D.Data Policy
AnswerB

UI Policies are the standard tool for dynamic field visibility control.

Why this answer

Using a UI Policy with a condition based on the user's group or role is the standard way to restrict field visibility.

251
MCQmedium

When using Activity Field Mappings, which source object represents the data entered by the user in the Lifecycle Event case form?

A.HR Case
B.Subject Person
C.Activity Set
D.Activity Definition
AnswerA

This refers to the triggering LE case record.

Why this answer

The 'HR Case' source object allows mapping values directly from the triggering case record.

252
MCQeasy

Which table stores the actual instances of an Activity Set?

A.sn_hr_le_case
B.sn_hr_le_activity
C.sn_hr_le_activity_set
D.sn_hr_core_case
AnswerC

Correct table for set instances.

Why this answer

The sn_hr_le_activity_set table contains the records for individual activity set instances.

253
Multi-Selecthard

Which THREE steps are necessary to ensure that HR criteria correctly restrict access to an Employee Center topic?

Select 3 answers
A.Update the global ACLs for the topic table
B.Apply the HR Criteria to the Topic record within the Employee Center configuration
C.Run the HR Criteria evaluation job manually
D.Ensure the 'Available for' field is populated on the Topic record
E.Create a custom HR Criteria record specifying the audience
AnswersB, D, E

The link between criteria and topic must be established.

Why this answer

HR Criteria, User Criteria, and the Topic configuration itself are required to restrict visibility in the Employee Center.

254
MCQeasy

What is the 'HR Profile' table?

A.sn_hr_core_profile
B.sys_user
C.hr_service
D.sn_hr_core_case
AnswerA

Correct table for HR profile.

Why this answer

The 'sn_hr_core_profile' table stores HR-specific information about an employee.

255
Multi-Selectmedium

Which THREE of the following are primary methods for enforcing data protection within the HR Service Delivery application?

Select 3 answers
A.Before Query Business Rules
B.Access Control Lists (ACLs)
C.Service Portal Theme settings
D.Query Business Rules
E.HR Criteria
AnswersA, B, D

These are used to append 'WHERE' clauses to database queries.

Why this answer

Security in HRSD relies on a combination of ACLs, Query Business Rules, and role-based access to ensure sensitive data is not exposed.

256
MCQmedium

What is the purpose of the 'HR Criteria' 'Display' field?

A.To filter records on the portal
B.It defines the label of the criteria record
C.To show the criteria to end users
D.It controls the 'Read' ACL status
AnswerB

It acts as the name/label for identification.

Why this answer

The Display field defines which records the criteria applies to, but in the context of security, it defines the scope of the visibility logic.

257
MCQmedium

How can you make a variable on a Record Producer mandatory for the user?

A.Client Script
B.Variable configuration
C.Assignment rule
D.Catalog UI Policy
AnswerB

Standard field property.

Why this answer

Check the 'Mandatory' checkbox on the variable record.

258
MCQeasy

What is the primary function of an 'HR Task' within a Lifecycle Event?

A.Manage audience criteria
B.Execute individual work items
C.Configure trigger conditions
D.Define the lifecycle event structure
AnswerB

Tasks represent the actionable work.

Why this answer

HR Tasks are the individual work items performed by agents or users to fulfill the lifecycle process.

259
MCQmedium

An organization wants to separate HR case management processes for different regions. What is the recommended way to structure the HR Service Delivery data model to support this?

A.Use HR Services and Assignment Rules
B.Create separate tables for each region
C.Delete the default HR Case table
D.Modify the global HR role
AnswerA

HR Services combined with assignment rules allow for regional routing without table fragmentation.

Why this answer

The HR Service Delivery data model uses HR Services mapped to HR Case Categories and HR Criteria to route cases correctly based on user location and profile information.

260
MCQeasy

Which tab on an HR Case record typically contains information about the affected employee?

A.Requester
B.Assignment Group
C.Work Notes
D.Subject Person
AnswerD

The Subject Person field identifies the employee for whom the case is raised.

Why this answer

The 'Subject Person' field on the HR Case form links the case to the employee's HR Profile.

261
Multi-Selecthard

Which TWO fields are mandatory when creating a new HR Service?

Select 2 answers
A.Name
B.Topic Detail
C.Short Description
D.HR Criteria
E.Default Assignment Group
AnswersA, B

Required for identification.

Why this answer

Name and Topic Detail are required fields for an HR Service.

262
Multi-Selecteasy

Which TWO roles are commonly assigned to HR agents?

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

Required for basic HR functionality access.

Why this answer

HR agents typically require 'sn_hr_core.case_writer' and 'sn_hr_core.basic' roles.

263
MCQhard

You want an activity to be skipped if a specific condition is met on the case. Where do you define this 'Skip' logic?

A.Trigger Condition
B.Activity Definition
C.Business Rule
D.Activity Set
AnswerB

The skip condition is evaluated per activity.

Why this answer

The 'Skip' condition field on the Activity Definition allows the engine to evaluate whether to bypass the task.

264
MCQeasy

Which entity acts as the 'parent' for all HR Case types?

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

This is the base table for all HR case records.

Why this answer

The 'sn_hr_core_case' table is the root table from which all specific HR cases (e.g., Payroll, Benefits) extend.

265
Multi-Selecteasy

Which TWO of the following are components of a Lifecycle Event?

Select 2 answers
A.Dictionary Entry
B.Service Portal Page
C.Activity Definition
D.User Role
E.Activity Set
AnswersC, E

Key component.

Why this answer

Activity Sets and Activity Definitions are the primary building blocks of a Lifecycle Event structure.

266
Multi-Selectmedium

Which THREE elements are essential when configuring an HR Service for the Employee Center?

Select 3 answers
A.HR Topic
B.Catalog Item
C.HR Service
D.Assignment Rule
E.HR Profile
AnswersA, B, C

Categorization.

Why this answer

Services need a Topic, an HR Service record, and a Catalog item for user interaction.

267
MCQhard

If an HR Service needs to be fulfilled by a different department, what is the best practice to configure this?

A.Use the HR Service to trigger a task to the other group.
B.Delete the HR case and create an incident.
C.Change the assignment group.
D.Create a separate case for them.
AnswerA

Tasks allow other departments to work on part of the case while keeping the case open under HR.

Why this answer

Using Cross-Departmental flows or creating a sub-task for the other department is the standard approach.

268
Multi-Selecthard

Which TWO of the following are true regarding 'Audience' targeting?

Select 2 answers
A.Can be based on User Criteria
B.Applied at the Activity definition level
C.Used to trigger the LE case
D.Applied at the Case level
E.Applied at the Activity Set level
AnswersA, E

Standard foundation for audiences.

Why this answer

Audiences are applied at the Activity Set level and can be based on User Criteria or individual user filtering.

269
MCQmedium

A customer wants to change the branding color of their Employee Center. Where is this configured?

A.CSS Stylesheet record
B.Portal Settings
C.Branding Editor
D.HR Property table
AnswerC

Branding Editor is the tool for portal theme modifications.

Why this answer

Branding for the portal is managed via the Branding Editor or Theme configuration.

270
MCQmedium

Which field in the Activity Definition determines if the task is an 'HR Task', 'Approval', or 'Signature'?

A.Task Template
B.Activity Type
C.Execution Type
D.Activity Definition
AnswerB

This defines the nature of the work item.

Why this answer

The 'Activity Type' field dictates the underlying logic and table used for the generated activity.

271
MCQmedium

You need to create a new HR Task type that is not part of the standard set. Where should you define this?

A.HR Task definition
B.HR Case definition
C.Flow Designer
D.HR Service
AnswerA

Defining the task type is done within the task management structure.

Why this answer

HR Tasks are defined within the HR Task table and associated with HR Cases via specific workflows or services.

272
MCQhard

You need to allow HR managers to view sensitive employee information only while they are on the corporate VPN. What security tool is best suited for this?

A.HR Security Profiles
B.HR Criteria
C.UI Policy
D.ACLs with script conditions checking 'gs.getSession().getClientIP()'
AnswerD

Scripted ACLs allow for advanced logic including network location checks.

Why this answer

Contextual Security or specifically IP-based access control (via ACLs or specific Network Access controls) is required.

273
Multi-Selectmedium

Which TWO statements are true regarding the use of the 'sn_hr_core.delegated_developer' role?

Select 2 answers
A.It removes the need for HR Criteria.
B.It grants full access to all global system tables.
C.It allows the user to publish HR applications to the ServiceNow Store.
D.It is required to modify scripts within the HR scoped application.
E.It automatically assigns the 'admin' role to the user.
AnswersC, D

Delegated developers have the permissions necessary to manage and publish the scope they are assigned to.

Why this answer

This role facilitates scoped development while maintaining the integrity of the global environment by restricting access to system-level tables.

274
MCQeasy

A HR administrator wants to create a new Lifecycle Event. Which table must be the base for the record to be available for the Lifecycle Event engine?

A.sn_hr_le_activity
B.sn_hr_core_task
C.sn_hr_core_case
D.sn_hr_le_case
AnswerD

Lifecycle Event cases are managed via the sn_hr_le_case table.

Why this answer

Lifecycle Events are configured using the Lifecycle Event [sn_hr_le_case] table or its extensions.

275
MCQhard

When implementing a 'Life Cycle Event', where should the activity sets be defined to ensure they trigger based on the hire date?

A.Table Transform Maps
B.HR Administration > HR Criteria
C.HR Case > Workflow
D.Life Cycle Event > Activity Sets
AnswerD

This is the correct location for defining event-driven activity sets.

Why this answer

Life Cycle Event Activity Sets are defined within the 'Life Cycle Event' configuration module.

276
MCQhard

When an HR service is restricted by 'HR Criteria', what happens when a user attempts to open a case they don't have access to via the portal?

A.The system prompts for admin credentials
B.An 'Access Denied' error message is displayed
C.The system redirects them to the login page
D.The system returns 'Record not found'
AnswerD

This prevents information disclosure.

Why this answer

The system returns a 'Record not found' message, preventing the user from knowing the record even exists.

277
Multi-Selectmedium

Which TWO features in Employee Center help users find relevant HR info?

Select 2 answers
A.Knowledge Bases
B.HR Cases
C.Assignment Rules
D.Catalog Items
E.HR Profile
AnswersA, D

Provides policy info.

Why this answer

Knowledge bases and Catalog items are the core discovery tools in Employee Center.

278
MCQmedium

Which 'HR Security Profile' setting defines whether the profile is active?

A.The 'Access' checkmark
B.The 'Active' boolean field
C.The 'Profile Status' field
D.The 'Enable' button in the related link
AnswerB

This is the standard control for enabling/disabling configurations.

Why this answer

The 'Active' checkbox on the profile record controls its participation in security evaluations.

279
MCQhard

If you want to use an 'Employee' audience type for an activity set, which table must the audience record reference?

A.sn_hr_core_case
B.sys_user
C.sn_hr_core_profile
D.sn_hr_le_case
AnswerB

The user table is the foundation for audience criteria.

Why this answer

Audience records for employees must target the 'sys_user' table.

280
MCQmedium

When setting up 'HR Criteria', can you use both roles and conditions?

A.Yes, they are evaluated using an 'AND' logic
B.No, only user conditions are supported
C.Yes, but only for Admin roles
D.No, you must choose one or the other
AnswerA

HR Criteria conditions are cumulative.

Why this answer

Yes, HR Criteria supports multiple conditions, including roles, groups, and locations.

281
Multi-Selecteasy

Which THREE of the following are required to create a new HR Service?

Select 3 answers
A.HR Service Type (Fulfillment, etc.)
B.HR Service Name
C.Topic Category
D.An external API key
E.A custom database table
AnswersA, B, C

Defines how the service behaves.

Why this answer

HR Services require a name, a reference to a topic category, and an associated HR Service definition.

282
MCQmedium

A customer is using 'Scoped HR' and needs to allow an HR Admin to modify scripts while ensuring they cannot access other system tables. Which role should be assigned to the HR Admin to permit these actions within the HR scope?

A.security_admin
B.sn_hr_core.delegated_developer
C.sn_hr_core.admin
D.admin
AnswerB

This role is specifically designed to allow developers to modify scoped applications while maintaining platform security boundaries.

Why this answer

The 'sn_hr_core.delegated_developer' role allows a user to work within the scoped application without granting global system administrator privileges.

283
MCQeasy

What is the primary way to define which HR users can access the 'HR Service Portal'?

A.Role-based redirect
B.ACLs
C.User Criteria
D.HR Criteria
AnswerC

User Criteria is for portal visibility.

Why this answer

User Criteria is the standard way to restrict portal widgets and page access in Service Portal.

284
MCQhard

When configuring an HR Service, you want to trigger a specific subflow upon creation. Where is this configured?

A.Catalog Item Script
B.Assignment Rule
C.HR Service configuration
D.HR Case Template
AnswerC

The HR Service record allows you to link a specific Flow Designer flow to the service execution.

Why this answer

HR Services are mapped to flows or subflows via the 'Record Producer' or 'HR Service' configuration record.

285
MCQeasy

Which role is required to manage HR Services and HR Templates?

A.itil
B.hr_case_reader
C.sn_hr_core.admin
D.hr_case_writer
AnswerC

This is the administrative role for HR core.

Why this answer

The 'sn_hr_core.admin' role is required to manage the configuration of HR services and templates.

286
Multi-Selecteasy

Which THREE entities should be secured using ACLs in HRSD?

Select 3 answers
A.HR Profile table
B.HR Service configuration
C.HR Case table
D.Portal Header
E.System Logs
AnswersA, B, C

Profiles contain sensitive employee data.

Why this answer

Cases, Profiles, and HR Services are critical data/config items that require security.

287
MCQmedium

What happens when an HR Case is assigned to a group with no active agents?

A.It returns to the requester
B.The system auto-assigns it to an admin
C.It is deleted
D.It waits in the group queue
AnswerD

The standard behavior.

Why this answer

The case remains in the 'New' or 'Assigned' state until an agent is available or it is manually re-assigned.

288
Multi-Selecthard

Which TWO methods are commonly used to restrict access to Knowledge Articles in the Employee Center?

Select 2 answers
A.Service Portal Widgets
B.Knowledge Base access list
C.HR Criteria
D.Assignment Rules
E.User Criteria
AnswersB, E

Can be used to restrict full bases.

Why this answer

User Criteria and Knowledge Bases are the standard ways to manage article access.

289
Multi-Selecthard

Which THREE factors influence HR Case assignment logic?

Select 3 answers
A.Conditions
B.Portal selection
C.Assignment Group
D.Skills
E.User locale
AnswersA, C, D

Required for matching.

Why this answer

Assignment rules use conditions, assignment groups, and skills to route cases.

290
Multi-Selecthard

Which THREE of the following are valid Activity types available when configuring Lifecycle Events?

Select 3 answers
A.Notification
B.Workflow Execution
C.HR Task
D.Approval
E.Catalog Item Order
AnswersA, C, D

Notifications are standard activity types.

Why this answer

Standard activity types include HR Task, Notification, and Approval.

291
MCQhard

A company wants to implement 'Document Templates' for employee contracts. Where should these be configured?

A.HR Administration > Document Templates
B.Employee Center > Documents
C.Knowledge Base > Templates
D.HR Case > Templates
AnswerA

This is the correct module for managing HR document templates.

Why this answer

The Document Template module allows for the creation of PDF templates using HR data.

292
MCQeasy

Which role is required to modify HR security configurations in a scoped application without having full system admin access?

A.security_admin
B.delegated_developer
C.sn_hr_core.admin
D.hr_manager
AnswerB

The delegated developer role is specifically designed for scoped application management.

Why this answer

The delegated developer role allows developers to manage specific applications without global admin privileges.

293
Multi-Selecteasy

Which TWO of the following are correct methods to view Lifecycle Event activities?

Select 2 answers
A.System Log
B.Lifecycle Event definition form
C.Employee profile
D.HR Case Related List
E.HR Task module
AnswersD, E

Standard way to view activities.

Why this answer

HR agents can view activities through the LE Case form related lists or through the HR Task lists.

294
MCQmedium

You are configuring a new HR Service that requires an approval from the manager before it progresses to the 'Work in Progress' state. Where should this be defined?

A.HR Service record
B.HR Lifecycle Event
C.Assignment Rule
D.Catalog Item
AnswerA

The HR Service record allows linking of specific lifecycle events or approval definitions.

Why this answer

HR Services are configured via the HR Service configuration form, where approval workflows are linked.

295
MCQmedium

When testing an activity set, how can you manually reset the state of the activities without recreating the case?

A.Update the trigger condition
B.Deactivate the activity set
C.Delete the case
D.Use the 'Reset' button on the case form
AnswerD

The reset button re-runs the lifecycle logic.

Why this answer

Administrators can use the 'Reset' functionality on the Lifecycle Event case to re-evaluate activity sets.

296
MCQhard

You need to trigger an activity set based on a date field located on the HR Case form. Which trigger type should you select?

A.Date
B.Condition
C.Manual
D.Immediate
AnswerA

Allows selection of a date field as the trigger.

Why this answer

Date-based triggers allow the activity set to fire relative to a specific date field on the case.

297
MCQmedium

When configuring an 'Approval' activity type, what is a required setting?

A.Wait for completion
B.Task Template
C.Approval Definition
D.Field Mapping
AnswerC

Defines the approver criteria.

Why this answer

An approval activity requires an 'Approval Definition' to determine who approves the task.

298
MCQeasy

What component is used to define the audience for an HR Service, such as 'All Employees in New York'?

A.HR Criteria
B.Assignment Rules
C.Groups
D.User Criteria
AnswerA

HR Criteria provides a reusable way to define audiences for HR services.

Why this answer

HR Criteria is the standard tool for defining specific audiences based on user attributes.

299
Multi-Selectmedium

Which TWO of the following are true regarding 'HR Security Profiles' and 'Assignment Groups'?

Select 2 answers
A.Profiles override group membership
B.Groups are mandatory for profiles
C.Profiles are assigned to groups
D.Groups automatically become profiles
E.Profiles can restrict by group
AnswersC, E

Common configuration pattern.

Why this answer

Profiles use groups to define visibility and access scope.

300
MCQmedium

You want to ensure that only members of the 'HR Benefits' group can see certain HR cases. Which field on the HR Case form should you use?

A.HR Service
B.HR Topic
C.Assignment group
D.Assigned to
AnswerC

Assignment group is the primary mechanism for routing and visibility.

Why this answer

The 'Assignment group' field restricts visibility if configured with proper ACLs and is the standard way to group-limit case access.

Page 3

Page 4 of 5

Page 5

All pages