Work
Coding
Random
International
100

What am I?

a type-safe and autocompletion-friendly TypeScript SQL query builder

Kysely (pronounced “Key-Seh-Lee”)

100

What does LIFO?

Last In First Out
It is a way of accessing, storing and retrieving data.
It extracts the data that was stored last first.

100

True or false

Hot water freezes faster than cold water?

True - Thanks to the Mpemba effect 


100

Which country is the largest in the world?

Russia

200

What am I?
A temporary period where an insurance company cannot issue new policies or make changes to existing ones

Hint: I am the first thing you see when logged into FA

BINDING RESTRICTIONS

200

What Am I?
I am made up of columns, rows & cells that contain specific values

Hint: a developer's favorite

Data Table

200

What is the best-selling video game franchise?

Mario

200

Pommes frites is the French term for what popular American food?

French Fries

300

How many usable lower environments does FA have?

9
Int 1-4
UAT 1-3
MO

PERF stinks!

300

What arithmetic operator will give the remainder after dividing?

% is known as the modulus operator, which gives the remainder after dividing two numbers. Therefore, when using the % operator, the result will be the remainder of the division operation.

300

What is the only mammal that can't jump

Elephant

300

What type of race is the Tour de France?

Bicycle Race

400

What does AIPP stand for?

Access Identity Profile & Preferences

400

What am I?

I am a series of “boxes” or memory locations that hold a single item of the same data type.

An Array

400

In the game of chess, which piece can only move diagonally?

Bishop

400

What continent is closest to Antartica?

South America

500

In Jira, when you group issues that will be delivered together, what is it called?

Jira Version or Version

500

What is the output of the following code?

<scripttype="text/javascript"language="javascript">
var a = "Scaler";
var result = a.substring(2, 4);
document.write(result);  
</script>

al

The substring function in javascript slices a substring out of a given string from the start to end indexes(excluding the end index). So the 2nd and 3rd characters are taken here(0-based indexing) and the answer is al.

500

What organ in the human body can regrow itself?

Liver

500

What is the only country that ends with the letter Q?

Iraq