Courseiva

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

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

Page 1 of 5

Page 2
1
MCQmedium

To enable cross-departmental reporting, what is the best practice for HR Case data?

A.Database Views
B.Transform Maps
C.Business Rules
D.Scheduled Jobs
AnswerA

Database views are the standard way to report across multiple tables.

Why this answer

Using Database Views allows you to join HR Case data with other tables (like CMDB or Incident) for reporting without moving data.

2
Multi-Selecthard

Which TWO of the following are true about 'Wait for completion' in an activity?

Select 2 answers
A.Only works for approvals
B.Pauses engine progression
C.Forces case closure
D.Creates task dependencies
E.Is the default for all tasks
AnswersB, D

Effect of the setting.

Why this answer

It forces the LE engine to pause progression until the activity is closed, and it is a key setting for creating dependencies between tasks.

3
MCQmedium

When configuring a new HR Service, you need to ensure the case is automatically assigned to a specific HR group. Where should you define this assignment logic?

A.HR Service definition
B.HR Profile
C.HR Template
D.Assignment Rule
E.Flow Designer
AnswerA

The HR Service form allows setting the default assignment group.

Why this answer

The HR Service configuration contains an Assignment rule or Assignment group field that determines routing for cases of that specific type.

4
MCQmedium

You are designing an HR integration where external payroll data must populate the HR Profile. Which table should this data be mapped to?

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

This is the core HR profile table.

Why this answer

The 'sn_hr_core_profile' table is the primary table that stores HR Profile information in the HR Service Delivery application.

5
MCQmedium

Where do you configure the link between an HR Service and a specific HR Case template?

A.Record Producer
B.Assignment Rule
C.HR Template record
D.HR Service record
AnswerD

The Service record points to the template.

Why this answer

The HR Service record has a field to define the template to apply.

6
MCQeasy

Which role is needed to view the 'Lifecycle Event' cases?

A.sn_hr_le.admin
B.itil
C.sn_hr_core.basic
D.sn_hr_le.user
AnswerA

Standard role for LE access.

Why this answer

The sn_hr_le.admin or hr_agent role is typically required to view and work on Lifecycle Event cases.

7
MCQeasy

What is the relationship between a Lifecycle Event and an Activity Set?

A.Many-to-one
B.One-to-many
C.Many-to-many
D.One-to-one
AnswerB

One LE can have multiple Activity Sets.

Why this answer

A Lifecycle Event is a container that includes one or more Activity Sets.

8
Multi-Selecthard

Which THREE of the following are benefits of using 'Scoped Applications' for HR?

Select 3 answers
A.Unlimited storage
B.Easier updates
C.Improved security
D.Data isolation
E.Automatic role assignment
AnswersB, C, D

Modular updates.

Why this answer

Isolation, security, and maintainability are the primary benefits of scoped HR applications.

9
MCQeasy

What is the purpose of the 'Topic Category' in HR Service configuration?

A.To assign the ticket
B.To create a record producer
C.To define user access
D.To classify services for reporting and navigation
AnswerD

Standard use for categories.

Why this answer

Topic categories provide high-level organizational grouping for HR services.

10
MCQeasy

When configuring an Activity Set, you need to define the order in which activities are executed. Which field on the Activity record controls this sequence?

A.Order
B.Execution Time
C.Priority
D.Sequence
AnswerA

The Order field is standard across ServiceNow to determine processing priority.

Why this answer

The Order field determines the sequence of activities within an Activity Set.

11
MCQhard

You are configuring Delegated Development for an HR team member. You want to grant them permissions to create and modify HR Service Portal widgets, but you must prevent them from modifying the underlying HR security ACLs. Which scope role should be assigned to the developer?

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

This role allows the user to work within a specific application scope without being a platform admin.

Why this answer

The 'delegated_developer' role combined with scoped application permissions allows specific development tasks without full admin rights.

12
MCQmedium

What is the effect of changing a Topic Detail on an existing HR Service?

