<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.mintskill.com/blogs/tag/mintboard/feed" rel="self" type="application/rss+xml"/><title>Mintskill HR Solutions LLP - Mintskill Blog #Mintboard</title><description>Mintskill HR Solutions LLP - Mintskill Blog #Mintboard</description><link>https://www.mintskill.com/blogs/tag/mintboard</link><lastBuildDate>Wed, 08 Apr 2026 08:46:36 +0530</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Gig Worker Legal Framework]]></title><link>https://www.mintskill.com/blogs/post/gig-worker-legal-framework-article-generation</link><description><![CDATA[<img align="left" hspace="5" src="https://www.mintskill.com/gig worker hr legal policy by statement governments.png"/>If your organization operates a platform-based workforce or is exploring gig workforce models, now is the time to assess regulatory readiness.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_ciTxbMOvR72jEzXfiVJIFQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_xTIgL2_ZQW2I8Nk7_RMw2A" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_tpaOs6_YSaeFd5sCkY903g" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_nVxHHBuEoN7r5rLF0Y3Dcg" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><!DOCTYPE html><html lang="en"><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>The Emerging Legal Framework for Gig Workers in India</title><!-- FontAwesome for Icons --><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"><!-- Google Fonts --><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet"><style> /* Global Styles - NO INLINE CSS USED */ :root { --primary-color: #1e40af; /* Deep Blue */ --secondary-color: #2563eb; /* Bright Blue */ --text-dark: #1f2937; --text-light: #4b5563; --bg-light: #f3f4f6; --white: #ffffff; --border-color: #e5e7eb; --accent-color: #f59e0b; /* Amber */ } body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--text-dark); background-color: var(--bg-light); margin: 0; padding: 0; } .container { max-width: 900px; margin: 0 auto; padding: 2rem; background-color: var(--white); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); } /* Typography */ h1 { font-size: 2.5rem; color: var(--primary-color); margin-bottom: 0.5rem; line-height: 1.2; } h2 { font-size: 1.8rem; color: var(--primary-color); margin-top: 2.5rem; margin-bottom: 1.5rem; border-bottom: 2px solid var(--border-color); padding-bottom: 0.5rem; } h3 { font-size: 1.3rem; color: var(--text-dark); margin-top: 1.5rem; margin-bottom: 1rem; } p { margin-bottom: 1.2rem; color: var(--text-light); } .author-meta { font-size: 0.9rem; color: var(--text-light); font-weight: 600; margin-bottom: 2rem; display: flex; align-items: center; gap: 10px; } /* Images */ .hero-image, .section-image { width: 100%; height: auto; border-radius: 12px; margin-bottom: 2rem; object-fit: cover; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .hero-image { max-height: 300px; max-width: 600px; display: block; margin-left: auto; margin-right: auto; } .section-image { max-height: 400px; max-width: 500px; display: block; margin-left: auto; margin-right: auto; } /* Lists */ ul.icon-list { list-style: none; padding: 0; } ul.icon-list li { margin-bottom: 0.8rem; display: flex; align-items: flex-start; gap: 10px; color: var(--text-light); } ul.icon-list li i { color: var(--secondary-color); margin-top: 5px; } /* Cards Layout */ .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; margin-bottom: 1.5rem; } .card { background-color: var(--bg-light); border-radius: 10px; padding: 1.5rem; border: 1px solid var(--border-color); transition: transform 0.2s, box-shadow 0.2s; } .card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); } .card-icon { font-size: 2rem; color: var(--secondary-color); margin-bottom: 1rem; } .card-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text-dark); } /* Alert/Highlight Box */ .highlight-box { background-color: #fffbeb; border-left: 4px solid var(--accent-color); padding: 1.5rem; margin: 2rem 0; border-radius: 0 8px 8px 0; } .highlight-box h4 { margin: 0 0 1rem 0; color: #b45309; display: flex; align-items: center; gap: 10px; } .highlight-box.green-box { background-color: #f0fdf4; border-color: #16a34a; } .highlight-box.green-box h4 { color: #15803d; } .green-list { margin-left: 20px; color: var(--text-light); font-weight: 600; } /* Tables */ .table-wrapper { overflow-x: auto; margin: 2rem 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } table { width: 100%; border-collapse: collapse; background-color: var(--white); } th, td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--border-color); } th { background-color: var(--primary-color); color: var(--white); font-weight: 600; } tr:hover { background-color: var(--bg-light); } /* CTA Section */ .cta-section { background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); color: var(--white); padding: 2.5rem; border-radius: 12px; text-align: center; margin-top: 3rem; } .cta-section h2, .cta-section h3 { color: var(--white); border-bottom: none; margin-top: 0; padding-bottom: 0; } .cta-section p { color: #e0e7ff; font-size: 1.1rem; } .cta-list { text-align: left; max-width: 600px; margin: 1.5rem auto; list-style-type: circle; font-size: 1.1rem; color: var(--white); } .btn { display: inline-block; background-color: var(--white); color: var(--primary-color); padding: 0.8rem 2rem; border-radius: 30px; text-decoration: none; font-weight: 700; margin-top: 1rem; transition: background-color 0.2s; } .btn:hover { background-color: var(--bg-light); } /* Responsive */ @media (max-width: 600px) { h1 { font-size: 2rem; } .container { padding: 1rem; } .card-grid { grid-template-columns: 1fr; } } </style><div class="container"><!-- Hero Section --><img src="https://b.zmtcdn.com/data/blogs/1765430185_56005ba0d0d06efa4cde549d.png" alt="Food delivery rider on a scooter in India" class="hero-image"><h1>The Emerging Legal Framework for Gig Workers in India</h1><p class="author-meta"><i class="fa-solid fa-building-user"></i> By MintSkill – HR Advisory Services &nbsp;|&nbsp; <i class="fa-solid fa-newspaper"></i> Implications for Platform Companies, Workers, and the Future of Work </p><!-- Introduction --><p>India’s digital economy has accelerated the growth of platform-based work. App-driven services across mobility, food delivery, logistics, and professional freelancing have created a new workforce category known as <strong>gig or platform workers</strong>.</p><p>These workers typically operate outside the traditional employer-employee relationship. While the flexibility of gig work has enabled millions to participate in the labour market, the model has also raised serious questions around social security, income stability, and regulatory oversight.</p><p>Over the past few years, policymakers across India have started responding to these concerns. Several states have begun introducing legislation to create legal protections and welfare mechanisms for gig workers while preserving the flexibility of the platform economy. States such as Rajasthan, Karnataka, Telangana, Jharkhand, and Maharashtra are currently leading the regulatory shift.</p><p>These developments signal a major transformation in India’s labour law framework and could significantly affect the operational models of platform companies.</p><!-- Section: Rise of Gig Economy --><h2><i class="fa-solid fa-chart-line"></i> The Rise of the Gig Economy in India</h2><p>India is one of the fastest-growing gig economies in the world. Government and industry estimates highlight this explosive growth:</p><div class="table-wrapper"><table><thead><tr><th><i class="fa-regular fa-calendar-days"></i> Timeline / Metric</th><th><i class="fa-solid fa-users"></i> Gig Worker Statistics</th></tr></thead><tbody><tr><td><strong>2021</strong></td><td>Approximately 7.7 million gig workers</td></tr><tr><td><strong>By 2030 (Projected)</strong></td><td>May grow to over 23 million workers</td></tr><tr><td><strong>Next Decade (Share)</strong></td><td>Could represent 4–5% of the total workforce</td></tr></tbody></table></div>
<h3>Sectors Driving Gig Work</h3><ul class="icon-list"><li><i class="fa-solid fa-car"></i> Ride-hailing and mobility platforms</li><li><i class="fa-solid fa-pizza-slice"></i> Food and grocery delivery</li><li><i class="fa-solid fa-box-open"></i> E-commerce logistics</li><li><i class="fa-solid fa-wrench"></i> Home services and repair marketplaces</li><li><i class="fa-solid fa-laptop-code"></i> Professional freelancing platforms</li></ul><div class="highlight-box"><h4><i class="fa-solid fa-triangle-exclamation"></i> Core Concerns with the Model</h4><p>Digital platforms use algorithm-driven systems to match demand and supply, enabling flexibility. However, this has resulted in several concerns:</p><ul class="icon-list"><li><i class="fa-solid fa-shield-virus"></i> Lack of social security benefits</li><li><i class="fa-solid fa-money-bill-trend-up"></i> Fluctuating earnings and incentive structures</li><li><i class="fa-solid fa-eye-slash"></i> Limited transparency in algorithm-based work allocation</li><li><i class="fa-solid fa-user-lock"></i> Arbitrary account suspension or deactivation</li></ul><p>These issues have prompted governments to explore regulatory mechanisms that extend basic protections without converting gig workers into full employees.</p></div>
<!-- Section: State Regulations --><h2><i class="fa-solid fa-scale-balanced"></i> State-Level Gig Worker Regulations</h2><div class="card-grid"><!-- Rajasthan Card --><div class="card"><i class="fa-solid fa-map-location-dot card-icon"></i><div class="card-title">Rajasthan – India’s First Law</div>
<p>The <em>Rajasthan Platform Based Gig Workers Act, 2023</em> marked a historic milestone.</p><ul class="icon-list"><li><i class="fa-solid fa-check"></i><strong>Welfare Board:</strong> Registers workers/platforms and addresses grievances.</li><li><i class="fa-solid fa-check"></i><strong>Welfare Cess:</strong> Platforms contribute 1% to 2% of transaction values.</li><li><i class="fa-solid fa-check"></i><strong>Benefits:</strong> Accident insurance, health coverage, welfare assistance.</li></ul></div>
<!-- Karnataka Card --><div class="card"><i class="fa-solid fa-building-columns card-icon"></i><div class="card-title">Karnataka – Expanding Protections</div>
<p>The <em>Karnataka Platform Based Gig Workers Act, 2025</em> significantly expands protections.</p><ul class="icon-list"><li><i class="fa-solid fa-check"></i><strong>Tripartite Board:</strong> Gov, workers, and platforms represented.</li><li><i class="fa-solid fa-check"></i><strong>Cess & Transparency:</strong> 1% to 5% welfare contribution; algorithm transparency required.</li><li><i class="fa-solid fa-check"></i><strong>Rights:</strong> Due process for deactivation; right to refuse tasks.</li></ul></div>
<!-- Telangana Card --><div class="card"><i class="fa-solid fa-file-contract card-icon"></i><div class="card-title">Telangana – Draft Framework</div>
<p>The draft <em>Telangana Gig and Platform Workers Bill, 2025</em> aims to create a comprehensive safety net.</p><ul class="icon-list"><li><i class="fa-solid fa-check"></i> Mandatory worker registration.</li><li><i class="fa-solid fa-check"></i> Welfare fund contributions.</li><li><i class="fa-solid fa-check"></i> Strong focus on accident insurance and social security schemes.</li></ul></div>
<!-- Jharkhand Card --><div class="card"><i class="fa-solid fa-users-gear card-icon"></i><div class="card-title">Jharkhand – Welfare Model</div>
<p>Introduced legislation to regulate workers and establish a welfare ecosystem, following a model similar to Rajasthan.</p><ul class="icon-list"><li><i class="fa-solid fa-check"></i> Creation of a welfare board.</li><li><i class="fa-solid fa-check"></i> Mandatory registrations.</li><li><i class="fa-solid fa-check"></i> Platform-financed social security.</li></ul></div>
<!-- Maharashtra Card --><div class="card"><i class="fa-solid fa-gavel card-icon"></i><div class="card-title">Maharashtra – Emerging Framework</div>
<p>Considering the <em>Maharashtra Gig and Platform Workers’ Rights Bill, 2026</em>.</p><ul class="icon-list"><li><i class="fa-solid fa-check"></i><strong>Wage Protection:</strong> Addresses unpredictable earnings and delayed payments.</li><li><i class="fa-solid fa-check"></i><strong>Grievance System:</strong> Formal channels to challenge suspensions.</li></ul></div>
</div><!-- Section: Third Labour Category --><div class="highlight-box green-box"><h4><i class="fa-solid fa-layer-group"></i> The Policy Direction: A Third Labour Category</h4><p>These laws collectively indicate a shift toward a three-tier labour framework:</p><ol class="green-list"><li>Employees</li><li>Independent contractors</li><li><strong>Platform or gig workers</strong></li></ol><p>Gig workers would not be treated as traditional employees but would receive basic social security protections and regulatory safeguards. This hybrid model is increasingly being adopted globally.</p></div>
<!-- Section: Implications for Companies --><h2><i class="fa-solid fa-building"></i> Implications for Platform Companies</h2><p>The emerging regulatory framework will significantly reshape the operational landscape for digital platforms.</p><div class="card-grid"><div class="card"><i class="fa-solid fa-coins card-icon"></i><div class="card-title">1. Financial Impact</div>
<p>Platforms may need to contribute 1%–5% of transaction value toward worker welfare funds. For large platforms, this is a substantial commitment.</p></div>
<div class="card"><i class="fa-solid fa-clipboard-list card-icon"></i><div class="card-title">2. Compliance & Reporting</div>
<p>Companies must register with state boards, submit transaction data, and maintain strict compliance with welfare regulations.</p></div>
<div class="card"><i class="fa-solid fa-microchip card-icon"></i><div class="card-title">3. Algo Transparency</div>
<p>Platforms will need to ensure transparency in work allocation, earnings calculation, and performance evaluation algorithms.</p></div>
<div class="card"><i class="fa-solid fa-handshake-angle card-icon"></i><div class="card-title">4. Worker Relations</div>
<p>Must strengthen grievance redressal systems, dispute resolution mechanisms, and direct communication with workers.</p></div>
<div class="card"><i class="fa-solid fa-pen-nib card-icon"></i><div class="card-title">5. Contractual Updates</div>
<p>Agreements will require revisions to clearly outline payment structures, incentive programs, and deactivation policies.</p></div>
</div><!-- Section: Action Plan --><h2><i class="fa-solid fa-list-check"></i> What Platform Companies Should Do (Next 6–12 Months)</h2><p>To prepare for regulatory changes, companies should begin proactive compliance planning.</p><div class="table-wrapper"><table><thead><tr><th>Strategic Action</th><th>Implementation Details</th></tr></thead><tbody><tr><td><strong>Conduct Regulatory Impact Assessments</strong></td><td>Analyze how proposed laws affect platform economics, operational models, and worker contracts.</td></tr><tr><td><strong>Build Worker Registration Systems</strong></td><td>Verify worker identity, track engagement/earnings, and integrate with government databases.</td></tr><tr><td><strong>Create Transparent Payment Structures</strong></td><td>Ensure complete clarity around base payments, incentives, and any deductions.</td></tr><tr><td><strong>Strengthen Grievance Mechanisms</strong></td><td>Implement formal systems allowing workers to raise disputes and track complaint resolution.</td></tr><tr><td><strong>Prepare for Welfare Contributions</strong></td><td>Financial planning must account for potential transaction-based welfare cesses.</td></tr><tr><td><strong>Align Technology & Regulations</strong></td><td>Review algorithm-driven systems for transparency, fairness, and legal compliance.</td></tr></tbody></table></div>
<!-- Section: What it means for workers --><h2><i class="fa-solid fa-people-carry-box"></i> What These Changes Mean for Gig Workers</h2><p>The emerging legislation represents a major shift toward greater recognition and protection. Potential benefits include:</p><ul class="icon-list"><li><i class="fa-solid fa-heart-pulse"></i> Access to accident and health insurance</li><li><i class="fa-solid fa-umbrella-beach"></i> Welfare schemes and social security benefits</li><li><i class="fa-solid fa-shield-halved"></i> Protection against unfair account suspension</li><li><i class="fa-solid fa-magnifying-glass-dollar"></i> Improved transparency in earnings and incentives</li></ul><p>These reforms aim to balance the flexibility of gig work with basic economic security for workers.</p><!-- Section: Future --><h2><i class="fa-solid fa-lightbulb"></i> The Future of India’s Gig Economy</h2><p>India’s gig economy will continue to grow rapidly, driven by digital platforms and evolving consumer demand. However, sustainable growth will depend on creating a balanced regulatory environment that protects workers while enabling innovation.</p><p>State-level regulations are likely to shape the foundation for a future national framework governing gig work. For platform companies, this represents both a compliance challenge and an opportunity to build more responsible and sustainable business models.</p><!-- CTA Section --><div class="cta-section"><h2>How MintSkill Can Help</h2><p>Navigating the evolving regulatory landscape requires strategic HR advisory and compliance expertise. MintSkill works with organizations to:</p><ul class="cta-list"><li>Assess regulatory risks related to gig workforce models.</li><li>Design compliant workforce policies.</li><li>Build HR frameworks aligned with emerging labour laws.</li><li>Support platform companies in adapting to regulatory changes.</li></ul><p>As India’s labour regulations evolve, companies that prepare early will be better positioned to operate sustainably in the digital economy.</p><h3 style="margin-top:2rem;">Ready to assess your regulatory readiness?</h3><p>If your organization operates a platform-based workforce or is exploring gig models, the time to prepare is now.</p><a href="https://mintskill.com" target="_blank" class="btn"><i class="fa-solid fa-arrow-right-to-bracket"></i> Visit MintSkill.com </a></div>
</div></div></div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 12 Mar 2026 01:36:18 +0530</pubDate></item><item><title><![CDATA[Skills Companies Will Hire for in 2026 — And Why India Isn’t Ready Yet.]]></title><link>https://www.mintskill.com/blogs/post/Top-10-Skills-Companies-Will-Hire-for-in-2026</link><description><![CDATA[<img align="left" hspace="5" src="https://www.mintskill.com/skill demand vs gap.png"/>As industries accelerate toward automation, digitization, and AI-driven decision-making, the demand for talent in 2026 will be dramatically different from today.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_NztdbvARTfC0T7IIreR2ew" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_NOX2NLCKRMKpkNmmRhJ4-A" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_Bpqi548ASfyV2CpfeILzrQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_tSFAAEHzQ8yz8mbk7eal4g" data-element-type="heading" class="zpelement zpelem-heading "><style></style><h2
 class="zpheading zpheading-align-center zpheading-align-mobile-center zpheading-align-tablet-center " data-editor="true"><span><b><span>Top 10 skills companies will aggressively hire for in 2026</span></b></span></h2></div>
