PlexTech Lore
PlexTech Fun Facts
Miscellaneous
100

What year was PlexTech Founded?

2020

100

(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

100

How many bits are in a byte?

8

200

Name all of the Presidents of PlexTech in Order

Akshat (Meta), Pranay, Karan, Rithvik, Dev, Akhil, Shamith, Rohan

200

How many songs does Shamith have in his album?

3

200

What is a basic protocol that ensures ACID properties for distributed transactions?

2PC, Paxios

300

When was the first retreat and what was the activity?

FA 21 ; 6 Flags

300

When is Rithvik's Birthday?

November 3rd, 2001

300

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)

400

Who was the first speaker that PlexTech invited?

John DeNero

400

In 15 seconds, name an entire lineage (not your own). Include the semester in which each member joined.

Open Ended

400

What algorithm is used to approximate LRU when evicting physical pages from memory?

The Clock Algorithm