SSC GD Constable Practice Book (35 Sets) by Lila Roy | Chief Editor Dr. Sujoy Kumar Sikder (WBCS Executive) | Bright Academy
Brigh

SSC GD Constable Practice Book (35 Sets) by Lila Roy | Chief Editor Dr. Sujoy Kumar Sikder (WBCS Executive) | Bright Academy

₹272
₹400
32% OFF
Free Delivery
No extra shipping cost
Sold By Shoonya Creation
View Store
About this product

Crack SSC GD Constable Exam with Bright Academy’s Most Trusted Practice Guide!

SSC GD Constable Recruitment Exam Guide (Bengali Edition) - Comprehensive Preparation Kit

SAMPLE SET PDF

আপনি কি SSC GD Constable পরীক্ষায় সফল হয়ে দেশের সেবা করতে চান? তাহলে আপনার প্রস্তুতির শেষ মুহূর্তের রিভিশন ও প্র্যাকটিসের জন্য Bright Academy নিয়ে এসেছে সেরা সমাধান। এই SSC GD Constables Practice Book-টি লিখেছেন অভিজ্ঞ লেখিকা Lila Roy এবং এটি অত্যন্ত নিখুঁতভাবে সম্পাদনা করেছেন স্বনামধন্য WBCS Executive Dr. Sujoy Kumar Sik

FeatureDetails
Book NameSSC GD Constables Practice Book
AuthorLila Roy
Chief EditorDr. Sujoy Kumar Sikder (WBCS Executive)
PublisherBright Academy
Total Content35 High-Quality Practice Sets
Previous YearsSolved Papers with Detailed Explanations
Exam TargetedSSC GD (BSF, CISF, CRPF, SSB, ITBP, AR, SSF)
Syllabus CoveredMath, Reasoning, GK & Awareness, English/Hindi
LanguageBengali, English / Hindi
SpecificationsDescriptions
No Specifications

Latest Reviews

No Review 5 5 stars - 04 stars - 03 stars - 02 stars - 01 star - 0Login

You May Also Like

-10% -10% Product

Chhaya Competitive Mathematics...

₹610.00 ₹675.00

Add to Cart -32% -32% Product

Tarun Goyal General Knowledge...

₹332.00 ₹490.00

Add to Cart -18% -18% Product

EASY MATH (CHANCHAL GHOSH)

₹197.00 ₹240.00

Add to Cart -27% -27% Product

