Cartoon Chaos
BESPIN
Avengers Assembled
The Code Gauntlet
Video Game Vault
100

What is the name of SpongeBob SquarePants' pet snail?

Who is Garry

100

Who is our CEO?

Who is Lt Col Hough

100

What was the first Marvel Cinematic Universe (MCU) movie released?


Who is Iron Man

100

What does the following Python code output?

s = "Hello World"
print(s[1:5]) 


What is "ello "

100

Which video game series features a scientist named Dr. Eggman as the main antagonist?

Sonic the Hedgehog

200

What is the name of the comic book hero that Timmy Turner idolizes?


Who is Crimson Chin

200

What is Agile development?

What is an iterative approach to software development, it is broken into sprints, it allows continual integration and deployment

200

 Which character was NOT part of the original Avengers lineup in the comics, but was included in the MCU's first Avengers movie?


Who is Hawkeye (That one arrow guy)

200

What will be the output of this Python code?

def f(n):
      if n <= 0:
          return 0
        return n + f(n-1)

print(f(3))



What is 6

200

In The Legend of Zelda, what is the name of Link’s horse?

Epona

300

In "Avatar: The Last Airbender," what is the name of Zuko’s ship captain in Season 1?

Who is Captain Jee

300

What 3 Vendor partners work inside of Design Studio

What is Skylight, Fearless, Omni Fed

300

📣‼️‼️DOUBLE POINTS‼️‼️📣

What does S.H.I.E.L.D. stand for?

Strategic Homeland Intervention, Enforcement and Logistics Division

300

This version control system, created by Linus Torvalds, is widely used in software development to manage changes to source code over time and enables collaboration among developers.

What is Git

300

        📣‼️‼️DOUBLE POINTS‼️‼️📣


What year was the first Grand Theft Auto (GTA) game released?

1997

400

       📣‼️‼️DOUBLE POINTS‼️‼️📣

In "Gravity Falls," what is the name of the journal that Dipper finds in the woods?

What is Journal 3

400

Whats is the name for a cost assessment inside of BESPIN for a service

What is an IGCE

400

Which Marvel superhero was the first to appear in a comic book published by Marvel Comics (then Timely Publications) in 1939?


What is The Human Torch

400

In a version-controlled Git system, what is the difference between the git merge and git rebase commands?

What is git merge combines two branches by creating a new commit, while git rebase integrates the changes of one branch onto another by rewriting commit history

400

In The Legend of Zelda: Ocarina of Time, which of the following is the only item Link cannot carry in both his child and adult forms?



Bombchus

500

In The Simpsons, what is the name of the fictional band that Homer Simpson forms with his friends, which later leads to a disastrous concert?

What is Homer’s Barbershop Quartet

500

Name the MAIN Vendors who directly support BESPIN in their service areas.

Who is...

Trek 10 supports Cloud Ops

Clarity supports MDaas

Skylight supports Design Studio

Omni Fed supports UEM and Data Ops

500

In Avengers: Endgame, what was the name of the quantum realm location where Tony Stark, Steve Rogers, and Ant-Man go to retrieve the Space Stone from 1970?



What is Camp Lehigh

500

In JavaScript, what will be the output of the following code?

let a = { value: 10 };
function modify(obj) {    
obj.value += 5;    
obj = { value: 20 };    
obj.value += 10;
}
modify(a);
console.log(a.value);

What is 15?

500

What was the first commercially successful video game?

Pong