RRB Technician Recruitment 2026: 6238 पदों पर बंपर भर्ती

By: vermuapp@gmail.com

On: June 30, 2026

RRB Technician Recruitment 2026
---Advertisement---

RRB Technician Recruitment 2026: 6238 पदों पर बंपर भर्ती | Apply Online | Salary ₹19,900 से ₹29,200 | Notification Out अगर आप भारतीय रेलवे में सरकारी नौकरी की तैयारी कर रहे हैं, तो आपके लिए बड़ी खुशखबरी है। RRB Technician Recruitment 2026 का आधिकारिक नोटिफिकेशन जारी कर दिया गया है। Railway Recruitment Board (RRB) द्वारा Technician Grade-I Signal एवं Technician Grade-III के कुल 6238 पदों पर भर्ती निकाली गई है। इच्छुक एवं योग्य उम्मीदवार 30 जून 2026 से ऑनलाइन आवेदन कर सकते हैं। आवेदन की अंतिम तिथि 29 जुलाई 2026 निर्धारित की गई है। RRB Technician Eligibility Details 2026 इस भर्ती में देशभर के विभिन्न RRB Zones में नियुक्तियां की जाएंगी। उम्मीदवारों का चयन Computer Based Test (CBT), Document Verification एवं Medical Examination के आधार पर होगा। यदि आप 10वीं, ITI, Diploma, B.Sc. या Engineering Degree रखते हैं, तो यह भर्ती आपके लिए शानदार अवसर साबित हो सकती है। इस लेख में RRB Technician Recruitment 2026 से जुड़ी सभी महत्वपूर्ण जानकारी जैसे Eligibility, Vacancy Details, Application Fee, Important Dates, Selection Process, Salary, Syllabus और Apply Process विस्तार से दी गई है। RRB Technician Recruitment 2026 Overview OrganizationRailway Recruitment Board (RRB)Recruitment NameRRB Technician Recruitment 2026Advertisement No.CEN 02/2026Total Vacancies6238 PostsPost NameTechnician Grade-I Signal & Technician Grade-IIIApplication ModeOnlineJob LocationAll IndiaOfficial Websitewww.rrbapply.gov.in Job Information Job DescriptionRailway Recruitment Board (RRB) द्वारा Technician Grade-I Signal एवं Technician Grade-III के 6238 पदों पर भर्ती हेतु ऑनलाइन आवेदन आमंत्रित किए गए हैं।Job Salary (₹)₹19,900/- से ₹29,200/- प्रति माह (Pay Level के अनुसार)Job Post6238 PostsQualification10th + ITI / Diploma / B.Sc / Engineering Degree (Post Wise)Age Limit18 से 33 वर्ष / 18 से 30 वर्ष (Post Wise)Exam DateAs Per ScheduleLast Apply Date29 July 2026Apply ModeOnline RRB Technician 2026 Important Dates RRB Technician Recruitment 2026 Important Dates EventDateApplication Begin30 June 2026Last Date to Apply Online29 July 2026Last Date to Pay Fee29 July 2026Exam DateAs Per ScheduleExam City Intimation10 Days Before ExamAdmit Card Available04 Days Before Exam RRB Technician Application Details Application Fee CategoryFeeGeneral / OBC / EWS₹500/-SC / ST₹250/-PH (Divyang)₹250/-Female Candidates₹250/- Fee Refund (CBT Stage-I में उपस्थित होने के बाद) CategoryRefund AmountGeneral / OBC / EWS₹400/-SC / ST / PH / Female₹250/- Payment Mode: Debit Card, Credit Card, Net Banking एवं E-Challan के माध्यम से परीक्षा शुल्क जमा किया जा सकता है। RRB Technician Recruitment 2026 Educational Qualification RRB Technician Recruitment 2026 में आवेदन करने के लिए उम्मीदवार के पास संबंधित पद के अनुसार मान्यता प्राप्त संस्थान से आवश्यक शैक्षणिक योग्यता होनी चाहिए। अलग-अलग पदों के लिए अलग-अलग योग्यता निर्धारित की गई है। Post NameQualificationTechnician Grade-I SignalB.Sc. / Diploma / Engineering Degree (Relevant Discipline)Technician Grade-III10th Pass + ITI (Relevant Trade) RRB Technician Recruitment 2026 Age Limit PostAge LimitTechnician Grade-I Signal18 – 33 YearsTechnician Grade-III18 – 30 YearsAge RelaxationRRB Rules As Per Government

