Potpourri
The loneliest island
Simple math
Raymond or Persimmon
Computer science strugs
100

What's your favorite movie?

What is (anything you want, except...)

All answers are valid, except for Matt and Hana, they need to say the Grey and I don't know, respectively.

100

"We both love our moms, women with grown women needs"

What is Motherlover

100

sin^2(x) + cos^2(x) = ?

What is 1

100

This cat sits in corners and meows loudly at nothing.

Who is Raymond

100

A rare tropical Porgy is learning to code and his team uses Git to manage their source code. The Porgy wants to create a local feature branch to do their work. The Porgy asks you how it can create a new branch called porgy/gs-matching and change their current branch in 1 command, can you help?

What is git checkout -b porgy/gs-matching

200

What's Raymond's favorite berry?

What is a salmon berry

200

"Normally, I don't get down with dudes
But tonight is a special exception"

What is 3-way (the golden rule)

200

Matt has 10 friends. Matt's also a lover of base 2. Hana eats 2 of Matt's friends. Hana is a normal base 10 lover. How many friends does Matt have left?

What is 0 friends (also accept 8, since this question is stupid)

200

In a previous life this cat was a chain smoker.

Who is Persimmon

200

Raymond and Persimmon are learning about computer architecture and recently implemented the following logic gate configuration:

They want to test it on the following inputs:

A=11, B=11

What are the resulting values for Q and CO?

What are 10 and 1

300

What were Persimmon's siblings names?

Who are Thumb and Middle.

300

"Everyone was wearing fingerless gloves
Whoa!"

What is Boombox

300

Claudia's mother told her that if she's bad at math she'll never find a husband, which is a requirement for getting into the Boston conservatory. 5 years later, Claudia is ready and her mom gives her the following math problem that if she solves she'll get a hug from her mother for the very first time. You're Claudia's pet snail (you're always on her shoulder). Claudia needs help with the math problem. Find the answer and whisper it into her ear in the form of a question:

 sum_(n=1)^200 n 

What is 20,100. This can be solved using brute force or Gaussian summation:

n(n+1)/2

300

This cat occasionally burrows under blankets and sheets.

Who is Persimmon

300

The same rare tropical Porgy has a name, Alex. Alex needs to write a function that matches applicants to medical schools, where each applicant provides an ordered list of medical schools (most interested in to least) and each medical school provides an ordered list of their preferred applicants (people they want to accept). Alex needs an algorithm that makes sure every match is stable (a matching is stable when there does not exist any pair (applicant, medical school) where both prefer each other to their current partner under the matching).

What is the Gale Shapley stable matching algorithm

400

My brother's girlfriend's sister's husband's daughter's name.

Who is Everly

400

"Yeah, yeah, yeah, yeah, yeah
Yeah, yeah, yeah, yeah, yeah
Yeah, yeah, yeah, yeah, yeah
Yeah, yeah, yeah, no, no
A-y-y-yeah, a-y-y-yeah
A-y-y-yeah, yeah, yeah, yeah, yeah, yeah, yeah, yeah
Jam!"

What is 3-way (the golden rule)

400

Jeremiah has 14 apples, Cynthia has 10 blueberries.  The London stock exchange has listed the trade price between applies and blueberries as the solution to this equation:
 int_-2^2 sqrt(4-x^2) dx

Cynthia wants 5/pi  apples, how many blueberries does she need to give Jeremiah?

What is 10 blueberries

400

Like its father, this cat has asthma.

Who is Raymond

400

Amanda recently picked C to implement her backend application logic. She is implementing input validation from scratch and forgets to check the length and contents of user input. Lima-Spargo Jr. is a hacker that takes advantage of this technique to start running arbitrary code on Amanda's servers.

What is a buffer overflow attack.

500

What's my favorite Chappell Roan song?

What is California?

500

"In the middle of the table there's a boiled goose"

What is Boombox

500

The price of HOOD stock was $5 two days ago, $10 yesterday, and $14 today. What will the price be tomorrow based on this trend?

Extra 500 points if you can provide the interpolated Lagrange polynomial.

What is $17. The Lagrange polynomial is:

5*((x-1)(x-2))/((0-1)(0-2)) + 10((x-0)(x-2))/((1-0)(1-2))+14((x-0)(x-1))/((2-0)(2-1))

Which simplifies to:

-x^2/2 + (11 x)/2 + 5

500

This cat slips and slides all around the apartment.

Who is Persimmon

500

Papaya dog recently hired a team of software engineers to rebuild their automatic hot dog making robotics software. What software 3rd party tool should they adopt for planning and task tracking? (Or alternatively, what tool should they not adopt).

What is Linear or what isn't Jira
M
e
n
u