The interviewer wanted to see the answer to the algorithm question done in demo-able, live code and he gave me the choice of using either coderpad or my Xcode IDE. You're given the assignment to implement your own regular expression parser with three different cases: exact_match, wildcard_match and then an exact_wildcard_match (if I remember correctly). The API should look something like this: exact_match("hello world","hello") returns true exact_match(hello world","llo") returns true (llo exists) The first parameter is the string and the second parameter is the query you're doing the matching on. The wildcard in the wildcard match was a period, so a successful (true) "wildcard_match" could have inputs such as ("hello world",".ello") (where the wildcard character is a period).
Mobile Software Engineer Interview Questions
5,878 mobile software engineer interview questions shared by candidates
For the technical question, I was asked which third party frameworks I’ve used for doing ECommerce and how would I cause a JSON stream to be converted into a strongly typed object (e.g. not just an abstract Dictionary or Array containing “id” or “void” objects but an actual native object).
Why haven't I implemented some features.?
Perguntaram principalmente sobre minha carreira profissional e minha trajetória escolar e também perguntas técnicas. Uma pergunta muito legal foi a respeito de diversidade cultural.
They asked if I was willing to take on the challenge of working in a fast-paced startup environment—where decisions are made quickly, changes happen rapidly, and the pressure can be high at times.
Formação superior
Quanto tempo de experiência trabalhando com mobile
Tell me about a situation when...
basic
would you rather be at the bottom of the sales leaderboard but be liked by your peers or be at the top of the sales quota leaderboard but be hated by your peers
Viewing 791 - 800 interview questions