A.No effect
B.Deletes the service
C.Updates classification for reporting
D.Automatically closes cases
AnswerC

Correct impact.

Why this answer

It updates the service classification, which may affect existing cases or reporting.

13
MCQeasy

Which ServiceNow table stores the core HR profile information that links to the sys_user table?

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

This table is the HR-specific extension for user records.

Why this answer

The sn_hr_core_profile table is the specific HR extension for employee information in the HR Service Delivery application.

14
MCQmedium

You are designing a data model where HR Profiles must be automatically created when a new user is added to the system. Where should this logic be configured?

A.Life Cycle Event trigger
B.HR Service Activity
C.Employee Center Topic Mapping
D.HR Profile Business Rule
AnswerD

The HR Profile business rule or data policy ensures profile creation.

Why this answer

The 'HR Profile' business rule or the 'HR Profile' transform map script ensures profiles are created upon user record creation.

15
Multi-Selectmedium

Which TWO factors are checked by the system when determining if an Activity Set should be triggered?

Select 2 answers
A.The number of active users in the system.
B.The current state of the parent HR Case.
C.The Audience associated with the Activity Set.
D.The user's password expiration date.
E.The HR Service category.
AnswersB, C

Trigger conditions often rely on the state of the parent case.

Why this answer

The system evaluates Audience (who) and Trigger Conditions (when/why).

16
Multi-Selecthard

Which THREE of the following are required to successfully implement 'Field Level Encryption'?

Select 3 answers
A.HR Service definition
B.Field identification
C.User Criteria
D.Role assignment for decryption
E.Encryption Context
AnswersB, D, E

Need to know what to encrypt.

Why this answer

You need the encryption module, the key, and the field definition.

17
Multi-Selectmedium

Which TWO of the following actions can an HR Agent perform in the Agent Workspace?

Select 2 answers
A.Delete other agents' cases
B.Configure global system settings
C.Update case status
D.View and edit HR cases
E.Modify system properties
AnswersC, D

Core agent function.

Why this answer

Agents use the workspace to view cases and manage tasks associated with them.

18
MCQeasy

Which component is responsible for orchestrating the overall lifecycle process?

A.Lifecycle Event Engine
B.Business Rule engine
C.Flow Designer
D.Workflow Editor
AnswerA

The dedicated engine for LE orchestration.

Why this answer

The Lifecycle Event engine (LE Engine) orchestrates the movement and creation of tasks within an LE case.

19
MCQhard

What is the purpose of the 'Topic Category' field in the HR Service definition?

A.To determine the assignment group
B.To classify the service for reporting and navigation
C.To define the workflow
D.To set the SLA
AnswerB

Topic categories provide the structure for classifying services.

Why this answer

Topic Categories categorize HR services and are essential for reporting and for organizing the Employee Center experience.

20
Multi-Selectmedium

Which TWO of the following are true about 'HR Scoped Roles'?

Select 2 answers
A.They override system admin roles
B.They are available globally
C.They can be assigned to anyone
D.They are automatically updated by ServiceNow
E.They must start with 'sn_hr_core'
AnswersC, E

Any user can be assigned a role.

Why this answer

Scoped roles are confined to the application and follow specific naming conventions.

21
MCQeasy

Which module allows an HR administrator to view and manage all HR cases in the system?

A.HR Case Management
B.HR Profile
C.HR Administration
D.HR Workspace
AnswerA

This is the primary module for managing HR cases.

Why this answer

The HR Case Management module provides a dashboard and lists to manage all HR cases.

22
MCQmedium

When mapping fields, what does the 'Source' field denote?

A.The activity set name
B.The origin of the data
C.The destination field on the task
D.The system user
AnswerB

Source = where it comes from.

Why this answer

The 'Source' is the location from which the data originates (the parent case).

23
MCQeasy

Which module is used to view all active Lifecycle Event cases?

A.Activity Set Manager
B.Lifecycle Event Administration
C.HR Dashboard
D.HR Case Management > All
AnswerD

