Courseiva

CCNA HR System Architecture Questions

75 of 89 questions · Page 1/2 · HR System Architecture · Answers revealed

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
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.

3
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.

4
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.

5
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.

6
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.

7
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.

8
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.

9
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.

10
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.

11
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.

12
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.

13
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.

14
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.

15
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.

16
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.

17
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.

18
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.

19
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.

20
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.

21
MCQhard

Which mechanism ensures that an HR Case can only be updated by the assigned HR agent?

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

ACLs are the definitive security tool for record-level access.

Why this answer

HR ACLs are configured to restrict write access to the assigned agent or members of the assigned group.

22
Multi-Selecthard

Which TWO options are used to define HR Criteria audiences?

Select 2 answers
A.Script
B.Groups
C.Departments
D.Roles
E.Conditions
AnswersA, E

Scripts provide advanced logic for audience definition.

Why this answer

HR Criteria uses Conditions and (optionally) scripts to define the target population.

23
Multi-Selectmedium

Which TWO items are required to set up an 'HR Catalog Item'?

Select 2 answers
A.Role
B.HR Criteria
C.HR Service
D.Scheduled Job
E.Business Rule
AnswersB, C

HR Criteria ensures the right audience sees the item.

Why this answer

A Catalog Item must be linked to an HR Service and an HR Criteria audience.

24
MCQeasy

Which table is used to store HR knowledge articles that are specific to HR policies?

A.sn_hr_core_policy
B.sn_hr_core_case
C.sn_hr_core_kb
D.kb_knowledge
AnswerD

All knowledge articles reside here.

Why this answer

The 'kb_knowledge' table is the standard table for all knowledge articles, including HR, filtered by knowledge bases.

25
Multi-Selecthard

Which THREE types of information are stored in an HR Profile?

Select 3 answers
A.Job details
B.Case history
C.Location information
D.Workflow logs
E.Personal data
AnswersA, C, E

Part of employment info.

Why this answer

The HR Profile contains job, personal, and location data related to an employee.

26
MCQmedium

What is the purpose of 'Task Templates' within HR Services?

A.Define SLA duration
B.Route cases to groups
C.Populate fields on child tasks automatically
D.Manage portal visibility
AnswerC

Task templates ensure consistency when creating follow-on HR tasks.

Why this answer

Task templates allow you to automatically populate fields on child tasks created by an HR Case.

27
MCQmedium

You are tasked with ensuring that sensitive HR cases are restricted to specific HR agents. Which mechanism should you configure to ensure that only members of the 'HR Benefits' group can read cases assigned to the 'Benefits' HR Service?

A.Implement HR ACLs
B.Configure Data Policies
C.Apply Business Rules
D.Use HR Criteria
AnswerA

ACLs allow you to define granular security rules based on roles and group membership for HR cases.

Why this answer

Access Control Lists (ACLs) on the sn_hr_core_case table are the primary method for securing HR case data based on user group membership.

28
MCQeasy

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

A.user_admin
B.hr_admin
C.sn_hr_core.case_writer
D.itil
AnswerB

This role is the standard administrative role for HRSD configuration.

Why this answer

The sn_hr_core.admin role provides full access to configure HR Service Delivery components.

29
MCQmedium

When designing an HR Service, which field must be populated to ensure the case is routed to the correct department?

A.Catalog Item
B.Assignment Group
C.Service Category
D.Topic
AnswerB

The Assignment Group field in the HR Service defines the destination team.

Why this answer

The 'Assignment Group' in the HR Service definition determines the routing logic.

30
MCQhard

An organization requires that specific sensitive HR data on the HR Profile is hidden from the HR Case worker unless they have a specific role. Which feature provides this field-level security?

A.HR Scoped Roles
B.UI Policies
C.Client Scripts
D.Data Policies
AnswerA

Scoped roles are designed to limit visibility to sensitive HR profile fields.

Why this answer

HR Scoped Roles and HR ACLs work together to protect sensitive HR Profile data fields.

31
Multi-Selecthard

Which THREE things are required for 'HR Service' configuration?

Select 3 answers
A.Topic Detail
B.Assignment Group
C.Knowledge Category
D.Topic
E.Report Dashboard
AnswersA, B, D

Required for specific service categorization.

Why this answer

