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: Both A and B
High-dimensional handling: dimensionality reduction (PCA, autoencoders) compresses features; sparse representations (L1 regularization) select relevant features. Critical for text, recommendation systems.
Answer: True
Feature scaling (standardization, normalization) prevents features with large ranges from dominating model learning. Critical for distance-based algorithms and gradient descent optimization.
Answer: Both A and B
Time series visualization: line charts show trends clearly, area charts emphasize volume. Both effective for temporal data analysis and forecasting communication.
Answer: Both A and B
Managed API gateways (AWS API Gateway, GCP Endpoints) handle routing, auth, throttling, monitoring. Critical for secure, scalable microservices exposure.
Answer: Hunting
Threat hunting uses hypotheses, analytics, and analyst expertise to find hidden adversaries. Complements automated detection. Critical for advanced persistent threat defense.
Answer: Both A and B
SIEM platforms aggregate logs from network, endpoint, application sources, enabling correlation, alerting, and investigation. Foundation for modern security operations.
Answer: True
Continuous training pipelines monitor data drift, performance metrics, and trigger retraining with validation. Critical for maintaining ML system relevance in dynamic environments.
Answer: Both A and B
Fairness testing: bias audits detect disparate impact, fairness metrics (demographic parity, equalized odds) quantify equity. Critical for ethical AI deployment in regulated sectors.
Answer: LLM / Generation
Code LLMs (Codex, CodeLlama) trained on code repositories enable natural language to code generation, debugging, and documentation. Critical for developer productivity tools.
Answer: True
Instruction tuning fine-tunes LLMs on datasets of instructions and desired responses, improving task completion and helpfulness. Foundation for chat-optimized models.
Answer: RAG
Retrieval-Augmented Generation (RAG) combines LLMs with vector search over document collections, grounding responses in verified sources. Reduces hallucinations and enables knowledge updates.
Answer: Corporation for Assigned Names and Numbers / ICANN
ICANN coordinates domain names, IP addresses, protocol parameters. Multi-stakeholder model ensures open, interoperable internet. India participates through government and civil society.
Answer: Both A and B
Digital Public Goods Alliance curates open-source solutions; G20 DPI Framework promotes interoperable identity, payments, data sharing. India leads global DPI advocacy.
Answer: All of these
Digital India ecosystem: UMANG for service delivery, MyGov for citizen engagement, DigiLocker for documents. Integrated approach for inclusive digital governance.
Answer: Interdisciplinary Cyber Physical Systems / NM-ICPS
NM-ICPS (DST) funds R&D in AI, IoT, robotics, quantum technologies. Aims to build indigenous capabilities and innovation ecosystem. Critical for strategic technology questions.
Answer: Model-Based Imputation
Model-based imputation (MICE, Bayesian) models relationships between variables to predict missing values, accounting for uncertainty. More robust than simple methods for complex missingness patterns.
Answer: True
Hyperparameter tuning: grid search, random search, Bayesian optimization. Critical for maximizing model performance but requires careful validation to avoid overfitting.
Answer: Both A and B
Box plots show median, quartiles, outliers; violin plots add density estimation. Both effective for comparing distributions across categories. Critical for exploratory data analysis.
Answer: Stratified
Stratified sampling maintains class proportions in train/test splits, critical for imbalanced classification tasks. Prevents evaluation bias from skewed splits.
Answer: Event-Driven Architecture
Event-driven architecture uses message brokers (Kafka, RabbitMQ) for decoupled, asynchronous service communication. Enables scalability, resilience, and real-time processing.