GK Questions

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

Showing 681–700 of 1857 questions
technology hard mcq

Which data structure is most efficient for implementing a cache with LRU (Least Recently Used) eviction policy?

  1. Array
  2. Linked List
  3. Hash Map + Doubly Linked List
  4. Stack
technology medium mcq

Which Linux command is used to display the current working directory?

  1. ls
  2. cd
  3. pwd
  4. dir
technology medium mcq

Which Indian initiative promotes responsible AI innovation through multi-stakeholder collaboration?

  1. Responsible AI for Social Empowerment (RAISE)
  2. Digital India Bhashini
  3. National AI Portal
  4. All of these
technology medium mcq

Which spectrum auction method allows bidders to bid on multiple frequency blocks simultaneously?

  1. Sealed Bid
  2. English Auction
  3. Simultaneous Multiple Round Auction
  4. Dutch Auction
technology medium mcq

Which operator is used to access members of a structure through a pointer in C?

  1. .
  2. ->
  3. ::
  4. *
technology medium mcq

Which regulatory technology (RegTech) application automates compliance reporting for financial institutions?

  1. Chatbots
  2. AML Transaction Monitoring
  3. Robo-Advisors
  4. Digital KYC
technology medium mcq

Which theorem simplifies complex linear circuits to a single voltage source and series resistance?

  1. Kirchhoff's Law
  2. Thevenin's Theorem
  3. Norton's Theorem
  4. Both B and C
technology medium mcq

Which international framework provides guidelines for trustworthy AI development adopted by many countries?

  1. GDPR
  2. OECD AI Principles
  3. Paris Agreement
  4. Basel III
technology hard mcq

Which 5G core network architecture enables service-based interfaces and cloud-native deployment?

  1. EPC
  2. 5GC
  3. IMS
  4. Both B and C
technology medium mcq

Which sorting algorithm has best-case time complexity of O(n) when input is already sorted?

  1. Quick Sort
  2. Merge Sort
  3. Bubble Sort
  4. Heap Sort
technology medium mcq

Which technology enables real-time fraud detection in digital payments using pattern analysis?

  1. Blockchain
  2. Machine Learning
  3. OCR
  4. SMS Gateway
technology medium mcq

Which component is used to amplify weak electrical signals in analog circuits?

  1. Diode
  2. Transistor
  3. Resistor
  4. Capacitor
technology hard mcq

Which technique is used to detect and mitigate bias in AI training datasets?

  1. Data Augmentation
  2. Adversarial Debiasing
  3. Feature Scaling
  4. Cross-Validation
technology medium mcq

Which technology enables multiple antennas to transmit/receive simultaneously for higher data rates in 4G/5G?

  1. OFDM
  2. MIMO
  3. CDMA
  4. TDMA
technology easy mcq

Which data type is used to store true/false values in most programming languages?

  1. int
  2. char
  3. boolean
  4. float
technology medium mcq

Which RBI guideline mandates that digital lending apps must be operated only by regulated entities?

  1. Digital Payments Guidelines
  2. Digital Lending Guidelines 2022
  3. NBFC Framework
  4. P2P Lending Rules
technology medium mcq

Which logic gate outputs HIGH only when both inputs are HIGH?

  1. OR
  2. AND
  3. XOR
  4. NAND
technology medium mcq

Which Indian government body is responsible for developing standards and guidelines for AI adoption?

  1. NITI Aayog
  2. MeitY
  3. DST
  4. All of these
technology medium mcq

Which technology enables dynamic spectrum sharing between 4G and 5G on same frequency band?

  1. Carrier Aggregation
  2. DSS
  3. MIMO
  4. Beamforming
technology medium mcq

Which loop structure guarantees execution of the loop body at least once?

  1. for
  2. while
  3. do-while
  4. foreach