Dashboard Temp Share Shortlinks Frames API

HTMLify

HRM_Predicted_Solutions.html
Views: 14 | Author: djdj
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HRM 2025-26 β€” Predicted Paper Solutions</title>
<style>
  body{font-family:Arial,sans-serif;max-width:900px;margin:0 auto;padding:16px;background:#f4f4f4;color:#222}
  h1{text-align:center;font-size:1.15em;border-bottom:3px solid #1a3a5c;padding-bottom:8px;margin-bottom:4px}
  .subtitle{text-align:center;color:#666;font-size:.85em;margin-bottom:20px}
  h2{background:#1a3a5c;color:#fff;padding:8px 14px;font-size:.95em;margin-top:24px;border-radius:4px}
  h3{background:#2980b9;color:#fff;padding:5px 12px;font-size:.88em;margin-top:14px;border-radius:3px}
  .qblock{background:#fff;border:1px solid #ddd;border-radius:4px;margin:10px 0;padding:13px 15px}
  .qblock.sa{background:#fff8e1;border-color:#f0c040}
  .marks{font-size:.72em;background:#e8f4fd;color:#1a6fa8;border:1px solid #bee0f5;border-radius:3px;padding:1px 7px;margin-left:6px;font-weight:bold}
  .q{font-weight:bold;margin-bottom:7px;color:#111;font-size:.97em}
  .a{color:#333;font-size:.93em;line-height:1.7}
  table{width:100%;border-collapse:collapse;margin:7px 0;font-size:.87em}
  th{background:#1a3a5c;color:#fff;padding:5px 8px;text-align:left}
  td{border:1px solid #ccc;padding:5px 8px;vertical-align:top}
  tr:nth-child(even){background:#f5f5f5}
  b{color:#111}
</style>
</head>
<body>

<h1>πŸ“š HRM (BMB202) β€” Predicted Paper 2025-26<br>Complete Solutions</h1>
<div class="subtitle">Section A (2 marks) + Section B (7 marks) + Section C Q3–Q7 (7 marks each)</div>

<!-- ══════════════════════ SECTION A ══════════════════════ -->
<h2>πŸ“ SECTION A β€” Short Questions (2 Marks each)</h2>

<div class="qblock sa">
  <div class="q">Q1(a). What are the emerging challenges for an HR Manager in modern organizations? <span class="marks">2 Marks | Unit I</span></div>
  <div class="a">
    Emerging challenges for HR Managers:<br>
    (1) <b>Managing diverse workforce</b> β€” multi-generational, multicultural teams<br>
    (2) <b>Technology disruption</b> β€” AI, automation replacing traditional HR tasks<br>
    (3) <b>Talent acquisition and retention</b> β€” war for talent in competitive markets<br>
    (4) <b>Remote/hybrid work management</b> β€” post-COVID flexible work models<br>
    (5) <b>Employee well-being</b> β€” mental health, burnout, work-life balance<br>
    (6) <b>Upskilling and reskilling</b> β€” rapid skill obsolescence due to technology<br>
    (7) <b>Ethical and legal compliance</b> β€” changing labor laws and regulations
  </div>
</div>

<div class="qblock sa">
  <div class="q">Q1(b). State any three barriers to Strategic HRM implementation. <span class="marks">2 Marks | Unit I</span></div>
  <div class="a">
    Three barriers to Strategic HRM:<br>
    (1) <b>Short-term thinking</b> β€” management focused on immediate results rather than long-term HR strategy<br>
    (2) <b>Lack of top management support</b> β€” HR not treated as a strategic business partner<br>
    (3) <b>Resistance to change</b> β€” employees and line managers resist new HR practices and policies<br>
    Other barriers: Communication gap, resource constraints, lack of HR skills in analytics and strategy
  </div>
</div>

<div class="qblock sa">
  <div class="q">Q1(c). What are the methods of demand forecasting in Human Resource Planning? <span class="marks">2 Marks | Unit II</span></div>
  <div class="a">
    Methods of demand forecasting in HRP:<br>
    <b>Quantitative Methods:</b><br>
    (1) <b>Trend Analysis</b> β€” study past workforce trends to predict future needs<br>
    (2) <b>Work Study / Workload Analysis</b> β€” calculate staff needed based on workload<br>
    (3) <b>Ratio Analysis</b> β€” use ratios like sales per employee to forecast<br><br>
    <b>Qualitative Methods:</b><br>
    (4) <b>Managerial Judgment</b> β€” managers estimate their department's HR needs<br>
    (5) <b>Delphi Method</b> β€” expert opinions collected in rounds until consensus<br>
    (6) <b>Scenario Planning</b> β€” forecast HR needs under different future scenarios
  </div>
</div>

<div class="qblock sa">
  <div class="q">Q1(d). State any two recent trends in recruitment practices. <span class="marks">2 Marks | Unit II</span></div>
  <div class="a">
    Two recent trends in recruitment:<br>
    (1) <b>Social Media Recruiting</b> β€” using LinkedIn, Twitter, Instagram to attract and screen candidates. Companies post jobs, check candidate profiles, and engage passive talent through social platforms.<br><br>
    (2) <b>AI-Based Screening</b> β€” Artificial Intelligence tools automatically screen resumes, conduct chatbot-based interviews, and shortlist candidates based on predefined criteria β€” saving time and reducing bias.
  </div>
</div>

<div class="qblock sa">
  <div class="q">Q1(e). What is Management by Objectives (MBO) as a performance appraisal method? <span class="marks">2 Marks | Unit III</span></div>
  <div class="a">
    <b>MBO (Management by Objectives)</b> is a performance appraisal method where manager and employee jointly set specific, measurable goals at the beginning of the appraisal period. Performance is then evaluated based on achievement of those agreed goals.<br><br>
    <b>Steps:</b> Set objectives β†’ Monitor progress β†’ Evaluate achievement β†’ Give feedback<br><br>
    <b>Advantage:</b> Clear expectations, employee participation, objective evaluation<br>
    <b>Limitation:</b> Time-consuming goal-setting process; difficult to set measurable goals for all roles
  </div>
</div>

<div class="qblock sa">
  <div class="q">Q1(f). State any two causes of poor Industrial Relations in India. <span class="marks">2 Marks | Unit IV</span></div>
  <div class="a">
    Two causes of poor Industrial Relations in India:<br>
    (1) <b>Economic causes</b> β€” low wages, poor working conditions, lack of job security, and denial of bonus or allowances create resentment among workers, leading to conflicts and strikes.<br><br>
    (2) <b>Managerial causes</b> β€” autocratic management style, poor communication, lack of worker participation in decision-making, and unfair disciplinary practices create mistrust between management and employees.
  </div>
</div>

<div class="qblock sa">
  <div class="q">Q1(g). How does IHRM deal with international cultural differences? <span class="marks">2 Marks | Unit V</span></div>
  <div class="a">
    IHRM strategies to deal with cultural differences:<br>
    (1) <b>Cross-cultural training</b> β€” training expatriates about host country's culture, values, and work practices before assignment<br>
    (2) <b>Cultural sensitivity programs</b> β€” awareness workshops for all employees<br>
    (3) <b>Local HR policies</b> β€” adapting HR policies to suit local culture (think global, act local)<br>
    (4) <b>Diverse leadership teams</b> β€” including host-country nationals in management<br>
    (5) <b>Language training</b> β€” helping employees communicate effectively across borders
  </div>
</div>

<!-- ══════════════════════ SECTION B ══════════════════════ -->
<h2>πŸ“‹ SECTION B β€” Medium Questions (7 Marks each | Attempt any 3)</h2>

<div class="qblock">
  <div class="q">Q2(a). Discuss the functions and scope of HRM. How has HRM evolved from personnel management to strategic partner? <span class="marks">7 Marks | Unit I</span></div>
  <div class="a">
    <b>Definition:</b> HRM is the process of acquiring, developing, motivating, and maintaining human resources to achieve organizational goals.<br><br>
    <b>Functions of HRM:</b><br>
    <b>Managerial Functions:</b><br>
    (1) <b>Planning</b> β€” forecasting human resource needs<br>
    (2) <b>Organizing</b> β€” structuring HR department and roles<br>
    (3) <b>Directing</b> β€” leading and motivating employees<br>
    (4) <b>Controlling</b> β€” monitoring HR performance against standards<br><br>
    <b>Operative Functions:</b><br>
    (1) <b>Procurement</b> β€” job analysis, recruitment, selection, placement, induction<br>
    (2) <b>Development</b> β€” training, career planning, performance appraisal, job evaluation<br>
    (3) <b>Compensation</b> β€” wages, salaries, incentives, fringe benefits<br>
    (4) <b>Integration</b> β€” grievance handling, employee relations, collective bargaining<br>
    (5) <b>Maintenance</b> β€” health, safety, welfare, employee services<br><br>
    <b>Scope of HRM:</b> Covers all people-related activities from hiring to retirement β€” recruitment, training, compensation, industrial relations, and employee welfare.<br><br>
    <b>Evolution of HRM:</b>
    <table>
      <tr><th>Stage</th><th>Focus</th><th>Period</th></tr>
      <tr><td>Personnel Management</td><td>Administrative, welfare, record-keeping</td><td>Pre-1960s</td></tr>
      <tr><td>Human Resource Management</td><td>Integrating people practices with goals</td><td>1960s–1990s</td></tr>
      <tr><td>Strategic HRM</td><td>HR as competitive advantage and strategic partner</td><td>1990s–present</td></tr>
    </table>
    <br>Today, HR is a <b>strategic business partner</b> β€” involved in organizational strategy, mergers, technology decisions, and building competitive advantage through talent.
  </div>
</div>

<div class="qblock">
  <div class="q">Q2(b). Explain internal and external sources of recruitment, steps in selection, and recent trends. <span class="marks">7 Marks | Unit II</span></div>
  <div class="a">
    <b>Internal Sources of Recruitment:</b><br>
    (1) <b>Promotion</b> β€” elevating employees to higher positions<br>
    (2) <b>Transfer</b> β€” moving employees across departments<br>
    (3) <b>Employee Referrals</b> β€” existing employees recommend candidates<br>
    (4) <b>Internal Job Postings</b> β€” advertising vacancies within the organization<br><br>
    <b>External Sources of Recruitment:</b><br>
    (1) <b>Campus Recruitment</b> β€” hiring fresh graduates from colleges<br>
    (2) <b>Job Portals</b> β€” Naukri.com, LinkedIn, Indeed<br>
    (3) <b>Employment Agencies</b> β€” placement consultants<br>
    (4) <b>Walk-in Interviews</b> β€” open interviews for specific roles<br>
    (5) <b>Headhunting</b> β€” for senior executive positions<br><br>
    <b>Steps in Selection Process:</b><br>
    1. Screening of applications β†’ 2. Preliminary interview β†’ 3. Written tests (aptitude, technical) β†’ 4. Group Discussion β†’ 5. Personal interview β†’ 6. Reference check β†’ 7. Medical examination β†’ 8. Final offer letter<br><br>
    <b>Recent Trends in Recruitment:</b><br>
    (1) <b>AI-based screening</b> β€” automated resume shortlisting<br>
    (2) <b>Social media hiring</b> β€” LinkedIn, Twitter<br>
    (3) <b>Video interviews</b> β€” Zoom, Google Meet based interviews<br>
    (4) <b>Gamification</b> β€” game-based assessment of candidates<br>
    (5) <b>Employer branding</b> β€” building company image to attract talent
  </div>
</div>

<div class="qblock">
  <div class="q">Q2(c). What is Performance Appraisal? Discuss its process and explain any three methods. <span class="marks">7 Marks | Unit III</span></div>
  <div class="a">
    <b>Performance Appraisal:</b> A systematic evaluation of an employee's job performance against established standards to provide feedback, identify training needs, and make HR decisions.<br><br>
    <b>Process of Performance Appraisal:</b><br>
    (1) Establish performance standards<br>
    (2) Communicate standards to employees<br>
    (3) Measure actual performance<br>
    (4) Compare actual vs standard performance<br>
    (5) Discuss appraisal with employee<br>
    (6) Initiate corrective action if needed<br><br>
    <b>Three Methods of Performance Appraisal:</b><br><br>
    <b>1. 360-Degree Appraisal:</b><br>
    Feedback collected from all directions β€” self, supervisor, subordinates, peers, and customers. Provides a complete picture. Advantage: multi-perspective. Limitation: time-consuming, may be biased.<br><br>
    <b>2. Management by Objectives (MBO):</b><br>
    Manager and employee jointly set goals. Evaluation based on goal achievement. Advantage: objective, participative. Limitation: difficult to set measurable goals for all roles.<br><br>
    <b>3. Critical Incident Method:</b><br>
    Supervisor records exceptional positive and negative behaviors throughout the year. Evaluation based on these incidents. Advantage: based on actual behavior. Limitation: supervisor may forget incidents or record selectively.
  </div>
</div>

<div class="qblock">
  <div class="q">Q2(d). What is Compensation Management? Explain its components, incentive schemes, and impact on productivity. <span class="marks">7 Marks | Unit IV</span></div>
  <div class="a">
    <b>Compensation Management:</b> The systematic process of designing, implementing, and managing employee pay and benefits to attract, retain, and motivate employees while controlling labor costs.<br><br>
    <b>Components of Employee Compensation:</b>
    <table>
      <tr><th>Direct (Financial)</th><th>Indirect (Non-Financial)</th></tr>
      <tr><td>Basic Pay/Wages</td><td>Provident Fund & Gratuity</td></tr>
      <tr><td>Dearness Allowance (DA)</td><td>Medical Insurance</td></tr>
      <tr><td>House Rent Allowance (HRA)</td><td>Leave benefits (earned, sick, casual)</td></tr>
      <tr><td>Bonus & Incentives</td><td>Company car, accommodation</td></tr>
      <tr><td>Commission</td><td>Recognition and awards</td></tr>
    </table>
    <br>
    <b>Employee Incentive Schemes:</b><br>
    <b>Individual Incentives:</b><br>
    (1) <b>Piece Rate System</b> β€” payment per unit produced<br>
    (2) <b>Merit Pay</b> β€” salary increase based on performance rating<br>
    (3) <b>Sales Commission</b> β€” percentage of sales achieved<br><br>
    <b>Group Incentives:</b><br>
    (1) <b>Profit Sharing</b> β€” share of company profits distributed to employees<br>
    (2) <b>ESOP</b> (Employee Stock Ownership Plan) β€” employees get company shares<br>
    (3) <b>Team Bonus</b> β€” bonus for achieving team targets<br><br>
    <b>Impact on Productivity:</b> Incentives create a direct link between effort and reward, motivating employees to perform better, reduce absenteeism, and increase output quality and quantity.
  </div>
</div>

<div class="qblock">
  <div class="q">Q2(e). Explain emerging dimensions of IHRM, its principles, and cross-cultural management challenges. <span class="marks">7 Marks | Unit V</span></div>
  <div class="a">
    <b>IHRM:</b> The process of managing human resources across international boundaries in multinational organizations.<br><br>
    <b>Emerging Dimensions of IHRM:</b><br>
    (1) <b>Global Talent Management</b> β€” identifying and developing talent globally<br>
    (2) <b>Virtual Teams</b> β€” managing geographically dispersed teams<br>
    (3) <b>Diversity and Inclusion</b> β€” embracing multicultural workforce<br>
    (4) <b>Expatriate Management</b> β€” selection, training, and repatriation<br>
    (5) <b>Digital HR</b> β€” using technology for global HR processes<br>
    (6) <b>Cross-cultural leadership</b> β€” leading teams across cultures<br><br>
    <b>Basic Principles of IHRM:</b><br>
    (1) Think globally, act locally<br>
    (2) Cultural sensitivity and adaptation<br>
    (3) Compliance with host country labor laws<br>
    (4) Equity and fairness across all nationalities<br>
    (5) Effective cross-cultural communication<br><br>
    <b>Cross-Cultural Management Challenges:</b><br>
    (1) Language barriers and communication gaps<br>
    (2) Different work ethics and management styles<br>
    (3) Varying attitudes toward authority and hierarchy<br>
    (4) Religious and social customs affecting work<br>
    (5) Expatriate adjustment and family issues<br><br>
    <b>Solutions:</b> Cross-cultural training, mentoring by local managers, cultural immersion programs, and flexible HR policies.
  </div>
</div>

<!-- ══════════════════════ SECTION C ══════════════════════ -->
<h2>πŸ“– SECTION C β€” Long Questions (7 Marks each | Attempt any ONE per question)</h2>

<!-- Q3 -->
<h3>Q3 β€” Unit I: HRM Essentials & Strategic HRM</h3>

<div class="qblock">
  <div class="q">Q3(a). Define HRM. Discuss nature, scope, and importance. How does HRM contribute to competitive advantage? <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>Definition:</b> HRM is the process of planning, organizing, directing, and controlling the procurement, development, compensation, integration, and maintenance of human resources so that individual, organizational, and societal objectives are accomplished.<br><br>
    <b>Nature of HRM:</b><br>
    (1) <b>Pervasive</b> β€” present in all organizations and at all levels<br>
    (2) <b>Action-oriented</b> β€” focuses on solving problems through policies and actions<br>
    (3) <b>People-oriented</b> β€” treats employees as assets, not just costs<br>
    (4) <b>Future-oriented</b> β€” plans for future HR needs<br>
    (5) <b>Development-oriented</b> β€” continuously develops employee capabilities<br>
    (6) <b>Integrating mechanism</b> β€” integrates human resources with organizational goals<br><br>
    <b>Scope of HRM:</b><br>
    β€’ Procurement: Job analysis, HRP, recruitment, selection, placement<br>
    β€’ Development: Training, career planning, performance appraisal, job evaluation<br>
    β€’ Compensation: Wages, salaries, incentives, benefits<br>
    β€’ Integration: Industrial relations, grievance handling<br>
    β€’ Maintenance: Health, safety, welfare<br><br>
    <b>Importance of HRM:</b><br>
    (1) <b>Right person for the right job</b> β€” proper recruitment and selection<br>
    (2) <b>Employee development</b> β€” training and career growth<br>
    (3) <b>High morale</b> β€” fair compensation and good working conditions<br>
    (4) <b>Reduced labor turnover</b> β€” through welfare and development<br>
    (5) <b>Legal compliance</b> β€” adherence to labor laws<br><br>
    <b>HRM and Competitive Advantage:</b><br>
    Organizations gain competitive advantage through people when:<br>
    (1) Employees have unique skills that competitors cannot easily replicate<br>
    (2) HR practices create a high-performance culture<br>
    (3) Talent management ensures the right leaders are in place<br>
    (4) Employee engagement drives innovation and customer satisfaction<br>
    Example: Google's HR practices (freedom, perks, development) attract top talent, giving it a competitive edge.
  </div>
</div>

<div class="qblock">
  <div class="q">Q3(b). Explain concept of Strategic HRM. Discuss its approaches, benefits, and barriers in Indian organizations. <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>Strategic HRM (SHRM):</b> The deliberate linking of human resource management with the strategic goals of the organization to improve business performance and develop an organizational culture that fosters innovation and flexibility.<br><br>
    <b>Approaches to SHRM:</b><br>
    (1) <b>Best-fit Approach</b> β€” HR practices aligned with specific organizational strategy. Example: A cost-leadership company uses efficiency-focused HR (lean staffing, performance pay).<br>
    (2) <b>Best-practice Approach</b> β€” universal HR practices that always lead to superior performance (e.g., selective hiring, training, teamwork).<br>
    (3) <b>Resource-based View</b> β€” HR creates competitive advantage through unique, inimitable human capital.<br><br>
    <b>Benefits of SHRM:</b><br>
    (1) Better alignment between HR and business goals<br>
    (2) Proactive talent management<br>
    (3) Higher employee productivity and retention<br>
    (4) Builds organizational capabilities for future<br>
    (5) Stronger employer brand<br><br>
    <b>Barriers to SHRM in India:</b><br>
    (1) <b>Short-term mindset</b> β€” quarterly profit focus over long-term HR investment<br>
    (2) <b>Limited HR expertise</b> β€” HR professionals lack strategic business knowledge<br>
    (3) <b>Top management resistance</b> β€” HR not given seat at strategy table<br>
    (4) <b>Cultural factors</b> β€” hierarchical culture resists participative HR practices<br>
    (5) <b>Resource constraints</b> β€” SMEs cannot afford strategic HR initiatives<br><br>
    <b>How to overcome:</b> CEO championing of HR | Developing HR analytics capability | Linking HR metrics to business outcomes.
  </div>
</div>

<!-- Q4 -->
<h3>Q4 β€” Unit II: HR Planning & Employee Hiring</h3>

<div class="qblock">
  <div class="q">Q4(a). Explain the process of HRP. What are the factors influencing HRP? Discuss ways to manage surplus and shortage. <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>HRP (Human Resource Planning):</b> The systematic process of forecasting the organization's future demand for and supply of human resources, and planning to bridge the gap.<br><br>
    <b>Process of HRP:</b><br>
    (1) <b>Analyze organizational plans</b> β€” understand future business direction<br>
    (2) <b>Forecast HR demand</b> β€” how many and what type of employees needed<br>
    (3) <b>Assess current HR supply</b> β€” HR inventory (skills audit)<br>
    (4) <b>Identify gap</b> β€” demand vs supply comparison<br>
    (5) <b>Formulate HR plans</b> β€” recruitment/downsizing/training plan<br>
    (6) <b>Monitor and review</b> β€” check effectiveness of HR plan<br><br>
    <b>Factors Influencing HRP:</b><br>
    <b>External Factors:</b><br>
    (1) Economic conditions β€” boom/recession affects hiring<br>
    (2) Technology changes β€” automation reduces some roles<br>
    (3) Labor market conditions β€” availability of skilled talent<br>
    (4) Government policies β€” labor laws, minimum wages<br><br>
    <b>Internal Factors:</b><br>
    (1) Organizational growth plans<br>
    (2) Employee turnover rate<br>
    (3) Budget constraints<br>
    (4) Company's HR philosophy<br><br>
    <b>Managing Manpower Surplus:</b><br>
    (1) Voluntary retirement schemes (VRS)<br>
    (2) Retrenchment / layoffs<br>
    (3) Transfer to other departments<br>
    (4) Reduced working hours<br>
    (5) Freeze on fresh recruitment<br><br>
    <b>Managing Manpower Shortage:</b><br>
    (1) Overtime and shift extension<br>
    (2) Fresh recruitment<br>
    (3) Outsourcing and contract staffing<br>
    (4) Promotion and internal transfers<br>
    (5) Recalling retired employees temporarily
  </div>
</div>

<div class="qblock">
  <div class="q">Q4(b). What is Job Analysis? Explain its process, methods, and how Job Description and Job Specification are used in HR activities. <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>Job Analysis:</b> A systematic process of collecting, documenting, and analyzing information about a job's content, context, and requirements to produce Job Description and Job Specification.<br><br>
    <b>Process of Job Analysis:</b><br>
    (1) Identify purpose of job analysis<br>
    (2) Collect background information (organization charts)<br>
    (3) Select representative positions<br>
    (4) Collect job information using methods<br>
    (5) Verify the information with employees and supervisors<br>
    (6) Develop Job Description and Job Specification<br><br>
    <b>Methods of Collecting Job Information:</b><br>
    (1) <b>Observation Method</b> β€” analyst directly observes the worker<br>
    (2) <b>Interview Method</b> β€” structured interview with job holder/supervisor<br>
    (3) <b>Questionnaire Method</b> β€” employee fills structured questionnaire<br>
    (4) <b>Diary/Log Method</b> β€” employee records daily activities<br>
    (5) <b>Critical Incident Method</b> β€” key effective/ineffective behaviors recorded<br><br>
    <b>Uses of Job Description:</b><br>
    (1) <b>Recruitment</b> β€” writing job advertisements<br>
    (2) <b>Performance Appraisal</b> β€” setting performance standards<br>
    (3) <b>Training</b> β€” identifying what skills to train<br>
    (4) <b>Compensation</b> β€” determining job worth for pay structure<br><br>
    <b>Uses of Job Specification:</b><br>
    (1) <b>Selection</b> β€” screening candidates against minimum qualifications<br>
    (2) <b>Recruitment</b> β€” defining ideal candidate profile<br>
    (3) <b>Training</b> β€” identifying skill gaps in current employees<br>
    (4) <b>Promotion</b> β€” checking if employee meets requirements for higher role
  </div>
</div>

<!-- Q5 -->
<h3>Q5 β€” Unit III: Employee Training & Development</h3>

<div class="qblock">
  <div class="q">Q5(a). What is Training? Explain its importance and differentiate between on-the-job and off-the-job methods. <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>Training:</b> A systematic process of learning and development designed to improve the knowledge, skills, and attitudes of employees to perform their current and future jobs effectively.<br><br>
    <b>Importance of Training:</b><br>
    (1) <b>Improves performance</b> β€” employees perform better with updated skills<br>
    (2) <b>Reduces errors</b> β€” trained employees make fewer mistakes<br>
    (3) <b>Increases productivity</b> β€” efficient work processes<br>
    (4) <b>Employee motivation</b> β€” training shows organization cares about development<br>
    (5) <b>Reduces supervision</b> β€” trained employees need less monitoring<br>
    (6) <b>Facilitates succession planning</b> β€” prepares employees for higher roles<br>
    (7) <b>Adapts to change</b> β€” helps employees adapt to new technology<br><br>
    <b>On-the-Job vs Off-the-Job Training:</b>
    <table>
      <tr><th>Basis</th><th>On-the-Job Training</th><th>Off-the-Job Training</th></tr>
      <tr><td>Location</td><td>At actual workplace</td><td>Away from workplace</td></tr>
      <tr><td>Learning style</td><td>Learning while doing actual work</td><td>Simulated or classroom environment</td></tr>
      <tr><td>Cost</td><td>Less expensive</td><td>More expensive</td></tr>
      <tr><td>Production disruption</td><td>May disrupt workflow</td><td>No production disruption</td></tr>
      <tr><td>Methods</td><td>Apprenticeship, job rotation, coaching, mentoring</td><td>Vestibule, case study, role play, simulation, lectures</td></tr>
      <tr><td>Best for</td><td>Simple, repetitive tasks</td><td>Complex skills, management training</td></tr>
    </table>
  </div>
</div>

<div class="qblock">
  <div class="q">Q5(b). Discuss process of Performance Appraisal. Explain 360-Degree, Critical Incident Method, and MBO. <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>Performance Appraisal:</b> Systematic evaluation of employee performance against set standards to make HR decisions and provide developmental feedback.<br><br>
    <b>Process:</b><br>
    (1) Establish performance standards β†’ (2) Communicate to employees β†’ (3) Measure actual performance β†’ (4) Compare with standards β†’ (5) Discuss results with employee β†’ (6) Take corrective action β†’ (7) Review and update standards<br><br>
    <b>Three Modern Methods:</b><br><br>
    <b>1. 360-Degree Appraisal:</b><br>
    Feedback collected from: Self + Supervisor + Subordinates + Peers + Customers<br>
    <b>Advantages:</b> Complete, multi-perspective view; reduces individual bias; improves self-awareness<br>
    <b>Limitations:</b> Time-consuming; may be influenced by personal relationships; complex to administer<br><br>
    <b>2. Critical Incident Method:</b><br>
    Supervisor maintains a daily/weekly log of employee's critical (exceptional positive or negative) behaviors. These incidents form the basis of appraisal.<br>
    <b>Advantages:</b> Based on actual observable behavior; specific feedback<br>
    <b>Limitations:</b> Supervisor may forget incidents; halo effect possible; time-consuming record-keeping<br><br>
    <b>3. Management by Objectives (MBO):</b><br>
    Manager and employee jointly set SMART goals at start of period. At end, performance evaluated based on goal achievement.<br>
    <b>Advantages:</b> Clear expectations; employee participation; objective evaluation<br>
    <b>Limitations:</b> Difficult to set measurable goals for all roles; ignores how goals are achieved
  </div>
</div>

<!-- Q6 -->
<h3>Q6 β€” Unit IV: Compensation Management & Industrial Relations</h3>

<div class="qblock">
  <div class="q">Q6(a). Discuss internal and external factors affecting employee compensation. <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>Compensation Management:</b> Designing and managing employee pay and benefits to attract, retain, and motivate employees.<br><br>
    <b>Internal Factors Affecting Compensation:</b><br>
    (1) <b>Job Evaluation</b> β€” systematic assessment of job worth determines pay hierarchy within the organization<br>
    (2) <b>Employee Performance</b> β€” high performers get higher pay/bonuses through merit-based pay systems<br>
    (3) <b>Ability to Pay</b> β€” organization's profitability and financial health limits what it can offer<br>
    (4) <b>HR Policy</b> β€” whether company follows "pay leader," "pay follower," or "pay at market" policy<br>
    (5) <b>Employee's skills and experience</b> β€” more skilled and experienced employees command higher pay<br>
    (6) <b>Job level and seniority</b> β€” higher position = higher compensation<br><br>
    <b>External Factors Affecting Compensation:</b><br>
    (1) <b>Labor market conditions</b> β€” scarcity of skilled professionals drives up pay (e.g., data scientists, AI engineers)<br>
    (2) <b>Cost of living / Inflation</b> β€” DA (Dearness Allowance) is adjusted periodically to offset inflation<br>
    (3) <b>Industry standards</b> β€” companies benchmark pay against industry peers to remain competitive<br>
    (4) <b>Government regulations</b> β€” Minimum Wages Act, Equal Pay Act, Payment of Bonus Act set minimum standards<br>
    (5) <b>Trade union pressure</b> β€” strong unions negotiate higher wages through collective bargaining<br>
    (6) <b>Economic conditions</b> β€” recession leads to pay freezes; boom leads to pay hikes<br><br>
    <b>Key Principle:</b> Effective compensation must be internally equitable (fair within the organization) and externally competitive (comparable to market rates).
  </div>
</div>

<div class="qblock">
  <div class="q">Q6(b). What is Industrial Relations? Explain causes of poor IR in India and measures to improve it. <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>Industrial Relations (IR):</b> The complex set of relationships between employers, employees (and their unions), and the government in the context of employment. IR aims to maintain industrial peace and ensure fair treatment of all parties.<br><br>
    <b>Three Parties in IR:</b><br>
    (1) <b>Employers</b> β€” management/owners<br>
    (2) <b>Employees/Trade Unions</b> β€” workers and their representatives<br>
    (3) <b>Government</b> β€” regulates through laws and machinery<br><br>
    <b>Causes of Poor IR in India:</b><br>
    <b>Economic Causes:</b><br>
    (1) Low wages not keeping pace with inflation<br>
    (2) Poor working conditions β€” safety, hygiene, comfort<br>
    (3) Denial of bonus, profit sharing, or allowances<br>
    (4) Job insecurity and fear of retrenchment<br><br>
    <b>Managerial Causes:</b><br>
    (1) Autocratic management β€” no worker participation<br>
    (2) Poor communication between management and workers<br>
    (3) Favoritism and discrimination in promotions<br>
    (4) Harsh and unfair disciplinary actions<br><br>
    <b>Political/Social Causes:</b><br>
    (1) Multiple unions with political affiliations<br>
    (2) Inter-union rivalry and conflicts<br>
    (3) Outside political interference in unions<br><br>
    <b>Measures to Improve IR:</b><br>
    (1) <b>Fair wages</b> β€” timely and adequate compensation<br>
    (2) <b>Worker participation</b> β€” joint management councils, works committees<br>
    (3) <b>Effective grievance handling</b> β€” formal grievance redressal mechanism<br>
    (4) <b>Open communication</b> β€” regular meetings, suggestion schemes<br>
    (5) <b>Strong HR policies</b> β€” clear, fair, and consistent policies<br>
    (6) <b>Collective bargaining</b> β€” structured negotiation between management and unions<br>
    (7) <b>Government machinery</b> β€” conciliation, arbitration, and labor courts
  </div>
</div>

<!-- Q7 -->
<h3>Q7 β€” Unit V: Employee Safety, Health & IHRM</h3>

<div class="qblock">
  <div class="q">Q7(a). Discuss importance and legal provisions for employee health and safety. Explain accident causes, prevention, and essentials of safety management. <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>Importance of Employee Health and Safety:</b><br>
    (1) <b>Reduces accidents</b> β€” fewer injuries and fatalities<br>
    (2) <b>Legal compliance</b> β€” avoids penalties under Factories Act<br>
    (3) <b>Increases productivity</b> β€” healthy workers perform better<br>
    (4) <b>Reduces costs</b> β€” lower medical expenses, compensation, insurance<br>
    (5) <b>Boosts morale</b> β€” employees feel valued and secure<br>
    (6) <b>Improves reputation</b> β€” safe workplace attracts quality talent<br><br>
    <b>Legal Provisions (Factories Act, 1948):</b><br>
    (1) <b>Cleanliness</b> β€” factories must be kept clean and free of effluents<br>
    (2) <b>Ventilation and Temperature</b> β€” adequate fresh air and comfortable temperature<br>
    (3) <b>Lighting</b> β€” sufficient lighting in all workspaces<br>
    (4) <b>First Aid</b> β€” first aid boxes mandatory; one box per 150 workers<br>
    (5) <b>Safety Officers</b> β€” factories with 1000+ workers must appoint safety officers<br>
    (6) <b>Canteen</b> β€” mandatory for factories with 250+ workers<br>
    (7) <b>Crèche</b> — for factories with 30+ women workers<br><br>
    <b>Causes of Industrial Accidents:</b><br>
    <b>Human Causes:</b> Carelessness, fatigue, lack of training, violation of rules<br>
    <b>Physical/Environmental Causes:</b> Defective machinery, poor layout, inadequate lighting<br>
    <b>Managerial Causes:</b> No safety training, no safety policy, poor supervision<br><br>
    <b>Prevention of Accidents:</b><br>
    (1) Regular safety training for all employees<br>
    (2) Providing Personal Protective Equipment (PPE)<br>
    (3) Regular machine maintenance and inspection<br>
    (4) Clear safety signage and emergency exit marking<br>
    (5) Zero-tolerance policy for safety violations<br><br>
    <b>Essentials of Safety Management Program:</b><br>
    (1) Top management commitment to safety<br>
    (2) Written safety policy<br>
    (3) Safety committee with worker representation<br>
    (4) Regular safety audits and inspections<br>
    (5) Accident reporting and investigation system<br>
    (6) Emergency response plan
  </div>
</div>

<div class="qblock">
  <div class="q">Q7(b). What are the basic principles governing IHRM? Discuss its relevance and cross-cultural management challenges. <span class="marks">7 Marks</span></div>
  <div class="a">
    <b>IHRM (International Human Resource Management):</b> The process of managing human resources in organizations that operate across multiple countries, dealing with diverse cultures, laws, and business environments.<br><br>
    <b>Basic Principles Governing IHRM:</b><br>
    (1) <b>Think globally, act locally (Glocal approach)</b> β€” maintain global HR consistency while adapting to local culture and laws<br>
    (2) <b>Cultural sensitivity</b> β€” respect and adapt to host country values, customs, and work styles<br>
    (3) <b>Legal compliance</b> β€” follow host country's labor laws, tax regulations, and employment norms<br>
    (4) <b>Equity and fairness</b> β€” equal opportunities regardless of nationality, gender, or religion<br>
    (5) <b>Talent development</b> β€” build a global leadership pipeline through international assignments<br>
    (6) <b>Effective communication</b> β€” overcome language barriers using translation and cultural training<br>
    (7) <b>Expatriate management</b> β€” proper selection, preparation, support, and repatriation<br><br>
    <b>Relevance of IHRM in Current Global Business:</b><br>
    (1) Multinational companies need to manage diverse, globally dispersed teams<br>
    (2) Global talent shortage makes international hiring necessary<br>
    (3) Cross-border mergers and acquisitions require cultural integration<br>
    (4) Virtual global teams have become standard post-COVID<br>
    (5) Global supply chains require cross-cultural coordination<br><br>
    <b>Cross-Cultural Management Challenges:</b><br>
    (1) <b>Communication barriers</b> β€” language differences, non-verbal communication misunderstandings<br>
    (2) <b>Work ethics differences</b> β€” attitude toward punctuality, hierarchy, and deadlines varies<br>
    (3) <b>Religious and social customs</b> β€” holidays, dietary restrictions, dress codes<br>
    (4) <b>Management style conflicts</b> β€” participative vs authoritative leadership preference<br>
    (5) <b>Expatriate failure</b> β€” high cost of failed international assignments<br><br>
    <b>Solutions:</b><br>
    (1) Pre-departure cross-cultural training for expatriates<br>
    (2) Mentoring by local host-country managers<br>
    (3) Flexible HR policies respecting local customs<br>
    (4) Regular cultural awareness workshops for all employees<br>
    (5) Family support programs for expatriates' families
  </div>
</div>

<p style="text-align:center;margin-top:24px;color:#888;font-size:.83em">
  β€” HRM BMB202 | Predicted Paper 2025-26 | Complete Solutions β€”<br>
  Section A (2MΓ—7) + Section B (7MΓ—3) + Section C Q3–Q7 (7MΓ—1 each)
</p>
</body>
</html>