Previous Papers

Patna HC Technical Assistant Previous Year Papers 2026 — Networking, Hardware, Skill Test & e-Courts Interview Strategy

Englishहिंदी

The Patna High Court Technical Assistant exam is unlike any standard MCQ-only competitive exam. Final merit is calculated out of 330 marks across three stages — Written Test (200), Skill/Proficiency Test (100), and Interview (30). The Skill Test is the differentiator: it tests hands-on PC assembly, OS installation, and LAN setup — skills that book-only preparation cannot replace. This guide covers practice questions for the written test, skill test preparation, interview tips, and an 8-week plan.

Three-stage scoring: Written 200 marks (40% minimum = 80/200) → Skill Test 100 marks (40% minimum = 40/100) → Interview 30 marks (30% minimum = 9/30). All three stages count in the final 330-mark merit — you cannot rely on one stage to compensate for another.

Selection Process — Stage-by-Stage Breakdown

StageMarksMinimum QualifyingNatureKey Focus
Screening Test (MCQ)Qualifying onlyOnly if very high applicationsComputer basics; marks do NOT count in merit
Written Test (MCQ/Objective)20040% (80/200)Merit-countingNetworking, Hardware, IT Concepts, Fundamentals
Skill / Work Proficiency Test10040% (40/100)Merit-countingPC assembly, OS install, LAN config, troubleshooting
Interview3030% (9/30)Merit-countingIT depth, e-Courts knowledge, court-context scenarios
Final Merit330Sum of Written + Skill + Interview

Written Test — Subject-wise Distribution (200 Marks)

Subject AreaApprox. MarksKey Topics
Computer Fundamentals40–50Generations, CPU/RAM/ROM, number systems, OS types, storage devices
Computer Networking40–50OSI & TCP/IP models, IP addressing, DNS, DHCP, routers, switches, Wi-Fi
Computer Hardware30–40Motherboard, RAM types (DDR3/4/5), BIOS/UEFI, booting, printers, UPS
IT Concepts & Applications40–50SQL/RDBMS, Cyber Security, MS Office, e-governance, court management systems
Total200BCA/Diploma-level depth; 40% qualifying (80 marks)

Networking & Hardware Practice Questions

The written test is IT-domain specific at diploma/BCA level. These concepts appear repeatedly — master them cold.

Q1. What does the OSI model stand for, and how many layers does it have?

Answer: Open Systems Interconnection — 7 layers.
Layers (top to bottom): Application → Presentation → Session → Transport → Network → Data Link → Physical.
Mnemonic (bottom-up): "Please Do Not Throw Sausage Pizza Away". Key layer functions: Transport (TCP/UDP, end-to-end reliability), Network (IP addressing, routing), Data Link (MAC addresses, error detection).

Q2. What is the key difference between TCP and UDP?

Answer:
TCP (Transmission Control Protocol) = connection-oriented, reliable, ordered delivery; uses 3-way handshake (SYN → SYN-ACK → ACK); used for HTTP/HTTPS, email, file transfer.
UDP (User Datagram Protocol) = connectionless, no delivery guarantee, faster; used for DNS, video streaming, VoIP, online gaming.
Both operate at Transport Layer (Layer 4) of OSI.

Q3. What is NJDG and what is its purpose in the Indian judiciary?

Answer: National Judicial Data Grid — an online platform developed under the eCourts Project, operated by National Informatics Centre (NIC). It provides real-time data on case pendency, filings, and disposals for district courts and High Courts across India. It is accessible at njdg.gov.in and is monitored by the Supreme Court e-Committee. Patna HC Technical Assistants maintain and support court IT infrastructure that feeds into NJDG.

Q4. What is the default subnet mask for a Class C IP address?

Answer: 255.255.255.0 (also written as /24 in CIDR notation)
IP Address Classes:
• Class A: 1.0.0.0 – 126.x.x.x → Default subnet 255.0.0.0 (/8)
• Class B: 128.0.0.0 – 191.255.x.x → Default subnet 255.255.0.0 (/16)
• Class C: 192.0.0.0 – 223.255.255.x → Default subnet 255.255.255.0 (/24)
Class C supports up to 254 usable hosts per network — common for small office/court networks.

Q5. Which protocol provides secure web browsing, and which port does it use?

