Alahkaih
Luke
THE FINALE
Interns
Projects
100

Alahkaihs hair is currently blond, TRUE OR FALSE.

FALSE

100

Lukes camera overlay is this ANIMAL

Pig

100
Who is the mascot of State Farm?

JAKE

100

In what parking lot was Cam in today?

Chilis

100

Will our stuff be merged into main?

NEVERRRRRRR

200

Alahkaih is from this STATE

Washington (I think?)

200

Luke is from this STATE.

Colorado

200

Why is MERNA called MERNA?

The town the founder is from.

200

What are each of the Interns Last Names? WITHOUT LOOKING

Hubbe, Weaver, Lunavat, Williams
200

Name the 3 repos we worked in

portal-api

portal-ui

portal-search

300

Alahkaih is this many YEARS OLD.

24

300

Luke has HOW MANY PETS?

1 dog, 1 cat.

300

We were given this niche item before the internship started.

Cooling/heating minifridge

300

Who are each of the interns mentors?

Cam: Cory (Maybe?)

Somya: Madhav (Maybe?)

Liliya: Anna Lerner 

Will: Alahkaih

300

This file is the source of truth for the announcement API

openapi.yaml

400

Alahkaih does THIS ACTION every morning.

Grab some breakfast and take dog out.

400
What is Lukes Twitch streamer name?

lukecee

400

What town is Rolando from?

Geneva, IL

400

What is the name of the place that Zach catered for us the first in person week? WITHOUT LOOKING.

Jasons Deli

400

What is the exact cli cmd to sign into aws account?

statefarm aws login saml-role

500

Alahkaih's setup can switch between work and personal mode via THIS DEVICE.

KVM switch

500

Lukes poster behind him is from this SHOW.

My Hero Acadamia (I think?) Might be onepiece 

500

What kind of Car does keon drive

porsche 911

500

Will showed THIS STUFFED ANIMAL a long time ago.

A javaliena (I'd maybe accept pig)
500

def add(x, lst=[]):    

      llst.append(x)    

      return lst 

print(add(1)) 

print(add(2)) 

print(add(3, [])) 

print(add(4))

[1] [1, 2] [3] [1, 2, 4]