Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

Computer Fundamentals → Introduction to Computer 38

TreeMap in Java?
Sorted key-value pairs (sorted by key in natural or custom order)
click to copy
Strategy pattern allows?
Algorithm family to be defined and interchangeable at runtime
click to copy
Which cloud service model gives most control to customer?
IaaS
click to copy
Kubernetes kubectl is?
Command-line tool for interacting with Kubernetes clusters
click to copy
Which Kubernetes object exposes application externally as LoadBalancer?
LoadBalancer Service
click to copy
Helm chart is?
Package of pre-configured Kubernetes resource definitions
click to copy
OpenTelemetry provides?
Unified standard for traces, metrics, and logs collection
click to copy
RabbitMQ implements which protocol?
AMQP (Advanced Message Queuing Protocol)
click to copy
Aadhaar biometric system uses?
10 fingerprints, 2 iris scans, and photograph
click to copy
UPI was developed by?
NPCI (National Payments Corporation of India)
click to copy
RS-CIT stands for?
Rajasthan State Certificate in Information Technology
click to copy
RKCL stands for?
Rajasthan Knowledge Corporation Limited
click to copy
e-Mitra kiosks in Rajasthan provide?
Multiple government services at single point to citizens
click to copy
DigiLocker is?
Cloud-based document storage for authentic government documents
click to copy
CERT-In is under?
Ministry of Electronics and Information Technology (MeitY)
click to copy
NavIC is India's?
Regional Navigation Satellite System covering India and surroundings
click to copy
Digital India initiative aims to?
Transform India into digital society with e-governance, connectivity, digital literacy
click to copy
NASSCOM represents which sector?
IT-BPM (Information Technology and Business Process Management) industry
click to copy
CoWIN platform was developed for?
COVID-19 vaccine registration and certificate management
click to copy
Facebook was founded by?
Mark Zuckerberg
click to copy
AlphaGo defeated world Go champion Lee Sedol in?
2016
click to copy
Which programming language is used for data science?
Python (with NumPy, Pandas, Scikit-learn)
click to copy
Which SQL statement creates a new database?
CREATE DATABASE
click to copy
TRUNCATE vs DELETE: TRUNCATE is?
Faster, removes all rows, cannot use WHERE clause
click to copy
HAVING filters?
Groups after aggregation by GROUP BY
click to copy
Which data type stores large text in SQL?
TEXT or CLOB
click to copy
NoSQL key-value store example is?
Redis
click to copy
Which Python data type is immutable?
Tuple
click to copy
Python lambda is?
An anonymous function defined in one line
click to copy
What does __init__ do in Python class?
Constructor — initializes a new object instance's attributes
click to copy
Python f-strings provide?
Inline expression evaluation within strings
click to copy
Python enumerate() ?
Returns index-value pairs when iterating over a sequence
click to copy
Python zip() function?
Combines multiple iterables element-by-element into tuples
click to copy
Which Python module for regular expressions?
re
click to copy
Python GIL affects?
Multi-threading — prevents true parallel execution of Python threads in CPython
click to copy
Ransomware?
Encrypts files and demands payment for decryption key
click to copy
Multi-factor authentication categories are?
Something you know, have, and are (knowledge, possession, inherence)
click to copy
Which encryption algorithm is symmetric?
AES
click to copy

Computer Fundamentals → Memory Units 1

Which Indian institution built PARAM 8000 supercomputer?
C-DAC (Centre for Development of Advanced Computing)
click to copy

Computer Fundamentals → Computer Security 1

Morris Worm (1988) was notable as?
First worm to spread over internet
click to copy