Answer: HTTPS (Hypertext Transfer Protocol Secure) — Port 443
HTTPS uses SSL/TLS encryption to protect data in transit. Key protocols and ports:
HTTP = port 80; HTTPS = port 443; FTP = port 21; SMTP = port 25; DNS = port 53; SSH = port 22; RDP = port 3389.

Q6. What is the function of DNS in a network?

Answer: Domain Name System — translates human-readable domain names to IP addresses.
Example: When you type "patnahighcourt.gov.in," DNS resolves it to the server's IP address. Without DNS, users would need to memorise numeric IP addresses. DNS operates at Application Layer (Layer 7); uses UDP port 53 for queries, TCP port 53 for zone transfers.

Q7. What is the difference between RAM and ROM?

Answer:
RAM (Random Access Memory) = Volatile (loses data when power off); stores data/programs currently in use; types: DDR3, DDR4, DDR5 (higher = faster).
ROM (Read-Only Memory) = Non-volatile (retains data); stores firmware (BIOS/UEFI); cannot be easily modified. Modern systems use EEPROM/Flash for firmware updates.

Q8. What is BIOS/UEFI and what is POST?

Answer:
BIOS (Basic Input/Output System) / UEFI (Unified Extensible Firmware Interface) = firmware stored on a chip on the motherboard. It initialises hardware and loads the OS.
POST (Power-On Self-Test) = diagnostic test run by BIOS at startup to check CPU, RAM, keyboard, storage, and other hardware. A beep code or on-screen error indicates POST failure. UEFI is the modern successor to BIOS with a GUI interface and support for drives >2TB.

Q9. What are the four basic SQL commands (CRUD operations)?

Answer: SELECT, INSERT, UPDATE, DELETE
SELECT * FROM table WHERE condition; — retrieve records
INSERT INTO table (col1, col2) VALUES (v1, v2); — add record
UPDATE table SET col1=v1 WHERE condition; — modify record
DELETE FROM table WHERE condition; — remove record
Also know: CREATE TABLE, ALTER TABLE, DROP TABLE. Patna HC uses court management software (CIS — Case Information System) which runs on an SQL-based database backend.

OSI Model — Quick Reference

Layer #Layer NameProtocol / Device ExamplesFunction
7ApplicationHTTP, HTTPS, FTP, SMTP, DNS, DHCPEnd-user services; data formatting for apps
6PresentationSSL/TLS, JPEG, MP4, ASCIIData encryption, compression, translation
5SessionNetBIOS, RPC, PPTPManages sessions (start/maintain/end connections)
4TransportTCP, UDPEnd-to-end delivery; flow control; error recovery
3NetworkIP, ICMP, OSPF, RIP — RouterLogical addressing (IP); routing between networks
2Data LinkEthernet, MAC, ARP — Switch, BridgePhysical addressing (MAC); error detection (CRC)
1PhysicalCables (Cat5/6/fiber), Hub, NICTransmits raw bits over physical medium

Skill Test Preparation — What to Practice

Skill AreaWhat Is TestedHow to Prepare
PC Hardware AssemblyBuild a PC from components; identify and seat CPU, RAM, GPU, storage, PSU correctlyPractice on an actual desktop PC; watch YouTube teardown/build videos; know connector types
OS InstallationInstall Windows 10/11 and/or Ubuntu Linux from bootable media; partition setupCreate bootable USB with Rufus; install Windows and Ubuntu at least 3 times each
LAN ConfigurationSet static/dynamic IP, configure a router, connect multiple devices on a local networkSet up a small LAN at home; practice ipconfig/ifconfig, ping, traceroute commands
TroubleshootingDiagnose common issues: no display, slow boot, network not connecting, printer offlineLearn symptom → cause → fix logic; practice safe mode, device manager, event viewer
Software InstallationInstall court management software, antivirus, printer drivers; configure MS OfficePractice fresh OS installs with driver installation sequence; know Windows Update process
Skill Test cannot be crammed: 40% qualifying (40/100) requires actual hands-on competence. A candidate who has assembled even one PC and configured a LAN has a massive advantage over a textbook-only candidate. If you have no hands-on experience, find a computer hardware shop or lab and practice for at least 2–3 weeks.

Interview Preparation — e-Courts & Patna HC Context