🔒

Sign Up Free to Read the Full Update

Login or create a free Naukrofy account to continue reading complete job updates and get personalised opportunities based on your qualification.

Login Sign Up Free

Join WhatsApp

Join Now

Join Telegram

Join Now

");w.document.close();setTimeout(function(){w.print();},300);};function checkField(field,input){var value=input.value.trim(),out=document.getElementById("nf4-check-"+field);if(!out)return;out.className="nf4-field-status";out.textContent="";if(!value)return;if(field==="mobile")input.value=value.replace(/\D/g,"");if(field==="mobile"&&input.value.length!==10){out.className="nf4-field-status error";out.textContent="Enter a valid 10-digit mobile number.";return;}if(field==="email"&&!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(value)){out.className="nf4-field-status error";out.textContent="Enter a valid email address.";return;}out.className="nf4-field-status checking";out.textContent="Checking...";var fd=new FormData();fd.append("action","nf4_check_registration");fd.append("nonce",regNonce);fd.append("field",field);fd.append("value",input.value);fetch(ajaxUrl,{method:"POST",credentials:"same-origin",body:fd}).then(function(r){return r.json();}).then(function(data){if(!data.success){out.className="nf4-field-status error";out.textContent=(data.data&&data.data.message)||"Could not verify right now.";return;}if(data.data.available){out.className="nf4-field-status ok";out.textContent="Available";}else{out.className="nf4-field-status error";out.textContent=data.data.message||"Already in use.";}}).catch(function(){out.className="nf4-field-status error";out.textContent="Could not verify right now.";});}function initRegistrationChecks(){var form=document.getElementById("nf4-register-form");if(!form)return;[["username","nf4-reg-username"],["email","nf4-reg-email"],["mobile","nf4-reg-mobile"]].forEach(function(pair){var field=pair[0],input=document.getElementById(pair[1]);if(!input)return;var timer;input.addEventListener("input",function(){clearTimeout(timer);var out=document.getElementById("nf4-check-"+field);if(out){out.className="nf4-field-status";out.textContent="";}timer=setTimeout(function(){checkField(field,input);},450);});input.addEventListener("blur",function(){clearTimeout(timer);checkField(field,input);});});form.addEventListener("submit",function(e){var hasBlocking=["username","email","mobile"].some(function(f){var x=document.getElementById("nf4-check-"+f);return x&&(x.classList.contains("error")||x.classList.contains("checking"));});if(hasBlocking){e.preventDefault();var x=form.querySelector(".nf4-field-status.error");if(x)x.scrollIntoView({behavior:"smooth",block:"center"});}});}document.addEventListener("click",function(e){var b=e.target.closest("[data-nf4-toggle]");if(b){e.preventDefault();nf4Toggle(b.dataset.nf4Toggle,b);return;}var p=e.target.closest("[data-nf4-post-toggle]");if(p){e.preventDefault();nf4PostToggle(p.dataset.nf4PostToggle,p);return;}var pe=e.target.closest("[data-nf4-profile-edit]");if(pe){e.preventDefault();nf4ProfileToggle(pe.dataset.nf4ProfileEdit,pe);return;}var pc=e.target.closest("[data-nf4-profile-cancel]");if(pc){e.preventDefault();nf4ProfileCancel(pc.dataset.nf4ProfileCancel);return;}var c=e.target.closest(".nf4-popup-close");if(c){var r=c.closest("#nf4-login-popup");if(r)r.remove();}var a=e.target.closest("[data-job]");if(a&&(a.classList.contains("nf14-all")||a.classList.contains("nf14-none")))document.querySelectorAll(".nf14-bulk-candidate").forEach(function(i){if(i.form&&i.form.id==="nf14-bulk-"+a.dataset.job)i.checked=a.classList.contains("nf14-all");});});document.addEventListener("keydown",function(e){if(e.key==="Escape"){var p=document.getElementById("nf4-login-popup");if(p)p.remove();}});document.addEventListener("submit",function(e){var f=e.target;if(!f||f.id!=="nf4-post-job-form")return;var b=f.querySelector("button[type=\"submit\"]");if(b){b.disabled=true;b.textContent="Submitting Job...";}},true);document.addEventListener("click",function(e){var sh=e.target.closest(".nf4-share-native,.nf4-dashboard-share");if(sh){e.preventDefault();var url=sh.getAttribute("data-share-url")||location.href,title=sh.getAttribute("data-share-title")||document.title;if(navigator.share){navigator.share({title:title,url:url}).catch(function(){});}else if(navigator.clipboard){navigator.clipboard.writeText(url).then(function(){sh.textContent="Link Copied";setTimeout(function(){sh.textContent="Share";},1600);}).catch(function(){window.prompt("Copy this job link:",url);});}else{window.prompt("Copy this job link:",url);}return;}var cp=e.target.closest(".nf4-share-copy");if(cp){e.preventDefault();var u=cp.getAttribute("data-copy-url")||location.href;if(navigator.clipboard){navigator.clipboard.writeText(u).then(function(){cp.textContent="Copied";setTimeout(function(){cp.textContent="Copy Link";},1600);}).catch(function(){window.prompt("Copy this job link:",u);});}else{window.prompt("Copy this job link:",u);}}});document.addEventListener("DOMContentLoaded",function(){initRegistrationChecks();(function(){var r=document.getElementById("nf4-register-role"),box=document.getElementById("nf4-recruiter-basic-fields");if(!r||!box)return;function sync(){var on=r.value==="naukrofy_recruiter";box.style.display=on?"block":"none";["nf4-reg-company","nf4-reg-position","nf4-reg-address"].forEach(function(id){var el=document.getElementById(id);if(el)el.required=on;});}r.addEventListener("change",sync);sync();})();var cp=document.getElementById("candidate-profile-editor");if(cp){cp.querySelectorAll("input,select,textarea").forEach(function(el){el.addEventListener("input",nf4UpdateProgress);el.addEventListener("change",nf4UpdateProgress);});nf4UpdateProgress();}var rp=document.getElementById("recruiter-profile-form");if(rp){rp.querySelectorAll("input,select,textarea").forEach(function(el){el.addEventListener("input",nf4UpdateRecruiterProgress);el.addEventListener("change",nf4UpdateRecruiterProgress);});nf4UpdateRecruiterProgress();}});// v24.40: global personalised-updates popup is handled by nf4_global_popup().})();(function(){function clean(){try{var root=document.body||document.documentElement; if(!root)return;var w=document.createTreeWalker(root,NodeFilter.SHOW_TEXT), n, arr=[];while(n=w.nextNode()){if(typeof n.nodeValue==='string' && /\+/.test(n.nodeValue)) arr.push(n);}arr.forEach(function(t){t.nodeValue=t.nodeValue.replace(/\+/g,'')});}catch(e){}}if(document.readyState==='loading')document.addEventListener('DOMContentLoaded',clean);else clean();window.addEventListener('load',clean);if(window.MutationObserver && document.body){new MutationObserver(function(){clean()}).observe(document.body,{childList:true,subtree:true,characterData:true});}})();//# sourceURL=nf4js-js-after