Standard path to view all cases.

Why this answer

The 'HR Case Management' module and its sub-modules allow access to all HR cases.

24
MCQmedium

An HR Administrator needs to ensure that only HR users can see specific HR cases. Which feature should be used to restrict access based on HR criteria?

A.Assignment Rules
B.User Criteria
C.HR Criteria
D.ACLs only
AnswerC

HR Criteria allows granular control over who can access specific HR records.

Why this answer

HR Criteria is the standard mechanism to define audience and access restrictions for HR services and cases.

25
Multi-Selecthard

Which THREE of these are valid HR Service Delivery components?

Select 3 answers
A.HR Incident
B.HR Template
C.HR Module
D.HR Service
E.HR Task
AnswersB, D, E

Field population utility.

Why this answer

HR Service, HR Task, and HR Template are all core components of HRSD.

26
Multi-Selecthard

Which THREE components are required to successfully configure an HR Record Producer?

Select 3 answers
A.HR Service definition
B.Client Script
C.Variable mapping
D.Target table selection
E.Approval workflow
AnswersA, C, D

The HR Service links the catalog request to the HR case management process.

Why this answer

A Record Producer requires the target table, a mapped variable set, and the HR Service association.

27
MCQhard

You are integrating an HR system with a background check provider. What is the best way to represent this in the HRSD architecture?

A.LDAP Import
B.Integration Hub
C.Business Rule
D.Scripted REST API
AnswerB

Integration Hub provides pre-built spokes for connecting to external HR systems.

Why this answer

Using an 'Integration Hub' spoke is the modern and architecturally preferred method for external systems.

28
MCQmedium

A user in the HR department reports they cannot see records in the 'HR Tasks' list, despite having the 'hr_task_reader' role. What is the most likely cause?

A.The user is not in the 'hr_admin' group
B.The user needs the 'sn_hr_core.admin' role
C.The HR Case is in a 'Closed' state
D.The 'HR Criteria' associated with the HR Task type excludes the user's department
AnswerD

HR Criteria acts as a gatekeeper for record visibility beyond just roles.

Why this answer

HR Criteria or Contextual Security roles are often layered; check if they meet the specific criteria defined for the task type.

29
MCQeasy

Who can modify HR Security Profiles?

A.Only the System Administrator
B.End users
C.Any user with the 'itil' role
D.Any user with the 'hr_admin' role
AnswerD

The hr_admin role includes the authority to manage security profiles.

Why this answer

HR Admins or those with delegated developer roles specifically assigned to HR security configurations.

30
Multi-Selectmedium

Which THREE of the following are valid 'Activity Types' in a Lifecycle Event?

Select 3 answers
A.Workflow
B.Checklist
C.Approval
D.HR Task
E.Signature
AnswersC, D, E

Valid activity type.

Why this answer

Approval, HR Task, and Signature are three core activity types in the HR Lifecycle Event framework.

31
MCQeasy

Where do you go to define the 'Lifecycle Event' itself (the parent object)?

A.Lifecycle Events > Lifecycle Events
B.Activity Builder
C.HR Case Template
D.Task Configuration
AnswerA

The standard menu path.

Why this answer

The 'Lifecycle Events' module under HR Administration is the starting point for definitions.

32
MCQeasy

Which table stores HR Case data?

A.sn_hr_core_case
B.hr_service
C.task
D.incident
AnswerA

This is the core HR case table.

Why this answer

The sn_hr_core_case table is the parent table for all HR cases.

33
MCQhard

You have a Requirement to create a custom HR Service that triggers a complex Approval workflow. What should you use?

A.Flow Designer
B.Email script
C.Workflow Editor
D.Business Rule
AnswerA

Modern automation tool.

Why this answer

Flow Designer is the recommended tool for complex workflows in modern ServiceNow.

34
MCQeasy

What is the main advantage of using Lifecycle Events?