TopicKey Facts to Know
eCourts ProjectPhase III ongoing; computerises all district courts; provides video conferencing for virtual hearings; CIS (Case Information System) is the core software
NJDGNational Judicial Data Grid at njdg.gov.in; real-time case pendency data; accessible to public; 25+ crore cases tracked nationally
Patna High CourtEstablished 1916; jurisdiction over Bihar; Bench at Patna; Chief Justice appointed by President of India in consultation with CJI
Video ConferencingUsed for prisoner hearings from jails; saves transport; Technical Assistants set up and maintain VC infrastructure
e-FilingLawyers file cases online via eFiling portal; Technical Assistants support the system and assist filers; reduces physical queue at HC
CCTV & SecurityHC premises have CCTV surveillance; Technical Assistants install, monitor and maintain cameras, DVRs/NVRs
Common IT EmergenciesNetwork down → check router/switch first; PC not booting → check power supply, RAM seating; Printer offline → check spooler service, driver

Cyber Security — High-Yield Topics for Written Test

Threat / ConceptDefinitionPrevention
PhishingFake emails/sites mimicking legitimate ones to steal credentialsCheck sender domain; never click suspicious links; 2FA
RansomwareMalware that encrypts files and demands paymentRegular offline backups; keep OS/antivirus updated; no pirated software
Man-in-the-Middle (MITM)Attacker intercepts communication between two partiesUse HTTPS; avoid public Wi-Fi for sensitive work; VPN
SQL InjectionAttacker injects malicious SQL code into input fields to manipulate DBParameterised queries; input validation; least privilege DB accounts
FirewallHardware/software that monitors and controls network traffic based on rulesConfigure ingress/egress rules; deny by default policy
EncryptionConverting plaintext to ciphertext using algorithms (AES, RSA)AES-256 for data at rest; TLS 1.3 for data in transit

8-Week Preparation Plan

WeekFocusDaily GoalOutcome
Week 1Computer Fundamentals + Number SystemsBinary/Octal/Hex conversions; RAM/ROM/CPU; OS types; 20 Qs/dayStrong foundation for 40–50 marks section
Week 2Computer Networking — OSI + TCP/IP + AddressingAll 7 OSI layers; IP classes + subnetting; DNS/DHCP; 20 Qs/dayNetworking is highest-weight topic — aim 40/50
Week 3Computer Hardware — Assembly + TroubleshootingMotherboard anatomy; RAM types; BIOS/UEFI; booting sequenceKnow every component by sight and function
Week 4IT Concepts — SQL + Cyber Security + MS OfficeCRUD SQL; threat types + prevention; MS Office advanced featuresComplete IT Concepts coverage; 20 Qs/day
Week 5Skill Test Practice — HardwareDisassemble and reassemble a PC 5+ times; identify all componentsComfortable with PC assembly in 15–20 minutes
Week 6Skill Test Practice — OS + LANInstall Windows 10/11 + Ubuntu; configure LAN (static IP, ping test)OS install in <30 min; LAN setup in <20 min
Week 7Interview Prep + e-Courts KnowledgeStudy eCourts Phase III, NJDG, CIS, Patna HC history; mock Q&AConfident answers on court IT context
Week 8Full Mock Written Tests + Skill Drills2 full 200-mark mock papers; timed PC troubleshooting drillsTarget 130+/200 written; smooth skill test execution

Computer & Office Automation Practice Questions

The Skill Test for Patna HC Technical Assistant evaluates practical computer skills. The Written Test covers Computer Fundamentals, MS Office, and court-related operations. These are the most tested topics.

Q6. What is the difference between RAM and ROM, and which is relevant for computer performance?

Answer:
RAM (Random Access Memory): Volatile memory — data is lost when power is off. Used for currently running programs. More RAM = faster multitasking. Types: DDR4, DDR5.
ROM (Read-Only Memory): Non-volatile — data persists without power. Stores BIOS/firmware. Cannot be easily modified.
Performance relevance: RAM directly affects speed. A computer with 4GB RAM runs 2–3 applications well; 8GB handles professional workloads; 16GB+ for heavy tasks. For court applications, 8GB RAM is a typical requirement for smooth document management.

Q7. What keyboard shortcuts are most important for court document work in MS Word?