Easy Math Vol. - 2 (Chanchal G...

₹196.00 ₹270.00

Add to Cart -22% -22% Product

Objective General Knowledge Fo...

₹400.00 ₹515.00

Add to Cart -9% -9% Product

General Knowledge Encyclopedia...

₹499.00 ₹550.00

Add to Cart -33% -33% Product

Competitive GI & Reasoning Cra...

₹467.00 ₹700.00

Add to Cart -35% -35% Product

General Knowledge Book In Beng...

₹520.00 ₹799.00

Add to Cart

Get 50% Discount.

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Exercitationem, facere nesciunt doloremque nobis debitis sint?

Subscribe

Get In Touch

Warehouses: 35/2 Beniatola Lane, Kolkata 700009 (কলেজস্ট্রীট)

Phone: +91 87774 04679 (Monday-Saturday: 11am to 5pm)

Email: [email protected]

Usefull Links

LMP BOOK HOUSE © All rights reserved.

var mainbs = {"is_announcement":0,"announcement_delay":"1.00","overlay":null}; var decimal_separator = '.'; var thousand_separator = ','; let language = { Days: 'Days', Hrs: 'Hrs', Min: 'Min', Sec: 'Sec', } // Suppress external script errors window.addEventListener('error', function (e) { if (e.filename && (e.filename.includes('share-modal.js') || e.filename.includes('jquery.scrollbar.min.js'))) { console.warn('External script error suppressed:', e.message); e.preventDefault(); return true; } }); let mainurl = 'https://bookbharat.com'; let view_extra_index = 0; // Notifications function SuccessNotification(title) { $.notify({ title: ` ${title}`, message: '', icon: 'fas fa-check-circle' }, { element: 'body', position: null, type: "success", allow_dismiss: true, newest_on_top: false, showProgressbar: false, placement: { from: "top", align: "right" }, offset: 20, spacing: 10, z_index: 1031, delay: 5000, timer: 1000, url_target: '_blank', mouse_over: null, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' }, onShow: null, onShown: null, onClose: null, onClosed: null, icon_type: 'class' }); } function DangerNotification(title) { $.notify({ // options title: ` ${title}`, message: '', icon: 'fas fa-exclamation-triangle' }, { // settings element: 'body', position: null, type: "danger", allow_dismiss: true, newest_on_top: false, showProgressbar: false, placement: { from: "top", align: "right" }, offset: 20, spacing: 10, z_index: 1031, delay: 5000, timer: 1000, url_target: '_blank', mouse_over: null, animate: { enter: 'animated fadeInDown', exit: 'animated fadeOutUp' }, onShow: null, onShown: null, onClose: null, onClosed: null, icon_type: 'class' }); } // Notifications Ends document.addEventListener("DOMContentLoaded", function () { const navLinks = document.querySelectorAll(".mobile-bottom-navbar .nav-link"); const resetLink = (el) => { el.classList.add("neumorphic-mobile_nav"); el.classList.remove("neumorphic-mobile_nav_active", "mobile-bottom-navbar_active_bg"); el.removeAttribute('aria-current'); }; const setActive = (el) => { el.classList.remove("neumorphic-mobile_nav"); el.classList.add("neumorphic-mobile_nav_active", "mobile-bottom-navbar_active_bg"); el.setAttribute('aria-current', 'page'); }; const currentPath = window.location.pathname.replace(/\/$/, ''); let activeSetFromServerOrUrl = false; navLinks.forEach(link => { // Immediate feedback on tap link.addEventListener("click", function () { navLinks.forEach(resetLink); setActive(this); }); // Initial state derived from server-provided `active` class or URL match const linkPath = (() => { try { return new URL(link.href, window.location.origin).pathname.replace(/\/$/, ''); } catch { return ''; } })(); if (link.classList.contains('active') || linkPath === currentPath) { activeSetFromServerOrUrl = true; setActive(link); } else { resetLink(link); } }); // Fallback to first if nothing matched if (!activeSetFromServerOrUrl && navLinks.length > 0) { setActive(navLinks[0]); } }); document.addEventListener('DOMContentLoaded', function () { // Disable right-click context menu document.addEventListener('contextmenu', function (e) { e.preventDefault(); }); // Disable dragging of images document.querySelectorAll('img').forEach(function (img) { img.addEventListener('dragstart', function (e) { e.preventDefault(); }); }); // Disable common keyboard shortcuts (Ctrl+C, Ctrl+A, Ctrl+U, Ctrl+S, F12) document.addEventListener('keydown', function (e) { if ( e.key === 'F12' || (e.ctrlKey && e.shiftKey && (e.key === 'I' || e.key === 'C' || e.key === 'J')) || (e.ctrlKey && (e.key === 'U' || e.key === 'u' || e.key === 'S' || e.key === 's' || e.key === 'A' || e.key === 'a' || e.key === 'C' || e.key === 'c' || e.key === 'P' || e.key === 'p')) ) { e.preventDefault(); return false; } }); }); /* Disable text selection sitewide */ body { -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ } /* Allow selection on inputs and textareas so users can still type */ input, textarea, [contenteditable="true"] { -webkit-user-select: auto; -ms-user-select: auto; user-select: auto; }

Ratings & Reviews

0

0 Reviews

Check out what other customers are saying about this product.

Write your review
Max size 5MB. Formats: JPG, PNG, WEBP.

No reviews yet. Be the first to review this product!