Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageFilter by category, type, and difficulty. Reading is open for everyone.
Answer: None - Project 75(I) is for foreign subs
Project 75(I) aims to acquire 6 advanced conventional submarines with strategic weapons launch capability and indigenous content. Currently in procurement phase with global partners. Kalvari-class (Project 75) are Scorpene submarines built in India with French collaboration. Important for defense procurement questions.
Answer: SWAYAM
SWAYAM platform hosts NPTEL courses (IITs/IIMs) alongside content from other institutions. Offers certificates that can be transferred to academic records. Supports lifelong learning and upskilling. Part of India's strategy to democratize quality education through technology. Important for education policy questions.
Answer: Remote Patient Monitoring
RPM uses IoT wearables (smartwatches, patches) to continuously track vitals (heart rate, BP, glucose) and transmit data to healthcare providers. Enables proactive care, reduces hospital visits, and supports chronic disease management. Integrated with ABDM for interoperable health records. Important for digital health questions.
Answer: Freshworks
Freshworks (customer engagement software) achieved $10B+ valuation during its 2021 NASDAQ IPO. Founded in Chennai, it serves global enterprises with AI-powered SaaS solutions. Represents India's strength in B2B software and global competitiveness. Important for economy and entrepreneurship questions.
Answer: Smart Irrigation
Smart Irrigation systems use soil moisture sensors, weather data, and IoT connectivity to automate water delivery based on crop needs. Reduces water waste, improves yield, and enables remote farm management. Promoted under PMKSY (Pradhan Mantri Krishi Sinchayee Yojana). Critical for sustainable agriculture questions.
Answer: Akash
Akash is a medium-range surface-to-air missile system with 25-30 km range, capable of engaging multiple targets simultaneously. Developed by DRDO, inducted into Indian Air Force and Army. Part of Integrated Guided Missile Development Programme. Important for defense indigenization questions.
Answer: Virtual Labs
Virtual Labs (by MeitY) provide remote access to simulation-based experiments in physics, chemistry, biology, and engineering. Enables hands-on learning without physical lab infrastructure. Complements SWAYAM/NPTEL courses. Important for digital education infrastructure questions under NEP 2020.
Answer: Computer Vision
Computer Vision algorithms analyze retinal images to detect microaneurysms, hemorrhages, and exudates indicative of diabetic retinopathy. Enables scalable screening in primary care settings. Approved AI tools like Aravind Eye Hospital's system improve access to specialist-level diagnosis. Important for AI in healthcare questions.
Answer: All of these
Startup India offers tax benefits, funding support, and regulatory easing. NIDHI-PRAYAS (by DST) provides prototyping grants for deep tech. Atal Innovation Mission establishes Atal Tinkering Labs and incubators. Together they foster innovation ecosystem from ideation to scale-up. Important for entrepreneurship questions.
Answer: Precision Agriculture
Precision Agriculture uses GPS, IoT sensors, drones, satellite imagery, and AI analytics to optimize inputs (water, fertilizer, pesticides) based on field variability. Increases yield, reduces costs, and minimizes environmental impact. Promoted under Digital Agriculture Mission and PM-KISAN integration.
Answer: InMobi
InMobi (mobile advertising platform) became India's first unicorn in 2011 after raising $200M at $1B+ valuation. Flipkart achieved unicorn status later in 2012. As of 2026, India has 100+ unicorns across fintech, edtech, healthtech, and SaaS. Important for entrepreneurship and economy questions.
Answer: Section 66F
Section 66F prescribes life imprisonment for cyber terrorism: unauthorized access to computer resources with intent to threaten unity, integrity, security, or sovereignty of India. Reflects seriousness of cyber threats to national security. Important for legal awareness in defense and governance exams.
Answer: charset
<meta charset='UTF-8'> in HTML <head> specifies character encoding. UTF-8 supports virtually all languages and symbols. Proper encoding prevents display issues and security vulnerabilities like XSS. Fundamental for internationalization and web security awareness in exams.
Answer: Vehicle-to-Grid (V2G)
V2G allows EVs to discharge stored energy back to the grid during peak demand, acting as distributed storage. Supports grid stability, renewable integration, and provides revenue to EV owners. Requires smart chargers and regulatory framework. Emerging topic for energy and transportation questions.
Answer: All of these
Hash tables provide average-case O(1) for search, insert, and delete by computing index via hash function. Worst-case O(n) occurs with many collisions. Load factor < 0.75 and good hash functions maintain performance. Understanding complexity trade-offs is essential for algorithm design questions.
Answer: gzip
gzip compresses individual files using DEFLATE algorithm, producing .gz extension. tar bundles multiple files (often combined with gzip as .tar.gz). zip creates .zip archives compatible across platforms. Understanding compression tools is essential for backup, storage optimization, and file transfer in system administration.
Answer: Right to Correction
DPDP Act grants data principals rights including: access to summary of processed data, correction of inaccurate/incomplete data, erasure when purpose is fulfilled, and grievance redressal. These rights empower individuals and impose obligations on data fiduciaries. Critical for privacy compliance questions.
Answer: HTTPS
HTTPS (HTTP Secure) encrypts data using SSL/TLS to protect confidentiality and integrity during transmission. Essential for login pages, payments, and sensitive data. HTTP transmits in plaintext. Browsers mark non-HTTPS sites as 'Not Secure'. Fundamental for web security awareness in all government exams.
Answer: Monocrystalline
Monocrystalline panels use single-crystal silicon, offering 15-22% efficiency and longer lifespan but higher cost. Polycrystalline is cheaper with 13-16% efficiency. Thin-film is flexible and lightweight but less efficient (10-13%). Choice depends on space, budget, and application. Relevant for renewable energy questions.
Answer: Dijkstra
Dijkstra's algorithm finds shortest paths from a source node to all others in graphs with non-negative weights using a priority queue (O((V+E)log V)). Bellman-Ford handles negative weights; Floyd-Warshall finds all-pairs shortest paths; Kruskal is for minimum spanning tree. Classic graph algorithm for technical exams.