What am I?
a type-safe and autocompletion-friendly TypeScript SQL query builder
Kysely (pronounced “Key-Seh-Lee”)
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.
True or false
Hot water freezes faster than cold water?
True - Thanks to the Mpemba effect
Which country is the largest in the world?
Russia
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
What Am I?
I am made up of columns, rows & cells that contain specific values
Hint: a developer's favorite
Data Table
What is the best-selling video game franchise?
Mario
Pommes frites is the French term for what popular American food?
French Fries
How many usable lower environments does FA have?
9
Int 1-4
UAT 1-3
MO
PERF stinks!
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.
What is the only mammal that can't jump
Elephant
What type of race is the Tour de France?
Bicycle Race
What does AIPP stand for?
Access Identity Profile & Preferences
What am I?
I am a series of “boxes” or memory locations that hold a single item of the same data type.
An Array
In the game of chess, which piece can only move diagonally?
Bishop
What continent is closest to Antartica?
South America
In Jira, when you group issues that will be delivered together, what is it called?
Jira Version or Version
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.
What organ in the human body can regrow itself?
Liver
What is the only country that ends with the letter Q?
Iraq