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: Behavioral Analytics
Behavioral Analytics uses ML to establish baselines of normal behavior and flag deviations indicating threats (insider threats, zero-days). Complements signature-based detection. Implemented in UEBA, NDR solutions. Critical for next-gen SOC and threat hunting questions.
Answer: Lead Time for Changes
Lead Time for Changes (DORA metric) measures time from code commit to successful production deployment. Key indicator of delivery speed and process efficiency. Other DORA metrics: Deployment Frequency, Change Failure Rate, MTTR. Critical for DevOps performance questions.
Answer: Deployment
Deployment manages replica sets of pods: defines replicas, update strategy, rollback, and scaling. Ensures desired state is maintained. Pod is smallest deployable unit; Service exposes pods; ConfigMap stores configuration. Critical for Kubernetes administration questions.
Answer: Section 10
Section 10 of DPDP Act mandates Significant Data Fiduciaries (based on data volume, sensitivity, risk) to appoint DPO, conduct audits, and implement grievance redressal. Enhances accountability for high-risk data processing. Critical for compliance and governance questions.
Answer: Parquet
Parquet is a columnar storage format optimized for analytics: efficient compression, predicate pushdown, and schema evolution. Reduces I/O by reading only required columns. Used in Spark, Hive, Presto. CSV/JSON are row-oriented; XML is verbose. Critical for big data engineering questions.
Answer: Identity Federation Attack
Identity federation attacks exploit trust between identity providers (IdP) and service providers (SP) in SSO setups. Attackers compromise IdP to gain access to multiple federated services. Mitigation: MFA, short-lived tokens, strict trust policies. Critical for cloud security architecture questions.
Answer: All of these
CI/CD pipeline automates: Continuous Integration (code merge + testing), Continuous Delivery (release-ready artifacts), Continuous Deployment (auto-production release). Tools: Jenkins, GitLab CI, GitHub Actions. Critical for agile software delivery and DevOps questions in technical exams.
Answer: Circuit Breaker
Circuit Breaker pattern prevents cascading failures by stopping requests to failing services temporarily, allowing recovery. Implemented in libraries like Resilience4j, Hystrix. Service mesh (Istio, Linkerd) provides infrastructure-level resilience. Critical for building fault-tolerant distributed systems.
Answer: Digital India Act
Digital India Act (proposed) aims to replace IT Act 2000 with updated framework addressing: platform accountability, emerging tech governance, user rights, and cybercrime. Complements DPDP Act 2023. Critical for understanding India's evolving digital regulatory landscape in policy-focused exams.
Answer: Stream Processing
Stream Processing (Apache Kafka, Flink, Spark Streaming) processes data in real-time as it arrives, enabling instant insights for fraud detection, IoT monitoring, and live dashboards. Batch processing handles historical data; ETL transforms data for storage; data warehousing supports analytical queries. Critical for modern data architecture questions.
Answer: Zero Trust Architecture
Zero Trust Architecture assumes no implicit trust based on network location. Every access request is authenticated, authorized, and encrypted regardless of origin. Implements micro-segmentation, least-privilege access, and continuous monitoring. Critical for modern enterprise security and frequently tested in banking/UPSC exams.
Answer: Quantum Inertial Navigation
Quantum accelerometers and gyroscopes use atom interferometry for drift-free navigation, critical for submarines, aircraft, and autonomous vehicles in GPS-denied environments. AI enhances sensor fusion and error correction. Research by DRDO, ISRO, and global labs. Critical for strategic technology questions.
Answer: All of these
Disaster response leverages: citizen reports via apps (NDMA, state SDMAs), social media monitoring for real-time intelligence, and GIS for visualizing crowd-sourced data. Enhances situational awareness and resource allocation. Critical for community resilience and participatory governance questions.
Answer: IndiaChain
IndiaChain (proposed by MeitY) envisions a permissioned blockchain network for government services: land records, supply chain, identity, and certificates. Aims to enhance transparency, reduce fraud, and enable interoperability. Pilot projects underway in states. Critical for digital governance innovation questions.
Answer: All of these
Bhashini (Digital India Bhashini) integrates: NMT for text translation, speech recognition/synthesis for voice interfaces, and OCR for document digitization across 22 scheduled languages. Enables inclusive access to e-governance, education, and commerce. Critical for linguistic diversity and digital empowerment questions.
Answer: All of these
India excels in frugal innovation: low-cost space missions (Mangalyaan), affordable medical devices (EKG, ventilators), and scalable renewable solutions (solar microgrids). Driven by resource constraints, large domestic market, and engineering talent. Critical for understanding India's innovation model questions.
Answer: All of these
Privacy-enhancing technologies: SMPC enables collaborative computation on encrypted data, homomorphic encryption allows processing ciphertext, and ZK-proofs verify statements without revealing data. Critical for confidential AI, federated learning, and privacy-preserving analytics in finance and healthcare.
Answer: All of these
Earthquake early warning systems use: dense seismometer networks for P-wave detection, GPS for crustal deformation, and satellite InSAR for post-event analysis. India's system (under NDMA) provides seconds to minutes of warning for automated actions (train braking, gas shutoff). Critical for seismic risk mitigation questions.
Answer: All of these
Startup India ecosystem integrates: Hub for resources and networking, DPIIT recognition for benefits, and NITI Aayog for policy guidance. Supports innovation, job creation, and global competitiveness. Critical for entrepreneurship and economic development questions.
Answer: Eye Tracking
Eye tracking systems use cameras and AI to detect gaze direction, enabling cursor control, selection, and typing via eye movements. Integrated into assistive devices and mainstream OS (Windows Eye Control, iOS AssistiveTouch). Critical for inclusive design and assistive technology questions.