What year was PlexTech Founded?
2020
(Must be answered by a curriculum student) Name all of the PMs this semester and which projects they are a part of
1. Bentley: Jisung and Sarvagya
2. AWS: Lucas and Mohammad
3.Space: Namita and Tiffany
How many bits are in a byte?
8
Name all of the Presidents of PlexTech in Order
Akshat (Meta), Pranay, Karan, Rithvik, Dev, Akhil, Shamith, Rohan
How many songs does Shamith have in his album?
3
What is a basic protocol that ensures ACID properties for distributed transactions?
2PC, Paxios
When was the first retreat and what was the activity?
FA 21 ; 6 Flags
When is Rithvik's Birthday?
November 3rd, 2001
What is the runtime of this code?
for i in range(N):
j = i
while j < N:
temp_list = [1 for k in range(j)]
j *= 2
O(N^2)
Who was the first speaker that PlexTech invited?
John DeNero
In 15 seconds, name an entire lineage (not your own). Include the semester in which each member joined.
Open Ended
What algorithm is used to approximate LRU when evicting physical pages from memory?
The Clock Algorithm