I applied online. The process took 1+ week. I interviewed at Booking.com in Mar 2014
Interview
Two developer will ask you question on sync software. I found the question very easy though did not got selected.
Interview questions [3]
Question 1
You have the file with word at a single line.
#input sample file
abactor
abaculus
abacus
Abadite
.
.
Zyrenian
#Output
******************a
**********b
************************c
a) you have to count the character and create a histogram in alphabetical order.
b) now you have to produce a histogram with max 80 character in line in reference to max count
c) now same out based histrogram based on the character count
You have datastructure
my $users = [
{
name => 'John',
score => 10,
},
{
name => 'Bob',
score => 1,
},
{
name => 'Carlos',
score => 5
},
{
name => 'Alice',
score => 5,
},
{
name => 'Donald',
score => 7
}
];
now u have to arrange the name with highest to lower score,
if score is same than in alphabetical order
#expected output:
# John
# Donald
# Alice
# Carlos
# Bob
you have an array @names = qw(John Donald Alice Carlos Bob)
you have ton find out the length using map funtion?
now you have to filter name with less than 4
I applied through college or university. The process took 1 day. I interviewed at Booking.com in Jul 2013
Interview
I was called by the HR and scheduled an interview with the development team in Amsterdam! I was asked to code one problem!
Interview questions [1]
Question 1
I face only one question. If you are given 2 array A={3,1,2,4} B={1,4}. Write a program to compare two arrays and create another array which holds the common values between two array!
At the phone was a girl that speak too fluent and quickly english, and was a bit difficult to follow her. They ask to my what I know about Booking.com, why I want to work with them, if I would be able to move to amsterdam, what I know about perl.