What is the name of SpongeBob SquarePants' pet snail?
Who is Garry
Who is our CEO?
Who is Lt Col Hough
What was the first Marvel Cinematic Universe (MCU) movie released?
Who is Iron Man
What does the following Python code output?
What is "ello "
Which video game series features a scientist named Dr. Eggman as the main antagonist?
Sonic the Hedgehog
What is the name of the comic book hero that Timmy Turner idolizes?
Who is Crimson Chin
What is Agile development?
What is an iterative approach to software development, it is broken into sprints, it allows continual integration and deployment
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)
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
In The Legend of Zelda, what is the name of Link’s horse?
Epona
In "Avatar: The Last Airbender," what is the name of Zuko’s ship captain in Season 1?
Who is Captain Jee
What 3 Vendor partners work inside of Design Studio
What is Skylight, Fearless, Omni Fed
📣‼️‼️DOUBLE POINTS‼️‼️📣
What does S.H.I.E.L.D. stand for?
Strategic Homeland Intervention, Enforcement and Logistics Division
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
📣‼️‼️DOUBLE POINTS‼️‼️📣
What year was the first Grand Theft Auto (GTA) game released?
1997
📣‼️‼️DOUBLE POINTS‼️‼️📣
In "Gravity Falls," what is the name of the journal that Dipper finds in the woods?
What is Journal 3
Whats is the name for a cost assessment inside of BESPIN for a service
What is an IGCE
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
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
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
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
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
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
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?
What was the first commercially successful video game?
Pong