MCQ – GK Questions

Free practice for SSC, UPSC, Banking & Railway exams. No login required.

Category
Difficulty
Type
Per page
Showing 2761–2780 of 3944 questions
technology medium mcq data structures ssc je, banking it, railway

Which data structure uses FIFO (First-In-First-Out) principle?

  1. Stack
  2. Queue
  3. Linked List
  4. Tree
technology medium mcq operating systems ssc je, railway je, banking it

Which Linux command is used to search for a specific string within files?

  1. find
  2. grep
  3. locate
  4. search
technology medium mcq cyber laws banking, upsc, ssc

Which authority is designated as the data protection regulator under the DPDP Act 2023?

  1. CERT-In
  2. RBI
  3. Data Protection Board of India
  4. TRAI
technology medium mcq web technologies ssc je, banking it, railway

Which HTML5 element is used for drawing graphics via JavaScript?

  1. <svg>
  2. <canvas>
  3. <figure>
  4. <draw>
technology medium mcq green technology ssc cgl, upsc, railway

Which energy storage technology is most commonly paired with solar power systems for residential use?

  1. Lead-acid battery
  2. Lithium-ion battery
  3. Flow battery
  4. Compressed air
technology medium mcq data structures ssc je, banking it, railway

Which traversal method visits the root node before its subtrees in a binary tree?

  1. Inorder
  2. Preorder
  3. Postorder
  4. Level-order
technology medium mcq operating systems ssc je, railway je, banking it

Which Linux command displays real-time system resource usage including CPU and memory?

  1. ps
  2. top
  3. free
  4. df
technology hard mcq cyber laws banking, ssc, upsc

Which section of the IT Act 2000 deals with punishment for identity theft?

  1. Section 66
  2. Section 66C
  3. Section 66D
  4. Section 67
technology medium mcq web technologies ssc je, banking it, railway

Which CSS property is used to control the spacing between elements' borders?

  1. padding
  2. margin
  3. border-spacing
  4. gap
technology medium mcq green technology ssc cgl, upsc, railway

Which technology converts sunlight directly into electricity using semiconductor materials?

  1. Solar Thermal
  2. Photovoltaic
  3. Wind Turbine
  4. Biomass
technology hard mcq data structures ssc je, banking it, upsc

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 operating systems ssc je, railway, banking it

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

  1. ls
  2. cd
  3. pwd
  4. dir
technology medium mcq ai ethics & policy upsc, ssc cgl, banking

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 telecom evolution ssc cgl, upsc, banking

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 programming logic ssc je, railway, banking

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

  1. .
  2. ->
  3. ::
  4. *
technology medium mcq fintech innovations banking, upsc, ssc

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 electronics basics railway je, ssc je, banking

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 ai ethics & policy upsc, banking, ssc

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 telecom evolution ssc je, banking it, upsc

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 programming logic ssc je, railway, banking

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