GK Questions

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

Showing 1541–1560 of 4601 questions
technology medium mcq

Which HTML attribute specifies the character encoding for a web page?

  1. charset
  2. encoding
  3. meta
  4. content-type
technology medium fill_blank

The Linux command to display disk usage of files and directories is ________.

technology medium mcq

Which technology enables bidirectional power flow between electric vehicles and the grid?

  1. Fast Charging
  2. Wireless Charging
  3. Vehicle-to-Grid (V2G)
  4. Battery Swapping
technology medium mcq

Which operation has O(1) time complexity in a well-implemented hash table?

  1. Search
  2. Insert
  3. Delete
  4. All of these
technology medium fill_blank

The JavaScript event that fires when a web page has fully loaded is ________.

technology medium mcq

Which Linux command is used to compress files using gzip?

  1. zip
  2. tar
  3. gzip
  4. compress
technology medium true_false

Energy-efficient buildings in India are certified under the GRIHA rating system.

  1. True
  2. False
technology medium mcq

Which provision of the DPDP Act 2023 allows data principals to correct inaccurate personal data?

  1. Right to Access
  2. Right to Correction
  3. Right to Erasure
  4. Right to Portability
technology medium fill_blank

A graph with no cycles is called a ________.

technology easy mcq

Which protocol is used for secure communication between web browsers and servers?

  1. HTTP
  2. FTP
  3. HTTPS
  4. SMTP
technology medium mcq

Which type of solar panel has the highest efficiency but also highest cost?

  1. Monocrystalline
  2. Polycrystalline
  3. Thin-film
  4. Amorphous
technology medium fill_blank

The Indian agency responsible for investigating cybercrime cases at the national level is ________.

technology hard mcq

Which algorithm is used to find the shortest path in a graph with non-negative edge weights?

  1. Bellman-Ford
  2. Dijkstra
  3. Floyd-Warshall
  4. Kruskal
technology medium true_false

CSS Flexbox is designed for one-dimensional layouts (either row or column).

  1. True
  2. False
technology medium mcq

Which Linux command displays the manual page for a specific command?

  1. help
  2. man
  3. info
  4. doc
technology medium fill_blank

The technology that captures CO2 emissions from industrial sources for storage or reuse is called ________ Capture and Storage.

technology hard mcq

Which CERT-In direction mandates VPN service providers to maintain user logs for 180 days?

  1. Direction 12
  2. Direction 20
  3. Direction 44
  4. Direction 66
technology medium true_false

Hash tables provide average-case O(1) time complexity for search, insert, and delete operations.

  1. True
  2. False