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: True
CDNs (CloudFront, Cloud CDN) distribute content to edge locations near users, reducing latency and origin load. Critical for global application performance and user experience.
Answer: Both A and B
Managed databases (AWS RDS, GCP Cloud SQL) handle provisioning, patching, backups, scaling. Reduces operational overhead vs self-managed databases. Critical for cloud application development.
Answer: Incident
Post-incident review captures lessons learned: what happened, response effectiveness, root causes, improvements. Critical for continuous security program maturity.
Answer: Both A and B
Email security combines: SPF/DKIM for authentication, ML for content analysis, heuristics for known patterns. Layered defense critical for phishing protection.
Answer: True
A/B testing randomly assigns users to model variants, measuring metrics like conversion, engagement. Critical for data-driven model iteration and business value validation.
Answer: Both A and B
MLOps tools: DVC versions data and models, MLflow tracks experiments and deployments. Combined with Git for end-to-end reproducibility. Critical for enterprise ML governance.
Answer: Reinforcement / RLHF
Reinforcement Learning from Human Feedback (RLHF) trains reward models from human preferences, then optimizes LLM to maximize rewards. Critical for aligning AI with human values.
Answer: True
Prompt engineering: clear instructions, examples, formatting, chain-of-thought. Low-cost method to improve LLM outputs without retraining. Critical for practical LLM applications.
Answer: Both A and B
Structured output: function calling defines schemas for LLM responses, parsing libraries validate/extract structured data. Critical for integrating LLMs with APIs and databases.
Answer: WTO / OECD
WTO e-commerce negotiations and OECD digital economy work address cross-border data flows, digital taxation, consumer protection. India actively participates in shaping global digital trade rules.
Answer: All of these
Effective tech policy: proportionate to actual risks, technology-neutral (focus on outcomes), risk-based (higher scrutiny for higher-risk activities). Critical for balanced policy design.
Answer: True
PLI for IT hardware (2021) provides incentives on incremental sales of laptops, tablets, servers manufactured in India. Aims to reduce imports, create jobs, strengthen electronics ecosystem.
Answer: Both A and B
CERT-In handles cyber incident response; NCIIPC (National Critical Information Infrastructure Protection Centre) protects critical infrastructure. Both under MeitY for cybersecurity governance.
Answer: Digital India / UPI
Digital India encompasses UPI, Aadhaar, DigiLocker for inclusive digital services. UPI enables instant, interoperable payments driving financial inclusion. Critical for digital economy questions.
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.