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
IOCs are forensic artifacts indicating potential breaches. Used for proactive blocking, hunting, and incident response.
Answer: True
Cloud Security Posture Management automates detection/remediation of misconfigurations: public storage, weak IAM, unencrypted resources.
Answer: True
Micro-segmentation creates granular security zones around workloads, containing breaches and limiting attacker movement. Critical for Zero Trust implementation.
Answer: False
INNER JOIN returns only matching rows. OUTER JOIN (LEFT/RIGHT/FULL) returns matching rows PLUS unmatched rows from one or both tables, with NULLs for missing side. LEFT JOIN: all left table rows; RIGHT JOIN: all right table rows; FULL OUTER: all rows from both. Essential for comprehensive data analysis and reporting.
Answer: False
ABHA (Ayushman Bharat Health Account) number is voluntary and consent-based. Citizens can choose to create ABHA ID for convenient access to digital health records, but cannot be denied healthcare services for not having it. Aligns with Supreme Court privacy principles and DPDP Act requirements for voluntary consent in data processing.
Answer: True
Cloud bursting allows organizations to maintain baseline capacity on-premises/private cloud and dynamically scale to public cloud during traffic spikes. Optimizes cost (pay for extra only when needed) while ensuring performance. Requires compatible infrastructure, orchestration tools, and data synchronization between environments.
Answer: True
Zero Trust operates on 'never trust, always verify' principle. It eliminates implicit trust based on network location, requiring strict identity verification for every access request regardless of origin. Implements micro-segmentation, least-privilege access, continuous monitoring, and assumes breach mindset for robust security posture.
Answer: True
PSLV has four stages: 1st and 3rd use solid propellant; 2nd and 4th use liquid propellant. Strap-on solid boosters enhance lift-off thrust. This alternating design optimizes performance for polar and sun-synchronous orbits. PSLV's reliability and versatility made it ISRO's workhorse for earth observation and small satellite launches.
Answer: False
Many modern NoSQL databases support ACID transactions, at least for single-document or single-partition operations. Examples: MongoDB (multi-document ACID since 4.0), Cassandra (lightweight transactions), Google Spanner (globally distributed ACID). Trade-offs exist between consistency, availability, and partition tolerance (CAP theorem).
Answer: True
DPDP Act 2023 has extraterritorial application: it governs processing of digital personal data (1) within India, and (2) outside India if it involves profiling or offering goods/services to individuals in India. Aligns with global frameworks like GDPR. Establishes Data Protection Board and mandates consent, purpose limitation, and data principal rights.
Answer: False
Serverless (e.g., AWS Lambda, Azure Functions) abstracts server management from developers. Servers still exist but are fully managed by the provider. Developers deploy code functions that auto-scale and charge per execution. Benefits: no infrastructure management, automatic scaling, pay-per-use pricing. Not 'no servers' but 'no server management'.
Answer: False
SMS-based OTP is vulnerable to SIM swapping, SS7 attacks, and phishing. More secure MFA methods include: authenticator apps (TOTP), hardware tokens (YubiKey), biometrics, and FIDO2/WebAuthn. NIST guidelines recommend moving away from SMS OTP for high-security applications. Layered security approach is essential.
Answer: True
Homomorphic encryption enables performing calculations on ciphertext, producing encrypted results that, when decrypted, match operations performed on plaintext. Critical for privacy-preserving cloud computing, secure voting, and confidential AI inference. Still computationally intensive but advancing with research and hardware acceleration.
Answer: True
Clustered index physically sorts table data rows based on index key values. Since data can be sorted in only one order, a table can have only one clustered index (usually on primary key). Non-clustered indexes store logical order separately with pointers to data rows; multiple non-clustered indexes are allowed.
Answer: True
Aditya-L1 orbits the Sun-Earth L1 Lagrange point (~1.5 million km from Earth), where gravitational forces balance, allowing uninterrupted solar observation. This position avoids Earth's shadow, enabling 24/7 monitoring of solar activities, coronal mass ejections, and space weather forecasting.
Answer: False
The shared responsibility model states: Cloud provider is responsible for security 'OF' the cloud (infrastructure, hardware, physical security). Customer is responsible for security 'IN' the cloud (data, applications, access management, OS patching in IaaS). Responsibilities vary by service model (IaaS/PaaS/SaaS).
Answer: True
Offline mode enables transactions without internet, synchronizing when online.
Answer: True
Carbon credits traded in compliance and voluntary markets.
Answer: True
Artemis Accords signed by India in 2023 for cooperative exploration.
Answer: True
SPHINCS+ uses hash functions believed quantum-resistant. Trade-off: larger signatures.