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 PageFree practice for SSC, UPSC, Banking & Railway exams. No login required.
Answer: Rectifier
Rectifier converts AC to DC using diodes. Types: half-wave (single diode, inefficient), full-wave (center-tapped or bridge, better efficiency). Used in power supplies for electronics, battery chargers, and DC motor drives. Filter capacitors smooth the pulsating DC output. Critical component in virtually all electronic devices powered from mains.
Answer: Slicing
Network Slicing creates multiple logical networks on shared physical 5G infrastructure, each optimized for specific requirements: ultra-reliable low latency (autonomous vehicles), massive IoT (sensors), enhanced mobile broadband (video). Enables customized QoS, security, and management per slice. Critical for monetizing 5G across industries.
Answer: Account Aggregator
Account Aggregator (AA) ecosystem enables consent-based sharing of financial data between institutions. Users control data sharing via AA apps. FIPs (banks, mutual funds) provide data; FIUs (lenders, wealth apps) consume for personalized services. Reduces documentation, speeds up credit decisions, and promotes competition in financial services.
Answer: Fairness
AI Fairness addresses bias in data, algorithms, and outcomes that may disadvantage groups based on race, gender, caste, religion, etc. Techniques: bias detection metrics, debiasing algorithms, diverse training data, and fairness-aware modeling. Critical for ethical deployment in hiring, lending, policing, and public services.
Answer: Functional
Functional Programming emphasizes immutability, pure functions (no side effects), and declarative style. Languages: Haskell, Scala, Lisp; features in Python/JavaScript. Benefits: easier testing, parallelization, and reasoning about code. Contrasts with imperative programming that uses mutable state and explicit control flow.
Answer: Diode
Diode is a two-terminal semiconductor device permitting current flow primarily in one direction (forward bias) while blocking reverse current. Applications: rectification (AC to DC), voltage regulation (Zener diode), signal demodulation, and circuit protection. LED is a special diode emitting light when forward-biased.
Answer: TDMA
TDMA (Time Division Multiple Access) divides radio frequency into time slots, assigning each user a specific slot for transmission. Used in 2G GSM networks. Contrasts with FDMA (frequency division) and CDMA (code division). 4G/5G use OFDMA which combines time and frequency division with orthogonal subcarriers for higher efficiency.
Answer: Deployment
IaC scanners analyze Terraform/CloudFormation for misconfigurations: public storage, weak IAM.
Answer: Accountability
Digital India Act aims to address platform accountability, user rights, emerging tech governance.
Answer: DNA / Molecular
DNA computing leverages biochemical reactions for parallel problem-solving. Research stage with potential for combinatorial optimization, cryptography, archival storage.
Answer: Differential
Differential Privacy mathematically guarantees query results don't reveal individual records. Used in census, health analytics, tech telemetry for privacy-preserving insights.
Answer: Differential
Differential Privacy adds mathematical noise to model outputs, providing provable privacy guarantees against membership inference and model inversion attacks.
Answer: Code
Security as Code defines policies in declarative format (OPA, Sentinel), enabling version control, testing, automated enforcement. Critical for scalable cloud security governance.
Answer: Application-Layer
Application-layer encryption ensures data remains encrypted even if storage or network layers are compromised. Critical for end-to-end data protection in Zero Trust architectures.
Answer: Prompt
Instruction tuning fine-tunes LLMs on instruction datasets, improving task completion and helpfulness.
Answer: Latency
CDNs distribute content to edge locations near users, reducing latency and origin load.
Answer: Middle
NEP 2020 emphasizes computational thinking, coding, AI exposure from Class 6 onwards.
Answer: Governance
Model registries manage model versions, parameters, metrics, deployment history.
Answer: Parameter
Hyperparameter tuning: grid search, random search, Bayesian optimization. Critical for maximizing performance.
Answer: Masked
Self-supervised learning creates supervisory signals from data structure: mask prediction, next sentence prediction.