What does HTML stand for?
HyperText Markup Language
What is the name of Singapore’s iconic half-lion, half-fish symbol?
Merlion
Which AI chatbot was released by OpenAI and became famous in late 2022?
ChatGPT
What is the name of RegASK's AI co-pilot designed to assist with regulatory inquiries?
RegGenius
What is ⅓ + ⅓?
⅔
What is the output of this code:
print("2" + "2")
"22"
Which food court dish in Singapore includes rice cooked in coconut milk, served with sambal, egg, peanuts, and anchovies?
Nasi Lemak
When an AI predicts the next word in a sentence, what kind of task is that?
Language Modeling
In which year did RegASK raise $10 million in Series A funding to enhance its platform?
2022
Which continent is Egypt in?
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 ===
As of 2025, what is Singapore’s current Goods and Services Tax (GST) rate?
9%
In 2024, which country announced its first national AI strategy focused on ethics, education, and innovation?
Philippines
As of 2025, how many subject matter experts are part of RegASK's global network?
Over 1,700
Which word is a noun in this sentence:
“The dog ran fast.”
dog
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
Which location in Singapore became a UNESCO World Heritage Site in 2015 and is over 160 years old?
Singapore Botanic Gardens
In 2024, Microsoft acquired a license to use which powerful open-source AI model created by a French startup?
Mistral
In April 2025, RegASK launched the world's first Vertical LLM tailored for which specific domain?
Regulatory Compliance
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?
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
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
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
In RegASK’s 2024 blog on sustainability, what growing global regulation trend are companies being pushed to follow in their packaging?
making packaging more eco-friendly
The U.S. Constitution has how many amendments?
27