Answer — Essential MS Word shortcuts for court/legal work:
• Ctrl+S: Save (do this every 2 minutes — critical for legal documents)
• Ctrl+Z / Ctrl+Y: Undo / Redo
• Ctrl+F: Find text in document
• Ctrl+H: Find and Replace (very useful for correcting party names)
• Ctrl+A: Select all text
• Ctrl+B / Ctrl+I / Ctrl+U: Bold / Italic / Underline
• Ctrl+P: Print
• Ctrl+Enter: Page break (separates sections cleanly)
• Alt+F4: Close application
• F7: Spell check
Court documents require precise formatting. Mastering these shortcuts demonstrates technical competence in the skill test.

Q8. What is the role of a Technical Assistant in Patna High Court — day-to-day functions?

Answer: The Technical Assistant in Patna HC primarily handles:
Maintaining court records: Filing, updating, and retrieving case files in digital and physical formats.
Data entry: Entering case details, order sheets, and judgment summaries into the Court Management System (CMS).
Document scanning and digitisation: Converting legacy paper records to digital PDFs.
Technical support: Assisting judges and staff with computer systems, printers, and networked devices.
Roster maintenance: Updating cause lists, hearing schedules, and bench rosters.
The role requires both technical computer skills and familiarity with judicial/administrative terminology.

Skill Test Focus: Practice typing continuously for 10-minute sessions to build endurance. Court documents often run 5–10 pages. Target 40+ WPM English / 30+ WPM Hindi before your skill test date.

Additional FAQs

Q: What is the Patna HC Technical Assistant salary after all allowances?

The gross salary is determined by Pay Level in the 7th Pay Commission matrix plus HRA, DA, and other allowances applicable to Bihar state employees. Refer to the official Patna HC notification for exact pay scale — figures vary based on posting location and current DA revision.

Q: Is there an interview for Patna HC Technical Assistant?

Yes — the selection process includes Written Test (200 marks) + Computer Skill Test (100 marks) + Interview (30 marks) = 330 marks total. The interview component means your overall communication and professional demeanor matter alongside technical skills.

पटना उच्च न्यायालय तकनीकी सहायक परीक्षा एक साधारण MCQ परीक्षा नहीं है। अंतिम मेरिट 330 अंकों के आधार पर बनती है — लिखित परीक्षा (200) + कौशल परीक्षण (100) + साक्षात्कार (30)। कौशल परीक्षण निर्णायक है: इसमें PC असेंबली, OS इंस्टॉलेशन और LAN सेटअप का व्यावहारिक ज्ञान परखा जाता है — जिसे केवल किताबों से सीखना संभव नहीं।

तीन चरण — तीनों में न्यूनतम अंक अनिवार्य: लिखित 200 अंक (न्यूनतम 40% = 80/200) → कौशल परीक्षण 100 अंक (न्यूनतम 40% = 40/100) → साक्षात्कार 30 अंक (न्यूनतम 30% = 9/30)। तीनों चरण मेरिट में जुड़ते हैं — एक में कम अंक दूसरे से पूरे नहीं हो सकते।

चयन प्रक्रिया — चरण-दर-चरण विवरण

चरणअंकन्यूनतम अर्हताप्रकृतिमुख्य फोकस
स्क्रीनिंग टेस्ट (MCQ)केवल अर्हकारीकेवल यदि बहुत अधिक आवेदनकंप्यूटर बेसिक्स; अंक मेरिट में नहीं
लिखित परीक्षा (MCQ/Objective)20040% (80/200)मेरिट-गणनाNetworking, Hardware, IT Concepts, Fundamentals
कौशल/कार्य दक्षता परीक्षण10040% (40/100)मेरिट-गणनाPC असेंबली, OS इंस्टॉल, LAN कॉन्फिग, troubleshooting
साक्षात्कार3030% (9/30)मेरिट-गणनाIT गहराई, e-Courts ज्ञान, न्यायालय परिदृश्य
अंतिम मेरिट330लिखित + कौशल + साक्षात्कार का योग

नेटवर्किंग और हार्डवेयर — प्रैक्टिस प्रश्न

Q1. OSI मॉडल का पूरा नाम क्या है और इसमें कितनी परतें हैं?

उत्तर: Open Systems Interconnection — 7 परतें।
परतें (ऊपर से नीचे): Application → Presentation → Session → Transport → Network → Data Link → Physical.
स्मरण सूत्र (नीचे से ऊपर): "Please Do Not Throw Sausage Pizza Away"। मुख्य: Transport (TCP/UDP), Network (IP रूटिंग), Data Link (MAC पते)।

Q2. TCP और UDP में मुख्य अंतर क्या है?

