Analog Devices Super Secret Hiring Site

Congratulations! You've passed the first test.

Now answer this riddle:

What do you call an electric car that parks itself?

Hint: You found the first ten-digit prime number that occurs in the Fibonacci sequence string. Now find the 44722nd and 53215th. Then convert those two prime numbers into strings using the following two rules:

  1. By taking each pair of digits modulo 26, you will have 5 numbers between 0 and 25.
  2. Map those five numbers to the alphabet using A=0, B=1, ...

To check your math, 2584418167 = "ZGPDP" (25 % 26 == 25 -> "Z", 84 % 26 == 6 -> "G", etc.)