I applied through other source. I interviewed at AND Digital (London, England) in July 2021
Interview
Really nice interviewer, I would imagine the people at AND are great to work with. 3 main stages on the call (Google Hangout) 1. Brief introductions 2. Technical questions based off CV experience 3. Coding Challenge. A nice interview but I can only fault my own preparation. I focused more on the practical coding challenges and didn't bother with the theory study because I find it really boring. There was a lot to be learned through doing this interview and I'm grateful for that.
AWS related questions:
How would you use third party domain in conjunction with an AWS services?
Horizontal vs. Vertical scaling.
What AWS services would you use for a website? give answers for both Static and Dynamic
What NoSQL database experience do you have? DynamoDB?
For the Coding Challenge:
-in a TDD manner, create a method that will take input of some search criteria i.e. "T" and return the results from a predefined list i.e. ("BANK A", "Twitter", "Netflix", "Tesla")
-implement using Java 8 features i.e. filter using Stream()
-search critieria always contains the beginning of the word, make sure the function accounts for LowerCase letters and make sure if you search for BANK A that it will search the second word as well as the first