A.Only for onboarding
B.Simplifies single-task requests
C.Standardizes cross-departmental workflows
D.Replaces all standard HR cases
AnswerC

This is the core value proposition.

Why this answer

Lifecycle Events standardize complex, multi-departmental HR processes into a single, automated workflow.

35
MCQhard

You are troubleshooting an issue where a user cannot see an HR catalog item on the Employee Center. Which component is the most likely cause?

A.Assignment Rule
B.Business Rule
C.HR Criteria
D.User Role
AnswerC

HR Criteria determines if the item is visible to the user.

Why this answer

HR Criteria is the filter mechanism for catalog items in the HR Service Delivery scope; if the criteria are not met, the item is hidden.

36
MCQeasy

Where is the 'Employee Center' configured to display specific HR knowledge articles?

A.Employee Center > Taxonomy
B.HR Service > Knowledge Base
C.Service Portal > Widgets
D.HR Administration > Knowledge
AnswerA

The taxonomy defines the structure and navigation of the Employee Center.

Why this answer

The 'Employee Center' uses 'Topic' and 'Category' mappings to display relevant content.

37
MCQhard

If an Activity Set trigger condition uses a 'Date' field, how does it handle time zones?

A.It uses the system time zone
B.It ignores time zones
C.It uses the user's browser time zone
D.It always uses UTC
AnswerA

The system engine processes relative to system time.

Why this answer

The system evaluates the date field based on the case's time zone settings or the system's default time zone if unspecified.

38
Multi-Selecteasy

Which TWO of the following are standard ways to assign HR cases?

Select 2 answers
A.Knowledge mapping
B.Service Portal criteria
C.HR Assignment Rules
D.Manual assignment
E.Workflow approval
AnswersC, D

Automatic routing based on conditions.

Why this answer

HR Assignment rules and individual agent assignment are standard methods.

39
Multi-Selectmedium

Which TWO features are part of the 'Employee Center' architecture?

Select 2 answers
A.Business Rule
B.Script Include
C.Assignment Rule
D.Taxonomy
E.Topic
AnswersD, E

The taxonomy is the framework for portal navigation.

Why this answer

The Employee Center utilizes the 'Taxonomy' and 'Topic' structure for navigation.

40
Multi-Selecthard

An HR implementation requires separating HR data from general ITSM data. Which THREE steps should be taken to ensure proper HR data isolation?

Select 3 answers
A.Enable Domain Separation globally
B.Use the Human Resources: Core scope for all HR tables
C.Configure ACLs to restrict table access to HR scoped users
D.Disable all Global business rules
E.Assign HR-specific roles to HR users
AnswersB, C, E

Scoped applications prevent unauthorized cross-scope data access.

Why this answer

Data isolation is achieved through the use of HR Scoped Applications, Role-based Access Control (RBAC), and scoped HR tables.

41
MCQmedium

What is the benefit of using 'HR Criteria' instead of hard-coded ACL scripts?

A.It allows non-developers to manage complex security rules
B.It is faster to execute
C.It replaces the need for roles
D.It forces the system to use encryption
AnswerA

This is the primary advantage of HR Criteria over scripted ACLs.

Why this answer

HR Criteria is maintainable, reusable, and configurable by HR Admins without requiring deep scripting knowledge.

42
MCQeasy

Which module contains the 'HR Security' configuration settings?

A.System Security -> HR
B.Self-Service -> HR Security
C.System Definition -> HR
D.HR Administration -> HR Security
AnswerD

This is the correct navigation path.

Why this answer

HR Administration is the primary location for HR configuration, including security profiles.

43
MCQmedium

If you want to ensure all HR Cases from the 'Payroll' category go to the 'Payroll' group, what should you configure?

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

Routes the case.

Why this answer

Assignment rules allow you to specify conditions based on categories.

44
MCQmedium

You need to restrict access to a specific HR Case so that only members of the 'Payroll' assignment group can view it. Which security mechanism should you configure?

