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: 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: 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: 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: 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: 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: 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: 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: 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: All of these
Proportion visualization: bar charts for clear comparison, pie charts for part-to-whole (limited categories), stacked bars for multiple groups. Choice depends on data and audience.
Answer: All of these
Safe deployment patterns: blue-green (instant switch), canary (gradual rollout), feature flags (toggle functionality). Combined for zero-downtime, low-risk releases. Critical for DevOps practices.
Answer: Glacier Deep Archive
Glacier Deep Archive offers lowest cost for long-term retention with 12+ hour retrieval times. Ideal for regulatory archives, backups. Trade-off: low storage cost vs high retrieval latency.
Answer: UEBA
UEBA (User and Entity Behavior Analytics) uses ML to establish behavioral baselines and detect anomalies indicating compromised accounts or insider threats. Critical for identity security.
Answer: Both A and B
ML security testing: adversarial examples test robustness, penetration testing finds implementation flaws. Critical for secure AI deployment in sensitive domains.
Answer: Both A and B
Code LLMs (Codex, CodeLlama) trained on code corpora enable natural language to code generation. Program synthesis automates code creation from specifications. Critical for developer productivity tools.
Answer: TRAI
Telecom Regulatory Authority of India (TRAI) recommends policies, regulates tariffs, ensures QoS, and manages spectrum auctions. Critical for telecom sector governance questions.
Answer: All of these
High-cardinality handling: one-hot for low cardinality, target encoding for medium, embeddings for high (deep learning). Choice depends on model type and cardinality. Critical for feature preprocessing.
Answer: ROC-AUC
ROC-AUC (Receiver Operating Characteristic - Area Under Curve) measures classifier performance across all thresholds, robust to class imbalance. Critical for evaluating binary classification models.
Answer: Multi-Site Active-Active
Active-active runs full workload in multiple regions simultaneously, enabling instant failover with zero RPO/RTO. Highest cost but maximum resilience. Critical for mission-critical systems.