उत्तर:
TCP = connection-oriented, विश्वसनीय, क्रमबद्ध डिलीवरी; 3-way handshake (SYN→SYN-ACK→ACK); HTTP/HTTPS, ईमेल, file transfer में उपयोग।
UDP = connectionless, तेज़, डिलीवरी की गारंटी नहीं; DNS, video streaming, VoIP में उपयोग।
दोनों OSI की Transport Layer (Layer 4) पर काम करते हैं।

Q3. NJDG क्या है और भारतीय न्यायपालिका में इसका क्या उद्देश्य है?

उत्तर: National Judicial Data Grid — eCourts परियोजना के तहत NIC (National Informatics Centre) द्वारा विकसित ऑनलाइन मंच। njdg.gov.in पर देशभर के जिला न्यायालयों और उच्च न्यायालयों की लंबित मामलों, दाखिले और निपटान की रीयल-टाइम जानकारी। सर्वोच्च न्यायालय की e-Committee इसकी निगरानी करती है।

Q4. Class C IP पते का डिफ़ॉल्ट subnet mask क्या है?

उत्तर: 255.255.255.0 (CIDR में /24)
• Class A: 1.0.0.0–126.x.x.x → subnet 255.0.0.0 (/8)
• Class B: 128.0.0.0–191.255.x.x → subnet 255.255.0.0 (/16)
• Class C: 192.0.0.0–223.255.255.x → subnet 255.255.255.0 (/24)
Class C में प्रति नेटवर्क अधिकतम 254 usable hosts — छोटे office/court नेटवर्क के लिए सामान्य।

Q5. सुरक्षित वेब ब्राउज़िंग के लिए कौन सा protocol और port उपयोग होता है?

उत्तर: HTTPS — Port 443
HTTPS SSL/TLS एन्क्रिप्शन से डेटा सुरक्षित करता है। मुख्य ports:
HTTP=80; HTTPS=443; FTP=21; SMTP=25; DNS=53; SSH=22; RDP=3389।

Q6. DNS का नेटवर्क में क्या कार्य है?

उत्तर: Domain Name System — मानव-पठनीय domain names को IP पतों में बदलता है।
उदाहरण: "patnahighcourt.gov.in" टाइप करने पर DNS इसे server के IP पते में बदलता है। बिना DNS के IP पते याद रखने होते। Application Layer (Layer 7) पर काम करता है; UDP port 53 (queries), TCP port 53 (zone transfers)।

Q7. RAM और ROM में क्या अंतर है?

उत्तर:
RAM = Volatile (बिजली जाने पर डेटा नष्ट); वर्तमान में चल रहे programs/data संग्रहीत; प्रकार: DDR3, DDR4, DDR5।
ROM = Non-volatile (स्थायी); firmware (BIOS/UEFI) संग्रहीत; आसानी से संशोधित नहीं होता। आधुनिक systems EEPROM/Flash उपयोग करते हैं।

Q8. BIOS/UEFI और POST क्या है?

उत्तर:
BIOS/UEFI = motherboard chip पर stored firmware। hardware initialize करता है और OS load करता है। UEFI आधुनिक version है जिसमें GUI और 2TB से बड़े drives का support है।
POST (Power-On Self-Test) = startup पर BIOS द्वारा hardware जांच। Beep code या screen error POST failure दर्शाता है।

Q9. SQL के चार मूल CRUD ऑपरेशन कमांड क्या हैं?

उत्तर: SELECT, INSERT, UPDATE, DELETE
SELECT * FROM table WHERE condition; — रिकॉर्ड प्राप्त करें
INSERT INTO table (col1) VALUES (v1); — रिकॉर्ड जोड़ें
UPDATE table SET col1=v1 WHERE condition; — रिकॉर्ड संशोधित करें
DELETE FROM table WHERE condition; — रिकॉर्ड हटाएं
पटना HC में CIS (Case Information System) SQL-आधारित डेटाबेस पर चलती है।

OSI मॉडल — त्वरित संदर्भ

