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: True
Prompt injection exploits LLM instruction-following to bypass safety guards, extract training data, or execute unauthorized actions. Critical vulnerability for LLM applications requiring robust input sanitization.
Answer: RLHF
Reinforcement Learning from Human Feedback (RLHF) trains reward models from human rankings, then optimizes LLM to maximize rewards. Critical for aligning AI with human values and safety.
Answer: Artificial Intelligence / GPAI
GPAI (founded 2020) brings together experts for responsible AI: research, policy, best practices. India is founding member. Critical for understanding global AI governance landscape.
Answer: True
Digital diplomacy: cyber norms, data governance, tech partnerships, capacity building. India actively engages in UN, GPAI, OECD on AI ethics, cybersecurity, digital trade. Critical for foreign policy questions.
Answer: TSDSI
Telecommunications Standards Development Society, India (TSDSI) develops indigenous telecom standards, represents India in 3GPP, ITU. Critical for technology sovereignty and 5G/6G leadership.
Answer: India
India Stack layers: identity (Aadhaar), payments (UPI), data sharing (AA), documents (DigiLocker). Enables innovation on public digital infrastructure. Critical for digital governance questions.
Answer: True
Responsible data science: fairness audits for bias, privacy-preserving techniques, impact assessments. Critical for ethical AI deployment and regulatory compliance (DPDP Act).
Answer: PCA
Principal Component Analysis (PCA) transforms features into orthogonal components ordered by variance explained. Enables visualization, noise reduction, and faster model training.
Answer: Precision
Precision = TP / (TP + FP). Critical for imbalanced classification tasks where false positives are costly (fraud detection, medical diagnosis). Complements recall for comprehensive evaluation.
Answer: Histogram
Histograms bin continuous data to show frequency distribution, revealing skewness, outliers, and modality. Critical for exploratory data analysis and statistical understanding.
Answer: True
IaC (Terraform, CloudFormation) defines infrastructure in declarative code, enabling version control, peer review, automated testing, and consistent deployments. Critical for cloud governance.
Answer: Hybrid
Hybrid cloud combines on-premises infrastructure with public cloud services. Enables data sovereignty compliance while leveraging cloud scalability. Critical for regulated industries.
Answer: Multi-Cloud
Multi-cloud architecture distributes workloads across AWS, Azure, GCP to avoid vendor lock-in, improve resilience, and leverage best-of-breed services. Critical for enterprise cloud strategy.
Answer: True
SOAR (Security Orchestration, Automation, and Response) automates playbooks: alert triage, enrichment, containment actions. Reduces analyst workload and response time. Critical for SOC efficiency.
Answer: Both A and B
NIST SP 800-61 and ISO 27035 provide structured incident response methodologies. Critical for consistent, effective handling of security incidents in enterprises.
Answer: Hunting
Threat hunting uses hypotheses, analytics, and analyst expertise to find hidden adversaries. Complements automated detection. Critical for advanced persistent threat (APT) defense.
Answer: True
Threat intelligence (commercial, open-source, ISACs) provides IOCs: malicious IPs, domains, hashes, TTPs. Enables proactive blocking and hunting. Critical for mature security operations.
Answer: SIEM
SIEM (Security Information and Event Management) aggregates logs, correlates events, and detects anomalies across network, endpoint, and application sources. Foundation for modern SOC operations.
Answer: All of these
MLOps platforms integrate: feature stores for consistent data, model registries for versioning, serving infrastructure for scalable inference. Critical for production ML system reliability.
Answer: True
Quantization (INT8, INT4) reduces model size 2-4x with minimal accuracy loss, enabling deployment on edge devices and reducing cloud inference costs. Critical for scalable LLM serving.