GK Questions

Filter by category, type, and difficulty. Reading is open for everyone.

Showing 1961–1980 of 2671 questions
technology medium mcq

Which technology enables distributed processing of large datasets across clusters?

  1. MySQL
  2. Apache Spark
  3. MongoDB
  4. Redis
technology medium mcq

Which technique analyzes network traffic patterns to detect anomalies without known signatures?

  1. Signature-based Detection
  2. Behavioral Analytics
  3. Heuristic Analysis
  4. Sandboxing
technology medium mcq

Which metric measures the time from code commit to production deployment?

  1. Mean Time to Recovery
  2. Deployment Frequency
  3. Lead Time for Changes
  4. Change Failure Rate
technology medium mcq

Which Kubernetes object defines the desired state for a set of identical pods?

  1. Pod
  2. Service
  3. Deployment
  4. ConfigMap
technology medium mcq

Which attack exploits trust relationships between cloud services to escalate privileges?

  1. Phishing
  2. Cloud Jacking
  3. Identity Federation Attack
  4. API Abuse
technology medium mcq

Which practice involves automatically testing and deploying code changes through a pipeline?

  1. Continuous Integration
  2. Continuous Deployment
  3. CI/CD
  4. All of these
technology medium mcq

Which pattern enables resilient communication between microservices by handling transient failures?

  1. Circuit Breaker
  2. Load Balancer
  3. API Gateway
  4. Service Mesh
technology medium mcq

Which data processing paradigm is best suited for real-time analytics on streaming data?

  1. Batch Processing
  2. Stream Processing
  3. ETL Pipeline
  4. Data Warehousing