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: Grover's Algorithm
Grover's Algorithm searches an unsorted database of N items in O(√N) queries vs O(N) classically. Applications: optimization, cryptography, and machine learning. Less dramatic than Shor's exponential speedup but broadly applicable. Requires coherent quantum operations; noise limits practical advantage on NISQ devices.
Answer: PolyJet
PolyJet jets photopolymer materials and cures with UV light, enabling multi-material, multi-color printing in a single job with fine detail and smooth surfaces. Used for realistic prototypes, medical models, and consumer product design. More expensive than FDM/SLS but offers superior aesthetics and material combinations.
Answer: Uncertainty / Observer
Heisenberg's Uncertainty Principle states that certain pairs of properties (position/momentum) cannot be simultaneously measured with arbitrary precision. In quantum computing, measurement collapses superposition to a definite state, limiting information extraction. Critical for understanding quantum measurement and algorithm design.
Answer: False
Quantum supremacy (demonstrated by Google in 2019) means a quantum computer solved a specific, contrived problem faster than the best classical supercomputer. It does NOT mean quantum computers are universally superior. Most practical problems still favor classical computers. Quantum advantage (practical usefulness) remains a research goal.
Answer: Shor's
Shor's Algorithm (1994) factors integers in polynomial time on a quantum computer, threatening RSA encryption which relies on factoring difficulty. Requires fault-tolerant quantum computers not yet available. Grover's Algorithm provides quadratic speedup for unstructured search. Critical for cryptography and quantum advantage questions.
Answer: VR + AR + Blockchain + AI
Metaverse integrates: VR/AR for immersive interfaces, blockchain for digital ownership (NFTs) and economy, AI for intelligent agents and content generation, and cloud/edge for scalable infrastructure. No single technology suffices; convergence enables persistent, interoperable virtual worlds. Emerging topic for future tech questions.
Answer: Superposition
Superposition enables qubits to represent both 0 and 1 simultaneously, unlike classical bits. This parallelism allows quantum computers to process vast solution spaces exponentially faster for specific problems like factoring, optimization, and simulation. Entanglement correlates qubit states; interference amplifies correct answers; decoherence is error from environmental noise.
Answer: EWSS
EWSS (Electronic Warfare Support Suite) developed by DRDO provides radar warning, jamming, and countermeasures for Tejas. Enhances survivability in contested airspace. Represents self-reliance in critical avionics. Important for defense technology indigenization questions.
Answer: Astra
Astra is India's first indigenous BVRAAM with 110 km range, active radar homing, and all-weather capability. Integrated with Su-30MKI and Tejas. Represents milestone in self-reliance in critical missile technologies. Mk2 variant under development with longer range and advanced seekers. Critical for defense indigenization 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: Combined Gas and Gas (COGAG)
INS Vikrant uses COGAG propulsion with four gas turbines (two for cruise, two for boost) driving two shafts. Provides flexibility, efficiency, and redundancy. Indigenous design and construction represent milestone in Atmanirbhar Bharat. Critical for defense technology and indigenization questions.
Answer: True
DPDP Act has extraterritorial application: it governs processing of digital personal data (1) within India, and (2) outside India if it relates to offering goods/services or profiling individuals in India. Aligns with GDPR's approach. Critical for multinational compliance and data sovereignty 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.
Answer: Direction 20
CERT-In Direction 20 (April 2022) requires service providers including VPNs to maintain logs of customer registration and usage for 180 days, report cyber incidents within 6 hours, and synchronize with NTP. Aimed at enhancing incident response and law enforcement capabilities. Important for cybersecurity compliance questions.
Answer: h+1
Minimum nodes occur in a skewed tree (each node has only one child): height h has h+1 nodes. Maximum nodes in a perfect binary tree of height h is 2^(h+1)-1. Understanding tree properties is essential for algorithm analysis questions in technical government exams.
Answer: Section 66C
Section 66C prescribes punishment (up to 3 years imprisonment + fine) for identity theft: fraudulently using another person's electronic signature, password, or unique identification feature. Section 66D covers cheating by personation using computer resources. Important for legal awareness in banking and SSC exams.
Answer: Hash Map + Doubly Linked List
LRU cache requires O(1) access and O(1) reorder on access. Hash map provides O(1) key lookup; doubly linked list maintains usage order with O(1) move-to-front. Combined, they achieve O(1) get/put operations. Classic system design question for SSC JE and banking IT exams.
Answer: dimensions
Crystal oscillators use piezoelectric quartz crystals whose resonant frequency depends on physical dimensions (thickness, shape) and crystal cut (AT, BT, SC). Thinner crystals resonate at higher frequencies. Used for precise clock generation in microcontrollers, communication systems, and digital circuits. Temperature-compensated (TCXO) and oven-controlled (OCXO) variants improve stability.
Answer: 5GC
5GC (5G Core) uses service-based architecture (SBA) with cloud-native principles: microservices, containerization, CI/CD. Contrasts with 4G EPC's monolithic design. Benefits: flexibility, scalability, faster feature deployment, and network slicing support. IMS (IP Multimedia Subsystem) handles voice/video services and works with both EPC and 5GC.
Answer: Adversarial Debiasing
Adversarial Debiasing uses adversarial networks to remove correlations between protected attributes (gender, caste) and model predictions while preserving task performance. Other techniques: reweighting samples, bias-aware preprocessing, fairness constraints in loss function. Critical for ethical AI in hiring, lending, and public services where bias can perpetuate inequality.