Coding Like a Noob
Welcome to Singapore
The AI World
Do you know RegAsk?
Are you smarter than a 5th Grader?
100

What does HTML stand for?

HyperText Markup Language

100

What is the name of Singapore’s iconic half-lion, half-fish symbol?

Merlion


100

Which AI chatbot was released by OpenAI and became famous in late 2022?

ChatGPT

100

What is the name of RegASK's AI co-pilot designed to assist with regulatory inquiries?

RegGenius

100

What is ⅓ + ⅓?

200

What is the output of this code:
print("2" + "2")

"22"

200

Which food court dish in Singapore includes rice cooked in coconut milk, served with sambal, egg, peanuts, and anchovies?

Nasi Lemak

200

When an AI predicts the next word in a sentence, what kind of task is that?

Language Modeling

200

In which year did RegASK raise $10 million in Series A funding to enhance its platform?

2022

200

Which continent is Egypt in?

Africa
300

It's Coding time! Let's see if you can find the bug:

function greet(name) {

  if (name = "Alex") {

    console.log("Hello, Alex!");

  }

}

greet("Alex");

= is assignment, not comparison — should be == or ===

300

As of 2025, what is Singapore’s current Goods and Services Tax (GST) rate?

9%

300

In 2024, which country announced its first national AI strategy focused on ethics, education, and innovation?

Philippines

300

As of 2025, how many subject matter experts are part of RegASK's global network?

Over 1,700

300

Which word is a noun in this sentence:
“The dog ran fast.”

dog

400

What is wrong with this code? Find the bug senpai! :(

function add(x: number, y: number) {

  return x + y;

}

console.log(add("2", 3));

"2" is a string — TypeScript expects both to be numbers

function works when both are numbers

400

Which location in Singapore became a UNESCO World Heritage Site in 2015 and is over 160 years old?

Singapore Botanic Gardens

400

In 2024, Microsoft acquired a license to use which powerful open-source AI model created by a French startup?

Mistral


400

In April 2025, RegASK launched the world's first Vertical LLM tailored for which specific domain?

Regulatory Compliance

400

What is the subject and predicate in this sentence:
“The bright stars twinkled in the night sky.”

Subject: The bright stars

Predicate: twinkled in the night sky?

500

Which TypeScript type should you use when a variable can only be one of a few specific string values?

A) string[]
B) any
C) literal union
D) enum

literal union

500

Singapore has a unique system where citizens contribute a portion of their salary to a savings plan used for healthcare, housing, and retirement. What is this system called?

CPF - Central Provident Fund

500

In 2025, which major AI research group warned that future AI models could be too powerful to control safely, calling for global cooperation?

Hint: they recently signed a strategic collaboration with  amazon

Anthropic


500

In RegASK’s 2024 blog on sustainability, what growing global regulation trend are companies being pushed to follow in their packaging?

500

The U.S. Constitution has how many amendments?

27