<div data-element-id="elm__MX1RIXwTLmTQelsrYULqw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center zptext-align-mobile-center zptext-align-tablet-center " data-editor="true"><p style="text-align:justify;"><span style="font-size:12px;"></span></p><div><p></p><div style="text-align:justify;">As industries accelerate toward automation, digitization, and AI-driven decision-making, the demand for talent in 2026 will be dramatically different from today. Across BFSI, NBFCs, Manufacturing, Engineering, EV, Power, Renewables, and Digital Services, organisations are already feeling the talent pressure.&nbsp;India, while rich in population, is facing a <b>capability deficit</b>. The workforce is large, but not necessarily future-ready.</div><div style="text-align:justify;"><br/></div><div style="text-align:justify;">This blog highlights the <b>Top 10 skills companies will aggressively hire for in 2026</b>, and why most workplaces (and even educational institutions) are not prepared for this wave.</div><p></p><p></p><div><p style="text-align:justify;"><b><span><br/></span></b></p><p style="text-align:justify;"><b><span>1. AI-Driven Problem Solving</span></b></p><p></p><div style="text-align:justify;">Artificial Intelligence is no longer a tool; it's becoming a core competence.</div><span><div style="text-align:justify;">Companies expect employees to:</div></span><p></p><ul><li style="text-align:justify;"><span>Build AI-enabled workflows</span></li><li style="text-align:justify;">Use AI for decisions, modelling, and problem resolution</li><li style="text-align:justify;"><span>Understand generative AI and automation tools</span></li></ul><p style="text-align:justify;"><b><span>Reality Check:</span></b><span> Only a small percentage of India’s workforce can apply AI thoughtfully to real business problems.</span></p><p style="text-align:justify;"><span><br/></span></p><p style="text-align:justify;"><b>2. Data Literacy for Every Role</b></p><p></p><div style="text-align:justify;">In 2026, data is not just for analysts.</div><span><div style="text-align:justify;">Organisations want:</div></span><p></p><ul><li style="text-align:justify;"><span>Managers who interpret dashboards</span></li><li style="text-align:justify;"><span>HR teams who use analytics for talent decisions</span></li><li style="text-align:justify;"><span>Sales teams who convert CRM insights into revenue</span></li><li style="text-align:justify;"><span>Engineers who optimize processes with data</span></li></ul><p style="text-align:justify;"><b><span>Gap:</span></b><span> India still relies on intuition-based decision making in many sectors.</span></p><div align="center" style="text-align:justify;"><br/></div><p style="text-align:justify;"><b><span>3. Digital Risk &amp; Cybersecurity Governance</span></b></p><p></p><div style="text-align:justify;">With digital adoption rising, cybersecurity is now a <b>business-critical function</b>.</div><span><div style="text-align:justify;">Companies are hiring for:</div></span><p></p><ul><li style="text-align:justify;"><span>Cyber compliance</span></li><li style="text-align:justify;"><span>Digital risk management</span></li><li style="text-align:justify;"><span>Cloud security</span></li><li style="text-align:justify;"><span>Data protection roles</span></li></ul><p style="text-align:justify;"><b><span>Gap:</span></b><span> Cyber talent supply is significantly lower than demand, especially in BFSI, NBFCs, fintech, and manufacturing digital systems.</span></p><p style="text-align:justify;"><span><br/></span></p><p style="text-align:justify;"><b>4. EV &amp; Battery Engineering Skills</b></p><p style="text-align:justify;"><span>India’s EV revolution is accelerating, and so is demand for:</span></p><ul><li style="text-align:justify;"><span>Battery design engineers</span></li><li style="text-align:justify;"><span>Thermal management specialists</span></li><li style="text-align:justify;"><span>Power electronics engineers</span></li><li style="text-align:justify;"><span>Testing, quality, and safety engineers</span></li></ul><p style="text-align:justify;"><b><span>Gap:</span></b><span> The education pipeline and practical training infrastructure is still catching up.</span></p><p style="text-align:justify;"><span><br/></span></p><p style="text-align:justify;"><b>5. Process Automation &amp; Workflow Design</b></p><p style="text-align:justify;"><span>In 2026, companies will look for employees who can automate simple processes using:</span></p><ul><li style="text-align:justify;"><span>HRMS automations</span></li><li style="text-align:justify;"><span>Business Process Automation</span></li><li style="text-align:justify;">No-code internal tools</li></ul><p style="text-align:justify;"><b><span>Gap:</span></b><span> Most employees still perform repetitive tasks manually.</span></p><p style="text-align:justify;"><span><br/></span></p><p style="text-align:justify;"><b>6. Multi-Industry Domain Expertise</b></p><p style="text-align:justify;"><span>Companies operating across industries want talent who can navigate multiple domains. For example:</span></p><ul><li style="text-align:justify;"><span>Aerospace + Oil &amp; Gas</span></li><li style="text-align:justify;"><span>Transformers + Cryogenics</span></li><li style="text-align:justify;"><span>Banking + Digital Lending</span></li><li style="text-align:justify;"><span>FMCG + Supply Chain Automation</span></li></ul><p style="text-align:justify;"><b><span>Gap:</span></b><span> Most professionals have depth in one domain but limited cross-industry understanding—yet future roles demand both.</span></p><p style="text-align:justify;"><span><br/></span></p><p style="text-align:justify;"><b>7. Human-Centric Leadership</b></p><p></p><div style="text-align:justify;">The leadership skills of 2026 differ sharply from the pre-pandemic era.</div><span><div style="text-align:justify;">Companies want leaders who can:</div></span><p></p><ul><li style="text-align:justify;"><span>Manage distributed teams</span></li><li style="text-align:justify;"><span>Drive engagement and retention</span></li><li style="text-align:justify;"><span>Coach and build capability</span></li><li style="text-align:justify;"><span>Lead with empathy and clarity</span></li></ul><p style="text-align:justify;"><b><span>Gap:</span></b><span> Leadership development has not scaled at the pace organisational complexity has.</span></p><p style="text-align:justify;"><br/></p><p style="text-align:justify;"><b><span>8. Digital Sales &amp; Growth Engineering</span></b></p><p></p><div style="text-align:justify;">Sales teams in 2026 are not conventional.</div><span><div style="text-align:justify;">They must leverage:</div></span><p></p><ul><li style="text-align:justify;"><span>CRM intelligence</span></li><li style="text-align:justify;"><span>Analytics-driven campaigns</span></li><li style="text-align:justify;"><span>Automation-led lead nurturing</span></li><li style="text-align:justify;"><span>Social selling and relationship mapping</span></li></ul><p style="text-align:justify;"><b><span>Gap:</span></b><span> Many legacy sales teams lack digital competency and remain product-focused rather than insight-driven.</span></p><p style="text-align:justify;"><span><br/></span></p><p style="text-align:justify;"><b>9. Sustainability &amp; ESG Execution</b></p><p></p><div style="text-align:justify;">Sustainability is no longer a corporate buzzword—it’s a compliance requirement.</div><span><div style="text-align:justify;">Companies are hiring for:</div></span><p></p><ul><li style="text-align:justify;"><span>ESG reporting</span></li><li style="text-align:justify;"><span>Supplier sustainability audits</span></li><li style="text-align:justify;"><span>Carbon footprint analysis</span></li><li style="text-align:justify;"><span>Compliance with global standards (EU, US, APAC)</span></li></ul><p style="text-align:justify;"><b><span>Gap:</span></b><span> India has limited trained talent for practical ESG execution.</span></p><p style="text-align:justify;"><span><br/></span></p><p style="text-align:justify;"><b>10. Advanced Technical Trades</b></p><p style="text-align:justify;"><span>Manufacturing and engineering companies increasingly need skilled technicians with:</span></p><ul><li style="text-align:justify;"><span>Robotics exposure</span></li><li style="text-align:justify;"><span>CNC and automation skills</span></li><li style="text-align:justify;"><span>Mechatronics fundamentals</span></li><li style="text-align:justify;"><span>Quality and inspection expertise</span></li></ul><p style="text-align:justify;"><b><span>Gap:</span></b><span> India’s vocational training ecosystem still focuses on traditional trades, while factories are moving to Industry 4.0.</span></p><p style="text-align:justify;"><b><br/></b></p><p style="text-align:justify;"><b>Why India Isn’t Ready — The Harsh Reality</b></p><p style="text-align:justify;"><span>Despite the booming job market, India faces a <b>future-skills mismatch</b>. Key reasons include:</span></p><p style="text-align:justify;"><b><span><br/></span></b></p><p style="text-align:justify;"><b><span>1. Curriculum not aligned with industry 2026 needs</span></b></p><p style="text-align:justify;"><span>Engineering and management programs lag behind technology and market shifts.</span></p><p style="text-align:justify;"><b><span><br/></span></b></p><p style="text-align:justify;"><b><span>2. Hiring still based on degrees, not capabilities</span></b></p><p style="text-align:justify;"><span>Companies often filter talent by qualification instead of skill depth.</span></p><p style="text-align:justify;"><b><span><br/></span></b></p><p style="text-align:justify;"><b><span>3. Limited focus on upskilling</span></b></p><p style="text-align:justify;"><span>Employees wait for companies to train them, and companies expect employees to arrive trained.</span></p><p style="text-align:justify;"><b><span><br/></span></b></p><p style="text-align:justify;"><b><span>4. HR functions not capability-focused</span></b></p><p style="text-align:justify;"><span>Many HR teams lack the tools and frameworks to measure real skills.</span></p><div align="center" style="text-align:justify;"><span><br/></span></div>
<p style="text-align:justify;"><b><span>What Companies Must Do Today (Not in 2026)</span></b></p><p style="text-align:justify;"><span><span><b>1.&nbsp;</b></span>If organisations want to win the talent game, the preparation must start now:</span></p><p style="text-align:justify;">Upskill employees annually in critical skills.</p><p style="text-align:justify;"><b><span>2. Redesign roles based on future business models</span></b></p><p style="text-align:justify;"><span>Move from “role-based hiring” to <b>skill-based organisation design</b>.</span></p><p style="text-align:justify;"><b><span>3. Integrate HR technology &amp; automation</span></b></p><p style="text-align:justify;"><span>Modern HRMS, ATS, and workflow automation are non-negotiable.</span></p><p style="text-align:justify;"><b><span>4. Work with specialist recruitment &amp; executive search firms</span></b></p><p style="text-align:justify;"><span>Especially for niche roles in engineering, BFSI, EV, and digital-first environments.</span></p><p style="text-align:justify;"><b><span>5. Create strong retention frameworks</span></b></p><p style="text-align:justify;"><span>2026 will be one of the toughest years for talent retention.</span></p><p style="text-align:justify;"><b><br/></b></p><p style="text-align:justify;"><b><br/></b></p><p style="text-align:justify;"><b>Conclusion</b></p><p style="text-align:justify;"><span><br/></span></p><p></p><div style="text-align:justify;">2026 will reward companies that prepare early—and challenge those who wait.</div><span><div style="text-align:justify;">The future belongs to organisations that invest in <b>skill development, capability-building, and strategic HR transformation</b> today.</div></span><p></p><p style="text-align:justify;"><span>At Mintskill HR Solutions LLP, we support companies through this journey by building capability-driven hiring frameworks, leadership development structures, and HR systems aligned to the skills of the future.</span></p><p style="text-align:justify;"><span><br/></span></p><p style="text-align:justify;"><span>If you want to prepare your organisation for 2026 talent requirements, we are here to support your transformation. Write to us at support@mintskill.com</span></p></div><div style="text-align:justify;"><br/></div><p></p></div><p></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 27 Nov 2025 12:13:29 +0530</pubDate></item><item><title><![CDATA[Tips for Interviewer - Interviewing Techniques]]></title><link>https://www.mintskill.com/blogs/post/Tips-for-Interviewer</link><description><![CDATA[<img align="left" hspace="5" src="https://www.mintskill.com/mintskill interview experience.png"/>Good interviewers make a conscious effort to get the most out of the interview process. Interviewing is hard work, but getting to hire great people and strengthening your employer’s brand is worthwhile.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_r6lKktH1TkuKgLRsLQOg2Q" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_FHKcbGZPR4OhcSDbea3aXw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_SNK9t17RSS682UjFRczQjA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_Vl5BltX0QeWZuAlfxoJuVw" data-element-type="heading" class="zpelement zpelem-heading "><style></style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="color:inherit;font-size:18px;">Remember that during the interview process, candidates are also deciding whether they want to work for you just as much as you’re trying to decide whether to hire them. You have only about less than an hour to make a good impression on the candidate and to obtain the critical information you need about their skills, experience and personality.</span><br></h2></div>
<div data-element-id="elm_LWfRnORKTOKJetG7Dcye4A" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_LWfRnORKTOKJetG7Dcye4A"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div style="color:inherit;text-align:justify;">Good interviewers make a conscious effort to get the most out of the interview process. Interviewing is hard work, but getting to hire great people and strengthening your employer’s brand is worthwhile.</div><div style="text-align:justify;"><div><div style="color:inherit;text-align:center;"><span style="font-weight:bold;text-decoration-line:underline;">Tips for Interviewers</span></div><div style="text-align:center;"><br></div><div style="color:inherit;"><span style="font-weight:bold;">Prepare well :</span></div><div style="color:inherit;">Make a List of Questions That Directly Relate to the Job’s Responsibilities, If you don’t have a job description, then list the key responsibilities of the position, and create a list of questions that relate to those responsibilities. If you have time, reach out to reputed HR consultant or your colleagues, who interact with this position on a daily basis for their input.</div><div style="color:inherit;"><br></div><div style="color:inherit;"><div><span style="font-weight:bold;">Review the Candidate’s Resume Before the Interview :</span></div><div>This may seem obvious, but by preparing your interview questions and reviewing the resume, you’re showing the candidate that you’ve taken the time to ensure a productive interview. It also saves your time and can help you to avoid any a misread of the resume during the interview.</div><div><br></div><div><div style="color:inherit;"><div><span style="font-weight:bold;">Have a Interview Structure :</span></div><div>Give the candidate a roadmap for the interview as you get started. Begin with a brief description of the company and the job duties. Then let the applicant know that you will be asking job-related questions, followed by an opportunity for the candidate to ask questions. Providing this structure early on sets up the parameters of the interview, keeps you both focused, and gives the candidate an idea of what to expect.</div><div><br></div><div><div style="color:inherit;"><div><span style="font-weight:bold;">Ask Relevant Questions</span></div><div>Ask for specific examples of past performance and behavior, with questions such as “tell me about a time when you…” Previous successes are a good indicator of future performance. Try to ask questions that will facilitate discussion. Avoid questions requiring only a yes or no answer. Keep the questions open-ended so that the applicant has the opportunity to speak freely.</div><br><div><span style="font-weight:bold;">Extend Professional Courtesies :&nbsp;</span></div><div>Offer candidates a glass of water, a suitable waiting place, access to rest room in case you have many applicants waiting for Interview,&nbsp; and ask if they had difficulty finding the place. Be on time. Consider giving them a tour of the office facilities if required. Give them an opportunity to speak with other team members or prospective coworkers, if appropriate.</div><div><br></div><div><span style="font-weight:bold;">Be attentive to the interview candidate :</span></div><div>Put away digital distractions. Silence your phone and any email alerts on your computer. Have your other staff hold calls. Bring back a little humanity in the interview process by being attentive to your interview candidates. Represent your organization well, in interviews in and out of your workplace. And most importantly, be ethical.</div><div><br></div><br><div><span style="font-weight:bold;">Here are some sample interview questions you may consider asking candidates?</span></div><div><ul><li>Can you tell me about yourself ?</li><li>can you highlight some of your skills which will be useful for this Job role ?&nbsp;</li><li>Why would you like to work for us ?</li><li>How would you describe your working style?</li><li>What are your strengths?</li><li>What are your improvement areas ?</li><li>Why would you like to work for us?</li><li>What achievement are you most proud of?</li></ul></div><div><br></div><div><span style="font-weight:bold;">Leave time for candidate questions :&nbsp;</span></div><div>A candidate who is truly interested will come with questions of their own.&nbsp; Some of these may be answered during the course of the interview, but be sure to leave at least 5 minutes at the end for any other questions.</div><br><div><span style="font-weight:bold;">In closing an interview, the interviewer may want to:</span></div><div><ul><li><span style="color:inherit;">Ask if the candidate is interested in the job based on the information provided during the interview.</span></li><li>Ask about availability to Join after offer is being made.</li><li>Ask for a list of people who can be contacted for references.</li><li><span style="color:inherit;">Explain the time frame for the rest of the interviews, the subsequent steps in the process and when a decision is likely to be made.</span></li><li>Explain how to get in touch with the interviewer and when to expect to hear from him or her.</li><li>Walk the candidate to the door if required, and thank the person for the interview.</li></ul><div><br></div></div></div></div></div></div></div><div style="color:inherit;"><div style="color:inherit;"><div><span style="color:inherit;font-weight:bold;">Communicating With Candidates Not Selected :</span><br></div><div>Following up with candidates who were not selected for a position, particularly those who were interviewed, is a professional courtesy that should not be overlooked. Providing those candidates with a respectful rejection information can maintain goodwill and increase the likelihood a candidate will consider future job openings with your company that may be a better fit.</div><div><br></div><div><span style="font-weight:bold;">Objective should be to uncover the candidate need, aspiration and job fit, while maintaining the overall experience pleasant. Hope this helps.&nbsp;</span></div><div><span style="font-weight:bold;">Your comments and suggestions are welcome. Don't forget to share the same with your group.&nbsp;</span></div></div></div></div></div><div style="color:inherit;"><br></div></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 25 Mar 2022 17:57:26 +0530</pubDate></item><item><title><![CDATA[How to ace your First Month at New Job]]></title><link>https://www.mintskill.com/blogs/post/newjob</link><description><![CDATA[<img align="left" hspace="5" src="https://www.mintskill.com/first month on new job mintskill.png"/>You will not know it all no matter, how experienced you are. Be ready and willing to shed the old skin. It will be overwhelming. If it isn't, then chan ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_nO9VVQoJRQ658pj0OC5uRw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_MekEvNrPRnCdhZf52ym0tw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_UoWJgoz3Qnej4k8poSpTpw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_AM01v6QASwOklnN9uDJx1w" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_AM01v6QASwOklnN9uDJx1w"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="color:inherit;"><div>10 things to keep in mind during your first month at a New Job</div></span></h2></div>
<div data-element-id="elm_nypBmRl20tSxFcZFenzUNA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_nypBmRl20tSxFcZFenzUNA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="text-align:center;"><br></p><div><ul><li>You will not know it all no matter, how experienced you are. Be ready and willing to shed the old skin.</li><li>It will be overwhelming. If it isn't, then chances are that you are not stepping out of your comfort zone and there's no growth there. Is it?</li><li>Quit rushing yourself. You ain't climbing the Everest in a day.</li><li>Pen down all the small and big tasks you have finished on a daily basis. Looking at it a month later could make you feel good about yourself.</li><li>Allow yourself to look clueless in meetings. There is no need to mask it.</li><li>Ask, ask, and, ask again. Keep throwing those questions till you get the answers that can help you. No shame there.</li><li>Expect your personal schedule to go for a toss. It is ok if you couldn't make it to that yoga class, or could not pick up the groceries. Allow yourself to learn your work schedule first and then squeeze in time for your well-being.</li><li>There is no point in thinking and planning for the big tasks. Just keep one foot in front of the other and keep walking.</li><li>It is not going to be a bed of roses. Don't think of this new job as a place where you will find the long-lost happiness and peace that you seek. Happiness is a power that rests within you. Why give that away to any job?</li><li>In case you have forgotten you were selected for this job. You are good enough. Relax, you've got this.</li></ul></div><p>Have a fantistic First month on the Job.&nbsp;<br>Source : Linkedin</p><p><br></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 11 Jul 2021 18:59:00 +0530</pubDate></item><item><title><![CDATA[Managing Remote Workers]]></title><link>https://www.mintskill.com/blogs/post/newjob1</link><description><![CDATA[<img align="left" hspace="5" src="https://www.mintskill.com/managing remote workers.jpg"/>Since we are all going through the corona virus outbreak, and most people are working from home. So the organization needs to effectively manage peopl ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_biT2IMMnRb-iDX6KgpQMpw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_Ln3J6T0zTzy-EWCfz8kG9g" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_lAao7cZIQPe5CgcV_Z14DA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_adYRx08UTdGHJSwd7oZ93A" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_adYRx08UTdGHJSwd7oZ93A"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="color:inherit;"><span style="font-size:12pt;">Empower and Engage your Remote Workforce&nbsp;</span></span></h2></div>
<div data-element-id="elm_dKph0fc4Q8GVXrpzKE8z4w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_dKph0fc4Q8GVXrpzKE8z4w"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-justify " data-editor="true"><p><span style="color:inherit;"><span style="font-size:12pt;">Since we are all going through the corona virus outbreak, and most people are working from home. So the organization needs to effectively manage people's performance, but the principles are really quite the same as if you had people next to you or in your office to manage. Because in todays’ world you do not want to be a micromanager, people don’t want that. They are looking for a coach, they are looking for direction and they want to allow them to work in their own way. Obviously, people will need to meet deadlines, need to contribute, need to be productive and that’s where the challenges are for the people who are working remotely as compared to in the office.</span></span><br></p><p><span style="color:inherit;"><span style="font-size:12pt;"><br></span></span></p><p style="margin-bottom:12pt;"><span style="font-size:12pt;font-weight:bold;">Here are few tips for HR managers, how to oversee and empower your workforce remotely:</span></p><div><ol><li><span style="color:inherit;"><span style="font-size:12pt;font-weight:700;">Plan First, Action next :</span><span style="font-size:12pt;">&nbsp; Before your team starts working remotely, you must plan what could be done to replicate the office experience and stay productive. You can create a document that is expected from each team member while working from home. Create a meme to track work progress and have a strategy for remote problem solving, but ensure that the policies don’t make your employees feel too restricted. Give them a few things to discover on their own.</span></span></li><li><span style="font-size:12pt;color:inherit;font-weight:700;">Keep your workforce informed&nbsp;</span><span style="font-size:12pt;color:inherit;">: Working from home can make employees lose touch because they are no longer aware of what’s happening in their company. It might be a good idea to maintain a common announcement channel where you can regularly post updates on your business growth, <a href="https://careers.mintskill.com/jobs/Careers" title="hiring updates" rel="">hiring updates</a>, updates on travel and leave policies, insurance policies and many more. This will ensure employees never feel left out and are constantly up to date what’s happening in your organization.&nbsp;</span><br></li><li><span style="font-size:12pt;color:inherit;"><span style="font-size:12pt;font-weight:700;">Give your employees the right tools:</span><span style="font-size:12pt;"> Writers, designers, editors and developers can work from home without much adjustments. All they need is a computer and a good internet, and respective applications. The team that faces customers might need a few extra tools to make work from home successful. They might have to call or <a href="https://bookings.mintskill.com/" title="schedule&nbsp;online meetings" rel="">schedule&nbsp;</a></span><a href="https://bookings.mintskill.com/" title="schedule&nbsp;online meetings" rel="">online meetings</a> for their clients, help them set up an ecosystem at their home with all the tools they need.</span><br></li><li><span style="color:inherit;font-size:12pt;font-weight:700;">Compensate in-person interactions:</span><span style="color:inherit;font-size:12pt;"> Remote work can be made more social by <a href="/baatcheet" title="facilitating conversation" rel="">facilitating conversation</a>. Being able to video or audio calls someone anytime during work hours is as good as popping into a peer's cubicle to get some help. This ensures employees to feel guidance from their peers and makes them feel as they are surrounded by people while they work.</span><br></li><li><span style="font-size:12pt;font-weight:700;">Encourage employees to switch off their work:</span><span style="font-size:12pt;"> While employees work from home, there is a possibility that they lose track of time. Since home is now both home and an office for your employees they might feel to continue working until late night. It is essential to maintain a fixed number of hours to work, so work life balance does not get disturbed. Encourage your employee to switch off their work email and <a href="/baatcheet" title="chat " rel="">chat </a>after work hours. This way they will never feel exhausted when they start working the next day.</span><br></li></ol></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 11 Jul 2021 18:59:00 +0530</pubDate></item><item><title><![CDATA[We have Moved to New office]]></title><link>https://www.mintskill.com/blogs/post/Mintskill-New-office</link><description><![CDATA[Exciting things are happening at Mintskill HR Solutions, and we want to share some important news with you. Loyalty from clients, partners and associa ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_yBhKoCqnR8-SGrc6w9Ze2g" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_zRNM__OpTcy66mCZLRP_5w" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_68peYVQ-TleQzOfR2ZI0vw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_SvOyrMKjTI-zMskTys4HLg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_SvOyrMKjTI-zMskTys4HLg"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center zpheading-align-mobile-center zpheading-align-tablet-center " data-editor="true"><span style="color:inherit;"><span style="font-size:16px;">We take pleasure in informing you that we have moved our Navi Mumbai office to a New location</span></span></h2></div>
<div data-element-id="elm_jgMGCu4xScWBYY59-tQHVw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_jgMGCu4xScWBYY59-tQHVw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center zptext-align-mobile-center zptext-align-tablet-center " data-editor="true"><p style="text-align:justify;"><span style="font-size:16px;"><span style="color:inherit;">Exciting things are happening at Mintskill HR Solutions, and we want to share some important news with you. Loyalty from clients, partners and associates like you has fueled continued growth, making a move to a new facility necessary. We take pleasure in informing you that we have moved our Navi Mumbai office to a new location </span><span style="color:inherit;font-weight:bold;">for upscale employee space, improved working environment, bigger parking space, accessibility to public transportation</span><span style="color:inherit;">. Our new address is&nbsp;</span></span><span style="color:rgb(48, 4, 234);font-weight:bold;">Mintskill HR Solutions LLP, Office No. 601, 6th Floor, Shah Prima Building, Plot No.13, above Cafe Chowpatty, Sector 2, Kharghar, Navi Mumbai, Maharashtra 410210</span><span style="font-size:16px;"><span style="color:inherit;"><span style="font-weight:bold;">.</span> Our telephone numbers +91 7710021312 and email ID connect@mintskill.com remains the same. We have been enjoying doing business with you and appreciate your support. This is just one of many exciting developments.&nbsp;&nbsp;</span></span></p><p style="text-align:justify;"><span style="font-size:16px;text-align:center;"><br/></span></p><p style="text-align:justify;"><span style="font-size:16px;text-align:center;">We are ensuring uninterrupted services to our clients and ease of relocation to our team members.</span></p></div>
</div><div data-element-id="elm_Sx8_BWOW98wHl84jh5E0Fw" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_Sx8_BWOW98wHl84jh5E0Fw"] .zpimage-container figure img { width: 500px ; height: 704.23px ; } } [data-element-id="elm_Sx8_BWOW98wHl84jh5E0Fw"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="size-original" data-size-mobile="size-original" data-align="center" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-medium zpimage-tablet-fallback-medium zpimage-mobile-fallback-medium hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/mintskill%20office%20shifting%20announcement.png" size="medium" alt="Mintskill office" data-lightbox="true" style="width:1136px;"/></picture></span></figure></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 05 Mar 2021 16:52:07 +0530</pubDate></item><item><title><![CDATA[Job Opportunities with Startups]]></title><link>https://www.mintskill.com/blogs/post/Job-Opportunities-with-Startups</link><description><![CDATA[<img align="left" hspace="5" src="https://www.mintskill.com/start up mintskill1.jpg"/> With many sector units ready to shrink dramatically in India, the pressure of employment falls heavily on the startup within Private sect ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_5wxdFMIzSrWZKQRPAtPVPw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_osPJ7VPGQTKwVHpP1wGJpA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_c6XvcIlwRBO4s6FAj_uDPg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_IKFBsJT8SNeTC_lgU2JZLQ" data-element-type="heading" class="zpelement zpelem-heading "><style></style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="color:inherit;font-size:24px;"><span style="font-weight:700;">Opportunities Provided with Startups</span></span><br></h2></div>
<div data-element-id="elm_Sw7ZeqkPSY2GPrqPQr0ckQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_Sw7ZeqkPSY2GPrqPQr0ckQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;margin-bottom:12pt;"><span style="font-size:12pt;">With many sector units ready to shrink dramatically in India, the pressure of employment falls heavily on the startup within Private sector.</span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="font-size:12pt;">Big corporate do have stringent </span><span style="font-size:12pt;font-weight:700;"><a href="/#Recruitment" title="recruitment " target="_blank" rel="">recruitment </a></span><span style="font-size:12pt;">policies. Reputed corporate players do require highly skilled individuals. Companies establish relationships with a handful of specialized talent. Not just technical skills, they need employees with polished personalities, good communication skills and other soft skills.</span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="color:inherit;"><span style="font-size:12pt;">India is a young nation and hence there is a demand for</span><span style="font-size:12pt;font-weight:700;"> niche skills</span><span style="font-size:12pt;">. Not just corporates, there is a demand for </span><span style="font-size:12pt;font-weight:700;">niche skills </span><span style="font-size:12pt;">in every sector of the economy. Despite the gap between a demand and availability of&nbsp;</span><span style="font-size:12pt;font-weight:700;"><a href="https://careers.mintskill.com/jobs/Careers" title="Job opportunities" target="_blank" rel="">Job opportunities</a></span><span style="font-size:12pt;">, <a href="/career#job seekers" title="job-seekers" target="_blank" rel="">job-seekers</a> have their own priorities. The </span><span style="font-size:12pt;font-weight:700;"><a href="/#Mintskill" title="Placement agencies" target="_blank" rel="">Placement agencies</a> too can help </span><span style="font-size:12pt;">people to find the best job in startups, according to their skills. The People who can wait, do wait for better opportunities to come their way. On the contrary, there are many who would immediately grab any and every opportunity that comes their way.&nbsp;&nbsp;</span></span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="font-size:12pt;font-weight:700;text-align:center;"><a href="https://careers.mintskill.com/jobs/Careers" title="Opportunities Provided by startups" target="_blank" rel="">Opportunities Provided by startups</a></span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="font-size:12pt;">Goes without saying, startups do provide a lot of employment opportunities. Contrary to established corporate names, startups provide their employees with a chance to experiment and try new things. That’s the benefit of not working in a 50 year-old company, because they do have stringent policies in place, which can hinder your experiential learning to a great extent.</span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="font-size:12pt;">Some people find rigid policies to be suffocating. The strict dress code, the rigid code of conduct at work, lack of variety in work or repetitive tasks do not go down well with some people. They rather prefer an amicable environment to work in, where they can not only work in comfortable clothing but also try new things and learn and grow through them.</span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="color:inherit;"><span style="font-size:12pt;">There are many </span><span style="font-size:12pt;font-weight:700;"><a href="/#Job consultancies in Mumbai" title="job consultancies in Mumbai" target="_blank" rel="">job consultancies in Mumbai</a>&nbsp;</span><span style="font-size:12pt;">as well, where they provide employment with Startups. Startups are more often than not the brainchild of innovative minds who are sporty enough to take a leap of faith and incur the risk involved in entrepreneurship, just to follow their true calling. Needless to mention, startups need a lot of innovative minds to work with them because innovation is what actually sets them apart from the already established names. This appreciation for innovation is really enticing to some people and this is how startups create <a href="https://careers.mintskill.com/jobs/Careers" title="employment opportunities." target="_blank" rel="">employment opportunities.</a></span></span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="font-size:12pt;font-weight:700;text-align:center;">What startups cannot provide?</span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="font-size:12pt;">Having said that, working in a startup cannot be congenial to many. Working in a startup will definitely not fetch you those big bucks from the very beginning. There are so many, who would love to work with startups just for the sake of learning, but they cannot afford to do so, as the amount that they make is a greater priority. Employees riding under loans or students having educational loans on them cannot avail the opportunity to work with startups, even if they want to.</span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="font-size:12pt;">There are many who have other priorities. Some love the experience of working in a reputed, established company than an emerging one. To some, a safe and secured job is what they need and want in their lives, which a startup cannot guarantee.</span></p><p style="text-align:justify;margin-bottom:12pt;"><span style="font-size:12pt;">Therefore, whether or not to consider startups as serious <a href="https://careers.mintskill.com/jobs/Careers" title="employment opportunities" target="_blank" rel="">employment opportunities</a>, will vary from person to person, as it largely depends on an individual’s perception and priorities.</span></p></div>
</div><div data-element-id="elm_8xLJkB112qGPBoYkqqSC9A" data-element-type="image" class="zpelement zpelem-image "><style> [data-element-id="elm_8xLJkB112qGPBoYkqqSC9A"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align-center zpimage-size-medium zpimage-tablet-fallback-medium zpimage-mobile-fallback-medium hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/start%20up%20mintskill.jpg" size="medium" data-lightbox="true" style="width:620px;"/></picture></span><figcaption class="zpimage-caption zpimage-caption-align-center"><span class="zpimage-caption-content">Startup Jobs</span></figcaption></figure></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 21 Oct 2020 18:30:38 +0530</pubDate></item><item><title><![CDATA[Advantages of Having Recruitment Consulting Agency]]></title><link>https://www.mintskill.com/blogs/post/HRconsulting</link><description><![CDATA[1. &nbsp; Faster Hiring Using a reputed hiring and HR Consulting company can reduce your time to hire. A recruitment agency can find candidates much fas ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_r1mkh4O_Q1qlNO1-DcEpLw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_gU1SeFGSTD-8O4z__TLe6Q" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_Xk9vdNugRkK2GyBssALYIQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_jrpETG_2QlGJV5wCA7AoPQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_jrpETG_2QlGJV5wCA7AoPQ"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="color:inherit;font-size:12.6667px;"><p style="text-align:justify;"><span style="color:inherit;font-size:18px;">We all know that the basic purpose of an HR consulting and recruitment agency is to help job seekers find new roles, while helping companies find the perfect person for their open positions. Unfortunately, very few people realize all the other benefits that come with using a agency. Partnering with a recruitment agency can be highly beneficial not only to your hiring managers but to your company as a whole.</span><br></p></span></h2></div>
<div data-element-id="elm_ue5UnrgZSMes2hSLPnSStw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_ue5UnrgZSMes2hSLPnSStw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="text-align:left;"><span style="color:inherit;"><span style="color:inherit;font-size:12px;"><div><span style="color:inherit;font-size:12.5px;"><div><span style="color:inherit;"><div><span style="color:inherit;"><div><span style="color:inherit;"><div><span style="color:inherit;"><div><span style="color:inherit;"><div><span style="color:inherit;"><p style="text-align:justify;"><b><span style="font-size:14px;">1.<span style="font-weight:normal;">&nbsp; </span></span></b><b><span style="font-size:14px;">Faster Hiring</span></b></p><span style="font-size:14px;"><p style="text-align:justify;">Using a reputed hiring and HR Consulting company can reduce your time to hire. A recruitment agency can find candidates much faster. They have a vast talent pool in database, a network of connections to leverage, and access to expensive systems that help locate people with those hard to find skills you are looking for. This means that the only people that agencies submit for your review are those that fit the criteria of your job. All of this helps shorten your <b>time to hire</b>. </p><p style="text-align:justify;"><br></p><p style="text-align:justify;"><b>2.<span style="font-weight:normal;">&nbsp; </span></b><b>Market Knowledge</b></p><p style="text-align:justify;">Through their conversations with both clients and candidates, the recruiters will be able to get knowledge about the sector they work in. This means that they are often able to provide you with valuable insight about potential market, competition. In fact, this is a crucial part of their job. When you use a HR Consulting and recruitment agency you gain access to their <b>knowledge of salary rates</b>, available skill sets,&nbsp;candidate expectations, current hiring complexities, and even <b>market trends</b> you may otherwise have not known about.</p><p style="text-align:justify;"><br></p><p style="text-align:justify;"><b>3.<span style="font-weight:normal;">&nbsp; </span></b><b>Recruitment knowledge</b></p><p style="text-align:justify;">As your company grows and changes, your in-house HR team may need to conduct complex&nbsp;process of selection and interviews for positions they are not necessarily familiar with. A recruitment agency has staff that specializes in recruiting for one sector or vertical. This means they often have <b>better knowledge</b> of technical roles and the skills needed for them. They are also able to spot transferable skills others may miss.</p><p style="text-align:justify;"><br></p><p style="text-align:justify;"><b>4.<span style="font-weight:normal;">&nbsp; </span></b><b>Extended reach</b><b></b></p><p style="text-align:justify;">Not all the best candidates are actively looking for a new job. Recruitment firms call those passive candidates, and they take a little longer to find. There is a strong possibility their recruiters know who those people are, how to reach them, and more importantly, know how to incentivise them to make a move – another benefit to working with a good agency. Agencies will have access to <b>multiple job boards</b>, Job seekers forum and extended network of job seekers, this increases the reach of potential candidate.&nbsp;</p><p style="text-align:justify;"><br></p><p style="text-align:justify;"><b>5.<span style="font-weight:normal;">&nbsp; </span></b><b>Specialist&nbsp;</b></p><p style="text-align:justify;">The biggest advantage of working with a recruitment agency is their specialization in recruitment, writing <b>compelling job description</b>, they can maximise the number of people who apply. An agency can quickly and effectively <b>screen candidates</b> to pick out the strongest candidates early in the process. They work to meet your hiring needs. </p><p style="text-align:justify;"><br></p><p style="text-align:justify;"><b>6.<span style="font-weight:normal;">&nbsp; </span></b><b>Candidate Screening </b></p><p style="text-align:justify;">Agencies often provide only screened candidate, they can also run any psychometric test, aptitude test your company have, this saves lot of your time to screen the candidate before you actually meet them. Some agencies have their own test which they can provide you with little cost. Screening and keeping track of potential candidates from loads of application received can be big task if the positions are multi location, and your internal system might not capable of handling those applications. </p><p style="text-align:justify;"><br></p><p style="text-align:justify;"><b>7.<span style="font-weight:normal;">&nbsp; </span></b><b>Technology for Recruitment. </b></p><p style="text-align:justify;">Many agencies provide services like&nbsp;<b>Video interviews</b> and <b>candidate interview assessment</b> at additional cost, which will be much lesser than setting up on your own. Reputed consultants will have a <b>Client dashboard</b> for their clients to enable them track them hiring pipeline for multiple branches, department and locations. </p><p style="text-align:justify;">Good technology enable client, keep track of multiple resumes received, screening pipeline and loads of feedback from hiring managers internally. A good agency will provide with this <b>dashboard</b> so that you <b>need not keep checking your emails</b> and search candidate in mail boxes. </p><p style="text-align:justify;"><br></p><p style="text-align:justify;"><b>8.<span style="font-weight:normal;">&nbsp; </span></b><b>Focus on serving the client</b></p><p style="text-align:justify;">Most of the work a&nbsp;recruiter&nbsp;does before any potential compensation comes from our client. If no candidate is placed, then no fees are charged for work done. This means that they will focus on providing you with the <span style="font-weight:bold;">best possible candidates </span>for your open roles – those who are genuinely interested in&nbsp;your&nbsp;<em></em>company’s job.</p></span><p style="text-align:justify;"><br></p></span></div></span></div></span></div></span></div></span></div></span></div></span></div></span></span></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 14 Jun 2020 18:07:09 +0530</pubDate></item><item><title><![CDATA[Guide to A Better Candidate Experience]]></title><link>https://www.mintskill.com/blogs/post/Candidate-Experience</link><description><![CDATA[<img align="left" hspace="5" src="https://www.mintskill.com/candidate waiting for interview.png"/>Guide to A Better Candidate Experience]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_W7tNySuqSkmAuHbHIAekiA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_coxshPJ9RnKNANfNNzV-0w" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_YN_jrfgZSEiy8NS6v1WzFw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_IKqaE_0ETjS7HB7gbez9xA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_IKqaE_0ETjS7HB7gbez9xA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="text-align:justify;">There are a lot of steps that go into a hiring process – whether it’s creating and posting your job on job boards, screening resumes, conducting Telephonic screening, performing in-person interviews, roll out job offer, closing the deal and all of the communications and logistics that happen in between all of those steps. But while you and your team are probably very familiar with the details of the hiring process from this one perspective, the job candidates you’re evaluating are seeing your hiring process from a totally different perspective on the other side.</div><div style="text-align:justify;"><br></div><div style="text-align:justify;"><span style="color:inherit;font-weight:bold;">The questions you should be asking yourself are…</span><br></div><div style="text-align:justify;"><span style="color:inherit;"><ul><li>Are you providing as great an overall candidate experience as you should be?</li><li>Are you providing a positive, that will leave the best candidates wanting to work for you, or are you only doing the bare minimum as you evaluate job applicants – without any thought of their candidate experience?</li></ul><div><span style="color:inherit;"><div>Since top job candidates today have likely “know it all”, therefore, it takes some thoughtfulness and effort in your candidate experience to get your company to stand out against other companies who are eyeing for the same candidates’ attention.</div><div><br></div><div><span style="color:inherit;"><div>To get a feel for what aspects of the candidate experience make a real difference for job applicants and how to improve yours, Surprisingly, the insights of industry experts had a lot to do with the same themes, which revolve around <span style="font-weight:bold;">respect, communication and transparency </span>(among a few other important things).</div><div><br></div></span><span style="color:inherit;"><div><ul><li>Help them feel welcome from the start and <span style="font-weight:bold;">value their time throughout</span>.&nbsp;</li></ul></div><div>Candidates often take time off work to come in for interviews, so it’s inconvenient if they’re left waiting for an unreasonable amount of time or are&nbsp; &nbsp; &nbsp; &nbsp; asked to reschedule at the last minute. It sends the message that they are not valued — even if that’s not your intention.&nbsp;</div><br><div><ul><li><span style="color:inherit;">Make life easy for them</span></li></ul><p>Make our interview process easy, simple and speedy. When you meet with them in-person, be sure they spend time with all the decision-makers on the same day, which allows us to move forward almost immediately. Try to give feedback quickly, and your time-to-hire ratio is fast too, which is appreciated by the interviewees.</p><div><br></div><div>A streamlined the interview process will only help YOUR chances, as an EMPLOYER, of gaining top talent. The more steps you add to your interview process (or even worse – the longer the waiting period), the more time you give the candidate to find another position. Don’t leave the guess work up to the candidate. Let them know who they will be meeting with, especially if they should expect a larger panel or multiple interviews.</div><div><br></div><div><ul><li><span style="color:inherit;">Be honest and transparent</span></li></ul></div><p><span style="color:inherit;">A lot of employers interview someone, and in an effort to make the situation less awkward, they give the potential future employee false hope. They will say they what may like the interviewee, that &quot;next week the interviewee will receive a call for a second interview&quot;. Except the interviewee never gets called back. Be upfront on feedback even the person is not a right fit, in a subtle way, but the person will be happy that you didn’t give them false hope and you didn’t waste their time.</span><span style="color:inherit;"><br></span></p><div><br></div><div><ul><li><span style="color:inherit;">Embrace candidate feedback</span></li></ul><div><span style="color:inherit;"><div>Making a great candidate experience without candidates’ feedback is practically difficult. Some of this feedback might be negative, and that’s okay. Taken as a whole, candidate feedback will help you identify bottlenecks in your hiring process, potential areas for improvement. Embracing candidate feedback, positive or negative, will help you identify the areas where the human touch will have the greatest impact. Monitoring feedback is a small detail that has a huge impact on the overall experience. Some of these feedback in fragmented manner may come from hiring consultants and recruitment partners.&nbsp;</div><div><br></div><div><span style="color:inherit;"><div><ul><li>Set and manage expectations early on</li></ul></div></span><span style="color:inherit;"><div>When you’re interviewing candidates, let them know what your timeline looks like. The factors that give candidates negative impressions of companies vary, of course, but poor communication consistently tops the list. Job applicants expect a level of communication that they often <span style="font-weight:bold;">do not get</span>. A lot of the candidate frustration with the recruiting process comes from them investing a significant amount of time only to receive little to no feedback. When hiring managers or recruiters don’t clarify expectations and timelines, candidates are left waiting and wondering for further communication from the company, or through hiring consultants, which eventually comes in the form of phone call if followed up, which is a likes of &quot;will revert to you in future&quot;, &quot;you are not selected&quot;.&nbsp;</div><div><br></div><div><ul><li><span style="color:inherit;">Train your employees to be good interviewers</span></li></ul></div></span><span style="color:inherit;">Invest in making sure your employees are effective interviewers for external candidates. Before conducting interviews, your employees may go through a training process so they are accurately representing the organizational culture and providing a great candidate experience. Make sure that all the interviewers are prepared (have specific questions to ask) for the interview. They should first SELL the opportunity, organization, team etc. and ONLY then jump into questions. <span style="font-weight:bold;">It is selling at both ends, Right ?&nbsp;</span>&nbsp;</span><span style="color:inherit;"><br><div><br></div></span><span style="color:inherit;"><div><span style="color:inherit;font-weight:bold;">Please share and comments on how to improve the candidate experience leading to Happy Hiring.&nbsp;</span></div></span></div></span></div></div></div></span></div></span></div></span></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 13 Mar 2020 20:44:04 +0530</pubDate></item></channel></rss>