Technical
UBS
General
Errors and Bugs
Mystery
100

Unicode, the standard for character encoding used to represent multilingual text as binary, is the successor of what US encoding standard?

ASCII

100

What does CDIO stand for?

Chief Digital Information Office

100

What was the name of the seven-letter brand of tablet computers designed for young children and first released in 1999?

LeapPad

100

int[] arr;

arr[0] = 1;

int counter = 0;

while (counter < 5) {

      System.out.println(arr[0]);

      arr[counter*arr[0]]

      counter++;

}

Array is not initialized.

100

In Tennessee, it’s illegal to hold office if you’ve done what?

Fought in a duel

200

The name for what voice interaction technology was chosen, in part, because it had a "hard consonant" which helps it be recognized with higher precision?

Alexa by Amazon

200

How many GTP cohorts are there in UBS?

Seven: GOTO, HR, IB, WMA, AM, ADA, GIA

200

What is the name of Salvador Dalì's most famous painting of clocks?

"The Persistence of Memory"

200

public static void switchCasePrimer() { 

    int caseIndex = 0; 

    switch (caseIndex) { 

         case 0: System.out.println("Zero"); 

         case 1: System.out.println("One");                          break; 

         case 2: System.out.println("Two"); 

         break; default: System.out.println("Default"); 

    } 

}

Missing a ‘break’ Keyword in a Switch-Case Block.

200

Gouda cheese comes from what country?

The Netherlands