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: Both A and B
Adversarial training includes adversarial examples in training data; defensive distillation smooths model outputs. Both improve robustness against adversarial attacks.
Answer: Canary
Canary Release deploys new version to small user subset, monitors metrics, gradually expands if stable. Reduces risk vs big-bang releases.
Answer: SPADEX
SPADEX (Space Docking Experiment) successfully demonstrated autonomous rendezvous and docking of two spacecraft in Earth orbit.
Answer: T-Hub
T-Hub (Telangana) is India's largest innovation campus, connecting startups with corporates, investors, mentors. Supports deep tech, healthtech, enterprise solutions.
Answer: All of these
Renewable integration combines SCADA for control, IoT sensors for real-time data, AI forecasting for generation prediction. Critical for grid stability with high renewable penetration.
Answer: Shukrayaan-1
Shukrayaan-1 is India's planned Venus orbiter mission (target launch ~2028) to study the planet's thick atmosphere, surface processes, and solar wind interactions.
Answer: Ka
Ka-band (26.5-40 GHz) offers high bandwidth for satellite broadband but susceptible to rain attenuation. Requires adaptive coding and ground station diversity.
Answer: Board
Data Protection Board of India is independent regulatory body established under DPDP Act 2023 to adjudicate disputes, impose penalties, enforce compliance.
Answer: True
DPDP Act governs processing of digital personal data: (1) within India, and (2) outside India if offering goods/services or profiling individuals in India.
Answer: True
Model inversion exploits model predictions to infer sensitive training data attributes. Mitigation: differential privacy, output perturbation, access controls. Critical for privacy-preserving ML.
Answer: Multi-Region Active-Active
Active-active architecture runs full workload in multiple regions simultaneously, enabling instant failover with zero RPO/RTO. Critical for mission-critical systems requiring maximum resilience.
Answer: Breach
Security Breach is an incident where unauthorized access, disclosure, alteration, or destruction of data occurs. Requires immediate containment, investigation, notification (as per laws like DPDP Act 2023), and remediation. Prevention: defense-in-depth, monitoring, incident response planning, and employee training.
Answer: Inkjet
Inkjet printers spray tiny ink droplets without physical contact with paper (non-impact). Laser printers use toner and electrostatic charges. Impact printers (Dot Matrix, Daisy Wheel, Line) strike ribbon against paper, producing noise but capable of multi-part forms. Inkjet/Laser dominate home/office use.
Answer: True
UPI Lite is an on-device wallet for small transactions (up to ₹500 per transaction, ₹4000 daily balance). Allows PIN-less payments for quick checkout at merchants, reducing dependency on bank server availability. Balance is loaded from linked bank account; ideal for transit, food, and micro-payments.
Answer: Collaborative
Collaborative Filtering recommends items by analyzing patterns from similar users (user-based) or similar items (item-based). Used by Amazon, Netflix, Spotify. Hybrid systems combine with content-based filtering. Privacy-preserving techniques like federated learning are emerging to protect user data while personalizing recommendations.
Answer: SDSC-SHAR
SDSC-SHAR (Satish Dhawan Space Centre - Sriharikota) is ISRO's primary launch port in Andhra Pradesh. Handles all satellite and human spaceflight launches from Indian soil. Named after former ISRO chairman. Strategic coastal location enables safe launch trajectories over Bay of Bengal.
Answer: True
Network Slicing in 5G allows operators to create multiple virtual networks on shared physical infrastructure, each optimized for specific requirements (low latency for autonomous vehicles, high bandwidth for video, massive IoT for sensors). Enables customized QoS and efficient resource utilization.
Answer: PM-WANI / BharatNet
PM-WANI enables public Wi-Fi hotspots via PDOs for affordable internet access. BharatNet provides fiber backbone to gram panchayats. Combined, they support digital education initiatives like DIKSHA, SWAYAM, and e-Pathshala, bridging the digital divide for rural students during remote learning.
Answer: True
Additive Manufacturing (AM) builds objects layer-by-layer from digital models, contrasting with subtractive methods (cutting/drilling). 3D printing is a common AM technique. Applications: prototyping, custom medical implants, aerospace parts, and on-demand manufacturing. India promotes AM under Make in India.
Answer: 2NF
Second Normal Form (2NF) requires: 1) Table is in 1NF, and 2) No partial dependency (non-key attributes must depend on entire primary key, not part of composite key). Eliminates redundancy from partial dependencies. Further normalization to 3NF removes transitive dependencies.