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 37

HashMap in Java provides?
Unsorted key-value pairs with O(1) average get/put
click to copy
Which exception handling block always executes?
finally
click to copy
Java 8 introduced?
Lambda expressions, Stream API, Optional
click to copy
Singleton pattern ensures?
Only one instance of a class exists throughout the application
click to copy
SSH uses which port?
22
click to copy
DNS uses which port?
53
click to copy
DHCP uses which ports?
67 and 68
click to copy
HTTP default port is?
80
click to copy
HTTPS uses which port?
443
click to copy
FTP uses which ports?
20 and 21
click to copy
SMTP uses which port?
25
click to copy
Which protocol provides time synchronization?
NTP (Network Time Protocol)
click to copy
LinkedIn is owned by?
Microsoft
click to copy
Which is NOT a programming language?
HTML
click to copy
Assembler converts?
Assembly language to machine code (object code)
click to copy
Linker combines?
Object files and libraries into a single executable
click to copy
Which flowchart shape represents input/output?
Parallelogram
click to copy
Which data structure is used for breadth-first search?
Queue (FIFO)
click to copy
Which searching algorithm works on unsorted data?
Linear (sequential) search
click to copy
Abstraction in OOP means?
Hiding implementation details, exposing only essential interfaces
click to copy
Constructor in OOP is called?
Automatically when a new object is created
click to copy
Static method in OOP belongs to?
The class itself — called without creating an object
click to copy
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

Computer Fundamentals → Internet Basics 2

Which protocol enables email clients to download messages?
POP3 and IMAP
click to copy
Which is the most popular search engine globally?
Google
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