{"id":17396,"date":"2026-05-20T08:00:50","date_gmt":"2026-05-20T02:30:50","guid":{"rendered":"https:\/\/www.race4job.com\/blog\/?p=17396"},"modified":"2026-06-30T11:10:54","modified_gmt":"2026-06-30T05:40:54","slug":"rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june","status":"publish","type":"post","link":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/","title":{"rendered":"RRB Technician 2026 Notification Out Now(6557 Grade 1 &#038; 3 Posts), Apply from 30 June"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>RRB Technician Recruitment 2026 \u2014 Complete Guide<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900&amp;family=DM+Sans:wght@300;400;500;600&amp;family=DM+Mono:wght@400;500&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --rail-blue: #0a1628;\n    --rail-mid: #102240;\n    --accent: #f5a623;\n    --accent2: #e63946;\n    --cream: #fdf6ec;\n    --text: #1a1a2e;\n    --muted: #6b7280;\n    --border: #e8e0d0;\n    --card-bg: #ffffff;\n    --tag-bg: #fff4e0;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n    line-height: 1.75;\n    font-size: 16px;\n  }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    background: var(--rail-blue);\n    position: relative;\n    overflow: hidden;\n    padding: 80px 24px 100px;\n    text-align: center;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      repeating-linear-gradient(90deg, rgba(245,166,35,.04) 0 1px, transparent 1px 80px),\n      repeating-linear-gradient(0deg, rgba(245,166,35,.04) 0 1px, transparent 1px 80px);\n    pointer-events: none;\n  }\n\n  .hero-tag {\n    display: inline-block;\n    background: var(--accent);\n    color: var(--rail-blue);\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 2px;\n    margin-bottom: 24px;\n    animation: fadeDown .5s ease both;\n  }\n\n  .hero h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.4rem, 6vw, 4rem);\n    font-weight: 900;\n    color: #fff;\n    line-height: 1.15;\n    max-width: 780px;\n    margin: 0 auto 20px;\n    animation: fadeDown .6s .1s ease both;\n  }\n\n  .hero h2 span { color: var(--accent); }\n\n  .hero-sub {\n    color: rgba(255,255,255,.6);\n    font-size: 1rem;\n    max-width: 500px;\n    margin: 0 auto 36px;\n    animation: fadeDown .6s .2s ease both;\n  }\n\n  .hero-badges {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    flex-wrap: wrap;\n    animation: fadeDown .6s .3s ease both;\n  }\n\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: rgba(255,255,255,.85);\n    border-radius: 100px;\n    padding: 6px 18px;\n    font-size: 13px;\n    font-weight: 500;\n  }\n\n  \/* \u2500\u2500 RAIL STRIPE \u2500\u2500 *\/\n  .rail-stripe {\n    height: 6px;\n    background: linear-gradient(90deg, var(--accent2) 0%, var(--accent) 50%, var(--accent2) 100%);\n  }\n\n  \/* \u2500\u2500 LAYOUT \u2500\u2500 *\/\n  .container { max-width: 900px; margin: 0 auto; padding: 0 20px; }\n\n  \/* \u2500\u2500 QUICK STATS \u2500\u2500 *\/\n  .quick-stats {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 16px;\n    margin: -40px auto 0;\n    max-width: 900px;\n    padding: 0 20px;\n    position: relative;\n    z-index: 10;\n  }\n\n  .stat-card {\n    background: var(--card-bg);\n    border-radius: 10px;\n    padding: 22px 20px;\n    text-align: center;\n    box-shadow: 0 4px 24px rgba(0,0,0,.10);\n    border-top: 3px solid var(--accent);\n    animation: fadeUp .5s ease both;\n  }\n\n  .stat-card:nth-child(2) { animation-delay: .1s; border-color: var(--accent2); }\n  .stat-card:nth-child(3) { animation-delay: .2s; border-color: #2d6a4f; }\n  .stat-card:nth-child(4) { animation-delay: .3s; border-color: #457b9d; }\n\n  .stat-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 2rem;\n    font-weight: 900;\n    color: var(--rail-blue);\n    line-height: 1;\n  }\n\n  .stat-label {\n    font-size: 12px;\n    color: var(--muted);\n    font-weight: 500;\n    margin-top: 6px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n  }\n\n  \/* \u2500\u2500 SECTION \u2500\u2500 *\/\n  .section { padding: 64px 0 0; }\n  .section:last-child { padding-bottom: 80px; }\n\n  .section-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    color: var(--accent2);\n    text-transform: uppercase;\n    letter-spacing: .14em;\n    font-weight: 500;\n    margin-bottom: 10px;\n  }\n\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    font-weight: 700;\n    color: var(--rail-blue);\n    margin-bottom: 28px;\n    position: relative;\n    padding-bottom: 16px;\n  }\n\n  .section-title::after {\n    content: '';\n    position: absolute;\n    left: 0; bottom: 0;\n    width: 48px; height: 3px;\n    background: var(--accent);\n    border-radius: 2px;\n  }\n\n  \/* \u2500\u2500 TABLE \u2500\u2500 *\/\n  .tbl-wrap { overflow-x: auto; border-radius: 10px; box-shadow: 0 2px 16px rgba(0,0,0,.07); margin-bottom: 12px; }\n\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n    background: #fff;\n  }\n\n  thead {\n    background: var(--rail-blue);\n    color: #fff;\n  }\n\n  thead th {\n    padding: 13px 16px;\n    text-align: left;\n    font-weight: 600;\n    letter-spacing: .04em;\n    font-size: 13px;\n  }\n\n  tbody tr { border-bottom: 1px solid var(--border); }\n  tbody tr:last-child { border-bottom: none; }\n  tbody tr:nth-child(even) { background: #faf8f5; }\n  tbody tr:hover { background: #fff8ec; transition: background .15s; }\n\n  td { padding: 12px 16px; vertical-align: top; color: #2c2c3a; }\n  td:first-child { font-weight: 600; color: var(--rail-blue); }\n\n  \/* \u2500\u2500 INFO CARDS \u2500\u2500 *\/\n  .card-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-bottom: 8px;\n  }\n\n  .info-card {\n    background: #fff;\n    border-radius: 10px;\n    padding: 24px;\n    box-shadow: 0 2px 14px rgba(0,0,0,.06);\n    border-left: 4px solid var(--accent);\n    transition: transform .2s, box-shadow .2s;\n  }\n\n  .info-card:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,.1); }\n  .info-card.red { border-left-color: var(--accent2); }\n  .info-card.green { border-left-color: #2d6a4f; }\n  .info-card.blue { border-left-color: #457b9d; }\n\n  .info-card-title {\n    font-weight: 700;\n    color: var(--rail-blue);\n    margin-bottom: 10px;\n    font-size: 15px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .info-card-title .icon {\n    font-size: 20px;\n    line-height: 1;\n  }\n\n  .info-card p, .info-card li { font-size: 14px; color: #4a4a5a; line-height: 1.7; }\n  .info-card ul { list-style: none; padding: 0; }\n  .info-card ul li::before { content: '\u2192 '; color: var(--accent); font-weight: 700; }\n\n  \/* \u2500\u2500 TIMELINE \u2500\u2500 *\/\n  .timeline { position: relative; padding-left: 28px; }\n\n  .timeline::before {\n    content: '';\n    position: absolute;\n    left: 6px; top: 4px; bottom: 4px;\n    width: 2px;\n    background: linear-gradient(180deg, var(--accent) 0%, var(--accent2) 100%);\n  }\n\n  .tl-item {\n    position: relative;\n    margin-bottom: 28px;\n  }\n\n  .tl-item::before {\n    content: '';\n    position: absolute;\n    left: -26px; top: 6px;\n    width: 12px; height: 12px;\n    background: var(--accent);\n    border-radius: 50%;\n    border: 2px solid var(--cream);\n    box-shadow: 0 0 0 2px var(--accent);\n  }\n\n  .tl-date {\n    font-family: 'DM Mono', monospace;\n    font-size: 12px;\n    color: var(--accent2);\n    font-weight: 500;\n    margin-bottom: 2px;\n  }\n\n  .tl-event {\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--rail-blue);\n  }\n\n  \/* \u2500\u2500 STEPS \u2500\u2500 *\/\n  .steps { counter-reset: steps; display: flex; flex-direction: column; gap: 18px; }\n\n  .step {\n    display: flex;\n    gap: 18px;\n    align-items: flex-start;\n    background: #fff;\n    border-radius: 10px;\n    padding: 20px;\n    box-shadow: 0 2px 10px rgba(0,0,0,.05);\n    transition: box-shadow .2s;\n  }\n\n  .step:hover { box-shadow: 0 4px 20px rgba(0,0,0,.1); }\n\n  .step-num {\n    flex-shrink: 0;\n    width: 36px; height: 36px;\n    background: var(--rail-blue);\n    color: var(--accent);\n    font-family: 'Playfair Display', serif;\n    font-weight: 700;\n    font-size: 16px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .step-text { font-size: 14.5px; color: #3a3a4a; line-height: 1.65; }\n\n  \/* \u2500\u2500 SALARY HIGHLIGHT \u2500\u2500 *\/\n  .salary-highlight {\n    display: flex;\n    gap: 20px;\n    flex-wrap: wrap;\n    margin-top: 8px;\n  }\n\n  .salary-box {\n    flex: 1;\n    min-width: 200px;\n    background: var(--rail-blue);\n    color: #fff;\n    border-radius: 12px;\n    padding: 28px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .salary-box::before {\n    content: '';\n    position: absolute;\n    right: -20px; top: -20px;\n    width: 100px; height: 100px;\n    background: rgba(255,255,255,.05);\n    border-radius: 50%;\n  }\n\n  .salary-grade { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--accent); font-weight: 600; margin-bottom: 10px; }\n  .salary-amount { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 900; color: #fff; }\n  .salary-label { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 4px; }\n\n  \/* \u2500\u2500 CALLOUT \u2500\u2500 *\/\n  .callout {\n    background: #fff8ec;\n    border: 1px solid #f5d9a0;\n    border-left: 4px solid var(--accent);\n    border-radius: 8px;\n    padding: 18px 20px;\n    font-size: 14.5px;\n    color: #5a3e10;\n    margin-top: 28px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n\n  .callout-icon { font-size: 20px; flex-shrink: 0; }\n\n  \/* \u2500\u2500 LANGUAGES \u2500\u2500 *\/\n  .lang-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 8px;\n  }\n\n  .lang-pill {\n    background: var(--tag-bg);\n    border: 1px solid #f0d9aa;\n    color: #7a4b0a;\n    border-radius: 100px;\n    padding: 5px 16px;\n    font-size: 13px;\n    font-weight: 500;\n    transition: all .2s;\n  }\n\n  .lang-pill:hover { background: var(--accent); color: #fff; border-color: var(--accent); }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  footer {\n    background: var(--rail-blue);\n    color: rgba(255,255,255,.5);\n    text-align: center;\n    padding: 32px 20px;\n    font-size: 13px;\n  }\n\n  footer a { color: var(--accent); text-decoration: none; }\n\n  \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n  @keyframes fadeDown {\n    from { opacity: 0; transform: translateY(-20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 600px) {\n    .quick-stats { grid-template-columns: 1fr 1fr; }\n    .salary-highlight { flex-direction: column; }\n  }\n<\/style>\n\n\n\n<!-- HERO -->\n<header class=\"hero\">\n  <div class=\"hero-tag\">CEN 02\/2026 \u2014 Official Notification<\/div>\n  <h2>RRB Technician<br><span>Recruitment 2026<\/span><\/h2>\n  <p class=\"hero-sub\">6557 vacancies for Grade 1 Signal &amp; Grade 3 posts across Indian Railways \u2014 complete guide<\/p>\n  <div class=\"hero-badges\">\n    <span class=\"badge\">\ud83d\udcc5 Apply: 30 Jun \u2013 29 Jul 2026<\/span>\n    <span class=\"badge\">\ud83d\udda5\ufe0f Online CBT Exam<\/span>\n    <span class=\"badge\">\ud83c\udfdb\ufe0f Indian Railways<\/span>\n    <span class=\"badge\">\ud83d\udcb0 Up to \u20b929,200\/month<\/span>\n  <\/div>\n<\/header>\n<div class=\"rail-stripe\"><\/div>\n\n<!-- QUICK STATS -->\n<div class=\"quick-stats\">\n  <div class=\"stat-card\">\n    <div class=\"stat-num\">6557<\/div>\n    <div class=\"stat-label\">Total Vacancies<\/div>\n  <\/div>\n  <div class=\"stat-card\">\n    <div class=\"stat-num\">323<\/div>\n    <div class=\"stat-label\">Grade 1 Signal<\/div>\n  <\/div>\n  <div class=\"stat-card\">\n    <div class=\"stat-num\">6234<\/div>\n    <div class=\"stat-label\">Grade 3 Posts<\/div>\n  <\/div>\n  <div class=\"stat-card\">\n    <div class=\"stat-num\">100<\/div>\n    <div class=\"stat-label\">CBT Questions<\/div>\n  <\/div>\n<\/div>\n\n<main class=\"container\">\n\n  <!-- OVERVIEW -->\n  <section class=\"section\">\n    <div class=\"section-label\">Overview<\/div>\n    <h2 class=\"section-title\">About the Recruitment<\/h2>\n    <p style=\"color:#4a4a5a; font-size:15.5px; line-height:1.8; margin-bottom:24px;\">\n      The Railway Recruitment Board (RRB), on behalf of Indian Railways, has announced the <strong>RRB Technician Recruitment 2026<\/strong> for filling <strong>6,557 vacancies<\/strong> across Technician Grade 1 Signal and Grade 3 posts. The short notification PDF (CEN 02\/2026) was released on <strong>18th May 2026<\/strong>, with online registrations opening from <strong>30th June 2026<\/strong>.\n    <\/p>\n    <div class=\"tbl-wrap\">\n      <table>\n        <thead>\n          <tr><th>Detail<\/th><th>Information<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>Organization<\/td><td>Railway Recruitment Board (RRB)<\/td><\/tr>\n          <tr><td>Post Name<\/td><td>Technician (Grade 1 Signal and Grade 3)<\/td><\/tr>\n          <tr><td>Advertisement No.<\/td><td>CEN 02\/2026<\/td><\/tr>\n          <tr><td>Total Vacancies<\/td><td>6,557<\/td><\/tr>\n          <tr><td>Mode of Exam<\/td><td>Online (Computer-Based Test)<\/td><\/tr>\n          <tr><td>Registration Dates<\/td><td>30th June \u2013 29th July 2026<\/td><\/tr>\n          <tr><td>Official Website<\/td><td><a href=\"https:\/\/www.rrbcdg.gov.in\/\" target=\"_blank\" style=\"color:#0a1628; font-weight:600;\">rrbcdg.gov.in<\/a><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <!-- IMPORTANT DATES -->\n  <section class=\"section\">\n    <div class=\"section-label\">Schedule<\/div>\n    <h2 class=\"section-title\">Important Dates<\/h2>\n    <div class=\"timeline\">\n      <div class=\"tl-item\">\n        <div class=\"tl-date\">18 May 2026<\/div>\n        <div class=\"tl-event\">RRB Technician Notification Released (Employment Newspaper)<\/div>\n      <\/div>\n      <div class=\"tl-item\">\n        <div class=\"tl-date\">30 June 2026<\/div>\n        <div class=\"tl-event\">Online Application Registration Begins<\/div>\n      <\/div>\n      <div class=\"tl-item\">\n        <div class=\"tl-date\">29 July 2026 (11:59 PM)<\/div>\n        <div class=\"tl-event\">Last Date for Registration<\/div>\n      <\/div>\n      <div class=\"tl-item\" style=\"margin-bottom:0\">\n        <div class=\"tl-date\">To be notified<\/div>\n        <div class=\"tl-event\">Application Fee Last Date &amp; Form Correction Window<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VACANCIES -->\n  <section class=\"section\">\n    <div class=\"section-label\">Vacancies<\/div>\n    <h2 class=\"section-title\">Post-wise &amp; Zone-wise Breakdown<\/h2>\n    <div class=\"card-grid\" style=\"margin-bottom:28px;\">\n      <div class=\"info-card\">\n        <div class=\"info-card-title\"><span class=\"icon\">\ud83d\udce1<\/span>Grade 1 Signal<\/div>\n        <p style=\"font-size:28px; font-family:'Playfair Display',serif; font-weight:900; color:var(--rail-blue);\">323<\/p>\n        <p>B.Sc Physics \/ Electronics \/ IT \/ Instrumentation or Diploma\/Degree in related engineering streams.<\/p>\n      <\/div>\n      <div class=\"info-card red\">\n        <div class=\"info-card-title\"><span class=\"icon\">\ud83d\udd27<\/span>Grade 3<\/div>\n        <p style=\"font-size:28px; font-family:'Playfair Display',serif; font-weight:900; color:var(--rail-blue);\">6,234<\/p>\n        <p>Matriculation\/SSLC + ITI (NCVT\/SCVT) or Course Completed Act Apprenticeship in related trades.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"tbl-wrap\">\n      <table>\n        <thead>\n          <tr><th>Railway Zone<\/th><th>Vacancies<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>Central Railway (Mumbai)<\/td><td>870<\/td><\/tr>\n          <tr><td>Southern Railway (Chennai)<\/td><td>785<\/td><\/tr>\n          <tr><td>NF Railway (NFR)<\/td><td>701<\/td><\/tr>\n          <tr><td>South Eastern Railway (Kolkata)<\/td><td>576<\/td><\/tr>\n          <tr><td>Northern Railway (New Delhi)<\/td><td>548<\/td><\/tr>\n          <tr><td>Western Railway (Mumbai)<\/td><td>544<\/td><\/tr>\n          <tr><td>BLW \/ CLW \/ ICF<\/td><td>499<\/td><\/tr>\n          <tr><td>South Central Railway (Secunderabad)<\/td><td>368<\/td><\/tr>\n          <tr><td>Eastern Railway (Kolkata)<\/td><td>291<\/td><\/tr>\n          <tr><td>West Central Railway (Jabalpur)<\/td><td>231<\/td><\/tr>\n          <tr><td>South Western Railway (Hubli)<\/td><td>240<\/td><\/tr>\n          <tr><td>North Central Railway (Allahabad)<\/td><td>268<\/td><\/tr>\n          <tr><td>North Western Railway (Jaipur)<\/td><td>199<\/td><\/tr>\n          <tr><td>North Eastern Railway (Gorakhpur)<\/td><td>169<\/td><\/tr>\n          <tr><td>East Central Railway (Hajipur)<\/td><td>186<\/td><\/tr>\n          <tr><td>South East Central Railway (Bilaspur)<\/td><td>90<\/td><\/tr>\n          <tr><td><strong>Total<\/strong><\/td><td><strong>6,557<\/strong><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <!-- ELIGIBILITY -->\n  <section class=\"section\">\n    <div class=\"section-label\">Eligibility<\/div>\n    <h2 class=\"section-title\">Eligibility Criteria<\/h2>\n    <div class=\"card-grid\">\n      <div class=\"info-card\">\n        <div class=\"info-card-title\"><span class=\"icon\">\ud83c\udf93<\/span>Grade 1 Signal \u2014 Qualification<\/div>\n        <ul>\n          <li>B.Sc in Physics \/ Electronics \/ Computer Science \/ IT \/ Instrumentation<\/li>\n          <li>3-year Diploma in relevant engineering streams<\/li>\n          <li>Engineering Degree in relevant basic streams<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"info-card red\">\n        <div class=\"info-card-title\"><span class=\"icon\">\ud83d\udccb<\/span>Grade 3 \u2014 Qualification<\/div>\n        <ul>\n          <li>Matriculation \/ SSLC + ITI from NCVT\/SCVT recognized institute<\/li>\n          <li>Relevant trades: Forger, Heat Treater, Foundryman, Pattern Maker, Moulder (Refractory)<\/li>\n          <li>OR Course Completed Act Apprenticeship<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"info-card green\">\n        <div class=\"info-card-title\"><span class=\"icon\">\ud83c\udf82<\/span>Age Limit (as on 01\/07\/2026)<\/div>\n        <ul>\n          <li>Grade 1 Signal: 18 \u2013 33 years<\/li>\n          <li>Grade 3: 18 \u2013 30 years<\/li>\n          <li>SC\/ST: +5 years relaxation<\/li>\n          <li>OBC (NCL): +3 years relaxation<\/li>\n          <li>PWD: +10 years relaxation<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"info-card blue\">\n        <div class=\"info-card-title\"><span class=\"icon\">\ud83c\udf0f<\/span>Nationality<\/div>\n        <ul>\n          <li>Citizen of India<\/li>\n          <li>Citizen of Nepal or Bhutan<\/li>\n          <li>Tibetan refugee (arrived before Jan 1, 1962)<\/li>\n          <li>Person of Indian origin migrated from specified countries<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- APPLICATION FEE -->\n  <section class=\"section\">\n    <div class=\"section-label\">Application<\/div>\n    <h2 class=\"section-title\">Application Fee<\/h2>\n    <div class=\"tbl-wrap\">\n      <table>\n        <thead>\n          <tr><th>Category<\/th><th>Fee<\/th><th>Refund on Appearing in CBT<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>SC \/ ST \/ Ex-Serviceman \/ PWD \/ Female \/ Transgender \/ Minorities \/ EWS<\/td><td>\u20b9250<\/td><td>\u20b9250 (minus bank charges)<\/td><\/tr>\n          <tr><td>All Other Categories (General \/ OBC)<\/td><td>\u20b9500<\/td><td>\u20b9400 (minus bank charges)<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n    <div class=\"callout\">\n      <span class=\"callout-icon\">\ud83d\udca1<\/span>\n      <span>Applications are submitted online at <strong>rrbapply.gov.in<\/strong>. Candidates who recently applied for RRB ALP\/NTPC can use existing login credentials.<\/span>\n    <\/div>\n  <\/section>\n\n  <!-- HOW TO APPLY -->\n  <section class=\"section\">\n    <div class=\"section-label\">Step-by-Step<\/div>\n    <h2 class=\"section-title\">How to Apply<\/h2>\n    <div class=\"steps\">\n      <div class=\"step\"><div class=\"step-num\">1<\/div><div class=\"step-text\">Visit <strong>rrbapply.gov.in<\/strong> on the registration start date (30th June 2026).<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">2<\/div><div class=\"step-text\">Create an account using your Name, Date of Birth, Email ID, Mobile Number, and Aadhaar Card. Verify via OTP.<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">3<\/div><div class=\"step-text\">Log in and select <strong>CEN No. 02\/2026 (Technician)<\/strong> and choose your preferred RRB Zone.<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">4<\/div><div class=\"step-text\">Fill in personal details, address, category, and educational\/technical qualifications carefully.<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">5<\/div><div class=\"step-text\">Upload scanned photograph, signature, and relevant certificates in the prescribed format.<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">6<\/div><div class=\"step-text\">Pay the application fee via Debit Card, Credit Card, Net Banking, or UPI.<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">7<\/div><div class=\"step-text\">Review all details carefully, submit, and download \/ print the confirmation page.<\/div><\/div>\n    <\/div>\n  <\/section>\n\n  <!-- EXAM PATTERN -->\n  <section class=\"section\">\n    <div class=\"section-label\">Exam Pattern<\/div>\n    <h2 class=\"section-title\">CBT Exam Pattern<\/h2>\n\n    <p style=\"font-size:14px; color:var(--muted); margin-bottom:20px;\">\u26a0\ufe0f Negative marking: <strong>1\/3 mark<\/strong> deducted per wrong answer. No deduction for unattempted questions. Duration: <strong>90 minutes<\/strong>.<\/p>\n\n    <p style=\"font-weight:600; color:var(--rail-blue); margin-bottom:10px;\">Grade 1 Signal \u2014 CBT Pattern<\/p>\n    <div class=\"tbl-wrap\" style=\"margin-bottom:28px;\">\n      <table>\n        <thead>\n          <tr><th>Subject<\/th><th>Questions<\/th><th>Marks<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>Basic Science and Engineering<\/td><td>35<\/td><td>35<\/td><\/tr>\n          <tr><td>Mathematics<\/td><td>20<\/td><td>20<\/td><\/tr>\n          <tr><td>Basic of Computers and Applications<\/td><td>20<\/td><td>20<\/td><\/tr>\n          <tr><td>General Intelligence &amp; Reasoning<\/td><td>15<\/td><td>15<\/td><\/tr>\n          <tr><td>General Awareness<\/td><td>10<\/td><td>10<\/td><\/tr>\n          <tr><td><strong>Total<\/strong><\/td><td><strong>100<\/strong><\/td><td><strong>100<\/strong><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <p style=\"font-weight:600; color:var(--rail-blue); margin-bottom:10px;\">Grade 3 \u2014 CBT Pattern<\/p>\n    <div class=\"tbl-wrap\">\n      <table>\n        <thead>\n          <tr><th>Subject<\/th><th>Questions<\/th><th>Marks<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>General Science<\/td><td>40<\/td><td>40<\/td><\/tr>\n          <tr><td>Mathematics<\/td><td>25<\/td><td>25<\/td><\/tr>\n          <tr><td>General Intelligence &amp; Reasoning<\/td><td>25<\/td><td>25<\/td><\/tr>\n          <tr><td>General Awareness<\/td><td>10<\/td><td>10<\/td><\/tr>\n          <tr><td><strong>Total<\/strong><\/td><td><strong>100<\/strong><\/td><td><strong>100<\/strong><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div style=\"margin-top:32px;\">\n      <p style=\"font-weight:600; color:var(--rail-blue); margin-bottom:14px;\">Exam Medium \u2014 Available in 15 Languages<\/p>\n      <div class=\"lang-grid\">\n        <span class=\"lang-pill\">English<\/span><span class=\"lang-pill\">Hindi<\/span>\n        <span class=\"lang-pill\">Assamese<\/span><span class=\"lang-pill\">Bengali<\/span>\n        <span class=\"lang-pill\">Gujarati<\/span><span class=\"lang-pill\">Kannada<\/span>\n        <span class=\"lang-pill\">Konkani<\/span><span class=\"lang-pill\">Malayalam<\/span>\n        <span class=\"lang-pill\">Manipuri<\/span><span class=\"lang-pill\">Marathi<\/span>\n        <span class=\"lang-pill\">Odia<\/span><span class=\"lang-pill\">Punjabi<\/span>\n        <span class=\"lang-pill\">Tamil<\/span><span class=\"lang-pill\">Telugu<\/span>\n        <span class=\"lang-pill\">Urdu<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SELECTION PROCESS -->\n  <section class=\"section\">\n    <div class=\"section-label\">Selection<\/div>\n    <h2 class=\"section-title\">Selection Process<\/h2>\n    <div class=\"card-grid\">\n      <div class=\"info-card\">\n        <div class=\"info-card-title\"><span class=\"icon\">\ud83d\udda5\ufe0f<\/span>Stage 1 \u2014 CBT<\/div>\n        <p>100 objective-type MCQs, 90 minutes. Negative marking of 1\/3 per wrong answer.<\/p>\n      <\/div>\n      <div class=\"info-card red\">\n        <div class=\"info-card-title\"><span class=\"icon\">\ud83d\udcc1<\/span>Stage 2 \u2014 Document Verification<\/div>\n        <p>Candidates present original academic certificates, age proof, technical qualifications, and community certificates.<\/p>\n      <\/div>\n      <div class=\"info-card green\">\n        <div class=\"info-card-title\"><span class=\"icon\">\ud83c\udfe5<\/span>Stage 3 \u2014 Medical Examination<\/div>\n        <p>Medical fitness test conducted by Railway Administration after clearing document verification.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SALARY -->\n  <section class=\"section\">\n    <div class=\"section-label\">Salary<\/div>\n    <h2 class=\"section-title\">Salary Structure (7th CPC)<\/h2>\n    <div class=\"salary-highlight\">\n      <div class=\"salary-box\">\n        <div class=\"salary-grade\">Grade 1 Signal \u2014 Level 5<\/div>\n        <div class=\"salary-amount\">\u20b929,200<\/div>\n        <div class=\"salary-label\">per month (initial pay) | Scale: \u20b929,200 \u2013 \u20b992,300<\/div>\n      <\/div>\n      <div class=\"salary-box\" style=\"border: 1px solid rgba(245,166,35,.3);\">\n        <div class=\"salary-grade\">Grade 3 \u2014 Level 2<\/div>\n        <div class=\"salary-amount\">\u20b919,900<\/div>\n        <div class=\"salary-label\">per month (initial pay) | Scale: \u20b919,900 \u2013 \u20b963,200<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"callout\" style=\"margin-top:20px;\">\n      <span class=\"callout-icon\">\u2705<\/span>\n      <span>In addition to basic pay, appointed candidates are eligible for allowances and perks as applicable to Railway employees under 7th Pay Commission recommendations.<\/span>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n<footer>\n  <p>Source: Railway Recruitment Board \u2014 CEN 02\/2026 | Official website: <a href=\"https:\/\/www.rrbcdg.gov.in\/\" target=\"_blank\">rrbcdg.gov.in<\/a> | Apply at: <a href=\"https:\/\/www.rrbapply.gov.in\/\" target=\"_blank\">rrbapply.gov.in<\/a><\/p>\n  <p style=\"margin-top:8px;\">Information accurate as of 18 May 2026. Always verify with the official notification.<\/p>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>RRB Technician Recruitment 2026 \u2014 Complete Guide CEN 02\/2026 \u2014 Official Notification RRB TechnicianRecruitment 2026 6557 vacancies for Grade 1 Signal &amp; Grade 3 posts across Indian Railways \u2014 complete guide \ud83d\udcc5 Apply: 30 Jun \u2013 29 Jul 2026 \ud83d\udda5\ufe0f Online CBT Exam \ud83c\udfdb\ufe0f Indian Railways \ud83d\udcb0 Up to \u20b929,200\/month 6557 Total Vacancies 323 Grade [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-17396","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"RRB Technician 2026 Notification: 6557 Grade 1 and 3 posts, apply online 30 Jun \u2013 29 Jul 2026. Salary up to \u20b929,200\/month. Eligibility, exam pattern and more\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Race\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"| SBI, RRB, IBPS, Latest Current Affairs,Sbi po, Sbi clerks.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"RRB Technician 2026 Notification Out: 6557 Grade 1 &amp; 3 Posts\" \/>\n\t\t<meta property=\"og:description\" content=\"RRB Technician 2026 Notification: 6557 Grade 1 &amp; 3 posts, apply online 30 Jun \u2013 29 Jul 2026. Salary up to \u20b929,200\/month. Eligibility, exam pattern &amp; more\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-05-20T02:30:50+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-30T05:40:54+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"RRB Technician 2026 Notification Out: 6557 Grade 1 &amp; 3 Posts\" \/>\n\t\t<meta name=\"twitter:description\" content=\"RRB Technician 2026 Notification: 6557 Grade 1 &amp; 3 posts, apply online 30 Jun \u2013 29 Jul 2026. Salary up to \u20b929,200\/month. Eligibility, exam pattern &amp; more\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#article\",\"name\":\"RRB Technician 2026 Notification Out: 6557 Grade 1 & 3 Posts\",\"headline\":\"RRB Technician 2026 Notification Out Now(6557 Grade 1 &#038; 3 Posts), Apply from 30 June\",\"author\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/author\\\/racebe4\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/logo-2.png\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/#articleImage\",\"width\":310,\"height\":73},\"datePublished\":\"2026-05-20T08:00:50+05:30\",\"dateModified\":\"2026-06-30T11:10:54+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#webpage\"},\"articleSection\":\"un\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.race4job.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"un\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"position\":2,\"name\":\"un\",\"item\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/category\\\/uncategorized\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#listItem\",\"name\":\"RRB Technician 2026 Notification Out Now(6557 Grade 1 &#038; 3 Posts), Apply from 30 June\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#listItem\",\"position\":3,\"name\":\"RRB Technician 2026 Notification Out Now(6557 Grade 1 &#038; 3 Posts), Apply from 30 June\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"un\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/#organization\",\"name\":\"Best bank coaching centers in hyderabad\",\"description\":\"SBI, RRB, IBPS, Latest Current Affairs,Sbi po, Sbi clerks.\",\"url\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/logo-2.png\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#organizationLogo\",\"width\":310,\"height\":73},\"image\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/author\\\/racebe4\\\/#author\",\"url\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/author\\\/racebe4\\\/\",\"name\":\"Race\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8a70e408a9c5c32b644c201b9a7636694b9769ead46e6417fccbb05d1f8791d8?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Race\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#webpage\",\"url\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/\",\"name\":\"RRB Technician 2026 Notification Out: 6557 Grade 1 & 3 Posts\",\"description\":\"RRB Technician 2026 Notification: 6557 Grade 1 and 3 posts, apply online 30 Jun \\u2013 29 Jul 2026. Salary up to \\u20b929,200\\\/month. Eligibility, exam pattern and more\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/author\\\/racebe4\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/author\\\/racebe4\\\/#author\"},\"datePublished\":\"2026-05-20T08:00:50+05:30\",\"dateModified\":\"2026-06-30T11:10:54+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/\",\"description\":\"SBI, RRB, IBPS, Latest Current Affairs,Sbi po, Sbi clerks.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.race4job.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"RRB Technician 2026 Notification Out: 6557 Grade 1 & 3 Posts","description":"RRB Technician 2026 Notification: 6557 Grade 1 and 3 posts, apply online 30 Jun \u2013 29 Jul 2026. Salary up to \u20b929,200\/month. Eligibility, exam pattern and more","canonical_url":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#article","name":"RRB Technician 2026 Notification Out: 6557 Grade 1 & 3 Posts","headline":"RRB Technician 2026 Notification Out Now(6557 Grade 1 &#038; 3 Posts), Apply from 30 June","author":{"@id":"https:\/\/www.race4job.com\/blog\/author\/racebe4\/#author"},"publisher":{"@id":"https:\/\/www.race4job.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.race4job.com\/blog\/wp-content\/uploads\/2021\/12\/logo-2.png","@id":"https:\/\/www.race4job.com\/blog\/#articleImage","width":310,"height":73},"datePublished":"2026-05-20T08:00:50+05:30","dateModified":"2026-06-30T11:10:54+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#webpage"},"isPartOf":{"@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#webpage"},"articleSection":"un"},{"@type":"BreadcrumbList","@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.race4job.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.race4job.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.race4job.com\/blog\/category\/uncategorized\/#listItem","name":"un"}},{"@type":"ListItem","@id":"https:\/\/www.race4job.com\/blog\/category\/uncategorized\/#listItem","position":2,"name":"un","item":"https:\/\/www.race4job.com\/blog\/category\/uncategorized\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#listItem","name":"RRB Technician 2026 Notification Out Now(6557 Grade 1 &#038; 3 Posts), Apply from 30 June"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.race4job.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#listItem","position":3,"name":"RRB Technician 2026 Notification Out Now(6557 Grade 1 &#038; 3 Posts), Apply from 30 June","previousItem":{"@type":"ListItem","@id":"https:\/\/www.race4job.com\/blog\/category\/uncategorized\/#listItem","name":"un"}}]},{"@type":"Organization","@id":"https:\/\/www.race4job.com\/blog\/#organization","name":"Best bank coaching centers in hyderabad","description":"SBI, RRB, IBPS, Latest Current Affairs,Sbi po, Sbi clerks.","url":"https:\/\/www.race4job.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.race4job.com\/blog\/wp-content\/uploads\/2021\/12\/logo-2.png","@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#organizationLogo","width":310,"height":73},"image":{"@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.race4job.com\/blog\/author\/racebe4\/#author","url":"https:\/\/www.race4job.com\/blog\/author\/racebe4\/","name":"Race","image":{"@type":"ImageObject","@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/8a70e408a9c5c32b644c201b9a7636694b9769ead46e6417fccbb05d1f8791d8?s=96&d=mm&r=g","width":96,"height":96,"caption":"Race"}},{"@type":"WebPage","@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#webpage","url":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/","name":"RRB Technician 2026 Notification Out: 6557 Grade 1 & 3 Posts","description":"RRB Technician 2026 Notification: 6557 Grade 1 and 3 posts, apply online 30 Jun \u2013 29 Jul 2026. Salary up to \u20b929,200\/month. Eligibility, exam pattern and more","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.race4job.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/#breadcrumblist"},"author":{"@id":"https:\/\/www.race4job.com\/blog\/author\/racebe4\/#author"},"creator":{"@id":"https:\/\/www.race4job.com\/blog\/author\/racebe4\/#author"},"datePublished":"2026-05-20T08:00:50+05:30","dateModified":"2026-06-30T11:10:54+05:30"},{"@type":"WebSite","@id":"https:\/\/www.race4job.com\/blog\/#website","url":"https:\/\/www.race4job.com\/blog\/","description":"SBI, RRB, IBPS, Latest Current Affairs,Sbi po, Sbi clerks.","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.race4job.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"| SBI, RRB, IBPS, Latest Current Affairs,Sbi po, Sbi clerks.","og:type":"article","og:title":"RRB Technician 2026 Notification Out: 6557 Grade 1 &amp; 3 Posts","og:description":"RRB Technician 2026 Notification: 6557 Grade 1 &amp; 3 posts, apply online 30 Jun \u2013 29 Jul 2026. Salary up to \u20b929,200\/month. Eligibility, exam pattern &amp; more","og:url":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/","article:published_time":"2026-05-20T02:30:50+00:00","article:modified_time":"2026-06-30T05:40:54+00:00","twitter:card":"summary","twitter:title":"RRB Technician 2026 Notification Out: 6557 Grade 1 &amp; 3 Posts","twitter:description":"RRB Technician 2026 Notification: 6557 Grade 1 &amp; 3 posts, apply online 30 Jun \u2013 29 Jul 2026. Salary up to \u20b929,200\/month. Eligibility, exam pattern &amp; more"},"aioseo_meta_data":{"post_id":"17396","title":"RRB Technician 2026 Notification Out: 6557 Grade 1 &amp; 3 Posts","description":"RRB Technician 2026 Notification: 6557 Grade 1 and 3 posts, apply online 30 Jun \u2013 29 Jul 2026. Salary up to \u20b929,200\/month. Eligibility, exam pattern and more","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":64,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":4},"keyphraseInURL":{"score":5,"maxScore":5,"error":0},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":"RRB Technician 2026 Notification Out: 6557 Grade 1 &amp; 3 Posts","og_description":"RRB Technician 2026 Notification: 6557 Grade 1 &amp; 3 posts, apply online 30 Jun \u2013 29 Jul 2026. Salary up to \u20b929,200\/month. Eligibility, exam pattern &amp; more","og_object_type":"default","og_image_type":"auto","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-27 09:16:23","updated":"2026-06-30 08:54:15","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.race4job.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.race4job.com\/blog\/category\/uncategorized\/\" title=\"un\">un<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tRRB Technician 2026 Notification Out Now(6557 Grade 1 &amp; 3 Posts), Apply from 30 June\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.race4job.com\/blog"},{"label":"un","link":"https:\/\/www.race4job.com\/blog\/category\/uncategorized\/"},{"label":"RRB Technician 2026 Notification Out Now(6557 Grade 1 &#038; 3 Posts), Apply from 30 June","link":"https:\/\/www.race4job.com\/blog\/rrb-technician-2026-notification-out-6565-grade-1-and-3-posts-apply-from-30-june\/"}],"_links":{"self":[{"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/posts\/17396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/comments?post=17396"}],"version-history":[{"count":1,"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/posts\/17396\/revisions"}],"predecessor-version":[{"id":17441,"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/posts\/17396\/revisions\/17441"}],"wp:attachment":[{"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/media?parent=17396"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/categories?post=17396"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.race4job.com\/blog\/wp-json\/wp\/v2\/tags?post=17396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}