{"id":192,"date":"2026-05-13T07:40:45","date_gmt":"2026-05-13T07:40:45","guid":{"rendered":"https:\/\/careersmines.com\/?page_id=192"},"modified":"2026-05-13T07:53:22","modified_gmt":"2026-05-13T07:53:22","slug":"home-1","status":"publish","type":"page","link":"https:\/\/careersmines.com\/?page_id=192","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"192\" class=\"elementor elementor-192\">\n\t\t\t\t<div class=\"elementor-element elementor-element-736f84b e-flex e-con-boxed e-con e-parent\" data-id=\"736f84b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f34bec elementor-widget elementor-widget-html\" data-id=\"1f34bec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\">\n  <title>MCL Exam Hub | Mahanadi Coalfields Limited Question Bank<\/title>\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n      background: #eef2f5;\n      color: #1e2a3e;\n      scroll-behavior: smooth;\n    }\n\n    .container {\n      max-width: 1300px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    \/* header with MCL theme *\/\n    .header {\n      background: #0a3b2f;\n      color: white;\n      padding: 1rem 0;\n      position: sticky;\n      top: 0;\n      z-index: 100;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    }\n\n    .logo-area h1 {\n      font-size: 1.8rem;\n      letter-spacing: -0.5px;\n    }\n    .logo-area p {\n      font-size: 0.85rem;\n      opacity: 0.9;\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 1.5rem;\n      flex-wrap: wrap;\n    }\n    .nav-links a {\n      color: white;\n      text-decoration: none;\n      font-weight: 500;\n      transition: 0.2s;\n    }\n    .nav-links a:hover {\n      text-decoration: underline;\n      color: #ffc107;\n    }\n\n    \/* blinking call button *\/\n    .btn-call {\n      display: inline-block;\n      background: #d32f2f;\n      color: white;\n      font-weight: bold;\n      font-size: 1.2rem;\n      padding: 12px 28px;\n      border-radius: 60px;\n      text-decoration: none;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n      animation: blink-red 0.9s infinite;\n      border: none;\n      cursor: pointer;\n      font-family: monospace;\n    }\n\n    @keyframes blink-red {\n      0% { background-color: #d32f2f; transform: scale(1);}\n      50% { background-color: #ff5252; box-shadow: 0 0 12px #ff8a8a; transform: scale(1.02);}\n      100% { background-color: #d32f2f; transform: scale(1);}\n    }\n\n    .blink-badge {\n      animation: pulse-move 1.2s infinite;\n      background: #ff9800;\n      padding: 6px 14px;\n      border-radius: 40px;\n      font-weight: bold;\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    @keyframes pulse-move {\n      0% { opacity: 0.7; transform: translateX(0px); background: #ff9800;}\n      50% { opacity: 1; transform: translateX(4px); background: #ffb74d;}\n      100% { opacity: 0.7; transform: translateX(0px); background: #ff9800;}\n    }\n\n    .hero {\n      background: linear-gradient(135deg, #1f543e, #07382a);\n      color: white;\n      padding: 3rem 0;\n      text-align: center;\n    }\n    .hero h2 {\n      font-size: 2rem;\n    }\n    .hero-buttons {\n      margin-top: 2rem;\n      display: flex;\n      justify-content: center;\n      gap: 1.5rem;\n      flex-wrap: wrap;\n    }\n\n    \/* ads section *\/\n    .ads-flex {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 20px;\n      justify-content: space-between;\n      margin: 30px 0;\n    }\n    .ad-card {\n      background: white;\n      border-left: 6px solid #ff9800;\n      flex: 1;\n      min-width: 220px;\n      padding: 1rem;\n      border-radius: 16px;\n      box-shadow: 0 5px 12px rgba(0,0,0,0.05);\n    }\n    .ad-card h3 {\n      color: #bf5e00;\n    }\n    .badge-hot {\n      background: #f97316;\n      display: inline-block;\n      padding: 2px 8px;\n      border-radius: 30px;\n      font-size: 0.7rem;\n      font-weight: bold;\n      color: white;\n      animation: subtle-blink 1s infinite;\n    }\n    @keyframes subtle-blink {\n      0% { opacity: 0.6;}\n      50% { opacity: 1; background: #ff8c42;}\n      100% { opacity: 0.6;}\n    }\n\n    .section-title {\n      font-size: 1.8rem;\n      margin: 2rem 0 1rem;\n      border-left: 6px solid #0a3b2f;\n      padding-left: 18px;\n    }\n\n    .exams-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n      gap: 24px;\n      margin: 30px 0;\n    }\n    .exam-card {\n      background: white;\n      border-radius: 24px;\n      padding: 1rem 1.5rem 1.5rem;\n      transition: 0.2s;\n      box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n      cursor: pointer;\n    }\n    .exam-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 15px 25px rgba(0,0,0,0.1);\n    }\n    .exam-title {\n      font-size: 1.3rem;\n      font-weight: 700;\n      color: #0a3b2f;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .exam-badge {\n      background: #e0f2e9;\n      color: #0f5c3f;\n      padding: 4px 12px;\n      border-radius: 40px;\n      font-size: 0.7rem;\n      font-weight: bold;\n    }\n    .question-preview {\n      margin: 16px 0;\n      background: #f9fafb;\n      padding: 12px;\n      border-radius: 20px;\n      font-size: 0.9rem;\n    }\n    .answer {\n      background: #eef2ff;\n      padding: 10px;\n      border-radius: 16px;\n      margin-top: 12px;\n      border-left: 4px solid #0a3b2f;\n      display: none;\n    }\n    .show-answer .answer {\n      display: block;\n    }\n    .toggle-answer {\n      background: none;\n      border: 1px solid #cbd5e1;\n      padding: 6px 14px;\n      border-radius: 30px;\n      font-size: 0.8rem;\n      font-weight: bold;\n      cursor: pointer;\n      margin-top: 12px;\n    }\n\n    .activity-zone {\n      background: #201c2c;\n      color: white;\n      border-radius: 40px;\n      padding: 1rem 2rem;\n      margin: 40px 0;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 20px;\n    }\n    .blink-move {\n      animation: wiggle 0.8s infinite alternate;\n      font-weight: bold;\n      background: #ffc107;\n      color: #2d2f36;\n      padding: 8px 20px;\n      border-radius: 60px;\n      display: inline-block;\n    }\n    @keyframes wiggle {\n      0% { transform: rotate(0deg);}\n      100% { transform: rotate(3deg) scale(1.03); background: #ffdd77;}\n    }\n\n    footer {\n      background: #0f1723;\n      color: #94a3b8;\n      text-align: center;\n      padding: 2rem;\n      margin-top: 3rem;\n    }\n\n    @media (max-width: 700px) {\n      .logo-area h1 { font-size: 1.2rem; }\n      .hero h2 { font-size: 1.4rem; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<header class=\"header\">\n  <div class=\"container\" style=\"display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px;\">\n    <div class=\"logo-area\">\n      <h1>\u26cf\ufe0f MCL EXAM INDIA<\/h1>\n      <p>Mahanadi Coalfields Ltd | Mining Sirdar | Overman | CIL MCL Previous Papers<\/p>\n    <\/div>\n    <div class=\"nav-links\">\n      <a href=\"#\">Home<\/a>\n      <a href=\"#\">MCL Papers<\/a>\n      <a href=\"#\">Answer Keys<\/a>\n      <a href=\"#\">MCL Syllabus<\/a>\n      <a href=\"#\">Contact<\/a>\n    <\/div>\n  <\/div>\n<\/header>\n\n<section class=\"hero\">\n  <div class=\"container\">\n    <h2>\ud83d\udcd8 Crack MCL (Mahanadi Coalfields) Mining Exams<\/h2>\n    <p>Previous Year Papers, Solved MCQs, Answer Keys for MCL Mining Sirdar, Overman, Foreman & Management Trainee<\/p>\n    <div class=\"hero-buttons\">\n      <a href=\"#papers\" class=\"btn-call\">\ud83d\udcde CALL NOW 9556565335<\/a>\n      <a href=\"#\" class=\"btn-call\" style=\"background: #1565C0; animation: none;\">\ud83d\udce5 Download MCL Free Kit<\/a>\n    <\/div>\n    <div style=\"margin-top: 24px;\">\n      <span class=\"blink-badge\">\ud83d\udd25 MCL 2025 Latest Question Sets \ud83d\udd25<\/span>\n      <span class=\"blink-badge\" style=\"margin-left: 12px;\">\u2b50 MCL Exam Alert: 2000+ Solved MCQs<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"container\">\n  <!-- ADS tailored for MCL -->\n  <div class=\"ads-flex\">\n    <div class=\"ad-card\">\n      <div><span class=\"badge-hot\">\ud83d\udce2 MCL SPECIAL<\/span><\/div>\n      <h3>\ud83d\ude80 MCL Mining Crash Course<\/h3>\n      <p>MCL exam focused video lectures + live doubt. 40% off for subscribers.<\/p>\n      <div><span class=\"blink-badge\" style=\"font-size:0.75rem;\">Enroll Now<\/span><\/div>\n    <\/div>\n    <div class=\"ad-card\">\n      <div><span class=\"badge-hot\">\ud83c\udfaf MCL RECOMMENDED<\/span><\/div>\n      <h3>\ud83d\udcda MCL Sirdar Guide 2025<\/h3>\n      <p>Last 10 years MCL solved papers with answers. Free Shipping.<\/p>\n      <div><span style=\"background:#ffc107; padding:2px 12px; border-radius:20px;\">Buy @ \u20b9249<\/span><\/div>\n    <\/div>\n    <div class=\"ad-card\">\n      <div><span class=\"badge-hot\">\ud83c\udfc6 MAHANADI COALFIELDS<\/span><\/div>\n      <h3>\u2699\ufe0f MCL MT Test Series<\/h3>\n      <p>25 full length mocks, detailed answer keys, MCL specific.<\/p>\n      <div><span style=\"color:#0a3b2f; font-weight:bold;\">\ud83d\udd25 Limited seats<\/span><\/div>\n    <\/div>\n  <\/div>\n\n  <!-- dynamic activity banner -->\n  <div class=\"activity-zone\">\n    <div class=\"running-text\">\u2728 <strong>MCL ACTIVITY ZONE<\/strong> \u2728<\/div>\n    <div class=\"blink-move\">\ud83c\udfaf MCL 2025 exam pattern released! \ud83c\udfaf<\/div>\n    <div class=\"blink-move\" style=\"background:#4caf50;\">\ud83d\udcc5 MCL Sirdar exam in 35 days \ud83d\udcc5<\/div>\n    <div class=\"blink-move\" style=\"background:#9c27b0;\">\u2705 Answers verified by MCL experts \u2705<\/div>\n  <\/div>\n\n  <!-- MCL Exam Papers Section -->\n  <div id=\"papers\">\n    <h2 class=\"section-title\">\ud83d\udcdc MCL Previous Year Exam Papers (with official Answers)<\/h2>\n    <div class=\"exams-grid\" id=\"examGridMCL\"><\/div>\n  <\/div>\n\n  <!-- extra call to action -->\n  <div style=\"text-align: center; margin: 2rem 0; background: #e1f5fe; padding: 1.5rem; border-radius: 50px;\">\n    <div style=\"font-size: 1.3rem; font-weight: bold;\">\ud83d\udcde MCL exam guidance + free answer keys<\/div>\n    <a href=\"tel:9556565335\" class=\"btn-call\" style=\"margin-top: 12px; display: inline-block;\">\u260e\ufe0f CALL 9556565335 \u260e\ufe0f<\/a>\n    <p style=\"margin-top: 12px;\">MCL previous years, coal india pattern, DGMS based questions. Get expert help now.<\/p>\n  <\/div>\n<\/div>\n\n<footer>\n  <p>\u00a9 2025 MCL Exam India \u2014 Specialized for Mahanadi Coalfields Limited & CIL aspirants | Helpline: 9556565335<\/p>\n  <p style=\"margin-top: 8px;\">Official partner for Mining exam prep | Based on MCL previous papers and DGMS syllabus<\/p>\n<\/footer>\n\n<script>\n  \/\/ MCL focused exam data: each contains MCL relevant question & answer\n  const mclExamData = [\n    {\n      exam: \"MCL Mining Sirdar Exam 2023\",\n      question: \"Q: In Mahanadi Coalfields, what type of underground mining is predominantly used?\",\n      answer: \"A: MCL predominantly uses Bord and Pillar method with continuous miners in some areas. The method ensures extraction in coalfields like Talcher and IB Valley.\"\n    },\n    {\n      exam: \"MCL Overman Previous Paper 2022\",\n      question: \"Q: What is the statutory duty of Overman regarding ventilation in MCL mines as per CMR 2017?\",\n      answer: \"A: Overman must ensure adequate ventilation, measure methane\/CO levels every shift, and maintain records. Air quantity not less than 6 m\u00b3 per minute per person employed.\"\n    },\n    {\n      exam: \"MCL Management Trainee (Mining) 2024\",\n      question: \"Q: Define 'Sump' in opencast mines of MCL and its role in dewatering.\",\n      answer: \"A: Sump is a pit excavated at the lowest point of the mine to collect water. In MCL large OC projects, sump pumps handle groundwater to keep benches dry.\"\n    },\n    {\n      exam: \"MCL Foreman Exam 2021 (Memory based)\",\n      question: \"Q: What is the recommended stemming material for blasting in MCL opencast mines?\",\n      answer: \"A: Clay, drill cuttings or sand. Stemming should be incombustible and properly tamped to prevent blowouts and flyrock.\"\n    },\n    {\n      exam: \"MCL Coal India Limited MT 2023\",\n      question: \"Q: What is the significance of 'Dump Stability' in MCL's coalfields (Talcher)?\",\n      answer: \"A: External dumps in MCL are prone to slope failure due to high rainfall. Monitoring using geotechnical instruments and drainage control ensures safety.\"\n    },\n    {\n      exam: \"MCL Mining Sirdar (Technical) 2024\",\n      question: \"Q: During fiery mines operation, what type of explosives are permitted in MCL underground?\",\n      answer: \"A: Only permitted explosives (P5 type) or slurry explosives with low incendivity. Use of delay detonators with proper stemming is mandatory.\"\n    },\n    {\n      exam: \"MCL Overman (Legal) 2023\",\n      question: \"Q: Under Mines Act 1952, what is the maximum penalty for working without a statutory certificate?\",\n      answer: \"A: Fine up to \u20b950,000 or imprisonment up to 2 years or both. MCL strictly enforces certified Sirdar\/Overman.\"\n    },\n    {\n      exam: \"MCL Special Recruitment 2022 (Mining Mate)\",\n      question: \"Q: What is the function of a 'Stone Dust Barrier' in MCL underground faces?\",\n      answer: \"A: It suppresses coal dust explosion. Stone dust shelves are placed at intervals to disperse inert dust, breaking flame propagation.\"\n    }\n  ];\n\n  const examGridMCL = document.getElementById('examGridMCL');\n\n  function buildMCLCards() {\n    examGridMCL.innerHTML = '';\n    mclExamData.forEach((item, idx) => {\n      const card = document.createElement('div');\n      card.className = 'exam-card';\n      const answerId = `mcl-answer-${idx}`;\n      card.innerHTML = `\n        <div class=\"exam-title\">\n          <span>\ud83d\udccc ${item.exam}<\/span>\n          <span class=\"exam-badge\">MCL Solved<\/span>\n        <\/div>\n        <div class=\"question-preview\">\n          <strong>\ud83d\udcd6 ${item.question}<\/strong>\n        <\/div>\n        <div id=\"${answerId}\" class=\"answer\">\n          <strong>\u2705 MCL Official Answer:<\/strong> ${item.answer}\n        <\/div>\n        <button class=\"toggle-answer\" data-ans=\"${answerId}\">\ud83d\udd0d Show \/ Hide Answer<\/button>\n      `;\n      examGridMCL.appendChild(card);\n    });\n\n    document.querySelectorAll('.toggle-answer').forEach(btn => {\n      btn.addEventListener('click', (e) => {\n        const targetId = btn.getAttribute('data-ans');\n        const answerDiv = document.getElementById(targetId);\n        if (answerDiv) {\n          answerDiv.classList.toggle('show-answer');\n          if (answerDiv.classList.contains('show-answer')) {\n            answerDiv.style.display = 'block';\n          } else {\n            answerDiv.style.display = 'none';\n          }\n        }\n        btn.style.transform = 'scale(0.96)';\n        setTimeout(() => btn.style.transform = '', 120);\n      });\n    });\n  }\n\n  buildMCLCards();\n\n  \/\/ extra blinking & MCL interactive activities\n  const addExtraMCLActivities = () => {\n    \/\/ floating call reminder\n    const reminderDiv = document.createElement('div');\n    reminderDiv.style.position = 'fixed';\n    reminderDiv.style.bottom = '20px';\n    reminderDiv.style.right = '20px';\n    reminderDiv.style.backgroundColor = '#0a3b2f';\n    reminderDiv.style.color = '#ffd966';\n    reminderDiv.style.padding = '10px 16px';\n    reminderDiv.style.borderRadius = '40px';\n    reminderDiv.style.fontSize = '0.8rem';\n    reminderDiv.style.fontWeight = 'bold';\n    reminderDiv.style.zIndex = '999';\n    reminderDiv.style.cursor = 'pointer';\n    reminderDiv.style.boxShadow = '0 2px 12px black';\n    reminderDiv.innerHTML = '\ud83d\udcde\u26a1 MCL helpdesk 9556565335 \u26a1\ud83d\udcde';\n    reminderDiv.style.animation = 'blink-red 1s infinite';\n    reminderDiv.onclick = () => { window.location.href = 'tel:9556565335'; };\n    document.body.appendChild(reminderDiv);\n\n    const activityZone = document.querySelector('.activity-zone');\n    if (activityZone) {\n      const extraMsg = document.createElement('div');\n      extraMsg.className = 'blink-move';\n      extraMsg.style.background = '#e91e63';\n      extraMsg.innerHTML = '\ud83d\udce2 MCL 2025 syllabus updated | Download now';\n      activityZone.appendChild(extraMsg);\n\n      let alerts = [\n        '\ud83d\udccc MCL Sirdar admit card soon!',\n        '\ud83c\udfaf 82% questions repeat from previous MCL papers',\n        '\u26a1 Call 9556565335 for MCL free mock test',\n        '\ud83d\udcd6 Last week 200 aspirants cracked MCL exam',\n        '\ud83d\udca1 MCL technical mcqs with solutions added'\n      ];\n      let altIndex = 0;\n      const rollingAlert = document.createElement('div');\n      rollingAlert.style.background = '#2b2d42';\n      rollingAlert.style.padding = '8px 14px';\n      rollingAlert.style.borderRadius = '30px';\n      rollingAlert.style.animation = 'pulse-move 1.2s infinite';\n      rollingAlert.style.fontWeight = 'bold';\n      activityZone.appendChild(rollingAlert);\n      setInterval(() => {\n        rollingAlert.innerHTML = `\ud83d\udd25 ${alerts[altIndex % alerts.length]} \ud83d\udd25`;\n        altIndex++;\n      }, 3200);\n    }\n\n    \/\/ add blink animations on all call buttons\n    const allBtns = document.querySelectorAll('.btn-call');\n    allBtns.forEach(btn => {\n      if (btn.innerText.includes('CALL')) {\n        setInterval(() => {\n          btn.style.transform = 'scale(1.01)';\n          setTimeout(() => { btn.style.transform = 'scale(1)'; }, 350);\n        }, 1700);\n      }\n    });\n\n    \/\/ MCL random prize banner\n    setInterval(() => {\n      const prizeToast = document.createElement('div');\n      prizeToast.innerText = '\ud83c\udf81 Win free MCL solved papers book \u2013 Call 9556565335 \ud83c\udf81';\n      prizeToast.style.position = 'fixed';\n      prizeToast.style.top = '70px';\n      prizeToast.style.left = '50%';\n      prizeToast.style.transform = 'translateX(-50%)';\n      prizeToast.style.backgroundColor = '#2c3e2b';\n      prizeToast.style.color = '#ffefb9';\n      prizeToast.style.borderRadius = '30px';\n      prizeToast.style.padding = '6px 24px';\n      prizeToast.style.fontWeight = 'bold';\n      prizeToast.style.zIndex = '9999';\n      prizeToast.style.fontSize = '0.75rem';\n      prizeToast.style.boxShadow = '0 4px 12px black';\n      prizeToast.style.pointerEvents = 'none';\n      document.body.appendChild(prizeToast);\n      setTimeout(() => {\n        prizeToast.style.opacity = '0';\n        setTimeout(() => prizeToast.remove(), 850);\n      }, 2900);\n    }, 22000);\n  };\n\n  window.addEventListener('DOMContentLoaded', () => {\n    addExtraMCLActivities();\n    const cards = document.querySelectorAll('.exam-card');\n    cards.forEach(card => {\n      card.addEventListener('mouseenter', () => {\n        const badge = card.querySelector('.exam-badge');\n        if (badge) badge.style.animation = 'subtle-blink 0.4s infinite';\n      });\n      card.addEventListener('mouseleave', () => {\n        const badge = card.querySelector('.exam-badge');\n        if (badge) badge.style.animation = '';\n      });\n    });\n  });\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>MCL Exam Hub | Mahanadi Coalfields Limited Question Bank \u26cf\ufe0f MCL EXAM INDIA Mahanadi Coalfields Ltd | Mining Sirdar | Overman | CIL MCL Previous Papers Home MCL Papers Answer Keys MCL Syllabus Contact \ud83d\udcd8 Crack MCL (Mahanadi Coalfields) Mining Exams Previous Year Papers, Solved MCQs, Answer Keys for MCL Mining Sirdar, Overman, Foreman &#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-192","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"careersmines@gmail.com","author_link":"https:\/\/careersmines.com\/author\/careersminesgmail-com"},"uagb_comment_info":0,"uagb_excerpt":"MCL Exam Hub | Mahanadi Coalfields Limited Question Bank \u26cf\ufe0f MCL EXAM INDIA Mahanadi Coalfields Ltd | Mining Sirdar | Overman | CIL MCL Previous Papers Home MCL Papers Answer Keys MCL Syllabus Contact \ud83d\udcd8 Crack MCL (Mahanadi Coalfields) Mining Exams Previous Year Papers, Solved MCQs, Answer Keys for MCL Mining Sirdar, Overman, Foreman &#038;&hellip;","_links":{"self":[{"href":"https:\/\/careersmines.com\/index.php?rest_route=\/wp\/v2\/pages\/192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careersmines.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/careersmines.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/careersmines.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/careersmines.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=192"}],"version-history":[{"count":5,"href":"https:\/\/careersmines.com\/index.php?rest_route=\/wp\/v2\/pages\/192\/revisions"}],"predecessor-version":[{"id":198,"href":"https:\/\/careersmines.com\/index.php?rest_route=\/wp\/v2\/pages\/192\/revisions\/198"}],"wp:attachment":[{"href":"https:\/\/careersmines.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}