परत #परत का नामProtocol / Device उदाहरणकार्य
7ApplicationHTTP, HTTPS, FTP, SMTP, DNSअंत-उपयोगकर्ता सेवाएं; app के लिए डेटा स्वरूपण
6PresentationSSL/TLS, JPEG, MP4एन्क्रिप्शन, संपीड़न, अनुवाद
5SessionNetBIOS, RPCसत्र प्रबंधन (शुरू/बनाए रखना/समाप्त)
4TransportTCP, UDPEnd-to-end delivery; flow control; त्रुटि पुनर्प्राप्ति
3NetworkIP, ICMP — RouterLogical addressing (IP); routing
2Data LinkEthernet, MAC — SwitchPhysical addressing (MAC); त्रुटि पहचान (CRC)
1PhysicalCables (Cat5/6/fiber), Hub, NICPhysical medium पर raw bits प्रसारण

कौशल परीक्षण तैयारी — क्या अभ्यास करें

कौशल क्षेत्रक्या परखा जाता हैतैयारी कैसे करें
PC हार्डवेयर असेंबलीCPU, RAM, GPU, storage, PSU सीट करना; connector पहचाननावास्तविक desktop PC पर अभ्यास करें; YouTube teardown videos देखें
OS इंस्टॉलेशनWindows 10/11 और Ubuntu Linux का bootable media से इंस्टॉलRufus से bootable USB बनाएं; Windows और Ubuntu कम से कम 3 बार install करें
LAN कॉन्फ़िगरेशनstatic/dynamic IP सेट करना; router configure करना; devices जोड़नाघर पर छोटा LAN बनाएं; ipconfig/ifconfig, ping, traceroute का अभ्यास
Troubleshootingdisplay नहीं, slow boot, network नहीं, printer offline — diagnose करेंSafe mode, Device Manager, Event Viewer सीखें; symptom→कारण→समाधान तर्क
Software इंस्टॉलेशनcourt management software, antivirus, driver install करनाFresh OS install पर driver sequence का अभ्यास; Windows Update process
कौशल परीक्षण रट कर नहीं दिया जा सकता: 40% qualifying (40/100) के लिए वास्तविक व्यावहारिक दक्षता ज़रूरी है। यदि कोई hands-on अनुभव नहीं है तो किसी hardware shop या lab में कम से कम 2-3 सप्ताह अभ्यास करें।

साक्षात्कार तैयारी — e-Courts और पटना HC संदर्भ

विषयमुख्य तथ्य
eCourts परियोजनाPhase III जारी; सभी जिला न्यायालयों का कम्प्यूटरीकरण; CIS (Case Information System) मुख्य software
NJDGnjdg.gov.in; रीयल-टाइम लंबित मामलों का डेटा; 25+ करोड़ मामले ट्रैक
पटना उच्च न्यायालय1916 में स्थापित; बिहार पर क्षेत्राधिकार; मुख्य न्यायाधीश: राष्ट्रपति द्वारा नियुक्त
वीडियो कॉन्फ्रेंसिंगजेल से कैदियों की सुनवाई; Technical Assistants VC infrastructure सेटअप और रखरखाव करते हैं
e-Filingवकील online मामले दायर करते हैं; Technical Assistants system support और filers की सहायता करते हैं

8 सप्ताह तैयारी योजना

सप्ताहफोकसदैनिक लक्ष्यपरिणाम
सप्ताह 1Computer Fundamentals + Number SystemsBinary/Octal/Hex conversions; RAM/ROM/CPU; OS types; 20 Q/day40–50 अंक खंड में मजबूत आधार
सप्ताह 2Computer Networking — OSI + TCP/IP + Addressing7 OSI layers; IP classes + subnetting; DNS/DHCP; 20 Q/dayNetworking सर्वाधिक भार का विषय — 40/50 का लक्ष्य
सप्ताह 3Computer Hardware — Assembly + TroubleshootingMotherboard anatomy; RAM types; BIOS/UEFI; booting sequenceहर component को दृश्य और कार्य से पहचानें
सप्ताह 4IT Concepts — SQL + Cyber Security + MS OfficeCRUD SQL; threat types + prevention; MS Office advancedIT Concepts पूर्ण coverage; 20 Q/day
सप्ताह 5कौशल परीक्षण — Hardware अभ्यासPC 5+ बार disassemble/reassemble; सभी components identify करें15-20 मिनट में PC assembly में सहज
सप्ताह 6कौशल परीक्षण — OS + LANWindows 10/11 + Ubuntu install; LAN configure (static IP, ping test)OS install <30 min; LAN setup <20 min
सप्ताह 7साक्षात्कार + e-Courts ज्ञानeCourts Phase III, NJDG, CIS, पटना HC इतिहास; mock Q&ACourt IT context पर आत्मविश्वास से उत्तर
सप्ताह 8पूर्ण मॉक + Skill Drills2 पूर्ण 200-अंक मॉक paper; timed PC troubleshooting drillsलिखित में 130+/200 लक्ष्य; skill test execution सहज