A.Set the 'Read' ACL on the sn_hr_core_case table to 'Public'
B.Modify the 'HR Service' definition to include a client script
C.Configure a Business Rule to modify the sys_id visibility
D.Apply an HR Security Profile using the 'Restrict by Assignment Group' setting
AnswerD

HR Security Profiles allow for granular restriction of HR records based on assignment groups.

Why this answer

HR Case security is primarily managed through HR Criteria and HR Security profiles, but record-level access for specific cases is best controlled using ACLs or HR Scoped Roles.

45
MCQhard

To ensure HR Case data is properly isolated from IT Service Management records, which table should the HR Case table extend?

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

Extending sn_hr_core_case ensures compatibility with HRSD functionality.

Why this answer

The HR Core Case table (sn_hr_core_case) extends the Task table, but the architecture relies on table-level security and scope isolation.

46
MCQhard

An organization requires that specific HR case data be deleted after 7 years for compliance. How can this be achieved?

A.Flow Designer
B.Data Retention Policy
C.Manual deletion
D.Business Rules
AnswerB

Data retention policies are the standard tool for managing data lifecycle compliance.

Why this answer

The 'Data Retention' policy or 'Table Cleaner' scheduled job is the architecturally correct method for handling data lifecycle.

47
Multi-Selectmedium

Which THREE components contribute to the HR Case 'Task' structure?

Select 3 answers
A.Knowledge Base
B.Task Templates
C.Portal Widget
D.Task Activities
E.Child Tasks
AnswersB, D, E

Templates provide consistent task data.

Why this answer

HR cases can have child tasks, templates, and task activities.

48
MCQhard

What is the effect of setting 'Show to Subject Person' on an activity?

A.Allows the manager to see it
B.Hides the task from agents
C.Allows the subject to see it in the portal
D.Automatically completes the task
AnswerC

Enables employee-facing tasks.

Why this answer

It allows the employee (subject person) to see and interact with the task in their 'Employee Service Center'.

49
Multi-Selectmedium

Which TWO of the following can be used to restrict access to an HR Case?

Select 2 answers
A.UI Policy
B.HR Security Profiles
C.User Preferences
D.ACLs
E.Business Rules
AnswersB, D

HR-specific security.

Why this answer

ACLs and HR Security Profiles are the two primary tools for HR case security.

50
MCQhard

In a multi-departmental LE, how do you ensure that the 'Legal' team only sees their specific tasks?

A.Assignment Rule on the task template
B.Field mapping
C.Activity Set Audience
D.Trigger condition
AnswerA

Assignment rules control group visibility.

Why this answer

You create specific group-level task assignments or use visibility settings in the Activity Definition.

51
MCQmedium

What is the primary benefit of using HR Criteria over User Criteria?

A.Security
B.HR-specific fields
C.Speed
D.Usability
AnswerB

Allows targeting based on HR profile attributes.

Why this answer

HR Criteria is built specifically for HR applications, allowing for attributes like Job Profile, Department, etc.

52
Multi-Selectmedium

Which THREE elements are part of the HR Service configuration?

Select 3 answers
A.Topic Detail
B.Record Producer
C.Topic Category
D.User Group
E.HR Criteria
AnswersA, B, C

Required for granular classification.

Why this answer

HR Services are defined by their Topic Category, Topic Detail, and the associated Record Producer.

53
MCQeasy

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

A.HR Topic
B.HR Template
C.HR Service
D.HR Criteria
AnswerC

The service record links the two entities.

Why this answer

The HR Service definition includes a 'Record Producer' or 'Catalog Item' field, allowing users to initiate the service via the portal.

54
MCQeasy

What is the purpose of an HR Case Template?

A.To pre-populate fields on an HR Case
B.To define the assignment rule
C.To define security
D.To store email notifications
AnswerA

Standard use case for templates.

Why this answer

HR Case Templates are used to pre-populate fields on an HR Case record.

55
MCQeasy

Which field on an HR Service record determines which Service Portal it appears on?

