I applied online. The process took 2 days. I interviewed at TSYS|Total System Services (Belfast, Northern Ireland) in Feb 2019
Interview
Through their web site, and you will receive a link to view the status of your interview (interview, accepted or rejected etc.).
Very informal, relaxed & laid back interview - no tricky or difficult questions.
Interview questions [22]
Question 1
You will be asked to code on paper 3 scenarios
1) Generate a TinyUrl application
2) Generate a method to determine if a word is Palindrome (i.e. Abba or Eye)
3) Generate two class models for two related classes (in memory not DB) , one will hold a Merchant (or some other user's) details and the other class will hole the Stores owned by the merchant.
How would you store the data in a session (Application if Web or Cache if desktop)
How would you find the Merchants of a particular Name
How would you find the stores belonging to a particular Merchant
How would you find the stores belonging to a particular Merchant and those stores are in a particular city
4) Given an array of ints, write a C# method to total all the values that are even numbers.