कंप्यूटर और ऑफिस ऑटोमेशन — अभ्यास प्रश्न

पटना हाईकोर्ट तकनीकी सहायक परीक्षा में कंप्यूटर के व्यावहारिक ज्ञान की परीक्षा होती है। लिखित परीक्षा में Computer Fundamentals, MS Office और न्यायालय संबंधी कार्यों के प्रश्न आते हैं।

प्र6. RAM और ROM में क्या अंतर है? कंप्यूटर प्रदर्शन पर कौन सा अधिक प्रभाव डालता है?

उत्तर:
RAM (Random Access Memory): अस्थायी मेमोरी — बिजली बंद होने पर डेटा मिट जाता है। चल रहे प्रोग्रामों के लिए उपयोग। अधिक RAM = तेज मल्टीटास्किंग।
ROM (Read-Only Memory): स्थायी मेमोरी — बिजली बंद होने पर भी डेटा सुरक्षित। BIOS/फर्मवेयर स्टोर करती है।
प्रदर्शन पर प्रभाव: RAM सीधे गति को प्रभावित करती है। कोर्ट एप्लिकेशन के लिए आमतौर पर 8GB RAM की आवश्यकता होती है।

प्र7. न्यायालय दस्तावेज कार्य के लिए MS Word में सबसे महत्वपूर्ण शॉर्टकट कुंजियाँ कौन सी हैं?

उत्तर — न्यायालय/कानूनी कार्य के लिए जरूरी MS Word शॉर्टकट:
• Ctrl+S: सेव — हर 2 मिनट में करें (कानूनी दस्तावेजों के लिए अनिवार्य)
• Ctrl+Z / Ctrl+Y: पूर्ववत/फिर करें
• Ctrl+F: टेक्स्ट खोजें
• Ctrl+H: Find and Replace (पार्टी के नाम सुधारने के लिए बेहद उपयोगी)
• Ctrl+A: सभी टेक्स्ट चुनें
• Ctrl+B / Ctrl+I / Ctrl+U: बोल्ड / इटैलिक / अंडरलाइन
• Ctrl+P: प्रिंट
• Ctrl+Enter: पेज ब्रेक
• F7: स्पेल चेक
कोर्ट दस्तावेजों में सटीक फॉर्मेटिंग जरूरी है — इन शॉर्टकट्स में महारत हासिल करें।

कंप्यूटर नेटवर्किंग — बुनियादी अवधारणाएं

तकनीकी सहायक से नेटवर्किंग की बुनियादी समझ अपेक्षित है:

अवधारणाविवरणउदाहरण
LAN (Local Area Network)एक सीमित क्षेत्र में कंप्यूटरों का नेटवर्ककार्यालय नेटवर्क
WAN (Wide Area Network)बड़े भौगोलिक क्षेत्र में नेटवर्कइंटरनेट
IP Addressनेटवर्क पर हर डिवाइस का अनूठा पता192.168.1.1
DNS (Domain Name System)वेबसाइट नाम को IP में बदलता हैgoogle.com → IP
VPN (Virtual Private Network)सुरक्षित एन्क्रिप्टेड कनेक्शनसरकारी नेटवर्क
Firewallअनधिकृत एक्सेस रोकने वालासुरक्षा परत

MS Excel — कोर्ट रिकॉर्ड के लिए महत्वपूर्ण फंक्शन

फंक्शनउपयोगउदाहरण
SUMसंख्याओं का योग=SUM(A1:A10)
VLOOKUPडेटा खोजना=VLOOKUP(केस नंबर, डेटा रेंज, कॉलम, FALSE)
COUNT / COUNTAडेटा गिनना=COUNT(B1:B100)
IFशर्त-आधारित परिणाम=IF(A1>100,"हाँ","नहीं")
CONCATENATEटेक्स्ट जोड़ना=CONCATENATE(A1," ",B1)
DATE functionsतारीख गणना=TODAY(), =DATEDIF()
स्किल टेस्ट टिप: लगातार 10 मिनट तक टाइपिंग का अभ्यास करें। कोर्ट दस्तावेज 5–10 पेज के होते हैं। स्किल टेस्ट से पहले अंग्रेजी में 40+ WPM और हिंदी में 30+ WPM की गति हासिल करें।