A.HR Criteria
B.Service Portal field
C.Assignment group
D.Topic Category
AnswerB

Direct link.

Why this answer

The 'Service Portal' or catalog association determines visibility.

56
MCQmedium

How can you audit access to HR cases?

A.By using the 'System Log' and 'ACL' audit logs
B.By running a report on the 'sys_log' table
C.By looking at the 'HR Case' table history
D.By asking the users
AnswerA

These logs track record access and security evaluations.

Why this answer

The system audit log and security logs track who has viewed records, providing an audit trail for HR compliance.

57
MCQmedium

If an HR Case is assigned to a 'Group', how does the 'HR Security Profile' ensure only the assigned group members can see it?

A.By using an HR Criteria record for every case
B.By enforcing it via an ACL that checks for the 'itil' role
C.By checking the 'Assignment Group' field on the case against the user's groups
D.By hiding the record if it is not 'Assigned to' the user
AnswerC

This is how the security profile enforces group-based access.

Why this answer

The profile is evaluated against the user's membership and the case's assignment field.

58
Multi-Selecthard

Which THREE items are typically stored in the 'sn_hr_core' scope?

Select 3 answers
A.Incident table
B.HR Tasks
C.HR Cases
D.Problem table
E.HR Services
AnswersB, C, E

Core component.

Why this answer

HR cases, HR tasks, and HR services are all part of the core HR scope.

59
Multi-Selectmedium

Which THREE of the following fields are typically mapped in an Activity Field Mapping?

Select 3 answers
A.Approval Group
B.Source Field
C.Target Field
D.Activity Set Name
E.Source Object
AnswersB, C, E

Required mapping element.

Why this answer

The Source Field, Target Field, and Source Object are required to define a valid mapping.

60
MCQmedium

What is the primary function of the 'HR Criteria' module?

A.Set up HR groups
B.Configure case SLAs
C.Create reusable filters for HR services
D.Define case states
AnswerC

HR Criteria enables the definition of audiences for various HR components.

Why this answer

HR Criteria allows you to build reusable conditions to filter populations for services, knowledge, and more.

61
Multi-Selecteasy

Which THREE pieces of information are standard in an HR Profile?

Select 3 answers
A.Employment Start Date
B.Department
C.Job Title
D.Server IP Address
E.Incident Priority
AnswersA, B, C

This is a core HR data point.

Why this answer

HR Profiles typically include Employment Start Date, Job Title, and Department.

62
MCQeasy

Which portal is the standard interface for employees to interact with HR services?

A.Employee Center
B.HR Portal
C.Service Portal
D.CMS
AnswerA

This is the standard employee portal.

Why this answer

Employee Center is the modern, unified portal for employees to access HR services and knowledge.

63
Multi-Selecteasy

Which THREE of the following are valid ways to secure HR data within a ServiceNow instance?

Select 3 answers
A.Assigning 'public' to all HR tables.
B.Sharing passwords between HR admins.
C.Configuring Column-level encryption.
D.Applying HR Criteria for record-level security.
E.Using ACLs to restrict field and table access.
AnswersC, D, E

Encryption protects sensitive data fields at rest.

Why this answer

Data security is maintained through role-based access (ACLs), record-level contextual security (HR Criteria), and platform-wide data protection (Encryption).

64
MCQmedium

Which feature allows you to define who can see a Knowledge Base?

A.User Criteria
B.Role-based ACLs
C.Assignment rules
D.HR Criteria
AnswerA

User Criteria is the standard ServiceNow feature for controlling knowledge access.

Why this answer

Knowledge Base 'Can Read' and 'Cannot Read' user criteria are used to control access.

65
MCQhard

An HR team reports that when a case is created via a specific Record Producer, the HR Service field is blank. What is the most likely cause?

A.The HR Service field on the Record Producer is empty.
B.The catalog item is not published.
C.The user lacks the 'sn_hr_core.admin' role.
D.The HR Criteria is missing.
AnswerA

If the HR Service field is not populated on the Record Producer, the case will not be classified correctly.