HR Services require a Topic, Topic Detail, and an Assignment Group for effective operation.

32
MCQmedium

An HR Administrator needs to ensure that only members of the 'HR Tier 1' group can view cases assigned to them, while excluding other HR staff. Which configuration should they implement?

A.Modify ACLs on the sn_hr_core_case table
B.Apply HR Criteria to the HR Case table
C.Update the User Criteria for the HR group
D.Configure Data Policies on the case form
AnswerB

HR criteria provide precise control over record-level access for HR data.

Why this answer

HR criteria are used to restrict access to HR cases, knowledge articles, and catalog items based on user roles, groups, or attributes.

33
MCQmedium

If an HR case is not being assigned to the correct group, which table should you investigate first to verify the routing logic?

A.sn_hr_core_case
B.sn_hr_core_service
C.sys_assignment_rules
D.sys_user_group
AnswerB

The HR Service record holds the assignment configuration.

Why this answer

The 'HR Service' configuration defines the 'Assignment group' or the 'Topic Detail' routing.

34
Multi-Selecthard

Which THREE components are involved in the standard HR case lifecycle routing process?

Select 3 answers
A.HR Service
B.HR Template
C.Assignment Rules
D.Assignment Groups
E.HR Criteria
AnswersA, C, D

Initiates the routing process.

Why this answer

Assignment rules, HR Services, and Assignment groups work together to route cases.

35
Multi-Selecteasy

Which TWO of the following are primary components of the HR Service Delivery architecture?

Select 2 answers
A.HR Profile
B.HR Case
C.Incident Record
D.Change Record
E.Service Level Agreements
AnswersA, B

HR Profiles contain employee-specific data.

Why this answer

HR Cases and HR Profiles are the foundational data entities in the HRSD architecture.

36
MCQmedium

A customer wants to map HR cases to specific HR services based on the 'Category' field on the Employee Center. What is the correct path to configure this?

A.HR Administration > HR Services
B.HR Administration > Case Options
C.Employee Center > Category Mappings
D.Service Portal > Pages
AnswerA

HR Services are the primary configuration point for defining how cases are created and routed.

Why this answer

HR Services are mapped to Topics, and Topics are mapped to Categories within the Employee Center configuration.

37
MCQeasy

In the context of the Employee Center, what determines whether a user can see a specific HR catalog item?

A.User's Active Directory group
B.The System Administrator role
C.The HR Service configuration
D.HR Criteria
AnswerD

HR Criteria allows for granular visibility control based on HR Profile attributes.

Why this answer

HR Criteria is the engine behind visibility for catalog items, knowledge articles, and life cycle events in the Employee Center.

38
MCQmedium

What is the function of 'HR Criteria' in relation to HR Catalog items?

A.Define audience eligibility
B.Manage portal themes
C.Audit HR records
D.Define case routing
AnswerA

HR Criteria determines if an employee can see an HR service or catalog item.

Why this answer

HR Criteria defines who is eligible to see or request a specific HR Catalog Item.

39
MCQmedium

You notice that HR data is leaking into reports accessible by IT. What is the first thing you should check?

A.HR Groups
B.Access Control Lists (ACLs)
C.Business Rules
D.Report ACLs
AnswerB

ACLs are the primary security layer preventing unauthorized access to data.

Why this answer

The 'Domain' or 'ACL' settings are the primary causes for cross-departmental data leaks.

40
Multi-Selectmedium

Which THREE factors influence HR Service routing?

Select 3 answers
A.Portal theme
B.Assignment Rules
C.Knowledge Base search
D.Topic Detail
E.HR Service definition
AnswersB, D, E

Assignment rules provide the final routing logic for cases.

Why this answer

Routing is primarily driven by the HR Service definition, Topic Details, and Assignment Rules.

41
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.

42
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.

43
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.

44
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.

45
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.

46
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.

47
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.

48
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.

49
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.

50
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.

51
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.

52
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.

53
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.

54
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.

55
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.

56
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.

57
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.

58
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.

59
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.

60
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.

61
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.

62
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.

63
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.

64
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.

65
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.

66
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.

67
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.

68
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.

69
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.

70
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.

71
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.

72
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.

73
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.

74
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.

75
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.

Page 1 of 2 · 89 questions totalNext →

Ready to test yourself?

Try a timed practice session using only HR System Architecture questions.