Why haven't I implemented some features.?
Mobile Software Developer Interview Questions
2,733 mobile software developer interview questions shared by candidates
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.
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).
Você tem experiência com alguma biblioteca de injeção de dependência?
What are you doing in your current rol?
What time is good for you to talk?
Tell me more about your resume/ projects and which platform (iOS or Android) would you be interested in working on ?
About the years of Experience
How does a web browser work?
How would you implement some CMS mobile app, with push notifications, server-side DB schema, etc. ?
Viewing 341 - 350 interview questions