Why this answer

Record Producers require the 'HR Service' field to be correctly configured on the record producer form to trigger the correct process.

66
Multi-Selectmedium

Which TWO of the following are components of the HR Service Delivery architecture used for defining HR services?

Select 2 answers
A.HR Service
B.HR Template
C.HR Profile
D.HR Criteria
E.HR Role
AnswersA, B

This defines the case type and fulfillment process.

Why this answer

HR Services and HR Templates are the two foundational pieces used to define and configure HR case processes.

67
Multi-Selecthard

Which THREE of the following are considered 'Sensitive HR Data' categories?

Select 3 answers
A.Social Security Number (SSN)
B.Salary Details
C.Employee Name
D.Medical Information
E.Case Description
AnswersA, B, D

PII.

Why this answer

Personal identification, salary, and medical information are standard sensitive data categories in HR.

68
MCQeasy

A customer needs to restrict access to HR cases based on the HR department. Which component should you use to implement this security requirement?

A.Business Rules
B.ACLs
C.Data Policies
D.HR Criteria
AnswerD

HR Criteria allows for granular security based on conditions.

Why this answer

HR Criteria is the standard ServiceNow mechanism to control access to HR services, knowledge articles, and cases based on user profiles.

69
Multi-Selecthard

Which TWO of the following are true regarding the Lifecycle Event engine?

Select 2 answers
A.Manages activity set activation
B.Runs independently of the case
C.Processes task creation
D.Configured via Flow Designer
E.Only works for onboarding
AnswersA, C

Core engine function.

Why this answer

The LE engine manages activity set activation and processes task creation based on the defined lifecycle model.

70
MCQhard

How do you provide a custom help text for a Record Producer variable?

A.UI Policy
B.Catalog Client Script
C.Help text field
D.Service configuration
AnswerC

Native feature.

Why this answer

The 'Help text' field on the variable record is designed for this.

71
MCQhard

An administrator needs to ensure that the 'Manager's Welcome Email' activity automatically populates the recipient's name from the HR Case. Which feature is used to map information from the HR Case directly into the activity?

A.Activity Variable Sets
B.Activity Field Mappings
C.Activity Content Template
D.Lifecycle Event Flow Designer action
AnswerB

Field mappings allow you to map source fields (like Case) to target fields (like Activity).

Why this answer

Activity Field Mappings allow data to be passed from the HR Case or other associated records into the activity fields.

72
MCQeasy

What is the purpose of the 'Delegated Developer' role?

A.To create new users
B.To allow users to modify all system settings
C.To allow end users to view HR cases
D.To allow developers to manage scoped applications without global admin
AnswerD

This is the core function of the role.

Why this answer

It allows non-admin users to manage specific scoped applications, reducing the burden on the global admin.

73
Multi-Selectmedium

Which THREE of the following are valid trigger types for an Activity Set?

Select 3 answers
A.Date
B.Manual
C.Notification
D.Condition
E.Email
AnswersA, B, D

Standard type.

Why this answer

The three primary trigger mechanisms for activity sets are Date-based, Condition-based, and Manual.

74
MCQhard

What is the difference between 'Immediate' and 'Manual' trigger types for activity sets?

A.Immediate is for agents, manual is for employees
B.Immediate fires on creation, manual requires action
C.One uses business rules, one uses flows
D.Manual is for automated sets
AnswerB

Correct definition of trigger behavior.

Why this answer

Immediate triggers fire as soon as the LE case is created, while Manual requires a user action to initiate.

75
MCQhard

You have multiple activity sets in a lifecycle event. How does the system determine the order in which they trigger?

A.The order defined in the Lifecycle Event record
B.The 'Order' field on the Activity Set
C.Alphabetical order of the name
D.Creation date of the activity set
AnswerB

The Order integer determines the sequence.

Why this answer

The 'Order' field on the Activity Set record determines the sequence of execution.

Page 1 of 5

Page 2

All pages