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: All of these
Imbalance handling: oversampling (SMOTE) increases minority, undersampling reduces majority, class weighting adjusts loss function. Choice depends on data size and model type.
Answer: True
Data leakage: using future data, target information, or test set in training/preprocessing. Causes overfitting and poor generalization. Critical to prevent via proper data splitting and pipeline design.
Answer: RMSE
Regression metrics: RMSE (Root Mean Square Error) penalizes large errors, MAE for robustness, R² for variance explained. Choice depends on business impact of errors.
Answer: Label / One-Hot
Categorical encoding: label encoding for ordinal variables, one-hot for nominal, target encoding for high-cardinality. Choice impacts model performance and interpretability.
Answer: Both A and B
Stateless microservices store session data externally (Redis, database), enabling horizontal scaling by adding instances. Critical for elastic, resilient cloud applications.
Answer: True
Multi-region architecture distributes workload across geographic regions, enabling failover during regional disasters. Critical for business continuity and global user experience.
Answer: Both A and B
Serverless compute (AWS Lambda, GCP Cloud Functions) executes code in response to events: API calls, file uploads, messages. Auto-scaling, pay-per-execution pricing. Critical for event-driven architectures.
Answer: CSA CCM / Cloud Controls Matrix
Cloud Security Alliance Cloud Controls Matrix provides comprehensive security controls for cloud services, mapped to standards like ISO 27001, NIST. Critical for cloud security governance.
Answer: Both A and B
EDR focuses on endpoint telemetry and response; XDR extends to network, cloud, email for cross-domain threat detection. Critical for comprehensive threat protection.
Answer: True
GitOps (ArgoCD, Flux) declaratively defines desired state in Git; operators sync cluster state. Benefits: audit trail, rollback via git revert, peer review via PRs. Critical for cloud-native MLOps.
Answer: All of these
Production monitoring: drift detection for data/concept changes, dashboards for real-time metrics, alerting for anomalies. Critical for maintaining ML system reliability and business value.
Answer: Beam / Nucleus
Advanced decoding: beam search explores multiple hypotheses, nucleus (top-p) sampling truncates low-probability tokens. Balance diversity and coherence in text generation.
Answer: True
Self-supervised learning (BERT, GPT pre-training) creates supervisory signals from data structure: mask prediction, next sentence prediction. Enables learning from vast unlabeled corpora.
Answer: Both A and B
Long-context handling: larger context windows (128K+ tokens), memory mechanisms (summarization, retrieval) maintain conversation history. Critical for chatbots and assistants.
Answer: Both A and B
India endorses OECD AI Principles (2019) and UNESCO Recommendation on AI Ethics (2021). Both emphasize human rights, transparency, accountability, sustainability. Critical for AI governance.
Answer: True
NEP 2020 emphasizes computational thinking, coding, AI exposure from Class 6 onwards, with experiential learning and teacher training. Implemented via DIKSHA, CBSE updates, ATLs.
Answer: Both A and B
Startup India ecosystem integrates: Hub for resources/networking, DPIIT recognition for benefits, NITI Aayog for policy. Supports innovation, job creation, global competitiveness.
Answer: FAME
FAME (Faster Adoption and Manufacturing of Electric Vehicles) India provides demand incentives for EVs and charging infrastructure. Phase-II focuses on public transport and shared mobility.
Answer: All of these
Time series methods: ARIMA for stationary series, Prophet for seasonality/holidays, LSTM for complex patterns. Choice depends on data characteristics and forecast horizon.
Answer: True
Cross-validation (k-fold) trains/evaluates on multiple data splits, reducing variance in performance estimates. Critical for small datasets and reliable model selection.