पटना हाईकोर्ट — चयन प्रक्रिया विस्तार

चरणअंकविवरण
लिखित परीक्षा200सामान्य ज्ञान, कंप्यूटर, हिंदी, अंग्रेजी
कंप्यूटर स्किल टेस्ट100टाइपिंग, MS Office, व्यावहारिक कार्य
साक्षात्कार30व्यक्तित्व, संचार, तकनीकी ज्ञान
कुल330मेरिट इस पर आधारित

अक्सर पूछे जाने वाले प्रश्न

प्र: पटना हाईकोर्ट तकनीकी सहायक का वेतन कितना होता है?

सकल वेतन 7वें वेतन आयोग के Pay Level के अनुसार तय होता है, जिसमें HRA, DA और अन्य भत्ते शामिल होते हैं। बिहार राज्य के सरकारी कर्मचारियों पर लागू भत्ते मिलते हैं। सटीक आंकड़ों के लिए आधिकारिक अधिसूचना देखें।

प्र: तकनीकी सहायक का काम क्या होता है?

पटना हाईकोर्ट में तकनीकी सहायक के मुख्य कार्य हैं: न्यायालय अभिलेखों का डिजिटाइजेशन और फाइलिंग, Case Management System (CMS) में डेटा एंट्री, ऑर्डर शीट और निर्णय सारांश दर्ज करना, न्यायाधीशों और अन्य स्टाफ को तकनीकी सहायता, और रोस्टर/कारण सूची अपडेट करना।

प्र: क्या कंप्यूटर स्किल टेस्ट में प्रैक्टिकल होता है?

हाँ। कंप्यूटर स्किल टेस्ट में व्यावहारिक परीक्षा होती है जिसमें टाइपिंग (हिंदी और अंग्रेजी) और MS Office (Word, Excel, PowerPoint) में काम करना शामिल है। परीक्षा से पहले नियमित अभ्यास जरूरी है।

तकनीकी सहायक — करियर विकास और भविष्य की संभावनाएं

पटना हाईकोर्ट में तकनीकी सहायक के रूप में नियुक्ति के बाद करियर विकास की अच्छी संभावनाएं हैं। न्यायालय प्रशासन एक स्थिर और सम्मानजनक क्षेत्र है।

पदोन्नति पथ

तकनीकी सहायक से वरिष्ठ तकनीकी सहायक, फिर सहायक प्रबंधक (IT) तक पदोन्नति नियमित प्रदर्शन मूल्यांकन के आधार पर होती है। न्यायालय IT विभाग में विशेषज्ञता हासिल करने पर वरिष्ठ पदों के लिए अवसर मिलते हैं।

कौशल विकास

पटना हाईकोर्ट में IT आधुनिकीकरण परियोजनाएं चल रही हैं — Case Management System (CMS), e-Filing, और Virtual Courts। इन प्रणालियों का ज्ञान आपको अधिक मूल्यवान कर्मचारी बनाएगा। NIELIT (National Institute of Electronics and Information Technology) के सर्टिफिकेट कोर्स भी उपयोगी हैं।

स्किल टेस्ट अंतिम टिप: परीक्षा से एक सप्ताह पहले MS Word में कम से कम 5 लंबे दस्तावेज टाइप करें — कानूनी भाषा के साथ। टाइपिंग की गति से अधिक सटीकता मायने रखती है — एक गलत तथ्य पूरे दस्तावेज को खराब कर सकता है।

परीक्षा से एक दिन पहले क्या करें?

परीक्षा से एक दिन पहले नई चीजें पढ़ने की कोशिश न करें। अपने नोट्स एक बार देखें, प्रवेश पत्र और आवश्यक दस्तावेज तैयार करें, परीक्षा केंद्र का रास्ता जानें, और 8 घंटे की नींद लें। शांत और आत्मविश्वास से भरे मन से परीक्षा दें।

Patna HC Technical Assistant Previous Year Papers 2026 — Networking, Hardware, Skill Test & e-Courts Interview Strategy - Previous Papers | RojgarDekho

Share this article

Quick Links / त्वरित लिंक