Tech
India
Food
100

What component in Kafka is responsible for publishing messages?

Producer

100

Which lake is the largest in Bengaluru?

Bellandur Lake

100

What is the full form of CTR?

Central Tiffin Room

200

What is the smallest deployable unit in Kubernetes?

Pod

200

Kumbh Mela – World's Largest Religious Gathering, is held once every ___ year(s).

12

200

What is the difference between naan and roti?

Naan is made from all purpose flour (maida), whereas rotis are made from wheat

300

What is the output of the following commands in Python?
1. print('5' * 3)
2. print([5] * 3)
3. print(5 * 3) 

1. 555
2. [5,5,5]
3. 15

300

First City in India to Get Electricity?

Bengaluru

300

A steamed, fluffy savory cake originating from the Indian state of Gujarat. What is it?

Dhokla

400

What is the difference between 'is' and '==' in Python?

is: Checks whether two variables point to the same object in memory (identity).
==: Checks whether the values of two variables are equal (equality).

400

During World War II, rice shortages led the Mavalli Tiffin Rooms (MTR) in Bengaluru to invent which popular dish?

Rava Idly

400

Which iconic Indian street food is often dubbed the "poor man's burger"?

Vada Pav

500

Python uses a combination of 'reference counting' and 'garbage collection' to manage memory. What do they mean?

Reference counting: Keeping count of the number of references pointing to a memory location. (When it reaches 0, data is cleared.)
Garbage collection: Automatic deallocation of memory during runtime

500

The states Arunachal Pradesh, Assam, Manipur, Meghalaya, Mizoram, Nagaland, Tripura are collectively called ___

The Seven Sisters

500

The royal chef, Kakasura Madappa, concocted this sweet for Maharaja Krishnaraja in the early 20th century. What is it?

Mysore Pak

M
e
n
u